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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]
        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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to