Skip to content
Snippets Groups Projects

Implement payment backends and interaction

Merged Nik | Klampfradler requested to merge payment-backends into master
Files
2
@@ -98,7 +98,7 @@ class InvoicesTable(tables.Table):
text=_("View"),
)
print = tables.LinkColumn(
"get_invoice_by_pk",
"print_invoice",
args=[A("id")],
verbose_name=_("Print"),
text=_("Print"),
Loading