Bugzilla – Attachment 165362 Details for
Bug 36652
Cannot copy notice from one library to another
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36652: Pass copy_form template variable
Bug-36652-Pass-copyform-template-variable.patch (text/plain), 1.11 KB, created by
Jonathan Druart
on 2024-04-23 09:45:24 UTC
(
hide
)
Description:
Bug 36652: Pass copy_form template variable
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-04-23 09:45:24 UTC
Size:
1.11 KB
patch
obsolete
>From 24077eb9a91015a80417f0d460b26f245d6541bf Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >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 <roman.dolny@jezuici.pl> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > tools/letter.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tools/letter.pl b/tools/letter.pl >index 0ecab147b0e..7239961e814 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.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36652
:
165222
|
165230
| 165362