https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38525 Bug ID: 38525 Summary: Borrower Loan Table Does Not Update on Detail Page After Loan Changes Change sponsored?: --- Product: Koha Version: 23.11 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: somesecretemail@mailinator.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Description: There is an issue with the table displaying a borrower's loans on their detail page. After making changes to a patron's loans, such as checking in or out an item, the table does not update automatically. To see the updated table, the user must perform a hard refresh (Ctrl + F5 on Windows). This behavior is inconvenient and may confuse library staff. Steps to Reproduce: 1. Navigate to a borrower's detail page: https://host/cgi-bin/koha/members/moremember.pl?borrowernumber=:borrowerNumb... 2. Click on the Check Out tab. 3. Observe the number of loans displayed: - In the checkout table at the bottom of the page. - In the tab label (e.g., "Checkouts (2)"). 4. Check out an item to the borrower. Actual Result: The tab label updates correctly (e.g., "Checkouts (3)"). The checkout table does not reflect the new loan. It still displays the previous number of rows. Expected Result: The table showing the patron's loans should update to reflect the new loan immediately (e.g., three rows if three items are checked out). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.