remotes/origin/diplom_integration
Andrey 8 years ago
parent 19021a4eab
commit a11d6c698f
  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