remotes/origin/diplom_integration
Andrey 8 years ago
parent 53cb094345
commit 19021a4eab
  1. 2
      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,
),

Loading…
Cancel
Save