Bugzilla – Attachment 28520 Details for
Bug 11021
Delete useless 9XX field in french unimarc_complet default Framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
BZ 11021 - Delete useless 9XX field in french unimarc_complet default Framework. This removes the 942 field, and adds missing subfields in 099 instead.
BZ-11021---Delete-useless-9XX-field-in-french-unim.patch (text/plain), 3.45 KB, created by
Gaetan Boisson
on 2014-05-28 14:04:34 UTC
(
hide
)
Description:
BZ 11021 - Delete useless 9XX field in french unimarc_complet default Framework. This removes the 942 field, and adds missing subfields in 099 instead.
Filename:
MIME Type:
Creator:
Gaetan Boisson
Created:
2014-05-28 14:04:34 UTC
Size:
3.45 KB
patch
obsolete
>From 175cbf2b3f1c15831763f6fe214d85527e1b58f2 Mon Sep 17 00:00:00 2001 >From: Gaetan Boisson <gaetan.boisson@biblibre.com> >Date: Wed, 28 May 2014 12:30:06 +0200 >Subject: [PATCH] BZ 11021 - Delete useless 9XX field in french > unimarc_complet default Framework. This removes the 942 > field, and adds missing subfields in 099 instead. > >--- > .../Obligatoire/framework_DEFAULT.sql | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/framework_DEFAULT.sql b/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/framework_DEFAULT.sql >index 84d1c5d..c160108 100644 >--- a/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/framework_DEFAULT.sql >+++ b/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/framework_DEFAULT.sql >@@ -221,7 +221,6 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat > ('930', 'Localisation et cote (Sudoc)', 'localisation', 0, 0, NULL, ''), > ('931', 'Ancienne cote (Sudoc)', '', 0, 0, '', ''), > ('932', 'Future cote (Sudoc)', '', 0, 0, NULL, ''), >-('942', 'Total des prêts (Koha)', '', 0, 0, NULL, ''), > ('955', 'Etat de collection des publications en série (Sudoc)', 'état de collection', 0, 0, NULL, ''), > ('956', 'Etat de collection des publications en série : supplément et matériel d''accompagnement (Sudoc)', 'suppléments', 0, 0, NULL, ''), > ('957', 'Etat de collection des publications en série : tables et index (Sudoc)', 'tables et index', 0, 0, NULL, ''), >@@ -316,6 +315,8 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian` > ('090', 'a', 'Numéro biblioitem (koha)', '', 0, 0, 'biblioitems.biblioitemnumber', -1, '', '', '', NULL, 0, '', '', NULL, ''), > ('099', 'c', 'date creation notice (koha)', '', 0, 0, 'biblio.datecreated', -1, '', '', '', NULL, 0, '', '', NULL, ''), > ('099', 'd', 'date modification notice (koha)', '', 0, 0, 'biblio.timestamp', -1, '', '', '', NULL, 0, '', '', NULL, ''), >+('099', 't', 'type de document', '', 0, 1, 'biblioitems.itemtype', -1, NULL, NULL, '', NULL, NULL, '', NULL, NULL, ''), >+('099', 'x', 'Total des prêts', '', 0, 1, 'biblioitems.totalissues', -1, NULL, NULL, '', NULL, NULL, '', NULL, NULL, ''), > ('100', 'a', 'données générales de traitement', '', 0, 1, '', 1, '', '', 'unimarc_field_100.pl', NULL, 0, '', '', NULL, ''), > ('101', 'a', 'langue du document', '', 1, 1, '', 1, 'LANG', '', '', 0, 0, '', NULL, '', ''), > ('101', 'b', 'langue de la traduction intermédiaire', '', 1, 0, '', 1, 'LANG', '', '', 0, 0, '', NULL, '', ''), >@@ -1821,7 +1822,6 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian` > ('930', 'l', 'localisation de niveau 4', '', 0, 1, NULL, -1, NULL, NULL, '', NULL, NULL, '', NULL, NULL, ''), > ('930', 't', 'numéro de regroupement', '', 0, 1, NULL, -1, NULL, NULL, '', NULL, NULL, '', NULL, NULL, ''), > ('930', 'v', 'volumaison ou qualificatif', '', 0, 1, NULL, -1, NULL, NULL, '', NULL, NULL, '', NULL, NULL, ''), >-('942', '0', 'Total des prêts', '', 0, 1, NULL, -1, NULL, NULL, '', NULL, NULL, '', NULL, NULL, ''), > ('955', '5', 'identifiant de l''exemplaire', '', 0, 0, '', -1, '', '', '', NULL, 0, '', '', NULL, ''), > ('955', 'a', 'Etat de la collection', '', 0, 0, '', 9, '', '', '', NULL, 0, '', '', NULL, ''), > ('955', 'b', 'état de collection des publications en série - 2e niveau de numérotation', '', 0, 0, '', -1, '', '', '', NULL, 0, '', '', NULL, ''), >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11021
:
21928
|
21929
|
28520
|
28608
|
28713