[Erp5-report] r9123 - /erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 10 11:34:42 CEST 2006


Author: jerome
Date: Thu Aug 10 11:34:40 2006
New Revision: 9123

URL: http://svn.erp5.org?rev=9123&view=rev
Log:
Resource_lookupPrice doesn't exists, remove the comment.


Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Movement_lookupPrice.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Movement_lookupPrice.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Movement_lookupPrice.xml?rev=9123&r1=9122&r2=9123&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Movement_lookupPrice.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Movement_lookupPrice.xml Thu Aug 10 11:34:40 2006
@@ -70,8 +70,7 @@
             <key> <string>_body</string> </key>
             <value> <string>resource = context.getResourceValue()\n
 if resource is not None:\n
-  #return resource.getBasePrice(0)/resource.getPricedQuantity()\n
-  return resource.getPrice(context=context) # calls a Resource_lookupPrice itself\n
+  return resource.getPrice(context=context)\n
 else:\n
   return None\n
 </string> </value>




More information about the Erp5-report mailing list