Make all Harvest models touchable
This commit is contained in:
parent
8da3f89524
commit
15ea726b9b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue