diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Movement_lookupPrice.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Movement_lookupPrice.xml
index 1175968bd957e87a1c7bb1fbcf05a3e64e7617aa..597ea35f824df81699a543398683f439edc4a1a9 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Movement_lookupPrice.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Movement_lookupPrice.xml
@@ -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>