17.01.26
This commit is contained in:
@@ -1857,7 +1857,7 @@ class Line(sequence_ordered(), ModelSQL, ModelView):
|
|||||||
else:
|
else:
|
||||||
lots_to_invoice = self.lots
|
lots_to_invoice = self.lots
|
||||||
for l in lots_to_invoice:
|
for l in lots_to_invoice:
|
||||||
#if l.lot_type == 'physic':
|
if l.lot_type == 'physic':
|
||||||
invoice_line = InvoiceLine()
|
invoice_line = InvoiceLine()
|
||||||
invoice_line.type = self.type
|
invoice_line.type = self.type
|
||||||
invoice_line.currency = self.currency
|
invoice_line.currency = self.currency
|
||||||
|
|||||||
Reference in New Issue
Block a user