http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #21 from Jonathan Druart <[email protected]> --- (In reply to Kyle M Hall from comment #18) > Comment on attachment 29406 [details] [review] > ::: acqui/addorderiso2709.pl > @@ +270,5 @@ > > my @serials = $input->param('serial'); > > my @ind_tag = $input->param('ind_tag'); > > my @indicator = $input->param('indicator'); > > + > > + if ($is_order) { > > This is so we can pre-set the items to a notforloan value of 'ordered', and > to preset the home and holding fields to the current branch, as well as > pre-set the itemtype. Yes but you hard-code arbitrarily these values. Why these 4 values and not others? I would like to get another QA point of view here. Katrin maybe? -- 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/
