You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2009/10/14 07:30:19 UTC

svn commit: r825010 - /ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml

Author: mor
Date: Wed Oct 14 05:30:18 2009
New Revision: 825010

URL: http://svn.apache.org/viewvc?rev=825010&view=rev
Log:
Trival fix to the layout on Edit Invoice form in Bizzness theme, billingAccountId was displaying out of the screenlet body for Purchase Invoice.

Modified:
    ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml?rev=825010&r1=825009&r2=825010&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml Wed Oct 14 05:30:18 2009
@@ -330,7 +330,7 @@
                 </entity-options>
             </drop-down>
         </field>
-        <field position="2" name="billingAccountId"><lookup target-form-name="LookupBillingAccount"/></field>
+        <field position="1" name="billingAccountId"><lookup target-form-name="LookupBillingAccount"/></field>
         <field position="1" name="currencyUomId">
             <drop-down allow-empty="true" no-current-selected-key="${defaultOrganizationPartyCurrencyUomId}">
                 <entity-options key-field-name="uomId" description="${description} - ${abbreviation}" entity-name="Uom">