From f2a846f93870d17d00248edb5706fe24cd15448c Mon Sep 17 00:00:00 2001 From: wilsongomez Date: Fri, 20 May 2022 15:17:49 -0500 Subject: [PATCH] minor fix --- shipment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shipment.py b/shipment.py index 5f43c9d..ee823c7 100755 --- a/shipment.py +++ b/shipment.py @@ -442,7 +442,7 @@ class ShipmentDetailedReport(Report): fields_names = [ 'product.account_category.name', 'product.name', 'product.cost_price', 'quantity', 'to_location.name', 'from_location.name', 'shipment.reference', - 'effective_date' + 'effective_date', 'shipment.number' ] fields = ModelShipment.fields_get(fields_names=['operation_center', 'customer', 'supplier', 'incoming_moves']) if 'operation_center' in fields.keys():