svn commit: r798393 - /ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml

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

svn commit: r798393 - /ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml

apatel-2
Author: apatel
Date: Tue Jul 28 04:18:29 2009
New Revision: 798393

URL: http://svn.apache.org/viewvc?rev=798393&view=rev
Log:
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>