https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42751

            Bug ID: 42751
           Summary: Circulation log viewer no longer displays item barcode
                    in Info column
   Initiative type: ---
        Sponsorship ---
            status:
           Product: Koha
           Version: Main
          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]

After Bug 29016 converted the log viewer to use the AJAX DataTable interface,
circulation log entries no longer display the item barcode in the Info column.

For CIRCULATION ISSUE and RETURN actions, the previous log viewer displayed a
useful item identifier (typically the barcode, often as a hyperlink). The
current implementation displays only the itemnumber or a JSON structure
containing the itemnumber.

Example action log entry:

{
"branchcode" : "CPL",
"confirmations" : [],
"forced" : [],
"issue" : 1,
"itemnumber" : 77
}

This is rendered in the Info column as:

77

(linked to moredetail.pl using the itemnumber)

The associated item record contains barcode:

39999000001396

Displaying the itemnumber is not particularly useful to staff, who generally
identify items by barcode.

To reproduce:

1. Enable IssueLog.
2. Check out an item with a known barcode.
3. Go to Tools → Log viewer.
4. Filter by Module = Circulation.
5. Locate the checkout log entry.

Current result:

* The Info column displays the itemnumber (or raw JSON containing the
itemnumber).

Expected result:

* The Info column should display the item barcode, as it did prior to the AJAX
log viewer conversion.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
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