Skip to content

Commit

Permalink
chore(payments): remove invoice from admin
Browse files Browse the repository at this point in the history
It is not used for new invoices backend.
  • Loading branch information
nijel committed Nov 20, 2024
1 parent 4b34130 commit 5a7e47e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion weblate_web/payments/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class PaymentAdmin(admin.ModelAdmin):
"repeat",
"start",
"end",
"invoice",
"created",
)
list_filter = ("state", "backend", "customer__name", "customer__origin")
Expand Down

0 comments on commit 5a7e47e

Please sign in to comment.