diff --git a/osinaweb/billing/add/__pycache__/urls.cpython-312.pyc b/osinaweb/billing/add/__pycache__/urls.cpython-312.pyc index d7cad773..5e0ec8be 100644 Binary files a/osinaweb/billing/add/__pycache__/urls.cpython-312.pyc and b/osinaweb/billing/add/__pycache__/urls.cpython-312.pyc differ diff --git a/osinaweb/billing/add/__pycache__/views.cpython-312.pyc b/osinaweb/billing/add/__pycache__/views.cpython-312.pyc index a574f346..537ea7da 100644 Binary files a/osinaweb/billing/add/__pycache__/views.cpython-312.pyc and b/osinaweb/billing/add/__pycache__/views.cpython-312.pyc differ diff --git a/osinaweb/billing/add/views.py b/osinaweb/billing/add/views.py index 8d79df71..e777c368 100644 --- a/osinaweb/billing/add/views.py +++ b/osinaweb/billing/add/views.py @@ -12,6 +12,7 @@ from weasyprint import HTML, CSS + @staff_login_required def add_product(request, *args, **kwargs): item_types = ProjectType.objects.all().order_by('name') @@ -214,6 +215,9 @@ def add_payment_comment_modal(request): + + + def add_invoice_pdf(request, order_id): order = get_object_or_404(Order, id=order_id) @@ -338,4 +342,10 @@ def add_payment_pdf(request, order_id): + + + + + + diff --git a/osinaweb/db.sqlite3 b/osinaweb/db.sqlite3 index c5cd59b4..effcde39 100644 Binary files a/osinaweb/db.sqlite3 and b/osinaweb/db.sqlite3 differ diff --git a/osinaweb/osinacore/templates/recent-activities.html b/osinaweb/osinacore/templates/recent-activities.html index 52e1d54d..75e66ec7 100644 --- a/osinaweb/osinacore/templates/recent-activities.html +++ b/osinaweb/osinacore/templates/recent-activities.html @@ -212,10 +212,4 @@ - - - - - - {% endif %} \ No newline at end of file