[Koha-bugs] [Bug 36131] New: checkout/patron notes not displayed after a checkin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 19 16:26:20 CET 2024


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 at lists.koha-community.org
          Reporter: jonathan.druart+koha at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at 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.


More information about the Koha-bugs mailing list