[Koha-bugs] [Bug 15923] Export records by id list impossible in export_records.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 29 11:26:11 CET 2016


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

--- Comment #7 from Josef Moravec <josef.moravec at gmail.com> ---
There is probably problem on another place too. Looking to the code: 
http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=misc/export_records.pl;h=e6c3d98dd8b62372d321d76aaa30f94b1f7184a0;hb=447b1ea93938319f42031636694a0036913cd83c#l176

 176 if ( @record_ids and my $id_list_file ) {
 177     my @filter_record_ids = <$id_list_file>;

redeclaring variable $id_list_file may be the problem?

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


More information about the Koha-bugs mailing list