Commit 1e0346ba authored by Aurel's avatar Aurel

cell no longer vary on contribution_share but on base_application/contribution


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41712 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 010c2eca
......@@ -116,7 +116,7 @@ for paysheet_line in paysheet_line_list:\n
\n
base = cell.getQuantity()\n
\n
cell_contribution_share = cell.getContributionShare() or \'\'\n
cell_contribution_share = cell.getBaseContributionTitle('').lower() or \'\'\n
share_dict[cell_contribution_share+\'_price\'] = cell.getPrice()\n
share_dict[cell_contribution_share+\'_quantity\'] = cell.getQuantity()\n
share_dict[cell_contribution_share+\'_total_price\'] = \\\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment