30.01.26
This commit is contained in:
@@ -133,7 +133,7 @@ class Fee(ModelSQL,ModelView):
|
||||
('account', '=', self.product.account_stock_in_used.id),
|
||||
])
|
||||
|
||||
logger.info("GET_COG_FEE:%s",ml)
|
||||
logger.info("GET_NON_COG_FEE:%s",ml)
|
||||
if ml:
|
||||
return round(Decimal(sum([e.credit-e.debit for e in ml])),2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user