Commit 4fa2b633 authored by Fabien Morin's avatar Fabien Morin

remove share parameter of the calculation script because it could be get on the

cell


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17838 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1750348e
......@@ -367,7 +367,6 @@ class PaySheetTransaction(Invoice):
LOG('script_name :', 0, script_name)
result = calculation_script(\
base_amount_current_value_dict=base_amount_current_value_dict,
share=share, #XXX
model_slice_min=model_slice_min,
model_slice_max=model_slice_max,
cell=cell,)
......
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