This commit is contained in:
2026-01-29 11:26:21 +01:00
parent 1e23528258
commit 8edd5ea901

View File

@@ -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: