This commit is contained in:
2026-03-15 11:45:42 +01:00
parent 319d8a4afb
commit 93f0e6b0af
5 changed files with 285 additions and 238 deletions

View File

@@ -462,6 +462,8 @@ class Purchase(
self.tol_min = self.party.tol_min
if self.party.tol_max:
self.tol_max = self.party.tol_max
if self.party.origin:
self.product_origin = self.party.origin
if self.party.wb:
self.wb = self.party.wb
if self.party.association: