From 10c8a694f2ffcfc001f5deddcb7d633d9f00b7cc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 5 Sep 2016 17:05:03 +0200 Subject: Operation: display statistics on the sheet (refs #2989) --- ishtar_common/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index c536b64ae..186d88f1a 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2200,6 +2200,7 @@ pre_delete.connect(pre_delete_import, sender=Import) class Organization(Address, Merge, OwnPerms, ValueGetter): TABLE_COLS = ('name', 'organization_type',) + SHOW_URL = 'show-organization' name = models.CharField(_(u"Name"), max_length=500) organization_type = models.ForeignKey(OrganizationType, verbose_name=_(u"Type")) -- cgit v1.2.3