Bugzilla – Attachment 29053 Details for
Bug 12454
Can't add new patron categories
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12454: Fix for adding new patron categories
Bug-12454-Fix-for-adding-new-patron-categories.patch (text/plain), 1.03 KB, created by
Katrin Fischer
on 2014-06-19 15:47:59 UTC
(
hide
)
Description:
Bug 12454: Fix for adding new patron categories
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-06-19 15:47:59 UTC
Size:
1.03 KB
patch
obsolete
>From d98b7595589177e0f7b9d1075b5b14caa2f28a00 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Thu, 19 Jun 2014 17:39:56 +0200 >Subject: [PATCH] Bug 12454: Fix for adding new patron categories > >To test: >- Add a new patron category >- After saving, the new patron category won't show up in the list >- Apply patch >- Try to add a new patron category again >- It should now save correctly and show up in the list of patron > categories. >--- > admin/categorie.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/categorie.pl b/admin/categorie.pl >index c6572a6..4e73829 100755 >--- a/admin/categorie.pl >+++ b/admin/categorie.pl >@@ -248,7 +248,7 @@ elsif ( $op eq 'add_validate' ) { > BlockExpiredPatronOpacActions, > default_privacy > ) >- VALUES (?,?,?,?,?,?,?,?,?,?,?,?)" ); >+ VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?)" ); > $sth->execute( > map { $input->param($_) } ( > 'categorycode', 'description', >-- >1.8.3.2
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 12454
:
29053
|
29057
|
29090