[Koha-bugs] [Bug 8207] Modify authority type frameworks to allow see also fields to link to thesauri

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 26 17:26:56 CEST 2012


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

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paul.poulain at biblibre.com

--- Comment #6 from Paul Poulain <paul.poulain at biblibre.com> ---
mmm...

In the patch, there are some things like:
-        ('', '451', 'a', 'Geographic name', 'Geographic name', 0, 0, 4, NULL,
NULL, '''451z'',''451x'',''451y'',''451v''', 0, 0, '', '', ''),
+        ('', '450', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0,
1, '', '', ''),
+        ('', '451', 'a', 'Geographic name', 'Geographic name', 0, 0, 4, NULL,
NULL, '''451z'',''451x'',''451y'',''451v''', 0, 0, '', '', 'GEOGR_NAME'),

where the frameworkcode is GEOGR_NAME just on this line.

Later :
-        ('', '455', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 4, NULL,
NULL, '''455v'',''455x'',''455z'',''455y''', 0, 0, '', '', ''),
+        ('', '453', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0,
1, '', '', ''),
+        ('', '455', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 4, NULL,
NULL, '''455v'',''455x'',''455z'',''455y''', 0, 0, '', '', 'GENRE/FORM'),

and also
-        ('', '548', 'a', 'Chronological term', 'Chronological term', 0, 0, 5,
NULL, NULL, '''548y'',''548x'',''548z'',''548v''', 0, 0, '', '', ''),
+        ('', '530', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0,
1, '', '', ''),
+        ('', '548', 'a', 'Chronological term', 'Chronological term', 0, 0, 5,
NULL, NULL, '''548y'',''548x'',''548z'',''548v''', 0, 0, '', '', 'CHRON_TERM'),

(there are others, just pointing 3)

Are you sure this is intended ?

I think it's not the case, but do we need something for UNIMARC ?

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


More information about the Koha-bugs mailing list