Fixed the documentation of the view transaction_edit() in the accounting application.
This commit is contained in:
parent
9aa85b6ae8
commit
22f3cad8b1
@ -868,7 +868,7 @@ def transaction_edit(request, type, transaction=None):
|
|||||||
Args:
|
Args:
|
||||||
request (HttpRequest): The request.
|
request (HttpRequest): The request.
|
||||||
type (str): The transaction type.
|
type (str): The transaction type.
|
||||||
transaction (Transaction: The transaction.
|
transaction (Transaction): The transaction.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
HttpResponse: The response.
|
HttpResponse: The response.
|
||||||
|
Loading…
Reference in New Issue
Block a user