mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Update change_tax_code.py
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
## @file
|
## @file
|
||||||
# @brief mark an account having target_account_code as tax related, else Recurse over all of its sub-accounts marks the first one having target_account_code as tax related
|
# @brief Recurse over all accounts in a book and marks the first one having target_account_code as tax related
|
||||||
# @ingroup python_bindings_examples
|
# @ingroup python_bindings_examples
|
||||||
|
|
||||||
from gnucash import Session, Account
|
from gnucash import Session, Account
|
||||||
|
|||||||
Reference in New Issue
Block a user