|
|
|
@ -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], |
|
|
|
|