diff --git a/tailbone/views/departments.py b/tailbone/views/departments.py index 7b31fd31..c1369543 100644 --- a/tailbone/views/departments.py +++ b/tailbone/views/departments.py @@ -52,6 +52,14 @@ class DepartmentsView(MasterView): 'exempt_from_gross_sales', ] + form_fields = [ + 'number', + 'name', + 'product', + 'personnel', + 'exempt_from_gross_sales', + ] + def configure_grid(self, g): super(DepartmentsView, self).configure_grid(g) g.filters['name'].default_active = True