09.03.26
This commit is contained in:
@@ -545,8 +545,8 @@ class SaleLine(metaclass=PoolMeta):
|
|||||||
@property
|
@property
|
||||||
def report_fixing_rule(self):
|
def report_fixing_rule(self):
|
||||||
pricing_rule = ''
|
pricing_rule = ''
|
||||||
if self.lines:
|
if self.pricing_rule:
|
||||||
pricing_rule = self.lines[0].pricing_rule
|
pricing_rule = self.pricing_rule
|
||||||
return pricing_rule
|
return pricing_rule
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|||||||
Reference in New Issue
Block a user