X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fcirc%2Foverdue.tt;h=5f71609ee53b0bc81dcb992a62cbdadd759ccbe1;hb=5dcb7435b7d0e720edc334c8eef7be875f2eb5d9;hp=f45dbeabfeaa20691c2b486b4d09ca8b8bd5d726;hpb=5432bd488f2cd842f4fece93c42423a3fc26143b;p=koha_fer diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt index f45dbeabfe..5f71609ee5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt @@ -48,9 +48,9 @@ return false; } }) - .data( "autocomplete" )._renderItem = function( ul, item ) { + .data( "ui-autocomplete" )._renderItem = function( ul, item ) { return $( "
  • " ) - .data( "item.autocomplete", item ) + .data( "ui-autocomplete-item", item ) .append( "" + item.description + " (" + item.authorised_value + ")" ) .appendTo( ul ) .css("font-size","90%").css("width","13em"); @@ -103,6 +103,7 @@ overdue as of [% todaysdate %][% IF ( isfiltered ) %] [% overdueloo.barcode %] [% overdueloo.itemcallnumber %] + [% overdueloo.replacementprice %] [% END %] @@ -194,6 +196,28 @@ overdue as of [% todaysdate %][% IF ( isfiltered ) %] + + [% FOREACH homebranchloo IN homebranchloop %][% IF ( homebranchloo.selected ) %] + [% ELSE %] + [% END %] + [% END %] + + + +
  • + + +
  • + +