@@ -, +, @@ hold is found Clicking ignore will allow you to continue scanning items as before. --- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -299,7 +299,7 @@ $(document).ready(function () { [% END %] - + [% FOREACH inputloo IN inputloop %] @@ -384,14 +384,22 @@ $(document).ready(function () {
Check In - [% IF ( exemptfine ) %] - + [% IF found %] + + [% ELSIF ( exemptfine ) %] + [% ELSIF ( dropboxmode ) %] - + [% ELSE %] - + [% END %] - + + [% UNLESS found %] + + [% ELSE %] + + [% END %] + [% FOREACH inputloo IN inputloop %] --