http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #21 from Jonathan Druart <jonathan.druart@biblibre.com> --- (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.