Commit e95df0cf authored by Jérome Perrin's avatar Jérome Perrin

... typo in r21660


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21663 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c29ab12d
......@@ -486,7 +486,7 @@ class PaySheetTransaction(Invoice):
# update the base_participation
for base_participation in base_participation_list:
base_participation = 'base_amount/%s' %s base_participation
base_participation = 'base_amount/%s' % base_participation
if quantity:
if base_amount_dict.has_key(base_participation) and \
base_amount_dict[base_participation].has_key(share):
......
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