From 19021a4eab12a51cfdc0fb526c330002ebc70888 Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 16 Mar 2018 11:50:03 +0300 Subject: [PATCH] pay --- finance/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finance/views.py b/finance/views.py index 1656baa..9b99799 100644 --- a/finance/views.py +++ b/finance/views.py @@ -75,7 +75,7 @@ class BillListView(APIView): 'Выставден новый счёт.', '''Менеджер %s выставил счёт пользователю %s на курс "%s".''' % ( - invoice.bill.opener.full_name(), + invoice.bill.opener.get_full_name(), invoice.bill.user.email, Course.objects.get(invoice.bill.course_token).title, ),