[Erp5-report] r8372 - /erp5/trunk/products/ERP5/Extensions/InventoryBrain.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jul 11 10:04:41 CEST 2006


Author: romain
Date: Tue Jul 11 10:04:36 2006
New Revision: 8372

URL: http://svn.erp5.org?rev=8372&view=rev
Log:
Use getExplanationUid instead of getDestinationUid.

Modified:
    erp5/trunk/products/ERP5/Extensions/InventoryBrain.py

Modified: erp5/trunk/products/ERP5/Extensions/InventoryBrain.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Extensions/InventoryBrain.py?rev=8372&r1=8371&r2=8372&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Extensions/InventoryBrain.py (original)
+++ erp5/trunk/products/ERP5/Extensions/InventoryBrain.py Tue Jul 11 10:04:36 2006
@@ -136,7 +136,7 @@
     Return the quantity of the current delivery for a resource
     """
     total_kw = {
-      'explanation_uid': self.getDeliveryUid(),
+      'explanation_uid': self.getExplanationUid(),
       'resource_uid': self.resource_uid,
       'variation_text': self.variation_text,
     }




More information about the Erp5-report mailing list