diff options
Diffstat (limited to 'ishtar_common/wizards.py')
| -rw-r--r-- | ishtar_common/wizards.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py index e974942b7..49abe606f 100644 --- a/ishtar_common/wizards.py +++ b/ishtar_common/wizards.py @@ -510,7 +510,7 @@ class Wizard(NamedUrlWizardView):              adds = {}              # manage attributes relations              if hasattr(self.model, 'ATTRS_EQUIV'): -                for k in other_objs: +                for k in other_objs.keys():                      if k in self.model.ATTRS_EQUIV:                          new_k = self.model.ATTRS_EQUIV[k]                          if new_k in other_objs: | 
