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

Aleisha Amohia <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #188537|0                           |1
        is obsolete|                            |

--- Comment #6 from Aleisha Amohia <[email protected]> ---
Created attachment 190527
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190527&action=edit
Bug 32419: Add XSLT for intranet lists which shows item availability

This patch adds a new XSLT to apply to the lists view on the staff interface,
used by the XSLTListsDisplay system preference.

It is almost a copy of MARC21slim2intranetResults.xsl, used by the
XSLTResultsDisplay system preference, except it includes code to also display
item availability. Item availability is already shown on the lists view on the
OPAC, so this adds that functionality to the staff interface.

To test:

0. Restart services and compile CSS for changes to take effect, in KTD this
looks like: yarn build && restart_all
1. Create or use a biblio record with multiple items, for example biblionumber
235.
2. Check out an item attached to the record to a patron, i.e. check out barcode
39999000010190 to your logged in user
3. Go to the Detail view for this record.
4. Edit another item attached to the record and give it a not for loan status,
i.e. edit barcode 39999000010213 and set it to Not for loan
5. Click the Add to list button above the record. Add the record to an existing
list, or create a new one and Save.
6. Go to the Lists module in the staff interface and view the contents of the
list you just added your record to.
7. Confirm you see accurate Availability information in the list results,
showing available items, unavailable items, and items available for reference.
8. Do a catalogue search that will return your record in the results. Confirm
the Availability information does not show in the main results portion
underneath the title, it should only show in the rightmost column as normal.

Sponsored-by: Pymble Ladies' College

-- 
You are receiving this mail because:
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