You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2007/09/17 05:21:12 UTC

svn commit: r576246 - /ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml

Author: apatel
Date: Sun Sep 16 20:21:10 2007
New Revision: 576246

URL: http://svn.apache.org/viewvc?rev=576246&view=rev
Log:
fixed position of organizationPartyId field in CreateIncomingBillingAccountPayment form.

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

Modified: ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml?rev=576246&r1=576245&r2=576246&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml Sun Sep 16 20:21:10 2007
@@ -248,7 +248,7 @@
         <field name="currencyUomId"><hidden value="${billingAccount.accountCurrencyUomId}"/></field>
         <field name="statusId"><hidden value="PMNT_NOT_PAID"/></field>
         <field name="partyIdFrom" position="1"><lookup target-form-name="LookupPartyName"/></field>
-        <field position="2" name="organizationPartyId" parameter-name="partyIdTo">
+        <field position="1" name="organizationPartyId" parameter-name="partyIdTo">
             <drop-down allow-empty="false">
                 <entity-options description="${partyId}" entity-name="PartyAcctgPreference" key-field-name="partyId">
                     <entity-order-by field-name="partyId"/>