diff --git a/tailbone_harvest/views/harvest/master.py b/tailbone_harvest/views/harvest/master.py index a50bdba..8e5fc97 100644 --- a/tailbone_harvest/views/harvest/master.py +++ b/tailbone_harvest/views/harvest/master.py @@ -2,7 +2,7 @@ ################################################################################ # # Rattail -- Retail Software Framework -# Copyright © 2010-2022 Lance Edgar +# Copyright © 2010-2023 Lance Edgar # # This file is part of Rattail. # @@ -36,6 +36,7 @@ class HarvestMasterView(MasterView): Base class for Harvest master views """ creatable = False + touchable = True has_versions = True model_row_class = HarvestTimeEntry