diff options
Diffstat (limited to 'ishtar_common')
| -rw-r--r-- | ishtar_common/models_common.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models_common.py b/ishtar_common/models_common.py index 334eb8b75..f537f617a 100644 --- a/ishtar_common/models_common.py +++ b/ishtar_common/models_common.py @@ -4598,7 +4598,7 @@ class CompleteIdentifierItem(models.Model, ImageContainerModel):      complete_identifier = models.TextField(          _("Complete identifier"), blank=True, default=""      ) -    custom_index = models.IntegerField("Custom index", blank=True, null=True) +    custom_index = models.IntegerField(_("Custom index"), blank=True, null=True)      qrcode = models.ImageField(          upload_to=get_image_path, blank=True, null=True, max_length=255      )  | 
