Fixed the report URL parameter used in the ledger summary in the accounting application.
This commit is contained in:
parent
393535b6bd
commit
dae002387f
@ -497,7 +497,7 @@ def ledger_summary(request, subject_code):
|
||||
"records": pagination.records,
|
||||
"pagination": pagination,
|
||||
"current_subject": current_subject,
|
||||
"reports": ReportUrl(cash=current_subject),
|
||||
"reports": ReportUrl(ledger=current_subject),
|
||||
"subjects": subjects,
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user