Set product_price_list_type to new product_price_list_type beneficiary in process Weighing

This commit is contained in:
Raimon Esteve 2022-03-18 10:52:07 +01:00
parent 5f240e74db
commit 56fd7edf6a
1 changed files with 1 additions and 0 deletions

View File

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