@@ -, +, @@ --- .../opac-tmpl/bootstrap/en/includes/holds-table.inc | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc @@ -104,18 +104,14 @@ [% IF ( HOLD.is_waiting ) %] [% IF ( HOLD.is_at_destination ) %] - [% IF ( HOLD.found ) %] - Item waiting at [% HOLD.branch.branchname | html %] - [% IF ( HOLD.waitingdate ) %] - since [% HOLD.waitingdate | $KohaDates %] - [% IF HOLD.expirationdate %] - until [% HOLD.expirationdate | $KohaDates %] - [% END %] + Item waiting at [% HOLD.branch.branchname | html %] + [% IF ( HOLD.waitingdate ) %] + since [% HOLD.waitingdate | $KohaDates %] + [% IF HOLD.expirationdate %] + until [% HOLD.expirationdate | $KohaDates %] [% END %] - - [% ELSE %] - Item waiting to be pulled from [% Branches.GetName( HOLD.branchcode ) | html %] [% END %] + [% ELSE %] Item in transit to [% Branches.GetName( HOLD.branchcode ) | html %] [% END %] --