main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit d70a784db8 - Show all commits

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