Merge branch 'dev' into 'master'

Dev

See merge request !240
master
Andrey 8 years ago
commit 6452b5642e
  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