Merge branch 'current_branch' into 'dev'

pay

See merge request !239
remotes/origin/diplom_integration
Andrey 8 years ago
commit 05c825c469
  1. 2
      finance/views.py

@ -77,7 +77,7 @@ class BillListView(APIView):
% ( % (
invoice.bill.opener.get_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(token=invoice.bill.course_token).title,
), ),
'robo@skillbox.ru', 'robo@skillbox.ru',
[invoice.bill.opener.email], [invoice.bill.opener.email],

Loading…
Cancel
Save