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")],