[Erp5-report] r29099 - in /erp5/trunk/bt5/erp5_payroll: SkinTemplateItem/portal_skins/erp5_...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 17 17:58:35 CEST 2009


Author: fabien
Date: Thu Sep 17 17:58:32 2009
New Revision: 29099

URL: http://svn.erp5.org?rev=29099&view=rev
Log:
forget to commit this in r29073

Modified:
    erp5/trunk/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getEditableObjectLineList.xml
    erp5/trunk/bt5/erp5_payroll/bt/revision

Modified: erp5/trunk/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getEditableObjectLineList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getEditableObjectLineList.xml?rev=29099&r1=29098&r2=29099&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getEditableObjectLineList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getEditableObjectLineList.xml [utf8] Thu Sep 17 17:58:32 2009
@@ -99,8 +99,8 @@
   if cartesian_product == [[]]: \n
     share_dict = {}\n
     if 0:\n
-      share_dict[cell.getContributionShare()+\'_share_price\'] = 0\n
-      share_dict[cell.getContributionShare()+\'_share_quantity\'] = 0\n
+      share_dict[cell.getContributionShare()+\'_price\'] = 0\n
+      share_dict[cell.getContributionShare()+\'_quantity\'] = 0\n
     continue\n
 \n
   for tuple in cartesian_product:\n
@@ -122,8 +122,8 @@
     price = cell.getPrice()\n
     if price is None:\n
       price = 1\n
-    share_dict[cell.getContributionShare()+\'_share_price\'] = price\n
-    share_dict[cell.getContributionShare()+\'_share_quantity\'] = quantity\n
+    share_dict[cell.getContributionShare()+\'_price\'] = price\n
+    share_dict[cell.getContributionShare()+\'_quantity\'] = quantity\n
 \n
     tuple_dict = {}\n
     for item in tuple:\n

Modified: erp5/trunk/bt5/erp5_payroll/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_payroll/bt/revision?rev=29099&r1=29098&r2=29099&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_payroll/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_payroll/bt/revision [utf8] Thu Sep 17 17:58:32 2009
@@ -1,1 +1,1 @@
-530
+531




More information about the Erp5-report mailing list