Add description, notes to default form_fields for batch views
This commit is contained in:
parent
36f786f0eb
commit
23ce2fb33c
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue