diff --git a/modules/purchase_trade/lot.py b/modules/purchase_trade/lot.py index d690810..afeb73d 100755 --- a/modules/purchase_trade/lot.py +++ b/modules/purchase_trade/lot.py @@ -203,7 +203,7 @@ class Lot(metaclass=PoolMeta): ) pivot_data['options'] = { - "rows": ["lot","ct type","event_date","event","move","curr","rate"], + "rows": ["lot","ct type","event_date","event","move","Curr","rate"], "cols": ["account"], "aggregatorName": "Sum", "vals": ["amount"]