[Bug 36131] New: checkout/patron notes not displayed after a checkin
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36131 Bug ID: 36131 Summary: checkout/patron notes not displayed after a checkin Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: jonathan.druart+koha@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Depends on: 28653 At checkin time there is code to display the note a patron let on the checkout. But since bug 28653 the table is refreshed after all checkouts are checked in and the note never appears. What could be a correct behaviour? I am refering to the following code in checkouts.js if ( data.patronnote != null ) { $('.patron_note_' + data.itemnumber).html( __("Patron note") + ": " + data.patronnote); } Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28653 [Bug 28653] Sorting loans by due date doesn't work after renewing -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36131 Emmi Takkinen <emmi.takkinen@koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmi.takkinen@koha-suomi.fi -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org