@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -1,6 +1,10 @@ [% USE Koha %] [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %] [% USE AuthorisedValues %] + +[% #This include depends on the asset js/form-submit.js. Any template making use of this include must import form-submit.js as well. %] +[% #FIXME can form-submit.js be imported into this file directly? %] + @@ -257,7 +261,7 @@ [%- END -%] [%- END # IF SuspendHoldsIntranet -%] [%- IF ( hold.found ) -%] - [% IF hold.intransit %]Revert transit status[% ELSE %]Revert waiting status[% END %] + [% IF hold.intransit %]Revert transit status[% ELSE %]Revert waiting status[% END %] [%- END -%] [% IF ( hold.intransit || hold.atdestination ) %] --