Bugzilla – Attachment 29057 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]
[SIGNED-OFF] Bug 12454: Can't add new patron categories
SIGNED-OFF-Bug-12454-Cant-add-new-patron-categorie.patch (text/plain), 1.13 KB, created by
Owen Leonard
on 2014-06-19 16:23:17 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 12454: Can't add new patron categories
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2014-06-19 16:23:17 UTC
Size:
1.13 KB
patch
obsolete
>From 34d933c05123112f729e82e9a2a10e086c6510f8 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] [SIGNED-OFF] Bug 12454: Can't add new patron categories >Content-Type: text/plain; charset="utf-8" > >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. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > 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.7.9.5
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