[Erp5-report] r37276 yo - /erp5/trunk/products/ERP5/Document/SimulationMovement.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jul 27 10:41:30 CEST 2010
Author: yo
Date: Tue Jul 27 10:41:29 2010
New Revision: 37276
URL: http://svn.erp5.org?rev=37276&view=rev
Log:
Fix the comment.
Modified:
erp5/trunk/products/ERP5/Document/SimulationMovement.py
Modified: erp5/trunk/products/ERP5/Document/SimulationMovement.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/SimulationMovement.py?rev=37276&r1=37275&r2=37276&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/SimulationMovement.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/SimulationMovement.py [utf8] Tue Jul 27 10:41:29 2010
@@ -609,9 +609,9 @@ class SimulationMovement(Movement, Prope
mapping = self.getPropertyMappingValue()
if mapping is not None:
# Special case: corrected quantity is difficult to handle,
- # because, if quantity is negatated in the mapping, other
+ # because, if quantity is inverse in the mapping, other
# parameters, profit quantity (deprecated) and delivery error,
- # must be negatated as well.
+ # must be inverse as well.
if property == 'corrected_quantity':
mapped_quantity_id = mapping.getMappedPropertyId('quantity')
quantity = mapping.getMappedProperty(self, 'quantity')
More information about the Erp5-report
mailing list