You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2011/02/08 21:19:57 UTC

svn commit: r1068551 - /ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml

Author: mrisaliti
Date: Tue Feb  8 20:19:57 2011
New Revision: 1068551

URL: http://svn.apache.org/viewvc?rev=1068551&view=rev
Log:
Removed a warning into EbaySellingManagerForms that required a date and a wrong comment in the heading of the file

Modified:
    ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml

Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml?rev=1068551&r1=1068550&r2=1068551&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml Tue Feb  8 20:19:57 2011
@@ -17,7 +17,6 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 
-value="${bsh:billingAccount != null ? org.ofbiz.accounting.payment.BillingAccountWorker.getBillingAccountBalance(billingAccount) : 0}" type="BigDecimal"/>
 -->
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
@@ -796,8 +795,8 @@ value="${bsh:billingAccount != null ? or
         header-row-style="header-row" default-table-style="basic-table">
         <field name="productStoreId"><hidden value="${productStoreId}"></hidden></field>
         <field name="formSelect"><hidden value="${formSelect}"></hidden></field>
-        <field name="fromDate" title="${uiLabelMap.CommonFromDateTime}"><date-time type="String"/></field>
-        <field name="thruDate" title="${uiLabelMap.CommonThruDateTime}"><date-time type="String"/></field>
+        <field name="fromDate" title="${uiLabelMap.CommonFromDateTime}"><date-time type="date"/></field>
+        <field name="thruDate" title="${uiLabelMap.CommonThruDateTime}"><date-time type="date"/></field>
         <field name="selectedDate"><hidden value="true"></hidden></field>
         <field name="submitButton" title="${uiLabelMap.CommonFind}"><submit button-type="button"/></field>
     </form>