summaryrefslogtreecommitdiff
path: root/archaeological_finds/models_finds.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/models_finds.py')
-rw-r--r--archaeological_finds/models_finds.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py
index cd827a0d0..318388da1 100644
--- a/archaeological_finds/models_finds.py
+++ b/archaeological_finds/models_finds.py
@@ -106,6 +106,13 @@ class TreatmentType(HierarchicalType):
help_text=_(
u"Check this if for this treatment from one find you'll get "
u"many."))
+ change_current_location = models.BooleanField(
+ _(u"Change current location"), default=False,
+ help_text=_(u"The treatment change the current location."))
+ restore_reference_location = models.BooleanField(
+ _(u"Restore the reference location"), default=False,
+ help_text=_(u"The treatment change restore reference location to the "
+ u"current location."))
class Meta:
verbose_name = _(u"Treatment type")