Show tender code for equity import batch rows
This commit is contained in:
parent
173b929781
commit
b28ca45d34
|
@ -59,6 +59,7 @@ class CoreEquityImportBatchView(BatchMasterView):
|
||||||
'member_type_id',
|
'member_type_id',
|
||||||
'payment_amount',
|
'payment_amount',
|
||||||
'department_number',
|
'department_number',
|
||||||
|
'tender_code',
|
||||||
'timestamp',
|
'timestamp',
|
||||||
'status_code',
|
'status_code',
|
||||||
]
|
]
|
||||||
|
@ -72,6 +73,7 @@ class CoreEquityImportBatchView(BatchMasterView):
|
||||||
'member_type_id',
|
'member_type_id',
|
||||||
'payment_amount',
|
'payment_amount',
|
||||||
'department_number',
|
'department_number',
|
||||||
|
'tender_code',
|
||||||
'timestamp',
|
'timestamp',
|
||||||
'corepos_equity_total',
|
'corepos_equity_total',
|
||||||
'rattail_equity_total',
|
'rattail_equity_total',
|
||||||
|
|
Loading…
Reference in a new issue