29.01.26
This commit is contained in:
@@ -178,7 +178,7 @@ class InvoiceLine(metaclass=PoolMeta):
|
||||
cost, type_)
|
||||
result.extend(anglo_saxon_move_lines)
|
||||
#Fee inventoried delivery management
|
||||
if self.lot:
|
||||
if self.lot and type_ != 'in_supplier':
|
||||
FeeLots = Pool().get('fee.lots')
|
||||
fees = FeeLots.search(['lot','=',self.lot.id])
|
||||
for fl in fees:
|
||||
|
||||
Reference in New Issue
Block a user