Update change_tax_code.py

This commit is contained in:
Mahmoud Yaser 2018-09-24 17:21:16 +02:00 committed by GitHub
parent 3b416f07be
commit f726238865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
## @file
# @brief if the account (or one of its children) has the target codem set the tax related flag to True
# @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
# @ingroup python_bindings_examples
from gnucash import Session, Account