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