Author: apatel
Date: Tue Jul 28 04:18:29 2009
New Revision: 798393
URL:
http://svn.apache.org/viewvc?rev=798393&view=revLog:
Show bank accounts of all Organizations.
Modified:
ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml
Modified: ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml?rev=798393&r1=798392&r2=798393&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml Tue Jul 28 04:18:29 2009
@@ -28,7 +28,6 @@
<field name="finAccountId">
<drop-down allow-empty="true">
<entity-options entity-name="FinAccount" description="${finAccountName} [${finAccountId}]" filter-by-date="true">
- <entity-constraint name="ownerPartyId" env-name="organizationPartyId"/>
<entity-constraint name="finAccountTypeId" value="BANK_ACCOUNT"/>
</entity-options>
</drop-down>