09.03.26
This commit is contained in:
@@ -280,7 +280,7 @@ class Sale(metaclass=PoolMeta):
|
||||
|
||||
@property
|
||||
def report_nb_bale(self):
|
||||
text_bale = 'Nb Bales: '
|
||||
text_bale = 'NB BALES: '
|
||||
nb_bale = 0
|
||||
if self.lines:
|
||||
for line in self.lines:
|
||||
@@ -561,7 +561,7 @@ class SaleLine(metaclass=PoolMeta):
|
||||
|
||||
@property
|
||||
def get_pricing_text(self):
|
||||
pricing_text = ''
|
||||
pricing_text = ' ON '
|
||||
if self.price_components:
|
||||
for pc in self.price_components:
|
||||
if pc.price_index:
|
||||
|
||||
Reference in New Issue
Block a user