diff --git a/accounting/views.py b/accounting/views.py index 3995a4d..4f8196d 100644 --- a/accounting/views.py +++ b/accounting/views.py @@ -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",