Koha/circ
Jonathan Druart aafe73eefb Bug 14828: Use Koha::ItemType[s] everywhere C4::ItemType was used
This patch mainly replaces C4::ItemType->all with
Koha::ItemTypes->search.

Test plan:
At the places where the C4::ItemType module was used, confirm there is
no regression:
- acqui/neworderempty.pl
- catalogue/itemsearch.pl
- admin/item_circulation_alerts.pl
and the 2 cataloguing plugins:
- marc21_linking_section.pl
- unimarc_field_4XX.pl

QA step:
prove t/db_dependent/HoldsQueue.t should return green
Note that the tests were buggy.

Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
2016-01-27 20:46:58 +00:00
..
add_message.pl
bookcount.pl
branchoverdues.pl
branchtransfers.pl Bug 12045 - Transfer impossible if barcode includes spaces 2016-01-27 01:08:01 +00:00
circulation-home.pl
circulation.pl Bug 1983: Checkout: Hold repquest when checking out an item already on loan or reserved 2016-01-27 06:39:14 +00:00
del_message.pl
hold-transfer-slip.pl
offline-mf.pl
offline.pl
on-site_checkouts.pl
overdue.pl Bug 14916: Display overdues if due on 23:59 2015-10-19 11:50:37 -03:00
pendingreserves.pl Bug 15560: Fix display of multiple item types in pending reserves report 2016-01-23 18:31:38 +00:00
renew.pl Bug 15462 - Unable to renew books via circ/renew.pl 2016-01-07 18:21:21 +00:00
reserveratios.pl Bug 14920: Simplify the date management on reserveratios 2015-10-13 11:39:11 -03:00
returns.pl Bug 14828: Use Koha::ItemType[s] everywhere C4::ItemType was used 2016-01-27 20:46:58 +00:00
selectbranchprinter.pl
transfer-slip.pl
transferstoreceive.pl Bug 15344: Remove some other calls of GetMemberDetails from pl scripts 2015-12-30 11:53:18 +00:00
view_holdsqueue.pl
waitingreserves.pl Bug 15258: Fix Perl scripts declaring unused variables 2015-12-30 17:24:45 -07:00
ypattrodue-attr-search-authvalue.pl
ysearch.pl Bug 13931 [QA Followup] - Fix whitespace error 2015-12-31 13:40:29 +00:00