http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14946
M. Tompsett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from M. Tompsett <[email protected]> --- (In reply to Marc Véron from comment #9) [SNIP] > > @@ +102,2 @@ > > > } > > > +if ( $input->param('to') ) { > > > > ... and yet this says 'to'. You didn't explain why the change, or correct > > it. > > > > @@ -102,2 @@ > > > } > > > -if ( $d = $input->param('iso') ) { > > > > This says 'iso'... > > MV: It's a fix - there is no incoming param 'iso'. We have a param 'from' > and a param 'to' resulting in $from_iso and $to_iso. I tested several times > to make sure that my change does not break the behaviour. That's all I was looking for. :) Since, Mirko has signed off. I'll let it progress to Needs QA. :) -- 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/
