svn commit: r479982 - /incubator/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml

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

svn commit: r479982 - /incubator/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml

jacopoc
Author: jacopoc
Date: Tue Nov 28 02:30:37 2006
New Revision: 479982

URL: http://svn.apache.org/viewvc?view=rev&rev=479982
Log:
Applied patch from Scott Gray to fix the service to remove invoice roles.
OFBIZ-355

Modified:
    incubator/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml

Modified: incubator/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml?view=diff&rev=479982&r1=479981&r2=479982
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml Tue Nov 28 02:30:37 2006
@@ -424,7 +424,7 @@
     <simple-method method-name="removeInvoiceRole" short-description="Remove existing Invoice Role">
         <call-simple-method method-name="InvoiceStatusInProgress"/>
         <entity-one entity-name="InvoiceRole" value-name="lookedUpValue"/>
-        <remove-value value-name="lookupPKMap"/>
+        <remove-value value-name="lookedUpValue"/>
     </simple-method>
     
     <simple-method method-name="setInvoiceStatus" short-description="Set The Invoice Status">