X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fcirc%2Fview_holdsqueue.tt;h=f42bb47b7621b93043e0e170aa6a86d0760f7bd5;hb=b464eda7c39392143c4448c505312c7bb310ae92;hp=8f0d9cb17ddd38bf95c1b1f7e60628376991a221;hpb=9c06057f21f1cdbc0a87ecbbdf84306e51e3d6a0;p=koha_fer diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt index 8f0d9cb17d..f42bb47b76 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt @@ -1,25 +1,35 @@ +[% USE ItemTypes %] +[% USE AuthorisedValues %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Circulation › Holds Queue +Koha › Circulation › Holds queue [% INCLUDE 'doc-head-close.inc' %] - + [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] - - + + +[% INCLUDE 'datatables-strings.inc' %] + @@ -34,7 +44,7 @@ $(document).ready(function() { [% IF ( run_report ) %] [% IF ( total ) %]
[% total %] items found for - [% IF ( branch ) %][% branch %][% ELSE %]ALL libraries[% END %] + [% IF ( branchlimit ) %][% branchlimit %][% ELSE %]ALL libraries[% END %]
[% ELSE %]
No items found.
@@ -45,10 +55,13 @@ $(document).ready(function() { Title Collection - Call Number + Item type + Call number + Copy number + Enumeration Barcode Patron - Send To + Send to Date Notes @@ -64,8 +77,11 @@ $(document).ready(function() { [% IF ( itemsloo.size ) %][% itemsloo.size %][% END %] [% IF ( itemsloo.isbn ) %]ISBN: [% itemsloo.isbn %][% END %]

- [% itemsloo.ccode %] - [% itemsloo.location %] [% itemsloo.itemcallnumber %] [% itemsloo.enumchron %] + [% AuthorisedValues.GetByCode( 'CCODE', itemsloo.ccode ) %] + [% ItemTypes.GetDescription( itemsloo.itype ) %] + [% itemsloo.location %] [% itemsloo.itemcallnumber %] + [% itemsloo.copynumber %] + [% itemsloo.enumchron %] [% IF ( itemsloo.item_level_request ) %] Only Item: [% itemsloo.barcode %]