diff options
-rw-r--r-- | ishtar/furnitures/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/furnitures/models.py b/ishtar/furnitures/models.py index 65307e15a..112970bb1 100644 --- a/ishtar/furnitures/models.py +++ b/ishtar/furnitures/models.py @@ -495,7 +495,7 @@ class Warehouse(Address, OwnPerms): ) def __unicode__(self): - return self.warehouse_type + return unicode(self.warehouse_type) class ActType(GeneralType): class Meta: |