Fixed the report URL parameter used in the ledger summary in the accounting application.

This commit is contained in:
依瑪貓 2020-07-18 08:20:43 +08:00
parent 393535b6bd
commit dae002387f

View File

@ -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,
})