diff --git a/tailbone/views/batch/core.py b/tailbone/views/batch/core.py index 5a786c82..d1f36c7b 100644 --- a/tailbone/views/batch/core.py +++ b/tailbone/views/batch/core.py @@ -98,13 +98,14 @@ class BatchMasterView(MasterView): form_fields = [ 'id', + 'description', + 'notes', 'created', 'created_by', 'rowcount', 'status_code', 'executed', 'executed_by', - 'purge', ] row_labels = {