svn commit: r828946 - /ofbiz/trunk/applications/accounting/widget/PaymentForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r828946 - /ofbiz/trunk/applications/accounting/widget/PaymentForms.xml

apatel-2
Author: apatel
Date: Fri Oct 23 07:09:38 2009
New Revision: 828946

URL: http://svn.apache.org/viewvc?rev=828946&view=rev
Log:
Allow empty for paymentmethodtypeid. its not required field in database.

Modified:
    ofbiz/trunk/applications/accounting/widget/PaymentForms.xml

Modified: ofbiz/trunk/applications/accounting/widget/PaymentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/PaymentForms.xml?rev=828946&r1=828945&r2=828946&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/PaymentForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/PaymentForms.xml Fri Oct 23 07:09:38 2009
@@ -117,7 +117,7 @@
             </drop-down>
         </field>
         <field name="paymentMethodTypeId" position="2">
-            <drop-down allow-empty="false">
+            <drop-down allow-empty="true">
                 <entity-options entity-name="PaymentMethodType" description="${description}">
                     <entity-order-by field-name="description"/>
                 </entity-options>
@@ -160,7 +160,7 @@
             </drop-down>
         </field>
         <field position="2" name="paymentMethodTypeId">
-            <drop-down allow-empty="false">
+            <drop-down allow-empty="true">
                 <entity-options entity-name="PaymentMethodType"  description="${description}">
                     <entity-order-by field-name="description"/>
                 </entity-options>