@@ -, +, @@ --- .../prog/en/modules/catalogue/detail.tt | 35 ++++++++------------ 1 files changed, 14 insertions(+), 21 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -322,7 +322,6 @@ function recall_item(itemnumber) { [% IF ( SpineLabelShowPrintOnBibDetails ) %]Spine label[% END %] [% IF ( hostrecords ) %]Host records[% END %] [% IF ( analyze ) %]Used in[% END %] - [% IF ( items_checked_out ) %]Recall[% END %] [% FOREACH itemloo IN itemloop %] @@ -341,18 +340,20 @@ function recall_item(itemnumber) { [% IF ( itemloo.datedue ) %] - Checked out - [% UNLESS ( itemloo.NOTSAMEBRANCH ) %] - to - [% IF ( itemloo.hidepatronname ) %] - [% itemloo.cardnumber %] - [% ELSE %] - [% itemloo.firstname %] [% itemloo.surname %] - [% END %] - - [% END %] - : due [% itemloo.datedue %] - + Checked out + [% UNLESS ( itemloo.NOTSAMEBRANCH ) %] + to + [% IF ( itemloo.hidepatronname ) %] + [% itemloo.cardnumber %] + [% ELSE %] + [% itemloo.firstname %] [% itemloo.surname %] + [% END %] + + [% END %] + : due [% itemloo.datedue %] + + + [% ELSIF ( itemloo.transfertwhen ) %] In transit from [% itemloo.transfertfrom %], to [% itemloo.transfertto %], since [% itemloo.transfertwhen %] @@ -459,14 +460,6 @@ function recall_item(itemnumber) { Create analytics [% END %] - [% IF ( items_checked_out ) %] - - [% IF ( itemloo.onloan ) %] - - [% END %] - - [% END %] - [% END %] --