Add description, notes to default form_fields for batch views

This commit is contained in:
Lance Edgar 2018-11-28 18:15:48 -06:00
parent 36f786f0eb
commit 23ce2fb33c

View file

@ -98,13 +98,14 @@ class BatchMasterView(MasterView):
form_fields = [
'id',
'description',
'notes',
'created',
'created_by',
'rowcount',
'status_code',
'executed',
'executed_by',
'purge',
]
row_labels = {