Test and cover treasury app
This commit is contained in:
parent
b6847415b5
commit
c03c18e93a
20 changed files with 438 additions and 31 deletions
|
|
@ -34,7 +34,7 @@ class InvoiceTable(tables.Table):
|
|||
|
||||
delete = tables.LinkColumn(
|
||||
'treasury:invoice_delete',
|
||||
args=[A('pk')],
|
||||
args=[A('id')],
|
||||
verbose_name=_("delete"),
|
||||
text=_("Delete"),
|
||||
attrs={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue