From 0e7d2c3db4727c629ab76e01a3f42d6810c89916 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 19 Apr 2024 17:22:15 +0000 Subject: [PATCH] Bug 36652: Pass copy_form template variable To test: 1. Go to Tools > Notices and slips 2. Pick any notice and try to copy it to another library using the 'Copy notice' column. 3. You are redirected to a blank screen and if you go back to the Notices and slips page the notice has not been copied. 4. APPLY PATCH 5. Try steps 1 - 3 again, but this time you should be correctly directed. Signed-off-by: Roman Dolny Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer --- tools/letter.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/letter.pl b/tools/letter.pl index 0ecab147b0..7239961e81 100755 --- a/tools/letter.pl +++ b/tools/letter.pl @@ -116,7 +116,7 @@ if ($op eq 'cud-copy_form') { $template->param( oldbranchcode => $oldbranchcode, branchcode => $branchcode, - copying => 1, + copy_form => 1, modify => 0, ); } -- 2.39.2