Bugzilla – Attachment 182453 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.06 KB, created by
Hammat wele
on 2025-05-14 14:44:15 UTC
(
hide
)
Description:
Bug 39800: Error 500 when trying to delete patron card template
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2025-05-14 14:44:15 UTC
Size:
1.06 KB
patch
obsolete
>From 172efb0f4b1a35bb6ec8a2d1722cb9bcc8ce58ba 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 >--- > 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