https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28608 --- Comment #9 from Marcel de Rooy <m.de.rooy@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.