@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -108,12 +108,12 @@ [% hold.notes | html %] [% IF Koha.Preference('AllowHoldDateInFuture') %] - + [% ELSE %] [% hold.date | $KohaDates %] [% END %] - + [% IF ( hold.found ) %] --