Commit 3a99bfa9 authored by Aurel's avatar Aurel

do not use title & forgot thr try to the base application


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41713 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1e0346ba
......@@ -116,7 +116,7 @@ for paysheet_line in paysheet_line_list:\n
\n
base = cell.getQuantity()\n
\n
cell_contribution_share = cell.getBaseContributionTitle('').lower() or \'\'\n
cell_contribution_share = cell.getBaseContributionId() or cell.getBaseApplicationId() 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