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 | e7165c5915d5ecddf1248f0cbfb03e5efccd45a7 (patch) | |
tree | b6ea35231e2ee8406be9e6ee7b930b5180655c6b /archaeological_finds/forms.py | |
parent | df84c1f2b6d7bf469e2a914e43a2f268c90cdd23 (diff) | |
download | Ishtar-e7165c5915d5ecddf1248f0cbfb03e5efccd45a7.tar.bz2 Ishtar-e7165c5915d5ecddf1248f0cbfb03e5efccd45a7.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 = [ |