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

--- Comment #7 from Nick Clemens <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to