I tested the patch in #2 and while it works for the steps in the description, it breaks on any database with more than one fiscalyear per company. For example, follow the steps in the description but before printing the report, add in a new fiscal year "2012" for CompanyB. Running the report now throws a "TypeError: str.split is not a function" error.
I proposed a similar fix yesterday (see the related branch above) which fixes the bug description issue and works for multiple fiscal years and companies. Feel free to test this fix and let me know if it works for everyone.
I tested the patch in #2 and while it works for the steps in the description, it breaks on any database with more than one fiscalyear per company. For example, follow the steps in the description but before printing the report, add in a new fiscal year "2012" for CompanyB. Running the report now throws a "TypeError: str.split is not a function" error.
I proposed a similar fix yesterday (see the related branch above) which fixes the bug description issue and works for multiple fiscal years and companies. Feel free to test this fix and let me know if it works for everyone.