[Koha-bugs] [Bug 22439] Duplicated code in PrepHostMarcField and prepare_host_field

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 4 09:17:28 CET 2019


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

--- Comment #1 from paxed <pasi.kallinen at koha-suomi.fi> ---
In addition:

1) prepare_host_field: if ( $field = $host->field('100') || $host->field('110')
|| $host->field('11') ) - the '11' should be '111'

2) prepare_host_field has a 240 -> 773b, which should be 250a -> 773b, as it is
in PrepHostMarcField

3) There's a difference in how the 773a is set: prepare_host_field uses 100ab |
110ab | 11ab, but PrepHostMarcField uses 100a | 110a | 111a

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


More information about the Koha-bugs mailing list