Dev See merge request !238
@ -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,
),