diff --git a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getMovementList.xml b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getMovementList.xml
index d6e46e76c6c2a261bf87713a6fbf5f01f9f8c1c8..c66755e02b721468f8996e82301cd394c7a65669 100644
--- a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getMovementList.xml
+++ b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getMovementList.xml
@@ -119,9 +119,9 @@ for paysheet_line in paysheet_line_list:\n
 \n
     base = cell.getQuantity()\n
 \n
-    share_dict[cell.getContributionShare()+\'_price\'] = cell.getPrice()\n
-    share_dict[cell.getContributionShare()+\'_quantity\'] = cell.getQuantity()\n
-    share_dict[cell.getContributionShare()+\'_total_price\'] = \\\n
+    share_dict[cell.getContributionShare()+\'_share_price\'] = cell.getPrice()\n
+    share_dict[cell.getContributionShare()+\'_share_quantity\'] = cell.getQuantity()\n
+    share_dict[cell.getContributionShare()+\'_share_total_price\'] = \\\n
                     round(cell.getTotalPrice(), precision)\n
 \n
     tuple_dict = {}\n
diff --git a/bt5/erp5_payroll/bt/revision b/bt5/erp5_payroll/bt/revision
index 3c2af958d84db22af9269241a467564444f7265e..4e41d750b707c6ae7720224ac5fd014f40026aa2 100644
--- a/bt5/erp5_payroll/bt/revision
+++ b/bt5/erp5_payroll/bt/revision
@@ -1 +1 @@
-526
\ No newline at end of file
+528
\ No newline at end of file