[Erp5-report] r9613 - /erp5/trunk/products/ERP5/Document/Item.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 1 16:02:41 CEST 2006


Author: seb
Date: Fri Sep  1 16:02:40 2006
New Revision: 9613

URL: http://svn.erp5.org?rev=9613&view=rev
Log:
added an important comment

Modified:
    erp5/trunk/products/ERP5/Document/Item.py

Modified: erp5/trunk/products/ERP5/Document/Item.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Item.py?rev=9613&r1=9612&r2=9613&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Item.py (original)
+++ erp5/trunk/products/ERP5/Document/Item.py Fri Sep  1 16:02:40 2006
@@ -98,6 +98,7 @@
       local_price = self._baseGetPrice()
       if local_price is None:
         # We must find a price for this movement
+        # XXX we should not set a resource on item
         resource = self.getResourceValue()
         if resource is not None:
           local_price = resource.getPrice(self.asContext( context=context, **kw))




More information about the Erp5-report mailing list