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',
|
||||
'payment_amount',
|
||||
'department_number',
|
||||
'tender_code',
|
||||
'timestamp',
|
||||
'status_code',
|
||||
]
|
||||
|
@ -72,6 +73,7 @@ class CoreEquityImportBatchView(BatchMasterView):
|
|||
'member_type_id',
|
||||
'payment_amount',
|
||||
'department_number',
|
||||
'tender_code',
|
||||
'timestamp',
|
||||
'corepos_equity_total',
|
||||
'rattail_equity_total',
|
||||
|
|
Loading…
Reference in a new issue