@@ -, +, @@ - Along with other patches from this bug, edit patron categories - Sign off :-D --- admin/categories.pl | 3 +++ .../prog/en/modules/admin/categories.tt | 12 ++++++++++++ 2 files changed, 15 insertions(+) --- a/admin/categories.pl +++ a/admin/categories.pl @@ -92,6 +92,7 @@ elsif ( $op eq 'add_validate' ) { my $BlockExpiredPatronOpacActions = $input->param('BlockExpiredPatronOpacActions'); my $checkPrevCheckout = $input->param('checkprevcheckout'); my $default_privacy = $input->param('default_privacy'); + my $can_reset_password = $input->param('can_reset_password'); my @branches = grep { $_ ne q{} } $input->multi_param('branches'); my $is_a_modif = $input->param("is_a_modif"); @@ -122,6 +123,7 @@ elsif ( $op eq 'add_validate' ) { $category->BlockExpiredPatronOpacActions($BlockExpiredPatronOpacActions); $category->checkprevcheckout($checkPrevCheckout); $category->default_privacy($default_privacy); + $category->can_reset_password($can_reset_password); eval { $category->store; $category->replace_branch_limitations( \@branches ); @@ -148,6 +150,7 @@ elsif ( $op eq 'add_validate' ) { BlockExpiredPatronOpacActions => $BlockExpiredPatronOpacActions, checkprevcheckout => $checkPrevCheckout, default_privacy => $default_privacy, + can_reset_password => $can_reset_password, }); eval { $category->store; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -166,6 +166,18 @@ Select All branches if this category type must to be displayed all the time. Otherwise select libraries you want to associate with this value. +
  • + + +