![]() |
|
||||
Bank Menu Shows Wrong Account |
Problem After changing the status of a bank account to Closed, choosing transactions for accounts after it in the alphabet will show transactions for a different account. Caught By Turtle Creek testing in Goldenseal accounting software. Workaround Open the bank account via the Accounts menu, and click the View Transactions button. Solution Fixed in Goldenseal construction accounting software version 3.5. Technical Details When building the menu list, we skip Closed accounts,
but the code that finds the correct account to open was
still including Closed accounts. |