[wiaflos-devel] COMMIT - r214 - trunk/soap/Plugins
svn at linuxrulz.org
svn at linuxrulz.org
Sun Aug 10 15:53:58 GMT 2008
Author: nkukard
Date: 2008-08-10 15:53:58 +0000 (Sun, 10 Aug 2008)
New Revision: 214
Modified:
trunk/soap/Plugins/Purchasing.pm
Log:
* Standardized variable names
Modified: trunk/soap/Plugins/Purchasing.pm
===================================================================
--- trunk/soap/Plugins/Purchasing.pm 2008-08-09 07:29:36 UTC (rev 213)
+++ trunk/soap/Plugins/Purchasing.pm 2008-08-10 15:53:58 UTC (rev 214)
@@ -118,7 +118,7 @@
$tmpItem->{'TaxReference'} = $param->{'TaxReference'};
- $tmpItem->{'SupplierCreditNoteNumber'} = $param->{'SupplierCNNumber'};
+ $tmpItem->{'SupplierCreditNoteNumber'} = $param->{'SupplierCreditNoteNumber'};
$tmpItem->{'IssueDate'} = $param->{'IssueDate'};
$tmpItem->{'SubTotal'} = $param->{'Subtotal'};
More information about the wiaflos-devel
mailing list