This commit is contained in:
2026-01-30 07:47:15 +01:00
parent d9cb2b7961
commit d0db0abdd4
2 changed files with 3 additions and 2 deletions

View File

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