diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-10 16:55:17 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-10 16:55:17 +0100 |
| commit | bb2d0bd69d32717e69fd6a4dcc524cb89f8c38a4 (patch) | |
| tree | be0552b8eaaefbce6d4094343634f245f3cc4f55 /archaeological_finds/models_finds.py | |
| parent | 1a451903577cbdc90a6a84a7033147e07c7e0c6c (diff) | |
| download | Ishtar-bb2d0bd69d32717e69fd6a4dcc524cb89f8c38a4.tar.bz2 Ishtar-bb2d0bd69d32717e69fd6a4dcc524cb89f8c38a4.zip | |
Treatments: manage loan, loan return and packaging by parameters
Diffstat (limited to 'archaeological_finds/models_finds.py')
| -rw-r--r-- | archaeological_finds/models_finds.py | 3 |
1 files changed, 3 insertions, 0 deletions
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.")) |
