1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-20 17:41:55 +02:00

Update translations

This commit is contained in:
Yohann D'ANELLO
2020-03-24 01:04:01 +01:00
parent 5682c5489e
commit d25d342d28
3 changed files with 304 additions and 144 deletions

View File

@ -35,6 +35,10 @@ class InvoiceTable(tables.Table):
class RemittanceTable(tables.Table):
count = tables.Column(verbose_name=_("Transaction count"))
amount = tables.Column(verbose_name=_("Amount"))
view = tables.LinkColumn("treasury:remittance_update",
verbose_name=_("View"),
args=[A("pk")],