Removed a commented line from the txn_store view in the accounting application.
This commit is contained in:
parent
a9c29a6f34
commit
875ff83692
@ -865,7 +865,6 @@ def txn_store(request, txn_type, txn=None):
|
|||||||
form = TransactionForm(post)
|
form = TransactionForm(post)
|
||||||
form.transaction = txn
|
form.transaction = txn
|
||||||
form.txn_type = txn_type
|
form.txn_type = txn_type
|
||||||
#form = utils.make_txn_form_from_post(post, txn_type, txn)
|
|
||||||
if not form.is_valid():
|
if not form.is_valid():
|
||||||
if txn is None:
|
if txn is None:
|
||||||
url = reverse("accounting:transactions.create", args=(txn_type,))
|
url = reverse("accounting:transactions.create", args=(txn_type,))
|
||||||
|
Loading…
Reference in New Issue
Block a user