From 9f4a7ed9f839d76c46934e44845abf700cd45413 Mon Sep 17 00:00:00 2001 From: santiago mendez Date: Wed, 20 Oct 2021 16:17:51 -0500 Subject: [PATCH] minor fix --- shipment.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shipment.py b/shipment.py index 53202f9..ab94480 100644 --- a/shipment.py +++ b/shipment.py @@ -408,8 +408,7 @@ class ShipmentDetailedReport(Report): 'cost_price': cost_price, 'category': category, 'cost_base': float(cost_price) * quantity, - 'section': getattr(product_, 'section', ''), - 'conservation': getattr(product_, 'conservation', '') + } if hasattr(product_, 'cost_price_taxed'): value['cost_w_tax'] = float(product_.cost_price_taxed) * quantity