Merge branch 'current_branch' into 'dev'

pay

See merge request !237
remotes/origin/diplom_integration
Andrey 8 years ago
commit 524c94f15c
  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