From fa04a039a357672b99aa041476b7fd7402a072c2 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 Signed-off-by: Victor Grousset/tuxayo --- 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 9cf7cf83b5..a62740a07a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -598,7 +598,7 @@ [% ELSE %] - + [% END %] -- 2.31.1