This commit is contained in:
2026-01-29 11:06:23 +01:00
parent 9447a685f2
commit 1e23528258

View File

@@ -404,9 +404,6 @@ class Fee(ModelSQL,ModelView):
if self.product.type != 'service':
return
if self.product.template.landed_cost:
return
today = Date.today()
company = lot.line.purchase.company if lot.line else lot.sale_line.sale.company
for date in [today]: