diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-19 11:29:03 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-19 11:29:03 +0100 |
commit | 8d1c4fc1363ad793ff0b08105cffb2fdda3d97fd (patch) | |
tree | bc82bc59f61c8382b59e971b4a0716c00b50f692 /archaeological_finds/wizards.py | |
parent | afab7f1edbd911313a0478d3bdbbdc791ea073ab (diff) | |
download | Ishtar-8d1c4fc1363ad793ff0b08105cffb2fdda3d97fd.tar.bz2 Ishtar-8d1c4fc1363ad793ff0b08105cffb2fdda3d97fd.zip |
Work on fix for treatment save (refs #3418)
Diffstat (limited to 'archaeological_finds/wizards.py')
-rw-r--r-- | archaeological_finds/wizards.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/wizards.py b/archaeological_finds/wizards.py index dab4a76d4..96a83e582 100644 --- a/archaeological_finds/wizards.py +++ b/archaeological_finds/wizards.py @@ -101,7 +101,7 @@ class TreatmentWizard(Wizard): def get_extra_model(self, dct, form_list): """ - Remove basket ID to the result dict + Get items concerned by the treatment """ dct = super(TreatmentWizard, self).get_extra_model(dct, form_list) if 'resulting_pk' in dct: |