This commit is contained in:
2026-03-09 18:05:08 +01:00
parent e6984e3393
commit d70a784db8

View File

@@ -545,8 +545,8 @@ class SaleLine(metaclass=PoolMeta):
@property
def report_fixing_rule(self):
pricing_rule = ''
if self.lines:
pricing_rule = self.lines[0].pricing_rule
if self.pricing_rule:
pricing_rule = self.pricing_rule
return pricing_rule
@property