Koha/circ
Victor Grousset 4c9b26e437 Bug 19972: Make holds to pull list honors item-level_itypes syspref
And reflect that in the UI strings + variable names

Test plan:
1. Set syspref "item-level_itypes" to "specific item"
2. Create a hold on a record with one item
3. Change the document type of the item
4. Check that the item edition page and the record page show 2 different
     types.
5. Go to /cgi-bin/koha/circ/pendingreserves.pl
6. Check that the displayed type is the item one
7. Set syspref "item-level_itypes" to "biblio record"
8. Go to /cgi-bin/koha/circ/pendingreserves.pl
9. See that the displayed type is the item one. When the sysopref says
     "record"
     This is the bug.
10. Apply this patch
11. Go to /cgi-bin/koha/circ/pendingreserves.pl
12. See that the displayed type now follows the syspref
13. Set syspref "item-level_itypes" to "specific item"
14. Go to /cgi-bin/koha/circ/pendingreserves.pl
15. See that the displayed type still follows the syspref

Signed-off-by: Lucie Gay <lucie.gay@ens-paris-saclay.fr>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-05-03 13:26:48 -03:00
..
add_message.pl
article-request-slip.pl
article-requests.pl
bookcount.pl Bug 19943: Gentle error handling for bookcount.pl 2018-03-23 12:32:05 -03:00
branchoverdues.pl
branchtransfers.pl Bug 18789: Send Koha::Patron object to the templates 2018-02-16 13:03:58 -03:00
circulation-home.pl
circulation.pl Bug 20067: Fix other checks for linked authorised value categories 2018-03-26 17:01:10 -03:00
del_message.pl
hold-transfer-slip.pl
offline-mf.pl
offline.pl
on-site_checkouts.pl
overdue.pl Bug 18789: Send Koha::Patron object to the templates 2018-02-16 13:03:58 -03:00
pendingreserves.pl Bug 19972: Make holds to pull list honors item-level_itypes syspref 2018-05-03 13:26:48 -03:00
renew.pl
request-article.pl
reserveratios.pl
returns.pl Bug 20546: Display shelving location on checkin 2018-05-03 13:26:47 -03:00
selectbranchprinter.pl
transfer-slip.pl
transferstoreceive.pl Bug 18789: Send Koha::Patron object to the templates 2018-02-16 13:03:58 -03:00
view_holdsqueue.pl Bug 18403: Use patron-title.inc when hidepatronname is used [SPECIFIC for view_holdsqueue] 2018-02-12 15:41:39 -03:00
waitingreserves.pl Bug 18789: Send Koha::Patron object to the templates 2018-02-16 13:03:58 -03:00
ypattrodue-attr-search-authvalue.pl
ysearch.pl Bug 18403: Add new methods Koha::Patrons->search_limited and use it where needed 2018-02-12 15:41:39 -03:00