Bugzilla – Attachment 182557 Details for
Bug 39800
Error 500 when trying to delete patron card template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39800: Error 500 when trying to delete patron card template
Bug-39800-Error-500-when-trying-to-delete-patron-c.patch (text/plain), 1.18 KB, created by
Emily Lamancusa (emlam)
on 2025-05-16 20:34:46 UTC
(
hide
)
Description:
Bug 39800: Error 500 when trying to delete patron card template
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2025-05-16 20:34:46 UTC
Size:
1.18 KB
patch
obsolete
>From 1ba64d06e3fb67b1cd41bb5656daab62212a7322 Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Wed, 14 May 2025 14:43:54 +0000 >Subject: [PATCH] Bug 39800: Error 500 when trying to delete patron card > template > >Test plan: > >1. Go to Tools > Patron card creator >2. Click Manage > Card templates >3. Click Delete next to the HB-PC0001 template >--> Error 500 >4. Go back to Tools > Patron card creator >5. Click Manage > Printer profiles >6. Click Delete next to the '16' printer profile >--> Error 500 >7. Apply the patch >8. Repeat step 1, 2, 3 >--> Card template is deleted >9. Repeat step 4, 5, 6 >--> Printer profilesis deleted > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > patroncards/manage.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/patroncards/manage.pl b/patroncards/manage.pl >index a439c35b41..11717725d3 100755 >--- a/patroncards/manage.pl >+++ b/patroncards/manage.pl >@@ -34,6 +34,7 @@ use C4::Creators qw( > ); > use C4::Labels; > use Koha::List::Patron qw( GetPatronLists ); >+use C4::Patroncards; > > my $cgi = CGI->new; > my ( $template, $loggedinuser, $cookie ) = get_template_and_user( >-- >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 39800
:
182453
|
182457
| 182557