diff options
| -rw-r--r-- | ishtar_common/models.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ishtar_common/models.py b/ishtar_common/models.py index e7d948d63..67e93fe13 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -164,7 +164,7 @@ class ValueGetter(object):          values = {}          if hasattr(self, "qrcode") and (not filtr                                          or 'qrcode_path' in filtr): -            values['qrcode_path'] = self.qrcode_path +            values[prefix + 'qrcode_path'] = self.qrcode_path          for field_name in get_all_field_names(self):              try:                  value = getattr(self, field_name) | 
