diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-03 00:00:34 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-03 00:00:34 +0100 |
commit | 4d701751d0eba67cceb6e9f435e03f7142b1f8fc (patch) | |
tree | b6ea35231e2ee8406be9e6ee7b930b5180655c6b /archaeological_finds/forms.py | |
parent | 315c877745b604bc4d36c56be5efe6b9f072ab8e (diff) | |
download | Ishtar-4d701751d0eba67cceb6e9f435e03f7142b1f8fc.tar.bz2 Ishtar-4d701751d0eba67cceb6e9f435e03f7142b1f8fc.zip |
Search: manage complex queries - Find search: loan status
Diffstat (limited to 'archaeological_finds/forms.py')
-rw-r--r-- | archaeological_finds/forms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index e42259bad..3019d4aa2 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -883,6 +883,7 @@ class FindSelect(HistorySelect): base_finds__batch = forms.ChoiceField( label=_(u"Batch/object"), choices=[]) checked_type = forms.ChoiceField(label=_("Check")) + loan = forms.NullBooleanField(label=_(u"Loan?")) documents__image__isnull = forms.NullBooleanField(label=_(u"Has an image?")) TYPES = [ |