From 9e1d0810de05c59abeaa71c68d132cb2a24c5dc5 Mon Sep 17 00:00:00 2001 From: bashmak Date: Mon, 14 Aug 2017 14:12:26 +0300 Subject: [PATCH] fixbug --- abonapp/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abonapp/models.py b/abonapp/models.py index f291155..ce857b1 100644 --- a/abonapp/models.py +++ b/abonapp/models.py @@ -76,7 +76,7 @@ class AbonTariff(models.Model): class Meta: db_table = 'abonent_tariff' permissions = ( - ('can_complete_service', _('finish service perm')) + ('can_complete_service', _('finish service perm')), )