http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9201

Marc Véron <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Marc Véron <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to