Bugzilla – Attachment 115191 Details for
Bug 27413
Cannot add debarment with batch patron modification tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27413: Restore debarred and debarredcomment to batch patron mod tools
Bug-27413-Restore-debarred-and-debarredcomment-to-.patch (text/plain), 1.50 KB, created by
Joonas Kylmälä
on 2021-01-15 10:39:45 UTC
(
hide
)
Description:
Bug 27413: Restore debarred and debarredcomment to batch patron mod tools
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2021-01-15 10:39:45 UTC
Size:
1.50 KB
patch
obsolete
>From 00d609e461e067abb45bd6f8a0585b0c6a36d2e7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 15 Jan 2021 11:27:47 +0100 >Subject: [PATCH] Bug 27413: Restore debarred and debarredcomment to batch > patron mod tools >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >It was added by bug 13552 but removed by 19793. > >Test plan: >Update patron in a batch and confirm that you can modify the restriction >expiration and comment. > >Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi> >--- > tools/modborrowers.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tools/modborrowers.pl b/tools/modborrowers.pl >index 5a0193f75b..3a1bd5594f 100755 >--- a/tools/modborrowers.pl >+++ b/tools/modborrowers.pl >@@ -321,7 +321,7 @@ if ( $op eq 'do' ) { > > my @disabled = $input->multi_param('disable_input'); > my $infos; >- for my $field ( qw/surname firstname branchcode categorycode streetnumber address address2 city state zipcode country email phone mobile sort1 sort2 dateenrolled dateexpiry borrowernotes opacnote/ ) { >+ for my $field ( qw/surname firstname branchcode categorycode streetnumber address address2 city state zipcode country email phone mobile sort1 sort2 dateenrolled dateexpiry borrowernotes opacnote debarred debarredcomment/ ) { > my $value = $input->param($field); > $infos->{$field} = $value if $value; > $infos->{$field} = "" if grep { $_ eq $field } @disabled; >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27413
:
115190
|
115191
|
115227