Update change_tax_code.py

pull/416/head
Mahmoud Yaser 8 years ago committed by GitHub
parent f726238865
commit 3e014f189f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
#!/usr/bin/env python
## @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
from gnucash import Session, Account

Loading…
Cancel
Save