Revised the code in the txn_form view in the accounting application.

This commit is contained in:
依瑪貓 2020-08-12 22:50:32 +08:00
parent c8c276feb7
commit 0ac40fc723

View File

@ -829,8 +829,7 @@ def txn_form(request, txn_type, txn=None):
form = TransactionForm()
form.transaction = txn
form.txn_type = txn_type
new_record_context = {"record_type": "TTT",
"no": "NNN"}
new_record_context = {"record_type": "TTT", "no": "NNN"}
if txn_type == "transfer":
new_record_template = json.dumps(render_to_string(
"accounting/include/record_form-transfer.html",