From cfb8e7103bea99eb2e0050a95358d03692432509 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. --- 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.30.2