svn commit: r940853 - /ofbiz/trunk/applications/accounting/servicedef/services_invoice.xml

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

svn commit: r940853 - /ofbiz/trunk/applications/accounting/servicedef/services_invoice.xml

mor-2
Author: mor
Date: Tue May  4 13:41:23 2010
New Revision: 940853

URL: http://svn.apache.org/viewvc?rev=940853&view=rev
Log:
Fixed the description about input attribute on createInvoiceFromReturn service.

Modified:
    ofbiz/trunk/applications/accounting/servicedef/services_invoice.xml

Modified: ofbiz/trunk/applications/accounting/servicedef/services_invoice.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_invoice.xml?rev=940853&r1=940852&r2=940853&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_invoice.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_invoice.xml Tue May  4 13:41:23 2010
@@ -165,7 +165,7 @@ under the License.
         <description>
             Create an invoice from a return
             returnId = The returnId to associate the invoice with
-            shipmentReceiptsToBill = List of ShipmentReceipts to use for creating the invoice
+            billItems = List of ShipmentReceipts (for sales return) or ItemIssuance (for purchase return) to use for creating the invoice
         </description>
         <attribute name="returnId" type="String" mode="IN" optional="false"/>
         <attribute name="billItems" type="List" mode="IN" optional="false"/>