Added a TODO note to the _ledger_subjects() utility method in the accounting application.
This commit is contained in:
parent
469f32b1ec
commit
1ec1bba364
@ -316,6 +316,7 @@ def _ledger_subjects():
|
|||||||
Returns:
|
Returns:
|
||||||
list[Subject]: The subjects for the ledger reports.
|
list[Subject]: The subjects for the ledger reports.
|
||||||
"""
|
"""
|
||||||
|
# TODO: Te be replaced with the Django model queries
|
||||||
return list(Subject.objects.raw("""SELECT s.*
|
return list(Subject.objects.raw("""SELECT s.*
|
||||||
FROM accounting_subjects AS s
|
FROM accounting_subjects AS s
|
||||||
WHERE s.code IN (SELECT s.code
|
WHERE s.code IN (SELECT s.code
|
||||||
|
Loading…
Reference in New Issue
Block a user