5 Dec
2012
5 Dec
'12
10:23 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9201 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch --- Comment #1 from Marc Véron <veron@veron.ch> --- I can confirm this behaviour. The reason is in file admin/oai_set_mappings.pl, line: if($marcfields[$i] and $marcsubfields[$i] and $marcvalues[$i]) I think it should be something like if($marcfields[$i] and $marcsubfields[$i] and ($marcvalues[$i] and $marcvalues ne '')) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.