main #7

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

View File

@@ -1857,7 +1857,7 @@ class Line(sequence_ordered(), ModelSQL, ModelView):
else:
lots_to_invoice = self.lots
for l in lots_to_invoice:
#if l.lot_type == 'physic':
if l.lot_type == 'physic':
invoice_line = InvoiceLine()
invoice_line.type = self.type
invoice_line.currency = self.currency