Author: apatel
Date: Tue Aug 18 16:09:07 2009
New Revision: 805475
URL:
http://svn.apache.org/viewvc?rev=805475&view=revLog:
Status of finaccounttrans is not required.
Modified:
ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml
Modified: ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml?rev=805475&r1=805474&r2=805475&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml Tue Aug 18 16:09:07 2009
@@ -194,7 +194,7 @@
<field name="paymentId"><lookup target-form-name="LookupPayment"/></field>
<field name="orderId"><lookup target-form-name="LookupOrderHeader"/></field>
<field name="statusId" title="${uiLabelMap.CommonStatus}">
- <drop-down allow-empty="true">
+ <drop-down>
<entity-options entity-name="StatusItem" description="${description}">
<entity-constraint name="statusTypeId" value="FINACT_TRNS_STATUS"/>
</entity-options>