remove percent from benificiary

This commit is contained in:
Raimon Esteve 2022-03-17 15:56:40 +01:00
parent 0261df310e
commit 7c86a3ea91
1 changed files with 0 additions and 1 deletions

View File

@ -410,7 +410,6 @@ class Weighing(Workflow, ModelSQL, ModelView):
b = Beneficiary()
b.party = ben.party
b.weighing = weighing
b.percent = ben.percent
to_save.append(b)
if to_save: