main #7

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

View File

@@ -286,7 +286,7 @@ class Sale(metaclass=PoolMeta):
for line in self.lines:
if line.lots:
nb_bale += sum([l.lot_qt for l in line.lots if l.lot_type == 'physic'])
return text_bale + str(nb_bale)
return text_bale + str(int(nb_bale))
@property
def report_price(self):