Removed the debug code from the views of the accounting application.
This commit is contained in:
parent
b306dbd6cf
commit
b9049883c7
@ -79,7 +79,6 @@ def cash(request, account, period):
|
|||||||
Returns:
|
Returns:
|
||||||
HttpResponse: The response.
|
HttpResponse: The response.
|
||||||
"""
|
"""
|
||||||
a = 3 / 0
|
|
||||||
# The accounting records
|
# The accounting records
|
||||||
if account.code == "0":
|
if account.code == "0":
|
||||||
records = list(
|
records = list(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user