<ol>
[% UNLESS Koha.Preference('item-level_itypes') %]
<li>
<span class="label">Item typeX:</span>
<span class="label">Item type:</span>
[% biblio.itemtype.translated_description | html %]
</li>
[% END %]
# cancel all expired hold requests
use Koha::Script -cron;
use C4::Reserves;
use C4::Reserves qw(AutoUnsuspendReserves);
use C4::Log qw( cronlogaction );
cronlogaction();
-