|
@@ -11,9 +11,6 @@ from sendfile import sendfile
|
|
|
from coin.billing.models import Invoice
|
|
|
from coin.members.models import Member
|
|
|
from coin.html2pdf import render_as_pdf
|
|
|
-from coin.billing.utils import get_invoice_from_id_or_number, assert_user_can_view_the_invoice
|
|
|
-
|
|
|
-from sendfile import sendfile
|
|
|
|
|
|
from coin.billing.create_subscriptions_invoices import create_all_members_invoices_for_a_period
|
|
|
from coin.billing.utils import get_bill_from_id_or_number, assert_user_can_view_the_bill
|