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