Lines 42-48
BEGIN {
Link Here
|
42 |
&subfield_is_koha_internal_p |
42 |
&subfield_is_koha_internal_p |
43 |
&GetPrinters &GetPrinter |
43 |
&GetPrinters &GetPrinter |
44 |
&GetItemTypes &getitemtypeinfo |
44 |
&GetItemTypes &getitemtypeinfo |
45 |
&GetItemTypesCategorized &GetItemTypesByCategory |
45 |
&GetItemTypesCategorized &GetItemTypesByCategory |
46 |
&GetSupportName &GetSupportList |
46 |
&GetSupportName &GetSupportList |
47 |
&get_itemtypeinfos_of |
47 |
&get_itemtypeinfos_of |
48 |
&getframeworks &getframeworkinfo |
48 |
&getframeworks &getframeworkinfo |
Lines 285-291
sub GetItemTypesCategorized {
Link Here
|
285 |
UNION |
285 |
UNION |
286 |
SELECT DISTINCT searchcategory AS `itemtype`, authorised_values.lib_opac AS description, authorised_values.imageurl AS imageurl, hideinopac, 1 as 'iscat' |
286 |
SELECT DISTINCT searchcategory AS `itemtype`, authorised_values.lib_opac AS description, authorised_values.imageurl AS imageurl, hideinopac, 1 as 'iscat' |
287 |
FROM itemtypes |
287 |
FROM itemtypes |
288 |
LEFT JOIN authorised_values ON searchcategory = authorised_value WHERE searchcategory > '' |
288 |
LEFT JOIN authorised_values ON searchcategory = authorised_value WHERE searchcategory > '' |
289 |
|; |
289 |
|; |
290 |
my $sth = $dbh->prepare($query); |
290 |
my $sth = $dbh->prepare($query); |
291 |
$sth->execute; |
291 |
$sth->execute; |