Commit a417ab3b authored by Yusuke Muraoka's avatar Yusuke Muraoka

fix a share suffix for view.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28834 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bda6bc3c
......@@ -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
......
526
\ No newline at end of file
528
\ No newline at end of file
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