From 2194e5bf837bca5e63d0a1c4b25124046e5f6436 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 26 Mar 2015 09:30:11 +0100 Subject: [PATCH] Bug 5002: Show all patron categories after insert + wording changes. --- admin/categorie.pl | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/categorie.pl b/admin/categorie.pl index 60d2c84..bb0b72e 100755 --- a/admin/categorie.pl +++ b/admin/categorie.pl @@ -257,7 +257,6 @@ elsif ( $op eq 'add_validate' ) { if ( $inserted ) { push @messages, { type => 'message', code => 'success_on_insert' }; } else { - $searchfield = q||; push @messages, { type => 'error', code => 'error_on_insert' }; } } @@ -267,6 +266,7 @@ elsif ( $op eq 'add_validate' ) { { categorycode => $input->param('categorycode') }, $template ); } + $searchfield = q||; $op = 'list'; # END $OP eq ADD_VALIDATE diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt index 281d24a..e5e9096 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt @@ -113,11 +113,11 @@ [% CASE 'error_on_insert' %] An error occurred when inserting this patron category. Perhaps the category code already exists. [% CASE 'error_on_delete' %] - An error occurred when deleteing this patron category. Check the logs. + An error occurred when deleting this patron category. Check the logs. [% CASE 'success_on_insert' %] - Patron category inserted with success. + Patron category added successfully [% CASE 'success_on_delete' %] - Patron category deleted with success. + Patron category deleted successfully. [% CASE %] [% m.code %] [% END %] -- 2.1.0