@@ -, +, @@ template --- koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc | 14 ++++---------- 1 file changed, 4 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 @@ -37,16 +37,10 @@ [% UNLESS ( HOLD.is_waiting || HOLD.is_in_transit ) %] [% SET all_holds_waiting = 0 %] [% END %] - [% IF ( HOLD.is_waiting ) %] - [% IF ( HOLD.is_at_destination ) %] - [% IF ( HOLD.is_found ) %] - - [% ELSE %] - - [% END %] - [% ELSE %] - - [% END %] + [% IF ( HOLD.is_at_destination ) %] + + [% ELSIF HOLD.is_in_transit %] + [% ELSE %] [% END %] --