diff --git a/tailbone/views/subdepartments.py b/tailbone/views/subdepartments.py index b94b0f1b..a03cabff 100644 --- a/tailbone/views/subdepartments.py +++ b/tailbone/views/subdepartments.py @@ -2,7 +2,7 @@ ################################################################################ # # Rattail -- Retail Software Framework -# Copyright © 2010-2021 Lance Edgar +# Copyright © 2010-2022 Lance Edgar # # This file is part of Rattail. # @@ -37,6 +37,7 @@ class SubdepartmentView(MasterView): Master view for the Subdepartment class. """ model_class = model.Subdepartment + supports_autocomplete = True touchable = True has_versions = True