From 0fd25d25d3cd3ab9b6959901d51a6b26a2273a76 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 31 Mar 2021 13:20:36 +0100 Subject: [PATCH] Bug 28064: (follow-up) Do not re-trigger transfer if it already exists For some unknown reason the 'Print slip' button for when a transfer has already been triggered also had the 'dotransfer' name attribute. It won't have been getting passed to the form on submission due to the bug with JS submissions and that this particular button was always a button and not a submit in the past. However, it does need removing to prevent the re-triggering now. Signed-off-by: Sally --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index 5ecd2c97d2..136f01ab21 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -584,7 +584,7 @@ [% ELSE %] - + [% END %] -- 2.11.0