Login  Register

svn commit: r939433 - /ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

svn commit: r939433 - /ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml

jaz-3
763 posts
Author: jaz
Date: Thu Apr 29 18:25:06 2010
New Revision: 939433

URL: http://svn.apache.org/viewvc?rev=939433&view=rev
Log:
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"