[Erp5-report] r28970 - /erp5/trunk/products/ERP5/Document/DeliveryRule.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Sep 11 16:19:49 CEST 2009
Author: luke
Date: Fri Sep 11 16:19:46 2009
New Revision: 28970
URL: http://svn.erp5.org?rev=28970&view=rev
Log:
- copy incoterm category into simulation movements
Modified:
erp5/trunk/products/ERP5/Document/DeliveryRule.py
Modified: erp5/trunk/products/ERP5/Document/DeliveryRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/DeliveryRule.py?rev=28970&r1=28969&r2=28970&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/DeliveryRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/DeliveryRule.py [utf8] Fri Sep 11 16:19:46 2009
@@ -131,6 +131,7 @@
quantity=deliv_mvt.getQuantity(),
quantity_unit=deliv_mvt.getQuantityUnit(),
+ incoterm=deliv_mvt.getIncoterm(),
price=deliv_mvt.getPrice(),
price_currency=deliv_mvt.getPriceCurrency(),
base_contribution_list=deliv_mvt.getBaseContributionList(),
@@ -166,6 +167,7 @@
quantity=deliv_mvt.getQuantity(),
quantity_unit=deliv_mvt.getQuantityUnit(),
+ incoterm=deliv_mvt.getIncoterm(),
price=deliv_mvt.getPrice(),
price_currency=deliv_mvt.getPriceCurrency(),
base_contribution_list=deliv_mvt.getBaseContributionList(),
More information about the Erp5-report
mailing list