Fixed a typo in the cash account in the accounting application.
This commit is contained in:
parent
e2945045f3
commit
fb37da4ac0
@ -268,7 +268,7 @@ ORDER BY
|
|||||||
"period": period,
|
"period": period,
|
||||||
"reports": ReportUrl(cash=current_subject, period=period),
|
"reports": ReportUrl(cash=current_subject, period=period),
|
||||||
"shortcut_subjects": [x for x in subjects if x.code in settings.ACCOUNTING["CASH_SHORTCUT_SUBJECTS"]],
|
"shortcut_subjects": [x for x in subjects if x.code in settings.ACCOUNTING["CASH_SHORTCUT_SUBJECTS"]],
|
||||||
"all_sibjects": [x for x in subjects if x.code not in settings.ACCOUNTING["CASH_SHORTCUT_SUBJECTS"]],
|
"all_subjects": [x for x in subjects if x.code not in settings.ACCOUNTING["CASH_SHORTCUT_SUBJECTS"]],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user