Make all Harvest models touchable

This commit is contained in:
Lance Edgar 2023-01-18 13:11:26 -06:00
parent 8da3f89524
commit 15ea726b9b

View file

@ -2,7 +2,7 @@
################################################################################ ################################################################################
# #
# Rattail -- Retail Software Framework # Rattail -- Retail Software Framework
# Copyright © 2010-2022 Lance Edgar # Copyright © 2010-2023 Lance Edgar
# #
# This file is part of Rattail. # This file is part of Rattail.
# #
@ -36,6 +36,7 @@ class HarvestMasterView(MasterView):
Base class for Harvest master views Base class for Harvest master views
""" """
creatable = False creatable = False
touchable = True
has_versions = True has_versions = True
model_row_class = HarvestTimeEntry model_row_class = HarvestTimeEntry