From d220680fa5cb9b6ce448a9b58b77a2419a8bfbed Mon Sep 17 00:00:00 2001
From: Fabien Morin <fabien@nexedi.com>
Date: Thu, 17 Sep 2009 15:58:32 +0000
Subject: [PATCH] forget to commit this in r29073

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29099 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../PaySheetTransaction_getEditableObjectLineList.xml     | 8 ++++----
 bt5/erp5_payroll/bt/revision                              | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getEditableObjectLineList.xml b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getEditableObjectLineList.xml
index 7760690096..50d5e57141 100644
--- a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getEditableObjectLineList.xml
+++ b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getEditableObjectLineList.xml
@@ -99,8 +99,8 @@ for model_line in model_line_list:\n
   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 @@ for model_line in model_line_list:\n
     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
diff --git a/bt5/erp5_payroll/bt/revision b/bt5/erp5_payroll/bt/revision
index f520b6ed4c..1bc902939e 100644
--- a/bt5/erp5_payroll/bt/revision
+++ b/bt5/erp5_payroll/bt/revision
@@ -1 +1 @@
-530
\ No newline at end of file
+531
\ No newline at end of file
-- 
2.30.9