From 15ea726b9b74eea7bc164c1498191af07826f26e Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 18 Jan 2023 13:11:26 -0600 Subject: [PATCH] Make all Harvest models touchable --- tailbone_harvest/views/harvest/master.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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