Merge branch 'dev' into 'master'

Dev

See merge request !238
master
Andrey 8 years ago
commit 954bb35d1a
  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