Author: jacopoc
Date: Fri Dec 21 01:36:35 2007
New Revision: 606147
URL: http://svn.apache.org/viewvc?rev=606147&view=rev
Log:
Added missing parameter.
Part of issue OFBIZ-1482
Modified:
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
ofbiz/trunk/applications/accounting/servicedef/services_ledger.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=606147&r1=606146&r2=606147&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
Fri Dec 21 01:36:35 2007
@@ -1675,7 +1675,7 @@
<set field="acctgTransEntries[]" from-field="debitEntry"
type="Object"/>
<set field="createAcctgTransAndEntriesInMap.glFiscalTypeId"
value="ACTUAL"/>
<set field="createAcctgTransAndEntriesInMap.acctgTransTypeId"
value="SALES_INVOICE"/>
- <!--set field="createAcctgTransAndEntriesInMap.invoiceId"
from-field="parameters.invoiceId"/-->
+ <set field="createAcctgTransAndEntriesInMap.invoiceId"
from-field="parameters.invoiceId"/>
<set field="createAcctgTransAndEntriesInMap.acctgTransEntries"
from-field="acctgTransEntries"/>
<call-service service-name="createAcctgTransAndEntries"
in-map-name="createAcctgTransAndEntriesInMap">
<result-to-field result-name="acctgTransId"/>
Modified: ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml?rev=606147&r1=606146&r2=606147&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml
(original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml Fri Dec
21 01:36:35 2007
@@ -310,6 +310,7 @@
<attribute name="debitCreditFlag" type="String" mode="IN"
optional="true"/>
<attribute name="productId" type="String" mode="IN" optional="true"/>
<attribute name="paymentId" type="String" mode="IN" optional="true"/>
+ <attribute name="invoiceId" type="String" mode="IN" optional="true"/>
<attribute name="glAccountId" type="String" mode="OUT"
optional="true"/>
</service>
<service name="getInventoryItemOwner" default-entity-name="InventoryItem"
engine="simple"