@@ -, +, @@ - 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(-) --- a/admin/categorie.pl +++ a/admin/categorie.pl @@ -248,7 +248,7 @@ elsif ( $op eq 'add_validate' ) { BlockExpiredPatronOpacActions, default_privacy ) - VALUES (?,?,?,?,?,?,?,?,?,?,?,?)" ); + VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?)" ); $sth->execute( map { $input->param($_) } ( 'categorycode', 'description', --