This commit is contained in:
2026-03-09 20:01:20 +01:00
parent cc8540ee91
commit 52c58df547
2 changed files with 202 additions and 163 deletions

View File

@@ -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: