minor fix

This commit is contained in:
wilsongomez 2022-05-20 15:17:49 -05:00
parent 0e28ea3bc1
commit f2a846f938
1 changed files with 1 additions and 1 deletions

View File

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