[Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 12 15:31:56 CEST 2016


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

--- Comment #26 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to M. Tompsett from comment #23)
> ::: misc/stage_file.pl
> @@ +85,4 @@
> >  
> >  my $dbh = C4::Context->dbh;
> >  $dbh->{AutoCommit} = 0;
> > +process_batch($format, $input_file, $record_type, $match, $add_items, $batch_comment);
> 
> Could we hashref this, please?

We should not per se hashref to hashref imo. This is just a local sub of one
script. But seeing the mix of parameters and file level vars, I decided to do
it after all. Hopefully a slight improvement of the code.

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


More information about the Koha-bugs mailing list