Manage remittance types
This commit is contained in:
parent
1b03eac95b
commit
4cf1047faa
11 changed files with 153 additions and 66 deletions
|
|
@ -56,7 +56,7 @@ class RemittanceTable(tables.Table):
|
|||
}
|
||||
model = Remittance
|
||||
template_name = 'django_tables2/bootstrap4.html'
|
||||
fields = ('id', 'date', 'type', 'comment', 'count', 'amount', 'view',)
|
||||
fields = ('id', 'date', 'remittance_type', 'comment', 'count', 'amount', 'view',)
|
||||
|
||||
|
||||
class SpecialTransactionTable(tables.Table):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue