diff options
Diffstat (limited to 'ishtar_common/models.py')
| -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 fc2487d7b..5dc325e4e 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1349,7 +1349,7 @@ class IshtarSiteProfile(models.Model, Cached):      )      warehouse_external_id = models.TextField(          _("Warehouse external id"), -        default="{name|slug}", +        default="{slug}",          help_text=_(              "Formula to manage warehouse external ID. "              "Change this with care. With incorrect formula, the "  | 
