1 (edited by fa.kj 09/07/2021 06:25:41 pm)

Topic: Supplier invoice, GL items doesn't update until refresh

Running on the Latest Ubuntu Server LTS using NGINX

1. Purchases -> Supplier Invoice
2. Change Supplier
3. Under GL items for this invoice, the account & name do not change.
4. Refresh (F5)
5. Under GL items for this invoice, the account & name are now changed/correct.

To make sure it's not with my browser, it also happens on a clean MS Edge/Chromium (no extensions). On my old Centos server setup (and old FA) the GL items did update (without a refresh) when changing the supplier.

Re: Supplier invoice, GL items doesn't update until refresh

This is still happening in 2.4.11. It appears to be an issue on all pages that have items or GL entries. I only really noticed the supplier invoice since I use that often and I know it used to auto-update in older versions in the past.

May not be bug, maybe it was a lost feature during a code rewrite.

Re: Supplier invoice, GL items doesn't update until refresh

Update your FA codebase with bleeding edge fixes by using the GitMaster.

4 (edited by fa.kj 01/28/2022 01:49:54 am)

Re: Supplier invoice, GL items doesn't update until refresh

Thanks. I have updated with the bleeding edge fixes provided. --> No luck, it did not make a difference regarding this issue.

I did check the code changes...

"Code cleanup (fixed parametr lists in gl_all_accounts_list_row and calls to subledger__list_cells) @itronics committed on Dec 14, 2021"

ui_lists.inc: function gl_all_accounts_list_cells() --> I see the additional $submit_on_change code. Was this change suppose to affect this?