[Koha-bugs] [Bug 28608] Creating a biblio record leads to item creation even if framework has no items field

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 10 09:49:37 CEST 2021


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

--- Comment #9 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
=head2 GetMarcFromKohaField

    ( $field,$subfield ) = GetMarcFromKohaField( $kohafield );
    @fields = GetMarcFromKohaField( $kohafield );
    $field = GetMarcFromKohaField( $kohafield );

    Returns the MARC fields & subfields mapped to $kohafield.
    Since the Default framework is considered as authoritative for such
    mappings, the former frameworkcode parameter is obsoleted.

    In list context all mappings are returned; there can be multiple
    mappings. Note that in the above example you could miss a second
    mappings in the first call.
    In scalar context only the field tag of the first mapping is returned.

=cut

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


More information about the Koha-bugs mailing list