Author: mor
Date: Tue May 4 13:41:23 2010
New Revision: 940853
URL:
http://svn.apache.org/viewvc?rev=940853&view=revLog:
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"/>