Add description, notes to default form_fields for batch views
This commit is contained in:
parent
36f786f0eb
commit
23ce2fb33c
|
@ -98,13 +98,14 @@ class BatchMasterView(MasterView):
|
|||
|
||||
form_fields = [
|
||||
'id',
|
||||
'description',
|
||||
'notes',
|
||||
'created',
|
||||
'created_by',
|
||||
'rowcount',
|
||||
'status_code',
|
||||
'executed',
|
||||
'executed_by',
|
||||
'purge',
|
||||
]
|
||||
|
||||
row_labels = {
|
||||
|
|
Loading…
Reference in a new issue