|
|
|
@ -75,7 +75,7 @@ class BillListView(APIView): |
|
|
|
'Выставден новый счёт.', |
|
|
|
'Выставден новый счёт.', |
|
|
|
'''Менеджер %s выставил счёт пользователю %s на курс "%s".''' |
|
|
|
'''Менеджер %s выставил счёт пользователю %s на курс "%s".''' |
|
|
|
% ( |
|
|
|
% ( |
|
|
|
invoice.bill.opener.full_name(), |
|
|
|
invoice.bill.opener.get_full_name(), |
|
|
|
invoice.bill.user.email, |
|
|
|
invoice.bill.user.email, |
|
|
|
Course.objects.get(invoice.bill.course_token).title, |
|
|
|
Course.objects.get(invoice.bill.course_token).title, |
|
|
|
), |
|
|
|
), |
|
|
|
|