Fixed the documentation in accounting.converters in the accounting application.
This commit is contained in:
parent
0ff6076b36
commit
1e2d57805c
@ -116,7 +116,7 @@ class LedgerAccountConverter:
|
|||||||
regex = "[1-9]{1,5}"
|
regex = "[1-9]{1,5}"
|
||||||
|
|
||||||
def to_python(self, value):
|
def to_python(self, value):
|
||||||
"""Returns the ledger accountby the account code.
|
"""Returns the ledger account by the account code.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
value (str): The account code.
|
value (str): The account code.
|
||||||
|
Loading…
Reference in New Issue
Block a user