From 9227051e8bdbbae75064da3e537aba499a794289 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 10 Dec 2018 16:55:17 +0100 Subject: Treatments: manage loan, loan return and packaging by parameters --- archaeological_finds/models_finds.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'archaeological_finds/models_finds.py') diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 318388da1..393583749 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -106,6 +106,9 @@ class TreatmentType(HierarchicalType): help_text=_( u"Check this if for this treatment from one find you'll get " u"many.")) + change_reference_location = models.BooleanField( + _(u"Change reference location"), default=False, + help_text=_(u"The treatment change the reference location.")) change_current_location = models.BooleanField( _(u"Change current location"), default=False, help_text=_(u"The treatment change the current location.")) -- cgit v1.2.3