Author: jacopoc
Date: Mon Mar 29 09:03:52 2010
New Revision: 928652

URL: http://svn.apache.org/viewvc?rev=928652&view=rev
Log:
Fixed bad indentation.

Modified:
    
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml

Modified: 
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml?rev=928652&r1=928651&r2=928652&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
 (original)
+++ 
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
 Mon Mar 29 09:03:52 2010
@@ -1485,9 +1485,9 @@ under the License.
             <result-to-field result-name="acctgTransId"/>
         </call-service>
         <field-to-result field="acctgTransId" result-name="acctgTransId"/>
-   </simple-method>
+    </simple-method>
 
-   <simple-method method-name="createAcctgTransForWorkEffortInventoryProduced" 
short-description="Create an accounting transactions for a Work Effort 
Inventory Produced (D: INVENTORY_ACCOUNT, C: WIP_INVENTORY)">
+    <simple-method 
method-name="createAcctgTransForWorkEffortInventoryProduced" 
short-description="Create an accounting transactions for a Work Effort 
Inventory Produced (D: INVENTORY_ACCOUNT, C: WIP_INVENTORY)">
         <!-- retrieve ledger rounding properties -->
         <call-simple-method method-name="getGlArithmeticSettingsInline"/>
         <entity-one entity-name="WorkEffortInventoryProduced" 
value-field="workEffortInventoryProduced">


Reply via email to