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">


Reply via email to