Add highlight for "overpaid" equity import batch row status
This commit is contained in:
parent
84ffd788b4
commit
526bfbafe5
|
@ -114,7 +114,8 @@ class CoreEquityImportBatchView(BatchMasterView):
|
||||||
row.STATUS_MISSING_VALUES,
|
row.STATUS_MISSING_VALUES,
|
||||||
row.STATUS_ALREADY_IN_CORE):
|
row.STATUS_ALREADY_IN_CORE):
|
||||||
return 'warning'
|
return 'warning'
|
||||||
if row.status_code in (row.STATUS_NEEDS_ATTENTION,):
|
if row.status_code in (row.STATUS_NEEDS_ATTENTION,
|
||||||
|
row.STATUS_EQUITY_OVERPAID):
|
||||||
return 'notice'
|
return 'notice'
|
||||||
|
|
||||||
def configure_row_form(self, f):
|
def configure_row_form(self, f):
|
||||||
|
|
Loading…
Reference in a new issue