From 34d933c05123112f729e82e9a2a10e086c6510f8 Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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 --- 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