This commit is contained in:
2026-01-17 14:03:45 +01:00
parent 9b887a6b4c
commit b38f7553a6

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