Bugzilla – Attachment 65853 Details for
Bug 18555
Create patron list from patron import
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18555: (QA-Followup) Remove duplicate code
Bug-18555-QA-Followup-Remove-duplicate-code.patch (text/plain), 1.18 KB, created by
Jonathan Druart
on 2017-08-10 19:38:10 UTC
(
hide
)
Description:
Bug 18555: (QA-Followup) Remove duplicate code
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-08-10 19:38:10 UTC
Size:
1.18 KB
patch
obsolete
>From 1b63d3e041602318b16a51a4b1798fbdc25f34bb Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Tue, 8 Aug 2017 10:05:44 +0200 >Subject: [PATCH] Bug 18555: (QA-Followup) Remove duplicate code > >Remove duplicate code as of comment #7 > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > tools/import_borrowers.pl | 6 ------ > 1 file changed, 6 deletions(-) > >diff --git a/tools/import_borrowers.pl b/tools/import_borrowers.pl >index b693017c3f..4ed4bf609f 100755 >--- a/tools/import_borrowers.pl >+++ b/tools/import_borrowers.pl >@@ -121,12 +121,6 @@ if ( $uploadborrowers && length($uploadborrowers) > 0 ) { > token => scalar $input->param('csrf_token'), > }); > >- #create a patronlist >- my $createpatronlist = $input->param('createpatronlist'); >- my $dt = dt_from_string(); >- my $timestamp = $dt->ymd('-').' '.$dt->hms(':'); >- my $patronlistname = $uploadborrowers. ' (' . $timestamp .')'; >- > push @feedback, {feedback=>1, name=>'filename', value=>$uploadborrowers, filename=>$uploadborrowers}; > my $handle = $input->upload('uploadborrowers'); > my $uploadinfo = $input->uploadInfo($uploadborrowers); >-- >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 18555
:
63241
|
63242
|
63284
|
65614
|
65852
| 65853