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

--- Comment #11 from Katrin Fischer <[email protected]> ---
(In reply to Jonathan Druart from comment #10)
> (In reply to Katrin Fischer from comment #8)
> > Hi Jonathan, those are the ones for MARC21:
> > 
> > SELECT authtypecode, auth_tag_to_report FROM koha_kohadev.auth_types where
> > authtypecode != ""
> > 
> > 'CHRON_TERM', '148'
> > 'CORPO_NAME', '110'
> > 'GENRE/FORM', '155'
> > 'GEOGR_NAME', '151'
> > 'MEETI_NAME', '111'
> > 'PERSO_NAME', '100'
> > 'TOPIC_TERM', '150'
> > 'UNIF_TITLE', '130'
> 
> It that correct for all marc flavors? Only for existing installs I guess?
> Fix should be provided for existing installs, at code level then. What kind
> message should we display to the user?

This only applies to MARC21 - I am not sure if UNIMARC is different, but as it
usually is... the SQL I provided could help with UNIMARC:

SELECT authtypecode, auth_tag_to_report FROM koha_kohadev.auth_types where
authtypecode != ""

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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