Author: jaz
Date: Thu Apr 29 18:25:06 2010
New Revision: 939433
URL:
http://svn.apache.org/viewvc?rev=939433&view=revLog:
acctgTransId should be optional (OUT) -- as it is with the other services -- for when no accounts are configured
Modified:
ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml
Modified: ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml?rev=939433&r1=939432&r2=939433&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml Thu Apr 29 18:25:06 2010
@@ -410,7 +410,7 @@ under the License.
location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForPhysicalInventoryVariance">
<description>Create an AcctgEntry for Physical Inventory variance</description>
<attribute name="physicalInventoryId" type="String" mode="IN" optional="false"/>
- <attribute name="acctgTransId" type="String" mode="OUT" optional="false"/>
+ <attribute name="acctgTransId" type="String" mode="OUT" optional="true"/>
</service>
<service name="createAcctgTransForWorkEffortInventoryProduced" engine="simple" auth="true"