[Koha-bugs] [Bug 18555] Create patron list from patron import

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 7 20:28:19 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18555

--- Comment #7 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Marc Véron from comment #6)
> (In reply to Nick Clemens from comment #5)
> Can you elaborate a little bit what you mean by 1) ?

109     #create a patronlist
110     my $createpatronlist = $input->param('createpatronlist') || 0;
111     my $dt = dt_from_string();
112     my $timestamp = $dt->ymd('-').' '.$dt->hms(':');
113     my $patronlistname = $uploadborrowers . ' (' . $timestamp .')';

124         #create a patronlist
125         my $createpatronlist = $input->param('createpatronlist');
126         my $dt = dt_from_string();
127         my $timestamp = $dt->ymd('-').' '.$dt->hms(':');
128         my $patronlistname = $uploadborrowers. ' (' . $timestamp .')';

We do this twice - if createpatronlist isn't checked we don't need to do the
rest of the setup

> 
> 2) and 3) could go to a new bug based on this one - I have not much time ATM.
I will try to provide a followup or open a new bug for these.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list