From a86b85737c1a250de17a8d9324343232e9858752 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 28 Jul 2020 10:40:42 +0200 Subject: [PATCH] Bug 20280: DB changes - wip --- admin/authorised_values.pl | 2 +- .../data/mysql/atomicupdate/bug_20280.perl | 35 + .../mandatory/marc21_framework_DEFAULT.yml | 6446 ++++++++--------- .../mandatory/unimarc_framework_DEFAULT.sql | 488 +- .../obligatoire/marc21_framework_DEFAULT.sql | 4 +- 5 files changed, 3505 insertions(+), 3470 deletions(-) create mode 100644 installer/data/mysql/atomicupdate/bug_20280.perl diff --git a/admin/authorised_values.pl b/admin/authorised_values.pl index 8717556086..f884e17280 100755 --- a/admin/authorised_values.pl +++ b/admin/authorised_values.pl @@ -214,7 +214,7 @@ $template->param( if ( $op eq 'list' ) { # build categories list - my @categories = Koha::AuthorisedValueCategories->search({ category_name => { -not_in => ['', 'branches', 'itemtypes', 'cn_source']}}, { order_by => ['category_name'] } ); + my @categories = Koha::AuthorisedValueCategories->search({ category_name => { -not_in => ['branches', 'itemtypes', 'cn_source']}}, { order_by => ['category_name'] } ); my @category_list; for my $category ( @categories ) { push( @category_list, $category->category_name ); diff --git a/installer/data/mysql/atomicupdate/bug_20280.perl b/installer/data/mysql/atomicupdate/bug_20280.perl new file mode 100644 index 0000000000..8557b76d10 --- /dev/null +++ b/installer/data/mysql/atomicupdate/bug_20280.perl @@ -0,0 +1,35 @@ +$DBversion = 'XXX'; # will be replaced by the RM +if( CheckVersion( $DBversion ) ) { + $dbh->do(q| + update auth_subfield_structure set authorised_value=null where authorised_value="" + |); + $dbh->do(q| + update auth_tag_structure set authorised_value=null where authorised_value=""; + |); + $dbh->do(q| + update authorised_values set authorised_value=null where authorised_value=""; + |); + $dbh->do(q| + update borrower_attribute_types set authorised_value_category=null where authorised_value_category=""; + |); + $dbh->do(q| + update marc_subfield_structure set authorised_value=null where authorised_value=""; + |); + $dbh->do(q| + update marc_tag_structure set authorised_value=null where authorised_value=""; + |); + $dbh->do(q| + update items_search_fields set authorised_values_category=null where authorised_values_category=""; + |); + $dbh->do(q| + update additional_fields set authorised_value_category=null where authorised_value_category=""; + |); + $dbh->do(q| + update club_template_enrollment_fields set authorised_value_category=null where authorised_value_category=""; + |); + $dbh->do(q| + update club_template_fields set authorised_value_category=null where authorised_value_category=""; + |); + + NewVersion( $DBversion, 20280, "Remove authorised value's category if empty"); +} diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml index 1464de9eed..c8bf9b988f 100644 --- a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml +++ b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml @@ -37,7 +37,7 @@ tables: libopac: "SYSTEM CONTROL NUMBERS (KOHA)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - marc_subfield_structure: @@ -125,7 +125,7 @@ tables: libopac: "ADDED ENTRY ELEMENTS (KOHA)" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - marc_subfield_structure: @@ -140,7 +140,7 @@ tables: mandatory: 0 kohafield: biblioitems.totalissues tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -176,7 +176,7 @@ tables: mandatory: 0 kohafield: biblioitems.cn_sort tab: -1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -194,7 +194,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -230,7 +230,7 @@ tables: mandatory: 0 kohafield: tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -248,7 +248,7 @@ tables: mandatory: 0 kohafield: biblioitems.cn_class tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -266,7 +266,7 @@ tables: mandatory: 0 kohafield: biblioitems.cn_item tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -284,7 +284,7 @@ tables: mandatory: 0 kohafield: biblioitems.cn_prefix tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -302,7 +302,7 @@ tables: mandatory: 0 kohafield: biblioitems.cn_suffix tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -320,7 +320,7 @@ tables: mandatory: 0 kohafield: tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -338,7 +338,7 @@ tables: mandatory: 0 kohafield: biblio.serial tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -357,7 +357,7 @@ tables: libopac: "LOCATION AND ITEM INFORMATION (KOHA)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - marc_subfield_structure: @@ -426,7 +426,7 @@ tables: mandatory: 0 kohafield: items.materials tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -480,7 +480,7 @@ tables: mandatory: 0 kohafield: items.cn_sort tab: -1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -534,7 +534,7 @@ tables: mandatory: 0 kohafield: items.itemnumber tab: -1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -606,7 +606,7 @@ tables: mandatory: 0 kohafield: items.dateaccessioned tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: dateaccessioned.pl isurl: 0 @@ -624,7 +624,7 @@ tables: mandatory: 0 kohafield: items.booksellerid tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -642,7 +642,7 @@ tables: mandatory: 0 kohafield: items.coded_location_qualifier tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -660,7 +660,7 @@ tables: mandatory: 0 kohafield: items.price tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -678,7 +678,7 @@ tables: mandatory: 0 kohafield: items.enumchron tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -696,7 +696,7 @@ tables: mandatory: 0 kohafield: items.stocknumber tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -732,7 +732,7 @@ tables: mandatory: 0 kohafield: items.issues tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -750,7 +750,7 @@ tables: mandatory: 0 kohafield: items.renewals tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -768,7 +768,7 @@ tables: mandatory: 0 kohafield: items.reserves tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -786,7 +786,7 @@ tables: mandatory: 0 kohafield: items.itemcallnumber tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: isurl: 0 @@ -804,7 +804,7 @@ tables: mandatory: 0 kohafield: items.barcode tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: barcode.pl isurl: 0 @@ -822,7 +822,7 @@ tables: mandatory: 0 kohafield: items.onloan tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -840,7 +840,7 @@ tables: mandatory: 0 kohafield: items.datelastseen tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -858,7 +858,7 @@ tables: mandatory: 0 kohafield: items.datelastborrowed tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -876,7 +876,7 @@ tables: mandatory: 0 kohafield: items.copynumber tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -894,7 +894,7 @@ tables: mandatory: 0 kohafield: items.uri tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -912,7 +912,7 @@ tables: mandatory: 0 kohafield: items.replacementprice tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -930,7 +930,7 @@ tables: mandatory: 0 kohafield: items.replacementpricedate tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -948,7 +948,7 @@ tables: mandatory: 0 kohafield: items.itemnotes_nonpublic tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -984,7 +984,7 @@ tables: mandatory: 0 kohafield: items.itemnotes tab: 10 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -1003,7 +1003,7 @@ tables: libopac: "LEADER" repeatable: 0 mandatory: 1 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "001" @@ -1011,7 +1011,7 @@ tables: libopac: "CONTROL NUMBER" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "003" @@ -1019,7 +1019,7 @@ tables: libopac: "CONTROL NUMBER IDENTIFIER" repeatable: 0 mandatory: 1 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "005" @@ -1027,7 +1027,7 @@ tables: libopac: "DATE AND TIME OF LATEST TRANSACTION" repeatable: 0 mandatory: 1 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "006" @@ -1035,7 +1035,7 @@ tables: libopac: "FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "007" @@ -1043,7 +1043,7 @@ tables: libopac: "PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "008" @@ -1051,7 +1051,7 @@ tables: libopac: "FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION" repeatable: 0 mandatory: 1 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "009" @@ -1059,7 +1059,7 @@ tables: libopac: "PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "010" @@ -1067,7 +1067,7 @@ tables: libopac: "LIBRARY OF CONGRESS CONTROL NUMBER" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "011" @@ -1075,7 +1075,7 @@ tables: libopac: "LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "013" @@ -1083,7 +1083,7 @@ tables: libopac: "PATENT CONTROL INFORMATION" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "015" @@ -1091,7 +1091,7 @@ tables: libopac: "NATIONAL BIBLIOGRAPHY NUMBER" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "016" @@ -1099,7 +1099,7 @@ tables: libopac: "NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "017" @@ -1107,7 +1107,7 @@ tables: libopac: "COPYRIGHT OR LEGAL DEPOSIT NUMBER" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "018" @@ -1115,7 +1115,7 @@ tables: libopac: "COPYRIGHT ARTICLE-FEE CODE" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "020" @@ -1155,7 +1155,7 @@ tables: libopac: "OVERSEAS ACQUISITION NUMBER" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "026" @@ -1163,7 +1163,7 @@ tables: libopac: "FINGERPRINT IDENTIFIER" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "027" @@ -1171,7 +1171,7 @@ tables: libopac: "STANDARD TECHNICAL REPORT NUMBER" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "028" @@ -1187,7 +1187,7 @@ tables: libopac: "OTHER SYSTEM CONTROL NUMBER (OCLC)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "030" @@ -1195,7 +1195,7 @@ tables: libopac: "CODEN DESIGNATION" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "031" @@ -1203,7 +1203,7 @@ tables: libopac: "MUSICAL INCIPITS INFORMATION" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "032" @@ -1211,7 +1211,7 @@ tables: libopac: "POSTAL REGISTRATION NUMBER" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "033" @@ -1219,7 +1219,7 @@ tables: libopac: "DATE/TIME AND PLACE OF AN EVENT" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "034" @@ -1227,7 +1227,7 @@ tables: libopac: "CODED CARTOGRAPHIC MATHEMATICAL DATA" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "035" @@ -1243,7 +1243,7 @@ tables: libopac: "ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "037" @@ -1259,7 +1259,7 @@ tables: libopac: "RECORD CONTENT LICENSOR" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "039" @@ -1267,7 +1267,7 @@ tables: libopac: "LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "040" @@ -1283,7 +1283,7 @@ tables: libopac: "LANGUAGE CODE" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "042" @@ -1291,7 +1291,7 @@ tables: libopac: "AUTHENTICATION CODE" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "043" @@ -1307,7 +1307,7 @@ tables: libopac: "COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "045" @@ -1315,7 +1315,7 @@ tables: libopac: "TIME PERIOD OF CONTENT" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "046" @@ -1323,7 +1323,7 @@ tables: libopac: "SPECIAL CODED DATES" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "047" @@ -1331,7 +1331,7 @@ tables: libopac: "FORM OF MUSICAL COMPOSITION CODE" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "048" @@ -1339,7 +1339,7 @@ tables: libopac: "NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "049" @@ -1347,7 +1347,7 @@ tables: libopac: "LOCAL HOLDINGS (OCLC)" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "050" @@ -1507,7 +1507,7 @@ tables: libopac: "LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "091" @@ -1515,7 +1515,7 @@ tables: libopac: "MICROFILM SHELF LOCATION (AM) [OBSOLETE]" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "092" @@ -1523,7 +1523,7 @@ tables: libopac: "LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "096" @@ -1531,7 +1531,7 @@ tables: libopac: "LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "098" @@ -1539,7 +1539,7 @@ tables: libopac: "OTHER CLASSIFICATION SCHEMES (OCLC)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "099" @@ -1547,7 +1547,7 @@ tables: libopac: "LOCAL FREE-TEXT CALL NUMBER (OCLC)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "100" @@ -1635,7 +1635,7 @@ tables: libopac: "ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "242" @@ -1651,7 +1651,7 @@ tables: libopac: "COLLECTIVE UNIFORM TITLE" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "245" @@ -1659,7 +1659,7 @@ tables: libopac: "TITLE STATEMENT" repeatable: 0 mandatory: 1 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "246" @@ -2179,7 +2179,7 @@ tables: libopac: "SERIES STATEMENT" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "500" @@ -2819,7 +2819,7 @@ tables: libopac: "LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "691" @@ -2827,7 +2827,7 @@ tables: libopac: "LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "696" @@ -2835,7 +2835,7 @@ tables: libopac: "LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "697" @@ -2843,7 +2843,7 @@ tables: libopac: "LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "698" @@ -2851,7 +2851,7 @@ tables: libopac: "LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "699" @@ -2859,7 +2859,7 @@ tables: libopac: "LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "700" @@ -3099,7 +3099,7 @@ tables: libopac: "COMPONENT ITEM ENTRY (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "796" @@ -3107,7 +3107,7 @@ tables: libopac: "LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "797" @@ -3115,7 +3115,7 @@ tables: libopac: "LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "798" @@ -3123,7 +3123,7 @@ tables: libopac: "LOCAL ADDED ENTRY--MEETING NAME (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "799" @@ -3131,7 +3131,7 @@ tables: libopac: "LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "800" @@ -3275,7 +3275,7 @@ tables: libopac: "LOCAL CONTROL INFORMATION (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "863" @@ -3443,7 +3443,7 @@ tables: libopac: "LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "897" @@ -3451,7 +3451,7 @@ tables: libopac: "LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "898" @@ -3459,7 +3459,7 @@ tables: libopac: "LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "899" @@ -3467,7 +3467,7 @@ tables: libopac: "LOCAL SERIES ADDED ENTRY--UNIFORM TITLE (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "900" @@ -3475,7 +3475,7 @@ tables: libopac: "EQUIVALENCE OR CROSS-REFERENCE-PERSONAL NAME [LOCAL, CANADA]" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "901" @@ -3483,7 +3483,7 @@ tables: libopac: "LOCAL DATA ELEMENT A, LDA (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "902" @@ -3491,7 +3491,7 @@ tables: libopac: "LOCAL DATA ELEMENT B, LDB (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "903" @@ -3499,7 +3499,7 @@ tables: libopac: "LOCAL DATA ELEMENT C, LDC (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "904" @@ -3507,7 +3507,7 @@ tables: libopac: "LOCAL DATA ELEMENT D, LDD (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "905" @@ -3515,7 +3515,7 @@ tables: libopac: "LOCAL DATA ELEMENT E, LDE (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "906" @@ -3523,7 +3523,7 @@ tables: libopac: "LOCAL DATA ELEMENT F, LDF (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "907" @@ -3531,7 +3531,7 @@ tables: libopac: "LOCAL DATA ELEMENT G, LDG (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "908" @@ -3539,7 +3539,7 @@ tables: libopac: "PUT COMMAND PARAMETER (RLIN)" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "910" @@ -3547,7 +3547,7 @@ tables: libopac: "USER-OPTION DATA (OCLC)" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "911" @@ -3555,7 +3555,7 @@ tables: libopac: "EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "930" @@ -3563,7 +3563,7 @@ tables: libopac: "EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "936" @@ -3571,7 +3571,7 @@ tables: libopac: "OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)" repeatable: 0 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "940" @@ -3579,7 +3579,7 @@ tables: libopac: "EQUIVALENCE OR CROSS-REFERENCE--UNIFORM TITLE [OBSOLETE] [CAN/MARC only]" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "941" @@ -3587,7 +3587,7 @@ tables: libopac: "EQUIVALENCE OR CROSS-REFERENCE--ROMANIZED TITLE [OBSOLETE] [CAN/MARC only]" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "943" @@ -3595,7 +3595,7 @@ tables: libopac: "EQUIVALENCE OR CROSS-REFERENCE--COLLECTIVE TITLE [OBSOLETE] [CAN/MARC only]" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "945" @@ -3603,7 +3603,7 @@ tables: libopac: "LOCAL PROCESSING INFORMATION (OCLC)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "946" @@ -3611,7 +3611,7 @@ tables: libopac: "LOCAL PROCESSING INFORMATION (OCLC)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "947" @@ -3619,7 +3619,7 @@ tables: libopac: "LOCAL PROCESSING INFORMATION (OCLC)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "948" @@ -3627,7 +3627,7 @@ tables: libopac: "LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "949" @@ -3635,7 +3635,7 @@ tables: libopac: "LOCAL PROCESSING INFORMATION (OCLC)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "950" @@ -3643,7 +3643,7 @@ tables: libopac: "LOCAL HOLDINGS (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "951" @@ -3651,7 +3651,7 @@ tables: libopac: "EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "955" @@ -3659,7 +3659,7 @@ tables: libopac: "COPY-LEVEL INFORMATION (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "956" @@ -3667,7 +3667,7 @@ tables: libopac: "LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "960" @@ -3675,7 +3675,7 @@ tables: libopac: "PHYSICAL LOCATION (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "967" @@ -3683,7 +3683,7 @@ tables: libopac: "ADDITIONAL ESTC CODES (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "980" @@ -3691,7 +3691,7 @@ tables: libopac: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "981" @@ -3699,7 +3699,7 @@ tables: libopac: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "982" @@ -3707,7 +3707,7 @@ tables: libopac: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "983" @@ -3715,7 +3715,7 @@ tables: libopac: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "984" @@ -3723,7 +3723,7 @@ tables: libopac: "WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "987" @@ -3731,7 +3731,7 @@ tables: libopac: "LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "990" @@ -3739,7 +3739,7 @@ tables: libopac: "EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "995" @@ -3747,7 +3747,7 @@ tables: libopac: "RECOMMENDATION 995 [LOCAL, UNIMARC FRANCE]" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - tagfield: "998" @@ -3755,7 +3755,7 @@ tables: libopac: "LOCAL CONTROL INFORMATION (RLIN)" repeatable: 1 mandatory: 0 - authorised_value: "" + authorised_value: frameworkcode: "" - marc_subfield_structure: @@ -3770,7 +3770,7 @@ tables: mandatory: 1 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: marc21_leader.pl isurl: 0 @@ -3788,7 +3788,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -3806,7 +3806,7 @@ tables: mandatory: 1 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: marc21_orgcode.pl isurl: 0 @@ -3824,7 +3824,7 @@ tables: mandatory: 1 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: marc21_field_005.pl isurl: 0 @@ -3842,7 +3842,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: marc21_field_006.pl isurl: 0 @@ -3860,7 +3860,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: marc21_field_007.pl isurl: 0 @@ -3878,7 +3878,7 @@ tables: mandatory: 1 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: marc21_field_008.pl isurl: 0 @@ -3896,7 +3896,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -3914,7 +3914,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: isurl: 0 @@ -3932,7 +3932,7 @@ tables: mandatory: 0 kohafield: biblioitems.lccn tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -3950,7 +3950,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -3968,7 +3968,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -3986,7 +3986,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4004,7 +4004,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: isurl: 0 @@ -4022,7 +4022,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4040,7 +4040,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4058,7 +4058,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4076,7 +4076,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4094,7 +4094,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4112,7 +4112,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4130,7 +4130,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4148,7 +4148,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: isurl: 0 @@ -4166,7 +4166,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4184,7 +4184,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4202,7 +4202,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4220,7 +4220,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4238,7 +4238,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4256,7 +4256,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4274,7 +4274,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4292,7 +4292,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4310,7 +4310,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4328,7 +4328,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4346,7 +4346,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4364,7 +4364,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4382,7 +4382,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4400,7 +4400,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4418,7 +4418,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: isurl: 0 @@ -4436,7 +4436,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4454,7 +4454,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -4472,7 +4472,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4490,7 +4490,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4508,7 +4508,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4526,7 +4526,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4544,7 +4544,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4562,7 +4562,7 @@ tables: mandatory: 0 kohafield: biblioitems.isbn tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4580,7 +4580,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4598,7 +4598,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4616,7 +4616,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4634,7 +4634,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4652,7 +4652,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4670,7 +4670,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4688,7 +4688,7 @@ tables: mandatory: 0 kohafield: biblioitems.issn tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4706,7 +4706,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -4724,7 +4724,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -4742,7 +4742,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4760,7 +4760,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4778,7 +4778,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4796,7 +4796,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4814,7 +4814,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4832,7 +4832,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4850,7 +4850,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4868,7 +4868,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4886,7 +4886,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4904,7 +4904,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4922,7 +4922,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4940,7 +4940,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4958,7 +4958,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4976,7 +4976,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -4994,7 +4994,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5012,7 +5012,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5030,7 +5030,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5048,7 +5048,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5066,7 +5066,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5084,7 +5084,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5102,7 +5102,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5120,7 +5120,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5138,7 +5138,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5156,7 +5156,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5174,7 +5174,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5192,7 +5192,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5210,7 +5210,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5228,7 +5228,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5246,7 +5246,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5264,7 +5264,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5282,7 +5282,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -5300,7 +5300,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5318,7 +5318,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -5336,7 +5336,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5354,7 +5354,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5372,7 +5372,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5390,7 +5390,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5408,7 +5408,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5426,7 +5426,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5444,7 +5444,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5462,7 +5462,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5480,7 +5480,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5498,7 +5498,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5516,7 +5516,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5534,7 +5534,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5552,7 +5552,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5570,7 +5570,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5588,7 +5588,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5606,7 +5606,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5624,7 +5624,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5642,7 +5642,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5660,7 +5660,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5678,7 +5678,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5696,7 +5696,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5714,7 +5714,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5732,7 +5732,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5750,7 +5750,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5768,7 +5768,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5786,7 +5786,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -5804,7 +5804,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5822,7 +5822,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5840,7 +5840,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: isurl: 0 @@ -5858,7 +5858,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5876,7 +5876,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5894,7 +5894,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5912,7 +5912,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -5930,7 +5930,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -5948,7 +5948,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -5966,7 +5966,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -5984,7 +5984,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6002,7 +6002,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6020,7 +6020,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6038,7 +6038,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6056,7 +6056,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6074,7 +6074,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -6092,7 +6092,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -6110,7 +6110,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -6128,7 +6128,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -6146,7 +6146,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -6164,7 +6164,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6182,7 +6182,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6200,7 +6200,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6218,7 +6218,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6236,7 +6236,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6254,7 +6254,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6272,7 +6272,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6290,7 +6290,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6308,7 +6308,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6326,7 +6326,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6344,7 +6344,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6362,7 +6362,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6380,7 +6380,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6398,7 +6398,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6416,7 +6416,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6434,7 +6434,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6452,7 +6452,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6470,7 +6470,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6488,7 +6488,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6506,7 +6506,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6524,7 +6524,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6542,7 +6542,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6560,7 +6560,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6578,7 +6578,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6596,7 +6596,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6614,7 +6614,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6632,7 +6632,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6650,7 +6650,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6668,7 +6668,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6686,7 +6686,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -6704,7 +6704,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -6722,7 +6722,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6740,7 +6740,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6758,7 +6758,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6776,7 +6776,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6794,7 +6794,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6812,7 +6812,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6830,7 +6830,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6848,7 +6848,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6866,7 +6866,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6884,7 +6884,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6902,7 +6902,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6920,7 +6920,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6938,7 +6938,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6956,7 +6956,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6974,7 +6974,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -6992,7 +6992,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7010,7 +7010,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7028,7 +7028,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7046,7 +7046,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7064,7 +7064,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7082,7 +7082,7 @@ tables: mandatory: 1 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7100,7 +7100,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7118,7 +7118,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7136,7 +7136,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7154,7 +7154,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7172,7 +7172,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7190,7 +7190,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7208,7 +7208,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7226,7 +7226,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7244,7 +7244,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7262,7 +7262,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7280,7 +7280,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7298,7 +7298,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7316,7 +7316,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7334,7 +7334,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -7352,7 +7352,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -7370,7 +7370,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -7388,7 +7388,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -7406,7 +7406,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -7424,7 +7424,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -7442,7 +7442,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -7460,7 +7460,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -7478,7 +7478,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -7496,7 +7496,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -7514,7 +7514,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -7532,7 +7532,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -7550,7 +7550,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7568,7 +7568,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7586,7 +7586,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7604,7 +7604,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7622,7 +7622,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7640,7 +7640,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7658,7 +7658,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7676,7 +7676,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7694,7 +7694,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7712,7 +7712,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7730,7 +7730,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7748,7 +7748,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7766,7 +7766,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7784,7 +7784,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7802,7 +7802,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7820,7 +7820,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7838,7 +7838,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7856,7 +7856,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7874,7 +7874,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7892,7 +7892,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7910,7 +7910,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7928,7 +7928,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -7946,7 +7946,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -7964,7 +7964,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -7982,7 +7982,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8000,7 +8000,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8018,7 +8018,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8036,7 +8036,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8054,7 +8054,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8072,7 +8072,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8090,7 +8090,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8108,7 +8108,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8126,7 +8126,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8144,7 +8144,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8162,7 +8162,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8180,7 +8180,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8198,7 +8198,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8216,7 +8216,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8234,7 +8234,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8252,7 +8252,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8270,7 +8270,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8288,7 +8288,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8306,7 +8306,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8324,7 +8324,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8342,7 +8342,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8360,7 +8360,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8378,7 +8378,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8396,7 +8396,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8414,7 +8414,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8432,7 +8432,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8450,7 +8450,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8468,7 +8468,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8486,7 +8486,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8504,7 +8504,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8522,7 +8522,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -8540,7 +8540,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -8558,7 +8558,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8576,7 +8576,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8594,7 +8594,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8612,7 +8612,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8630,7 +8630,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8648,7 +8648,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8666,7 +8666,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8684,7 +8684,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8702,7 +8702,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8720,7 +8720,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8738,7 +8738,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -8756,7 +8756,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -8774,7 +8774,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8792,7 +8792,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8810,7 +8810,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8828,7 +8828,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8846,7 +8846,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8864,7 +8864,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8882,7 +8882,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8900,7 +8900,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -8918,7 +8918,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -8936,7 +8936,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8954,7 +8954,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8972,7 +8972,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -8990,7 +8990,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -9008,7 +9008,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -9026,7 +9026,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9044,7 +9044,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9116,7 +9116,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -9134,7 +9134,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -9152,7 +9152,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -9170,7 +9170,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -9242,7 +9242,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9260,7 +9260,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9332,7 +9332,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -9350,7 +9350,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -9368,7 +9368,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -9386,7 +9386,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -9548,7 +9548,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9566,7 +9566,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9692,7 +9692,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9710,7 +9710,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9728,7 +9728,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9746,7 +9746,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9764,7 +9764,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9782,7 +9782,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9800,7 +9800,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9818,7 +9818,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9836,7 +9836,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9854,7 +9854,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9872,7 +9872,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9890,7 +9890,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9908,7 +9908,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9926,7 +9926,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9944,7 +9944,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9962,7 +9962,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9980,7 +9980,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -9998,7 +9998,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10106,7 +10106,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10124,7 +10124,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10142,7 +10142,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10160,7 +10160,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10178,7 +10178,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10196,7 +10196,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10214,7 +10214,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10232,7 +10232,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10250,7 +10250,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10268,7 +10268,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10286,7 +10286,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10304,7 +10304,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10322,7 +10322,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10340,7 +10340,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10358,7 +10358,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10376,7 +10376,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10394,7 +10394,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10412,7 +10412,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10430,7 +10430,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10538,7 +10538,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10556,7 +10556,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10646,7 +10646,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10664,7 +10664,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10682,7 +10682,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10700,7 +10700,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10718,7 +10718,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10736,7 +10736,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10754,7 +10754,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10772,7 +10772,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10790,7 +10790,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10808,7 +10808,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10826,7 +10826,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10844,7 +10844,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10862,7 +10862,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10880,7 +10880,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10898,7 +10898,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10916,7 +10916,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10934,7 +10934,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -10952,7 +10952,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10970,7 +10970,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -10988,7 +10988,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11006,7 +11006,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11024,7 +11024,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11042,7 +11042,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11060,7 +11060,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11078,7 +11078,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11096,7 +11096,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11114,7 +11114,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11132,7 +11132,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11150,7 +11150,7 @@ tables: mandatory: 0 kohafield: "" tab: 0 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11168,7 +11168,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11186,7 +11186,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11204,7 +11204,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11222,7 +11222,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11240,7 +11240,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11258,7 +11258,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11276,7 +11276,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11294,7 +11294,7 @@ tables: mandatory: 0 kohafield: biblio.author tab: 1 - authorised_value: "" + authorised_value: authtypecode: PERSO_NAME value_builder: "" isurl: 0 @@ -11312,7 +11312,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11330,7 +11330,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11348,7 +11348,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11366,7 +11366,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11384,7 +11384,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11402,7 +11402,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11420,7 +11420,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11438,7 +11438,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11456,7 +11456,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11474,7 +11474,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11492,7 +11492,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11510,7 +11510,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11528,7 +11528,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11546,7 +11546,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11564,7 +11564,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11582,7 +11582,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11600,7 +11600,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11618,7 +11618,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11636,7 +11636,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11654,7 +11654,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11672,7 +11672,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -11690,7 +11690,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: CORPO_NAME value_builder: "" isurl: @@ -11708,7 +11708,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11726,7 +11726,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11744,7 +11744,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11762,7 +11762,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11780,7 +11780,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11798,7 +11798,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11816,7 +11816,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11834,7 +11834,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11852,7 +11852,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11870,7 +11870,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11888,7 +11888,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11906,7 +11906,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11924,7 +11924,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11942,7 +11942,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11960,7 +11960,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -11978,7 +11978,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -12032,7 +12032,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -12104,7 +12104,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -12320,7 +12320,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -12338,7 +12338,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -12356,7 +12356,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -12410,7 +12410,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -12950,7 +12950,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -12968,7 +12968,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -12986,7 +12986,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -13004,7 +13004,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13022,7 +13022,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13040,7 +13040,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13058,7 +13058,7 @@ tables: mandatory: 0 kohafield: biblio.unititle tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13076,7 +13076,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13094,7 +13094,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13112,7 +13112,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13130,7 +13130,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13148,7 +13148,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13166,7 +13166,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13184,7 +13184,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13202,7 +13202,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13220,7 +13220,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13238,7 +13238,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13256,7 +13256,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13274,7 +13274,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13418,7 +13418,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -13436,7 +13436,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -13526,7 +13526,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13544,7 +13544,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13562,7 +13562,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13580,7 +13580,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -13598,7 +13598,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13616,7 +13616,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13634,7 +13634,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13652,7 +13652,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13670,7 +13670,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13688,7 +13688,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13706,7 +13706,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13724,7 +13724,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13742,7 +13742,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13760,7 +13760,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13778,7 +13778,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13796,7 +13796,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -13814,7 +13814,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -13832,7 +13832,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -13850,7 +13850,7 @@ tables: mandatory: 1 kohafield: biblio.title tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -13868,7 +13868,7 @@ tables: mandatory: 0 kohafield: biblio.subtitle tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -13886,7 +13886,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -13904,7 +13904,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -13922,7 +13922,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -13940,7 +13940,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -13958,7 +13958,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -13976,7 +13976,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -13994,7 +13994,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14012,7 +14012,7 @@ tables: mandatory: 0 kohafield: biblio.part_number tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14030,7 +14030,7 @@ tables: mandatory: 0 kohafield: biblio.part_name tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14048,7 +14048,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14066,7 +14066,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14084,7 +14084,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14102,7 +14102,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14120,7 +14120,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14138,7 +14138,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14156,7 +14156,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14174,7 +14174,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14192,7 +14192,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14210,7 +14210,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14228,7 +14228,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14246,7 +14246,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14264,7 +14264,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14282,7 +14282,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14300,7 +14300,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14318,7 +14318,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14336,7 +14336,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14354,7 +14354,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14372,7 +14372,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14390,7 +14390,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14408,7 +14408,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14426,7 +14426,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14444,7 +14444,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14462,7 +14462,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14480,7 +14480,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14498,7 +14498,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14516,7 +14516,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14534,7 +14534,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14552,7 +14552,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14570,7 +14570,7 @@ tables: mandatory: 0 kohafield: biblioitems.editionstatement tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14588,7 +14588,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14606,7 +14606,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14624,7 +14624,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14642,7 +14642,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14660,7 +14660,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14678,7 +14678,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14696,7 +14696,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14714,7 +14714,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14732,7 +14732,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14750,7 +14750,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14768,7 +14768,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14786,7 +14786,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14804,7 +14804,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14822,7 +14822,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14840,7 +14840,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14858,7 +14858,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14876,7 +14876,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14894,7 +14894,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14912,7 +14912,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14930,7 +14930,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14948,7 +14948,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14966,7 +14966,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -14984,7 +14984,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15002,7 +15002,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15020,7 +15020,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15038,7 +15038,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15056,7 +15056,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15074,7 +15074,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15092,7 +15092,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15110,7 +15110,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15128,7 +15128,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15146,7 +15146,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15164,7 +15164,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15182,7 +15182,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15200,7 +15200,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15218,7 +15218,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15236,7 +15236,7 @@ tables: mandatory: 0 kohafield: biblioitems.place tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15254,7 +15254,7 @@ tables: mandatory: 0 kohafield: biblioitems.publishercode tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15272,7 +15272,7 @@ tables: mandatory: 0 kohafield: biblio.copyrightdate tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15290,7 +15290,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15308,7 +15308,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15326,7 +15326,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15344,7 +15344,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15362,7 +15362,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15380,7 +15380,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15398,7 +15398,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15416,7 +15416,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15434,7 +15434,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15452,7 +15452,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15470,7 +15470,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15488,7 +15488,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15506,7 +15506,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15524,7 +15524,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15542,7 +15542,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15560,7 +15560,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15578,7 +15578,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15596,7 +15596,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15614,7 +15614,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15632,7 +15632,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15650,7 +15650,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15668,7 +15668,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15686,7 +15686,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15704,7 +15704,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15722,7 +15722,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15740,7 +15740,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15758,7 +15758,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15776,7 +15776,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15794,7 +15794,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15812,7 +15812,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15830,7 +15830,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15848,7 +15848,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -15866,7 +15866,7 @@ tables: mandatory: 0 kohafield: "" tab: 2 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16244,7 +16244,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16262,7 +16262,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16280,7 +16280,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16298,7 +16298,7 @@ tables: mandatory: 0 kohafield: biblioitems.pages tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16316,7 +16316,7 @@ tables: mandatory: 0 kohafield: biblioitems.illus tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -16334,7 +16334,7 @@ tables: mandatory: 0 kohafield: biblioitems.size tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16352,7 +16352,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16370,7 +16370,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16388,7 +16388,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16406,7 +16406,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16424,7 +16424,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16442,7 +16442,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16460,7 +16460,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16478,7 +16478,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16496,7 +16496,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16514,7 +16514,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: isurl: @@ -16532,7 +16532,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16550,7 +16550,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16568,7 +16568,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: isurl: @@ -16586,7 +16586,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: isurl: @@ -16604,7 +16604,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: isurl: @@ -16622,7 +16622,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: isurl: @@ -16640,7 +16640,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16658,7 +16658,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16676,7 +16676,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16694,7 +16694,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: isurl: @@ -16712,7 +16712,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16730,7 +16730,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16748,7 +16748,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: isurl: @@ -16766,7 +16766,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16784,7 +16784,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: isurl: @@ -16802,7 +16802,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16820,7 +16820,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16838,7 +16838,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16856,7 +16856,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16874,7 +16874,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16892,7 +16892,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16910,7 +16910,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16928,7 +16928,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16946,7 +16946,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16964,7 +16964,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -16982,7 +16982,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17000,7 +17000,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17018,7 +17018,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17036,7 +17036,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17054,7 +17054,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17144,7 +17144,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17162,7 +17162,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17180,7 +17180,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17270,7 +17270,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17288,7 +17288,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17306,7 +17306,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17324,7 +17324,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17342,7 +17342,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17360,7 +17360,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17378,7 +17378,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17396,7 +17396,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17414,7 +17414,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17432,7 +17432,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17450,7 +17450,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17468,7 +17468,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17486,7 +17486,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17504,7 +17504,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17522,7 +17522,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17540,7 +17540,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17558,7 +17558,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17576,7 +17576,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17594,7 +17594,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17612,7 +17612,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17630,7 +17630,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17648,7 +17648,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17666,7 +17666,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17684,7 +17684,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17702,7 +17702,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17720,7 +17720,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17738,7 +17738,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17756,7 +17756,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17774,7 +17774,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17792,7 +17792,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17810,7 +17810,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17828,7 +17828,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17846,7 +17846,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17864,7 +17864,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17882,7 +17882,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17900,7 +17900,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17918,7 +17918,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17936,7 +17936,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17954,7 +17954,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17972,7 +17972,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -17990,7 +17990,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18008,7 +18008,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18026,7 +18026,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18044,7 +18044,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18062,7 +18062,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18080,7 +18080,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18098,7 +18098,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18116,7 +18116,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18134,7 +18134,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18152,7 +18152,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18170,7 +18170,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18188,7 +18188,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18206,7 +18206,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18224,7 +18224,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18242,7 +18242,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18260,7 +18260,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18278,7 +18278,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18296,7 +18296,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18314,7 +18314,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18332,7 +18332,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18350,7 +18350,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18368,7 +18368,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18386,7 +18386,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18404,7 +18404,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18422,7 +18422,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18440,7 +18440,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18458,7 +18458,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18476,7 +18476,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18494,7 +18494,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18512,7 +18512,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18530,7 +18530,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18548,7 +18548,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18566,7 +18566,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18584,7 +18584,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18602,7 +18602,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18620,7 +18620,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18638,7 +18638,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18656,7 +18656,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18674,7 +18674,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18692,7 +18692,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18710,7 +18710,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18728,7 +18728,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18746,7 +18746,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18764,7 +18764,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18782,7 +18782,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18800,7 +18800,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18818,7 +18818,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18836,7 +18836,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18854,7 +18854,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18872,7 +18872,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18890,7 +18890,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18908,7 +18908,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18926,7 +18926,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18944,7 +18944,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18962,7 +18962,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18980,7 +18980,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -18998,7 +18998,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19016,7 +19016,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19034,7 +19034,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19052,7 +19052,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19070,7 +19070,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19088,7 +19088,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19106,7 +19106,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19124,7 +19124,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19142,7 +19142,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19160,7 +19160,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19178,7 +19178,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19196,7 +19196,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19214,7 +19214,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19232,7 +19232,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19250,7 +19250,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19268,7 +19268,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19286,7 +19286,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19304,7 +19304,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19322,7 +19322,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19340,7 +19340,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19358,7 +19358,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19376,7 +19376,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19394,7 +19394,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19412,7 +19412,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19430,7 +19430,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19448,7 +19448,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19466,7 +19466,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19484,7 +19484,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19502,7 +19502,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19520,7 +19520,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19538,7 +19538,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19556,7 +19556,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19574,7 +19574,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19592,7 +19592,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19610,7 +19610,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19628,7 +19628,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19646,7 +19646,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19664,7 +19664,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19682,7 +19682,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19700,7 +19700,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19718,7 +19718,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19736,7 +19736,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19754,7 +19754,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -19772,7 +19772,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20132,7 +20132,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20546,7 +20546,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20564,7 +20564,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20582,7 +20582,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20600,7 +20600,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20618,7 +20618,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20636,7 +20636,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20654,7 +20654,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20672,7 +20672,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20690,7 +20690,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20708,7 +20708,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20726,7 +20726,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20744,7 +20744,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20762,7 +20762,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20780,7 +20780,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20798,7 +20798,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20816,7 +20816,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20834,7 +20834,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20852,7 +20852,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20870,7 +20870,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20888,7 +20888,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20906,7 +20906,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20924,7 +20924,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20942,7 +20942,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20960,7 +20960,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20978,7 +20978,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -20996,7 +20996,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21014,7 +21014,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21032,7 +21032,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21050,7 +21050,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21068,7 +21068,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21086,7 +21086,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21104,7 +21104,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21122,7 +21122,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21140,7 +21140,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21158,7 +21158,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21176,7 +21176,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21194,7 +21194,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21212,7 +21212,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21230,7 +21230,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21248,7 +21248,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21266,7 +21266,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21284,7 +21284,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21302,7 +21302,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21320,7 +21320,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21338,7 +21338,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21356,7 +21356,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21374,7 +21374,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21392,7 +21392,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21410,7 +21410,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21428,7 +21428,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21446,7 +21446,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21464,7 +21464,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21482,7 +21482,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21500,7 +21500,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21518,7 +21518,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21536,7 +21536,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21554,7 +21554,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21572,7 +21572,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21590,7 +21590,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21608,7 +21608,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21626,7 +21626,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21644,7 +21644,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21662,7 +21662,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21680,7 +21680,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21698,7 +21698,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21716,7 +21716,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21734,7 +21734,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21752,7 +21752,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21770,7 +21770,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21788,7 +21788,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21806,7 +21806,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21824,7 +21824,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21842,7 +21842,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21860,7 +21860,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21878,7 +21878,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21896,7 +21896,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21914,7 +21914,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21932,7 +21932,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21950,7 +21950,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21968,7 +21968,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -21986,7 +21986,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22004,7 +22004,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22022,7 +22022,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22040,7 +22040,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22058,7 +22058,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22076,7 +22076,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22094,7 +22094,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22112,7 +22112,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22130,7 +22130,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22148,7 +22148,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22166,7 +22166,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22184,7 +22184,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22202,7 +22202,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22220,7 +22220,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22238,7 +22238,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22256,7 +22256,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22274,7 +22274,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22292,7 +22292,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22310,7 +22310,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22328,7 +22328,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22346,7 +22346,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22364,7 +22364,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22382,7 +22382,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22400,7 +22400,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22418,7 +22418,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22436,7 +22436,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22454,7 +22454,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22472,7 +22472,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22490,7 +22490,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22508,7 +22508,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22526,7 +22526,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22544,7 +22544,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22562,7 +22562,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22580,7 +22580,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22598,7 +22598,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22616,7 +22616,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22634,7 +22634,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22652,7 +22652,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22670,7 +22670,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22688,7 +22688,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22706,7 +22706,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22724,7 +22724,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22742,7 +22742,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22760,7 +22760,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22778,7 +22778,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22796,7 +22796,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22814,7 +22814,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22832,7 +22832,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22850,7 +22850,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22868,7 +22868,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22886,7 +22886,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22904,7 +22904,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22922,7 +22922,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22940,7 +22940,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22958,7 +22958,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22976,7 +22976,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -22994,7 +22994,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23012,7 +23012,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23030,7 +23030,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23048,7 +23048,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23066,7 +23066,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23084,7 +23084,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23102,7 +23102,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23120,7 +23120,7 @@ tables: mandatory: 0 kohafield: "" tab: 3 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23138,7 +23138,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23156,7 +23156,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23174,7 +23174,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23192,7 +23192,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23210,7 +23210,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23228,7 +23228,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23246,7 +23246,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23264,7 +23264,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23282,7 +23282,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23300,7 +23300,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23318,7 +23318,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23336,7 +23336,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23354,7 +23354,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23372,7 +23372,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23390,7 +23390,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23408,7 +23408,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23426,7 +23426,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23444,7 +23444,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23462,7 +23462,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23480,7 +23480,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23498,7 +23498,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23516,7 +23516,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23534,7 +23534,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23552,7 +23552,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -23570,7 +23570,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23588,7 +23588,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23606,7 +23606,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23624,7 +23624,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23642,7 +23642,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23660,7 +23660,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23678,7 +23678,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23696,7 +23696,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23714,7 +23714,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23732,7 +23732,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23750,7 +23750,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23768,7 +23768,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23786,7 +23786,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23804,7 +23804,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23822,7 +23822,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -23894,7 +23894,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -24164,7 +24164,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24182,7 +24182,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24200,7 +24200,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24218,7 +24218,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24236,7 +24236,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24254,7 +24254,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -24272,7 +24272,7 @@ tables: mandatory: 0 kohafield: biblio.seriestitle tab: 4 - authorised_value: "" + authorised_value: authtypecode: UNIF_TITLE value_builder: "" isurl: @@ -24290,7 +24290,7 @@ tables: mandatory: 0 kohafield: biblioitems.number tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24308,7 +24308,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24326,7 +24326,7 @@ tables: mandatory: 0 kohafield: biblioitems.volume tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24344,7 +24344,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24362,7 +24362,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24380,7 +24380,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24398,7 +24398,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24416,7 +24416,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: isurl: @@ -24434,7 +24434,7 @@ tables: mandatory: 0 kohafield: biblio.seriestitle tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24452,7 +24452,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24470,7 +24470,7 @@ tables: mandatory: 0 kohafield: biblioitems.volume tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24488,7 +24488,7 @@ tables: mandatory: 0 kohafield: "" tab: 4 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24506,7 +24506,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24524,7 +24524,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24542,7 +24542,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24560,7 +24560,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24578,7 +24578,7 @@ tables: mandatory: 0 kohafield: biblio.notes tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24596,7 +24596,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24614,7 +24614,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24632,7 +24632,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24650,7 +24650,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24668,7 +24668,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24686,7 +24686,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24704,7 +24704,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24722,7 +24722,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24740,7 +24740,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24758,7 +24758,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24776,7 +24776,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24794,7 +24794,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24812,7 +24812,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24830,7 +24830,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24848,7 +24848,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24866,7 +24866,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24884,7 +24884,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24902,7 +24902,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -24992,7 +24992,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25010,7 +25010,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25028,7 +25028,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25046,7 +25046,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25064,7 +25064,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25082,7 +25082,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25100,7 +25100,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -25118,7 +25118,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25136,7 +25136,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25154,7 +25154,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25172,7 +25172,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25190,7 +25190,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25208,7 +25208,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25226,7 +25226,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25244,7 +25244,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25262,7 +25262,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25280,7 +25280,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25298,7 +25298,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25316,7 +25316,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25334,7 +25334,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25352,7 +25352,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -25370,7 +25370,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25388,7 +25388,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25406,7 +25406,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25424,7 +25424,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25442,7 +25442,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25514,7 +25514,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25532,7 +25532,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25550,7 +25550,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25568,7 +25568,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25586,7 +25586,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25604,7 +25604,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25622,7 +25622,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25640,7 +25640,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25658,7 +25658,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25676,7 +25676,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25694,7 +25694,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25712,7 +25712,7 @@ tables: mandatory: 0 kohafield: "" tab: -1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25730,7 +25730,7 @@ tables: mandatory: 0 kohafield: "" tab: -1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25748,7 +25748,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25766,7 +25766,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25784,7 +25784,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25802,7 +25802,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25820,7 +25820,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25838,7 +25838,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25856,7 +25856,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25874,7 +25874,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25892,7 +25892,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25910,7 +25910,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25928,7 +25928,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25946,7 +25946,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25964,7 +25964,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -25982,7 +25982,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26000,7 +26000,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26018,7 +26018,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26036,7 +26036,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26054,7 +26054,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26072,7 +26072,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -26090,7 +26090,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26108,7 +26108,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26126,7 +26126,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26144,7 +26144,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26162,7 +26162,7 @@ tables: mandatory: 0 kohafield: "" tab: -1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26180,7 +26180,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26198,7 +26198,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26216,7 +26216,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26234,7 +26234,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26252,7 +26252,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26270,7 +26270,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26288,7 +26288,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26306,7 +26306,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26324,7 +26324,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26342,7 +26342,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26360,7 +26360,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26378,7 +26378,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26396,7 +26396,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26414,7 +26414,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26432,7 +26432,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26450,7 +26450,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26468,7 +26468,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26486,7 +26486,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26504,7 +26504,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26522,7 +26522,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26540,7 +26540,7 @@ tables: mandatory: 0 kohafield: biblio.abstract tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26558,7 +26558,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26576,7 +26576,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26594,7 +26594,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -26612,7 +26612,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -26990,7 +26990,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -27008,7 +27008,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -27026,7 +27026,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -27044,7 +27044,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -27062,7 +27062,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -27080,7 +27080,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -27098,7 +27098,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -27116,7 +27116,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -27134,7 +27134,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -27152,7 +27152,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -27368,7 +27368,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -27386,7 +27386,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -27404,7 +27404,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -27440,7 +27440,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -27656,7 +27656,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -27872,7 +27872,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28340,7 +28340,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28358,7 +28358,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28376,7 +28376,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28394,7 +28394,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28412,7 +28412,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28430,7 +28430,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -28448,7 +28448,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28484,7 +28484,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28502,7 +28502,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28520,7 +28520,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28538,7 +28538,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28556,7 +28556,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28574,7 +28574,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28592,7 +28592,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28610,7 +28610,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28628,7 +28628,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28646,7 +28646,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28664,7 +28664,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -28700,7 +28700,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28718,7 +28718,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28736,7 +28736,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28754,7 +28754,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28772,7 +28772,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28790,7 +28790,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28808,7 +28808,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28826,7 +28826,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28844,7 +28844,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28862,7 +28862,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28880,7 +28880,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28898,7 +28898,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28916,7 +28916,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28934,7 +28934,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28952,7 +28952,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28970,7 +28970,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -28988,7 +28988,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29006,7 +29006,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29024,7 +29024,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29042,7 +29042,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29060,7 +29060,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29078,7 +29078,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29096,7 +29096,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29114,7 +29114,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29132,7 +29132,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29150,7 +29150,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29168,7 +29168,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29186,7 +29186,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29204,7 +29204,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29222,7 +29222,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29240,7 +29240,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29258,7 +29258,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29276,7 +29276,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29294,7 +29294,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29312,7 +29312,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29384,7 +29384,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29402,7 +29402,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29420,7 +29420,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29438,7 +29438,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29456,7 +29456,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29474,7 +29474,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29492,7 +29492,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29510,7 +29510,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29528,7 +29528,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29546,7 +29546,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29564,7 +29564,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29582,7 +29582,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29600,7 +29600,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -29870,7 +29870,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29888,7 +29888,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29906,7 +29906,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29924,7 +29924,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29942,7 +29942,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29960,7 +29960,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29978,7 +29978,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -29996,7 +29996,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30014,7 +30014,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30032,7 +30032,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30050,7 +30050,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30068,7 +30068,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30086,7 +30086,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30104,7 +30104,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30122,7 +30122,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30140,7 +30140,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30158,7 +30158,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30176,7 +30176,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30194,7 +30194,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -30212,7 +30212,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30464,7 +30464,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30482,7 +30482,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30500,7 +30500,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30518,7 +30518,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30536,7 +30536,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30554,7 +30554,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -30986,7 +30986,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31004,7 +31004,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31022,7 +31022,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31094,7 +31094,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31400,7 +31400,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31418,7 +31418,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31436,7 +31436,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31454,7 +31454,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31472,7 +31472,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31490,7 +31490,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31508,7 +31508,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31526,7 +31526,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31544,7 +31544,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31562,7 +31562,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31580,7 +31580,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31598,7 +31598,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31616,7 +31616,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31634,7 +31634,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31652,7 +31652,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31670,7 +31670,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31688,7 +31688,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -31706,7 +31706,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31724,7 +31724,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31760,7 +31760,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31778,7 +31778,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31796,7 +31796,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31814,7 +31814,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31832,7 +31832,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31868,7 +31868,7 @@ tables: mandatory: -6 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31886,7 +31886,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31904,7 +31904,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -31922,7 +31922,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32012,7 +32012,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32030,7 +32030,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32048,7 +32048,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32066,7 +32066,7 @@ tables: mandatory: 0 kohafield: "" tab: 5 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32192,7 +32192,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32210,7 +32210,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32228,7 +32228,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32246,7 +32246,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32264,7 +32264,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32282,7 +32282,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32300,7 +32300,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32318,7 +32318,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -32336,7 +32336,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: PERSO_NAME value_builder: "" isurl: @@ -32354,7 +32354,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32372,7 +32372,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32390,7 +32390,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32408,7 +32408,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32426,7 +32426,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32444,7 +32444,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32462,7 +32462,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32480,7 +32480,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32498,7 +32498,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32516,7 +32516,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32534,7 +32534,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32552,7 +32552,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32570,7 +32570,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32588,7 +32588,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32606,7 +32606,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32624,7 +32624,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32642,7 +32642,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32660,7 +32660,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32678,7 +32678,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32696,7 +32696,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32714,7 +32714,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32732,7 +32732,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32750,7 +32750,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32768,7 +32768,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32786,7 +32786,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32804,7 +32804,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32822,7 +32822,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32840,7 +32840,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32858,7 +32858,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32876,7 +32876,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32894,7 +32894,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -32912,7 +32912,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: CORPO_NAME value_builder: "" isurl: @@ -32930,7 +32930,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32948,7 +32948,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32966,7 +32966,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -32984,7 +32984,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33002,7 +33002,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33020,7 +33020,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33038,7 +33038,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33056,7 +33056,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33074,7 +33074,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33092,7 +33092,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33110,7 +33110,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33128,7 +33128,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33146,7 +33146,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33164,7 +33164,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33182,7 +33182,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33200,7 +33200,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33218,7 +33218,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33236,7 +33236,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33254,7 +33254,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33272,7 +33272,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33290,7 +33290,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33308,7 +33308,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33326,7 +33326,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33380,7 +33380,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33434,7 +33434,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -33506,7 +33506,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33830,7 +33830,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33848,7 +33848,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33902,7 +33902,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -33956,7 +33956,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -34010,7 +34010,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -34316,7 +34316,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -34334,7 +34334,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -34352,7 +34352,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -34370,7 +34370,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -34388,7 +34388,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -34406,7 +34406,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -34424,7 +34424,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -34442,7 +34442,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -34460,7 +34460,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -34478,7 +34478,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -34496,7 +34496,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -34514,7 +34514,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -34604,7 +34604,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -34712,7 +34712,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -34730,7 +34730,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -34748,7 +34748,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -34766,7 +34766,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -34784,7 +34784,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -34802,7 +34802,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -34820,7 +34820,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -34838,7 +34838,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -34856,7 +34856,7 @@ tables: mandatory: 0 kohafield: tab: 6 - authorised_value: "" + authorised_value: authtypecode: TOPIC_TERM value_builder: "" isurl: 0 @@ -34874,7 +34874,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -34892,7 +34892,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -34910,7 +34910,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -34928,7 +34928,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -34946,7 +34946,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -34964,7 +34964,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -34982,7 +34982,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -35000,7 +35000,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -35018,7 +35018,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -35036,7 +35036,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35054,7 +35054,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35072,7 +35072,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35090,7 +35090,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35108,7 +35108,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35126,7 +35126,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35144,7 +35144,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35162,7 +35162,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -35180,7 +35180,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: GEOGR_NAME value_builder: "" isurl: @@ -35198,7 +35198,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35216,7 +35216,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35234,7 +35234,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -35252,7 +35252,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35270,7 +35270,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35288,7 +35288,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35306,7 +35306,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35324,7 +35324,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35342,7 +35342,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35360,7 +35360,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35378,7 +35378,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35450,7 +35450,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35468,7 +35468,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35486,7 +35486,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35504,7 +35504,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35522,7 +35522,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35540,7 +35540,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35558,7 +35558,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35576,7 +35576,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -35594,7 +35594,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: TOPIC_TERM value_builder: "" isurl: @@ -35612,7 +35612,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35630,7 +35630,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35648,7 +35648,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35666,7 +35666,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35684,7 +35684,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35702,7 +35702,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35720,7 +35720,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35738,7 +35738,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35756,7 +35756,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35774,7 +35774,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35792,7 +35792,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35810,7 +35810,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35828,7 +35828,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35846,7 +35846,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35864,7 +35864,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -35882,7 +35882,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: GENRE/FORM value_builder: "" isurl: @@ -35900,7 +35900,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35918,7 +35918,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35936,7 +35936,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35954,7 +35954,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35972,7 +35972,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -35990,7 +35990,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36008,7 +36008,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36026,7 +36026,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36044,7 +36044,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36062,7 +36062,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36080,7 +36080,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36098,7 +36098,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36116,7 +36116,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -36134,7 +36134,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: TOPIC_TERM value_builder: "" isurl: @@ -36152,7 +36152,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36170,7 +36170,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36188,7 +36188,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36206,7 +36206,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36224,7 +36224,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36242,7 +36242,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36260,7 +36260,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36278,7 +36278,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36296,7 +36296,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36314,7 +36314,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36332,7 +36332,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36350,7 +36350,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -36368,7 +36368,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: TOPIC_TERM value_builder: "" isurl: @@ -36386,7 +36386,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36404,7 +36404,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36422,7 +36422,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36440,7 +36440,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36458,7 +36458,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36476,7 +36476,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36494,7 +36494,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36512,7 +36512,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -36530,7 +36530,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: TOPIC_TERM value_builder: "" isurl: @@ -36548,7 +36548,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36566,7 +36566,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36584,7 +36584,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36602,7 +36602,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36620,7 +36620,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36638,7 +36638,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36656,7 +36656,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36674,7 +36674,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36692,7 +36692,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36710,7 +36710,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36728,7 +36728,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -36746,7 +36746,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: GEOGR_NAME value_builder: "" isurl: @@ -36764,7 +36764,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36782,7 +36782,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36800,7 +36800,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36818,7 +36818,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36836,7 +36836,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36854,7 +36854,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36872,7 +36872,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36890,7 +36890,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36908,7 +36908,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36926,7 +36926,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36944,7 +36944,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36962,7 +36962,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36980,7 +36980,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -36998,7 +36998,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37016,7 +37016,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37034,7 +37034,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37052,7 +37052,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37070,7 +37070,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37088,7 +37088,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37106,7 +37106,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37124,7 +37124,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37142,7 +37142,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37160,7 +37160,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37178,7 +37178,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: TOPIC_TERM value_builder: "" isurl: 0 @@ -37196,7 +37196,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37214,7 +37214,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37232,7 +37232,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37250,7 +37250,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37268,7 +37268,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37286,7 +37286,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37304,7 +37304,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37322,7 +37322,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37340,7 +37340,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37358,7 +37358,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37376,7 +37376,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37394,7 +37394,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37412,7 +37412,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37430,7 +37430,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37448,7 +37448,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: GEOGR_NAME value_builder: "" isurl: @@ -37466,7 +37466,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37484,7 +37484,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37502,7 +37502,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37520,7 +37520,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37538,7 +37538,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37556,7 +37556,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37574,7 +37574,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37592,7 +37592,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37610,7 +37610,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37628,7 +37628,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37646,7 +37646,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37664,7 +37664,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -37682,7 +37682,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: PERSO_NAME value_builder: "" isurl: @@ -37700,7 +37700,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37718,7 +37718,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37736,7 +37736,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37754,7 +37754,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37772,7 +37772,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37790,7 +37790,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37808,7 +37808,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37826,7 +37826,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37844,7 +37844,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37862,7 +37862,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37880,7 +37880,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37898,7 +37898,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37916,7 +37916,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37934,7 +37934,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37952,7 +37952,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37970,7 +37970,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -37988,7 +37988,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38006,7 +38006,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38024,7 +38024,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38042,7 +38042,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38060,7 +38060,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38078,7 +38078,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38096,7 +38096,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38114,7 +38114,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -38132,7 +38132,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38150,7 +38150,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38168,7 +38168,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38186,7 +38186,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38204,7 +38204,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38222,7 +38222,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -38240,7 +38240,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: CORPO_NAME value_builder: "" isurl: @@ -38258,7 +38258,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38276,7 +38276,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38294,7 +38294,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38312,7 +38312,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38330,7 +38330,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38348,7 +38348,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38366,7 +38366,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38384,7 +38384,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38402,7 +38402,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38420,7 +38420,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38438,7 +38438,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38456,7 +38456,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38474,7 +38474,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38492,7 +38492,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38510,7 +38510,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38528,7 +38528,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38546,7 +38546,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38564,7 +38564,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38582,7 +38582,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38600,7 +38600,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38618,7 +38618,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -38636,7 +38636,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -38744,7 +38744,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -39122,7 +39122,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -39212,7 +39212,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -39536,7 +39536,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39554,7 +39554,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39572,7 +39572,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39590,7 +39590,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39608,7 +39608,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39626,7 +39626,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39644,7 +39644,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39662,7 +39662,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39680,7 +39680,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -39698,7 +39698,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: PERSO_NAME value_builder: "" isurl: @@ -39716,7 +39716,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39734,7 +39734,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39752,7 +39752,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39770,7 +39770,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39788,7 +39788,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39806,7 +39806,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39824,7 +39824,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39842,7 +39842,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39860,7 +39860,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39878,7 +39878,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39896,7 +39896,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39914,7 +39914,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39932,7 +39932,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39950,7 +39950,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39968,7 +39968,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -39986,7 +39986,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40004,7 +40004,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40022,7 +40022,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40040,7 +40040,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40058,7 +40058,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40076,7 +40076,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40094,7 +40094,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40112,7 +40112,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40130,7 +40130,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40148,7 +40148,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40166,7 +40166,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40184,7 +40184,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40202,7 +40202,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40220,7 +40220,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40238,7 +40238,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40256,7 +40256,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40274,7 +40274,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40292,7 +40292,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40310,7 +40310,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40328,7 +40328,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40346,7 +40346,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40364,7 +40364,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40382,7 +40382,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40400,7 +40400,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40418,7 +40418,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40436,7 +40436,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40454,7 +40454,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40472,7 +40472,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40490,7 +40490,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40508,7 +40508,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40526,7 +40526,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40544,7 +40544,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -40562,7 +40562,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: CORPO_NAME value_builder: "" isurl: @@ -40580,7 +40580,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40598,7 +40598,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40616,7 +40616,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40634,7 +40634,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40652,7 +40652,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40670,7 +40670,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40688,7 +40688,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40706,7 +40706,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40724,7 +40724,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40742,7 +40742,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40760,7 +40760,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40778,7 +40778,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40796,7 +40796,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40814,7 +40814,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40832,7 +40832,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40850,7 +40850,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40868,7 +40868,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40886,7 +40886,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40904,7 +40904,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40922,7 +40922,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40940,7 +40940,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40958,7 +40958,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -40994,7 +40994,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -41066,7 +41066,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -41138,7 +41138,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -41228,7 +41228,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -41426,7 +41426,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -41786,7 +41786,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -41804,7 +41804,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -41822,7 +41822,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -41840,7 +41840,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -41858,7 +41858,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -41876,7 +41876,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -41894,7 +41894,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -41912,7 +41912,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -41930,7 +41930,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -41948,7 +41948,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: UNIF_TITLE value_builder: "" isurl: @@ -41966,7 +41966,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -41984,7 +41984,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42002,7 +42002,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42020,7 +42020,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42038,7 +42038,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42056,7 +42056,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42074,7 +42074,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42092,7 +42092,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42110,7 +42110,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42128,7 +42128,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42146,7 +42146,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42164,7 +42164,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42182,7 +42182,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42200,7 +42200,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42218,7 +42218,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42236,7 +42236,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42254,7 +42254,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42272,7 +42272,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42290,7 +42290,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42308,7 +42308,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42326,7 +42326,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42344,7 +42344,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42362,7 +42362,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42380,7 +42380,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42398,7 +42398,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42416,7 +42416,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42434,7 +42434,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42452,7 +42452,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42470,7 +42470,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42488,7 +42488,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42506,7 +42506,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42524,7 +42524,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42542,7 +42542,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42560,7 +42560,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42596,7 +42596,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42722,7 +42722,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42794,7 +42794,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42812,7 +42812,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42830,7 +42830,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42938,7 +42938,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -42956,7 +42956,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -43136,7 +43136,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -43208,7 +43208,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -43226,7 +43226,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -43244,7 +43244,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -43262,7 +43262,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -43280,7 +43280,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -43298,7 +43298,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -43316,7 +43316,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -43334,7 +43334,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -43352,7 +43352,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -43370,7 +43370,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -43388,7 +43388,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -43406,7 +43406,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -43424,7 +43424,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -43442,7 +43442,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -43802,7 +43802,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -44162,7 +44162,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -44594,7 +44594,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -45026,7 +45026,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -45458,7 +45458,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -45926,7 +45926,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -46214,7 +46214,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -46376,7 +46376,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -46790,7 +46790,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -47258,7 +47258,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -47690,7 +47690,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -47978,7 +47978,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -48032,7 +48032,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -48104,7 +48104,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -48122,7 +48122,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -48554,7 +48554,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -48986,7 +48986,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -49364,7 +49364,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -49454,7 +49454,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -49886,7 +49886,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -49904,7 +49904,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -49922,7 +49922,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -49940,7 +49940,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -49958,7 +49958,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -49976,7 +49976,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -49994,7 +49994,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50012,7 +50012,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50030,7 +50030,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50048,7 +50048,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50066,7 +50066,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50084,7 +50084,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50102,7 +50102,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50120,7 +50120,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50138,7 +50138,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50156,7 +50156,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50174,7 +50174,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50192,7 +50192,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50210,7 +50210,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50228,7 +50228,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50246,7 +50246,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50264,7 +50264,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50282,7 +50282,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50300,7 +50300,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50318,7 +50318,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50336,7 +50336,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50354,7 +50354,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50372,7 +50372,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50390,7 +50390,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50408,7 +50408,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50426,7 +50426,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50444,7 +50444,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50462,7 +50462,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50480,7 +50480,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50498,7 +50498,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50516,7 +50516,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -50534,7 +50534,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50552,7 +50552,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50570,7 +50570,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50588,7 +50588,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50606,7 +50606,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50624,7 +50624,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -50642,7 +50642,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: PERSO_NAME value_builder: "" isurl: @@ -50660,7 +50660,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50678,7 +50678,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50696,7 +50696,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50714,7 +50714,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50732,7 +50732,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50750,7 +50750,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50768,7 +50768,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50786,7 +50786,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50804,7 +50804,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50822,7 +50822,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50840,7 +50840,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50858,7 +50858,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50876,7 +50876,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50894,7 +50894,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50912,7 +50912,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50930,7 +50930,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50948,7 +50948,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50966,7 +50966,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -50984,7 +50984,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51002,7 +51002,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51020,7 +51020,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -51038,7 +51038,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51056,7 +51056,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51074,7 +51074,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51092,7 +51092,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51110,7 +51110,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51128,7 +51128,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -51146,7 +51146,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: CORPO_NAME value_builder: "" isurl: @@ -51164,7 +51164,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51182,7 +51182,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51200,7 +51200,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51218,7 +51218,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51236,7 +51236,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51254,7 +51254,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51272,7 +51272,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51290,7 +51290,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51308,7 +51308,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51326,7 +51326,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51344,7 +51344,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51362,7 +51362,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51380,7 +51380,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51398,7 +51398,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51416,7 +51416,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51434,7 +51434,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51452,7 +51452,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51470,7 +51470,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51488,7 +51488,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -51596,7 +51596,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -51920,7 +51920,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -51938,7 +51938,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51956,7 +51956,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51974,7 +51974,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -51992,7 +51992,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52010,7 +52010,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -52028,7 +52028,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: UNIF_TITLE value_builder: "" isurl: @@ -52046,7 +52046,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52064,7 +52064,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52082,7 +52082,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52100,7 +52100,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52118,7 +52118,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52136,7 +52136,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52154,7 +52154,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52172,7 +52172,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52190,7 +52190,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52208,7 +52208,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52226,7 +52226,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52244,7 +52244,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52262,7 +52262,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52280,7 +52280,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52298,7 +52298,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52316,7 +52316,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52334,7 +52334,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52352,7 +52352,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52370,7 +52370,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52388,7 +52388,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52406,7 +52406,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52424,7 +52424,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52442,7 +52442,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52460,7 +52460,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -52478,7 +52478,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: PERSO_NAME value_builder: "" isurl: @@ -52496,7 +52496,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52514,7 +52514,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52532,7 +52532,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52550,7 +52550,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52568,7 +52568,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52586,7 +52586,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52604,7 +52604,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52622,7 +52622,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52640,7 +52640,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52658,7 +52658,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52676,7 +52676,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52694,7 +52694,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52712,7 +52712,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52730,7 +52730,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52748,7 +52748,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52766,7 +52766,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52784,7 +52784,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52802,7 +52802,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52820,7 +52820,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52838,7 +52838,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52874,7 +52874,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52892,7 +52892,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52910,7 +52910,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52928,7 +52928,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52946,7 +52946,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52964,7 +52964,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -52982,7 +52982,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53000,7 +53000,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53018,7 +53018,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53036,7 +53036,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53054,7 +53054,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -53072,7 +53072,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: CORPO_NAME value_builder: "" isurl: @@ -53090,7 +53090,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53108,7 +53108,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53126,7 +53126,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53144,7 +53144,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53162,7 +53162,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53180,7 +53180,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53198,7 +53198,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53216,7 +53216,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53234,7 +53234,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53252,7 +53252,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53270,7 +53270,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53288,7 +53288,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53306,7 +53306,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53324,7 +53324,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53342,7 +53342,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53360,7 +53360,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53378,7 +53378,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53396,7 +53396,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53432,7 +53432,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53450,7 +53450,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53468,7 +53468,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53486,7 +53486,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53504,7 +53504,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53540,7 +53540,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53576,7 +53576,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53612,7 +53612,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -53684,7 +53684,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53972,7 +53972,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -53990,7 +53990,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54008,7 +54008,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54026,7 +54026,7 @@ tables: mandatory: 0 kohafield: "" tab: 1 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54044,7 +54044,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54062,7 +54062,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54080,7 +54080,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54098,7 +54098,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54116,7 +54116,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54134,7 +54134,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -54152,7 +54152,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: UNIF_TITLE value_builder: "" isurl: @@ -54170,7 +54170,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54188,7 +54188,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54206,7 +54206,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54224,7 +54224,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54242,7 +54242,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54260,7 +54260,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54278,7 +54278,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54296,7 +54296,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54314,7 +54314,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54332,7 +54332,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54350,7 +54350,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54368,7 +54368,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54386,7 +54386,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54404,7 +54404,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54440,7 +54440,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54458,7 +54458,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54476,7 +54476,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54494,7 +54494,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54566,7 +54566,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54584,7 +54584,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54602,7 +54602,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54836,7 +54836,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54854,7 +54854,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -54872,7 +54872,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55286,7 +55286,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55304,7 +55304,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55322,7 +55322,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55340,7 +55340,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55358,7 +55358,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55376,7 +55376,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55394,7 +55394,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55412,7 +55412,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55430,7 +55430,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55448,7 +55448,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55466,7 +55466,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55484,7 +55484,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55502,7 +55502,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55520,7 +55520,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55538,7 +55538,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55556,7 +55556,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55574,7 +55574,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55592,7 +55592,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55610,7 +55610,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55628,7 +55628,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55646,7 +55646,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55664,7 +55664,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55682,7 +55682,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -55700,7 +55700,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55718,7 +55718,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55736,7 +55736,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55754,7 +55754,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55772,7 +55772,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55790,7 +55790,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55808,7 +55808,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55826,7 +55826,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55844,7 +55844,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55862,7 +55862,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55880,7 +55880,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55898,7 +55898,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55916,7 +55916,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55934,7 +55934,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55952,7 +55952,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55970,7 +55970,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -55988,7 +55988,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56006,7 +56006,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56024,7 +56024,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56042,7 +56042,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56060,7 +56060,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56078,7 +56078,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56096,7 +56096,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56114,7 +56114,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56132,7 +56132,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56150,7 +56150,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56168,7 +56168,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56186,7 +56186,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56204,7 +56204,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56222,7 +56222,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56240,7 +56240,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56258,7 +56258,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56276,7 +56276,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56294,7 +56294,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56312,7 +56312,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56330,7 +56330,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56348,7 +56348,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56366,7 +56366,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56384,7 +56384,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56402,7 +56402,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56420,7 +56420,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56438,7 +56438,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56456,7 +56456,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56474,7 +56474,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56492,7 +56492,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56510,7 +56510,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56528,7 +56528,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56546,7 +56546,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56564,7 +56564,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56582,7 +56582,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56600,7 +56600,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56618,7 +56618,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56636,7 +56636,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56654,7 +56654,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56672,7 +56672,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56690,7 +56690,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56708,7 +56708,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56726,7 +56726,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56744,7 +56744,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56762,7 +56762,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56780,7 +56780,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56798,7 +56798,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56816,7 +56816,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56834,7 +56834,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56852,7 +56852,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56870,7 +56870,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56888,7 +56888,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56906,7 +56906,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56924,7 +56924,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56942,7 +56942,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56960,7 +56960,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56978,7 +56978,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -56996,7 +56996,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -57014,7 +57014,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -57032,7 +57032,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -57050,7 +57050,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -57068,7 +57068,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -57086,7 +57086,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57104,7 +57104,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57122,7 +57122,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57140,7 +57140,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -57158,7 +57158,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57176,7 +57176,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57194,7 +57194,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57212,7 +57212,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57230,7 +57230,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57248,7 +57248,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57266,7 +57266,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57284,7 +57284,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57302,7 +57302,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57320,7 +57320,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57338,7 +57338,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57356,7 +57356,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57374,7 +57374,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57392,7 +57392,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57410,7 +57410,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57428,7 +57428,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57446,7 +57446,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57464,7 +57464,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57482,7 +57482,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57500,7 +57500,7 @@ tables: mandatory: 0 kohafield: biblioitems.url tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -57518,7 +57518,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57536,7 +57536,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57554,7 +57554,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57572,7 +57572,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57590,7 +57590,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57608,7 +57608,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57626,7 +57626,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57644,7 +57644,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57662,7 +57662,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57680,7 +57680,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57698,7 +57698,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57716,7 +57716,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57734,7 +57734,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57752,7 +57752,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -57770,7 +57770,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -57788,7 +57788,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57806,7 +57806,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57824,7 +57824,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57842,7 +57842,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57860,7 +57860,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57878,7 +57878,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57896,7 +57896,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57914,7 +57914,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57932,7 +57932,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57950,7 +57950,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57968,7 +57968,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -57986,7 +57986,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58004,7 +58004,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58022,7 +58022,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58040,7 +58040,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58058,7 +58058,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58076,7 +58076,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58094,7 +58094,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58112,7 +58112,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58130,7 +58130,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58148,7 +58148,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58166,7 +58166,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58184,7 +58184,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58202,7 +58202,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -58220,7 +58220,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -58238,7 +58238,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58256,7 +58256,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58274,7 +58274,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58292,7 +58292,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58310,7 +58310,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58328,7 +58328,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58346,7 +58346,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58364,7 +58364,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58382,7 +58382,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58400,7 +58400,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58418,7 +58418,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58436,7 +58436,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58454,7 +58454,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58472,7 +58472,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58490,7 +58490,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58508,7 +58508,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58526,7 +58526,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58544,7 +58544,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58562,7 +58562,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58580,7 +58580,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58598,7 +58598,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58616,7 +58616,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58634,7 +58634,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58652,7 +58652,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -58670,7 +58670,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -58688,7 +58688,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58706,7 +58706,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58724,7 +58724,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58742,7 +58742,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58760,7 +58760,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58778,7 +58778,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58796,7 +58796,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58814,7 +58814,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58832,7 +58832,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58850,7 +58850,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58868,7 +58868,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58886,7 +58886,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58904,7 +58904,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58922,7 +58922,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58940,7 +58940,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58958,7 +58958,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58976,7 +58976,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -58994,7 +58994,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -59012,7 +59012,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -59030,7 +59030,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -59048,7 +59048,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -59066,7 +59066,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -59084,7 +59084,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -59102,7 +59102,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59120,7 +59120,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59138,7 +59138,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -59156,7 +59156,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -59174,7 +59174,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -59192,7 +59192,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59210,7 +59210,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59228,7 +59228,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -59246,7 +59246,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -59264,7 +59264,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -59282,7 +59282,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59300,7 +59300,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59318,7 +59318,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -59336,7 +59336,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -59354,7 +59354,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -59372,7 +59372,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59390,7 +59390,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59408,7 +59408,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59426,7 +59426,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59444,7 +59444,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59462,7 +59462,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59480,7 +59480,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59498,7 +59498,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59516,7 +59516,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59534,7 +59534,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59552,7 +59552,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59570,7 +59570,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59588,7 +59588,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59606,7 +59606,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59624,7 +59624,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59642,7 +59642,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59660,7 +59660,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59678,7 +59678,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59696,7 +59696,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59714,7 +59714,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59732,7 +59732,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59750,7 +59750,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59768,7 +59768,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59786,7 +59786,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59804,7 +59804,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59822,7 +59822,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59840,7 +59840,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59858,7 +59858,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59876,7 +59876,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59894,7 +59894,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59912,7 +59912,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59930,7 +59930,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -59948,7 +59948,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60128,7 +60128,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60272,7 +60272,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60290,7 +60290,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60308,7 +60308,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60326,7 +60326,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60344,7 +60344,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60362,7 +60362,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60380,7 +60380,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60398,7 +60398,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60416,7 +60416,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60434,7 +60434,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60452,7 +60452,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60470,7 +60470,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60488,7 +60488,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60506,7 +60506,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60524,7 +60524,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60542,7 +60542,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60560,7 +60560,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60578,7 +60578,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60596,7 +60596,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60614,7 +60614,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60632,7 +60632,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60650,7 +60650,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60668,7 +60668,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60686,7 +60686,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60704,7 +60704,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60722,7 +60722,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60740,7 +60740,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60758,7 +60758,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60776,7 +60776,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60794,7 +60794,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60812,7 +60812,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60830,7 +60830,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60848,7 +60848,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60866,7 +60866,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60884,7 +60884,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60902,7 +60902,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60920,7 +60920,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60938,7 +60938,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60956,7 +60956,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60974,7 +60974,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -60992,7 +60992,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61010,7 +61010,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61028,7 +61028,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61046,7 +61046,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61064,7 +61064,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61082,7 +61082,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61100,7 +61100,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61118,7 +61118,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61136,7 +61136,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61154,7 +61154,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61172,7 +61172,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61190,7 +61190,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61208,7 +61208,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61226,7 +61226,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61244,7 +61244,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61262,7 +61262,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61280,7 +61280,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61298,7 +61298,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61316,7 +61316,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61334,7 +61334,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61352,7 +61352,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61370,7 +61370,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61388,7 +61388,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61406,7 +61406,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61424,7 +61424,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61442,7 +61442,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61460,7 +61460,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61478,7 +61478,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61496,7 +61496,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61514,7 +61514,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61532,7 +61532,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61550,7 +61550,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61568,7 +61568,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61586,7 +61586,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61604,7 +61604,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61622,7 +61622,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61640,7 +61640,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61658,7 +61658,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61676,7 +61676,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61694,7 +61694,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61712,7 +61712,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61730,7 +61730,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61748,7 +61748,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61766,7 +61766,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61784,7 +61784,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61802,7 +61802,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61820,7 +61820,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61838,7 +61838,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61856,7 +61856,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61874,7 +61874,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61892,7 +61892,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61910,7 +61910,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61928,7 +61928,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61946,7 +61946,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61964,7 +61964,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -61982,7 +61982,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62000,7 +62000,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62018,7 +62018,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62036,7 +62036,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62054,7 +62054,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62072,7 +62072,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62090,7 +62090,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62108,7 +62108,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62126,7 +62126,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62144,7 +62144,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62162,7 +62162,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62180,7 +62180,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62198,7 +62198,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62216,7 +62216,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62234,7 +62234,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62252,7 +62252,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62270,7 +62270,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62288,7 +62288,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62306,7 +62306,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62324,7 +62324,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62342,7 +62342,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62360,7 +62360,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62378,7 +62378,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62396,7 +62396,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62414,7 +62414,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62432,7 +62432,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62450,7 +62450,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62468,7 +62468,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62486,7 +62486,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62504,7 +62504,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62522,7 +62522,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62540,7 +62540,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62558,7 +62558,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62576,7 +62576,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62594,7 +62594,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62612,7 +62612,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62630,7 +62630,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62648,7 +62648,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62666,7 +62666,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62684,7 +62684,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62702,7 +62702,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62720,7 +62720,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62738,7 +62738,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62756,7 +62756,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62774,7 +62774,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62792,7 +62792,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62810,7 +62810,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62828,7 +62828,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62846,7 +62846,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62864,7 +62864,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62882,7 +62882,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62900,7 +62900,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62918,7 +62918,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62936,7 +62936,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62954,7 +62954,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62972,7 +62972,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -62990,7 +62990,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63008,7 +63008,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63026,7 +63026,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63044,7 +63044,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63062,7 +63062,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63080,7 +63080,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63098,7 +63098,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63116,7 +63116,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63134,7 +63134,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63152,7 +63152,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63170,7 +63170,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63188,7 +63188,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63206,7 +63206,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63224,7 +63224,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63278,7 +63278,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -63296,7 +63296,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63314,7 +63314,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63332,7 +63332,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63350,7 +63350,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -63368,7 +63368,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: PERSO_NAME value_builder: "" isurl: @@ -63386,7 +63386,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63404,7 +63404,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63422,7 +63422,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63440,7 +63440,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63458,7 +63458,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63476,7 +63476,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63494,7 +63494,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63512,7 +63512,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63530,7 +63530,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63548,7 +63548,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63566,7 +63566,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63584,7 +63584,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63602,7 +63602,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63620,7 +63620,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63638,7 +63638,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63656,7 +63656,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63674,7 +63674,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63692,7 +63692,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63710,7 +63710,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63728,7 +63728,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63746,7 +63746,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -63764,7 +63764,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63782,7 +63782,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63800,7 +63800,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63818,7 +63818,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -63836,7 +63836,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: CORPO_NAME value_builder: "" isurl: @@ -63854,7 +63854,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63872,7 +63872,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63890,7 +63890,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63908,7 +63908,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63926,7 +63926,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63944,7 +63944,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63962,7 +63962,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63980,7 +63980,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -63998,7 +63998,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64016,7 +64016,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64034,7 +64034,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64052,7 +64052,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64070,7 +64070,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64088,7 +64088,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64106,7 +64106,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64124,7 +64124,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64142,7 +64142,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64160,7 +64160,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64178,7 +64178,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -64250,7 +64250,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -64574,7 +64574,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -64592,7 +64592,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64610,7 +64610,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64628,7 +64628,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -64646,7 +64646,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: UNIF_TITLE value_builder: "" isurl: @@ -64664,7 +64664,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64682,7 +64682,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64700,7 +64700,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64718,7 +64718,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64736,7 +64736,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64754,7 +64754,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64772,7 +64772,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64790,7 +64790,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64808,7 +64808,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64826,7 +64826,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64844,7 +64844,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64862,7 +64862,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64880,7 +64880,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64898,7 +64898,7 @@ tables: mandatory: 0 kohafield: "" tab: 8 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -64916,7 +64916,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -64934,7 +64934,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -64952,7 +64952,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -64970,7 +64970,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -64988,7 +64988,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -65006,7 +65006,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -65024,7 +65024,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -65042,7 +65042,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -65060,7 +65060,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -65078,7 +65078,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -65096,7 +65096,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -65114,7 +65114,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -65132,7 +65132,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -65150,7 +65150,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -65168,7 +65168,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -65186,7 +65186,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -65204,7 +65204,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -65222,7 +65222,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -65240,7 +65240,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65258,7 +65258,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65276,7 +65276,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65294,7 +65294,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65312,7 +65312,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65330,7 +65330,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65348,7 +65348,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65366,7 +65366,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65384,7 +65384,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65402,7 +65402,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65420,7 +65420,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65438,7 +65438,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65456,7 +65456,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65474,7 +65474,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65492,7 +65492,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65510,7 +65510,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65528,7 +65528,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65546,7 +65546,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65564,7 +65564,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65582,7 +65582,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65600,7 +65600,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65618,7 +65618,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65636,7 +65636,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65654,7 +65654,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65672,7 +65672,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65690,7 +65690,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65708,7 +65708,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65726,7 +65726,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65744,7 +65744,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65762,7 +65762,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65780,7 +65780,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65798,7 +65798,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65816,7 +65816,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65834,7 +65834,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65852,7 +65852,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65870,7 +65870,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65888,7 +65888,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65906,7 +65906,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65924,7 +65924,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65942,7 +65942,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65960,7 +65960,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65978,7 +65978,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -65996,7 +65996,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66014,7 +66014,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66032,7 +66032,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66050,7 +66050,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66068,7 +66068,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66086,7 +66086,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66104,7 +66104,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66122,7 +66122,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66140,7 +66140,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66158,7 +66158,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66176,7 +66176,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66194,7 +66194,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66212,7 +66212,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66230,7 +66230,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66248,7 +66248,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66266,7 +66266,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66284,7 +66284,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66302,7 +66302,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66320,7 +66320,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66338,7 +66338,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66356,7 +66356,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66374,7 +66374,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66392,7 +66392,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66410,7 +66410,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66428,7 +66428,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66446,7 +66446,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66464,7 +66464,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66482,7 +66482,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66500,7 +66500,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66518,7 +66518,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66536,7 +66536,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66554,7 +66554,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66572,7 +66572,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66590,7 +66590,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66608,7 +66608,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66626,7 +66626,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66644,7 +66644,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66662,7 +66662,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66680,7 +66680,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66698,7 +66698,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66716,7 +66716,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66734,7 +66734,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66752,7 +66752,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66770,7 +66770,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66788,7 +66788,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66806,7 +66806,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66824,7 +66824,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66842,7 +66842,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66860,7 +66860,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66878,7 +66878,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66896,7 +66896,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66914,7 +66914,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66932,7 +66932,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66950,7 +66950,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66968,7 +66968,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -66986,7 +66986,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67004,7 +67004,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67022,7 +67022,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67040,7 +67040,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67058,7 +67058,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67076,7 +67076,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67094,7 +67094,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67112,7 +67112,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67130,7 +67130,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67148,7 +67148,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67166,7 +67166,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67184,7 +67184,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67202,7 +67202,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67220,7 +67220,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67238,7 +67238,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67256,7 +67256,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67274,7 +67274,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67292,7 +67292,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67310,7 +67310,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67328,7 +67328,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67346,7 +67346,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67364,7 +67364,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67382,7 +67382,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67400,7 +67400,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67418,7 +67418,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67436,7 +67436,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67454,7 +67454,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67472,7 +67472,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67490,7 +67490,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67508,7 +67508,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67526,7 +67526,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67544,7 +67544,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67562,7 +67562,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67580,7 +67580,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67598,7 +67598,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67616,7 +67616,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67634,7 +67634,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67652,7 +67652,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67670,7 +67670,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67688,7 +67688,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67706,7 +67706,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67724,7 +67724,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67742,7 +67742,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67760,7 +67760,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67778,7 +67778,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67796,7 +67796,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67814,7 +67814,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67832,7 +67832,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67850,7 +67850,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67868,7 +67868,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67886,7 +67886,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67904,7 +67904,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67922,7 +67922,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67940,7 +67940,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67958,7 +67958,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67976,7 +67976,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -67994,7 +67994,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68012,7 +68012,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68030,7 +68030,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68048,7 +68048,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68066,7 +68066,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68084,7 +68084,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68102,7 +68102,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68120,7 +68120,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68138,7 +68138,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68156,7 +68156,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68174,7 +68174,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68192,7 +68192,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68210,7 +68210,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68228,7 +68228,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68246,7 +68246,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68264,7 +68264,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68282,7 +68282,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68300,7 +68300,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68318,7 +68318,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68336,7 +68336,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68354,7 +68354,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68372,7 +68372,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68390,7 +68390,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68408,7 +68408,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68426,7 +68426,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68444,7 +68444,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68462,7 +68462,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68480,7 +68480,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68498,7 +68498,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68516,7 +68516,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68534,7 +68534,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68552,7 +68552,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68570,7 +68570,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68588,7 +68588,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68606,7 +68606,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68624,7 +68624,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68642,7 +68642,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68660,7 +68660,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68678,7 +68678,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68696,7 +68696,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68714,7 +68714,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68732,7 +68732,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68750,7 +68750,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68768,7 +68768,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68786,7 +68786,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68804,7 +68804,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68822,7 +68822,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68840,7 +68840,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68858,7 +68858,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68876,7 +68876,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68894,7 +68894,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68912,7 +68912,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68930,7 +68930,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68948,7 +68948,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68966,7 +68966,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -68984,7 +68984,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69002,7 +69002,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69020,7 +69020,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69038,7 +69038,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69056,7 +69056,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69074,7 +69074,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69092,7 +69092,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69110,7 +69110,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69128,7 +69128,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69146,7 +69146,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69164,7 +69164,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69182,7 +69182,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69200,7 +69200,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69218,7 +69218,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69236,7 +69236,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69254,7 +69254,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69272,7 +69272,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69290,7 +69290,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69308,7 +69308,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69326,7 +69326,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69344,7 +69344,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69362,7 +69362,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69380,7 +69380,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69398,7 +69398,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69416,7 +69416,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69434,7 +69434,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69452,7 +69452,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69470,7 +69470,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69488,7 +69488,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69506,7 +69506,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69524,7 +69524,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69542,7 +69542,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69560,7 +69560,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69578,7 +69578,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69596,7 +69596,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69614,7 +69614,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69632,7 +69632,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69650,7 +69650,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69668,7 +69668,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69686,7 +69686,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69704,7 +69704,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69722,7 +69722,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69740,7 +69740,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69758,7 +69758,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -69776,7 +69776,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -69794,7 +69794,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -70406,7 +70406,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70424,7 +70424,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70442,7 +70442,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70460,7 +70460,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -70478,7 +70478,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70496,7 +70496,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70514,7 +70514,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70532,7 +70532,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70550,7 +70550,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70568,7 +70568,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70586,7 +70586,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70604,7 +70604,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70622,7 +70622,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70640,7 +70640,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70658,7 +70658,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70676,7 +70676,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70730,7 +70730,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70748,7 +70748,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70766,7 +70766,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -70784,7 +70784,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70802,7 +70802,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70820,7 +70820,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70838,7 +70838,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70856,7 +70856,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70874,7 +70874,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70892,7 +70892,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70910,7 +70910,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70928,7 +70928,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70946,7 +70946,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70964,7 +70964,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -70982,7 +70982,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -71000,7 +71000,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71018,7 +71018,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71036,7 +71036,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71054,7 +71054,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71072,7 +71072,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71090,7 +71090,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71108,7 +71108,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71126,7 +71126,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71144,7 +71144,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71162,7 +71162,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71180,7 +71180,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71198,7 +71198,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71216,7 +71216,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71234,7 +71234,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71252,7 +71252,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71270,7 +71270,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71288,7 +71288,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71306,7 +71306,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71324,7 +71324,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71342,7 +71342,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71360,7 +71360,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71378,7 +71378,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71396,7 +71396,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71414,7 +71414,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71432,7 +71432,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71450,7 +71450,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71468,7 +71468,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71486,7 +71486,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71504,7 +71504,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71522,7 +71522,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71540,7 +71540,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71558,7 +71558,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71576,7 +71576,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71594,7 +71594,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71612,7 +71612,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71630,7 +71630,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71648,7 +71648,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71666,7 +71666,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71684,7 +71684,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71702,7 +71702,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71720,7 +71720,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71738,7 +71738,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71756,7 +71756,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71774,7 +71774,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71792,7 +71792,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71810,7 +71810,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71828,7 +71828,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71846,7 +71846,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71864,7 +71864,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71882,7 +71882,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71900,7 +71900,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71918,7 +71918,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71936,7 +71936,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71954,7 +71954,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71972,7 +71972,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -71990,7 +71990,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72008,7 +72008,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72026,7 +72026,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72044,7 +72044,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72062,7 +72062,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72080,7 +72080,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72098,7 +72098,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72116,7 +72116,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72134,7 +72134,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72152,7 +72152,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72170,7 +72170,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72188,7 +72188,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72206,7 +72206,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72224,7 +72224,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72242,7 +72242,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72260,7 +72260,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72278,7 +72278,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72296,7 +72296,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72314,7 +72314,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72332,7 +72332,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72350,7 +72350,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72368,7 +72368,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72386,7 +72386,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72404,7 +72404,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72422,7 +72422,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72440,7 +72440,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72458,7 +72458,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72476,7 +72476,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72494,7 +72494,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72512,7 +72512,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72530,7 +72530,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72548,7 +72548,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72566,7 +72566,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72584,7 +72584,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72602,7 +72602,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72620,7 +72620,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72638,7 +72638,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72656,7 +72656,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72674,7 +72674,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72692,7 +72692,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72710,7 +72710,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72728,7 +72728,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72746,7 +72746,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72764,7 +72764,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72782,7 +72782,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72800,7 +72800,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72818,7 +72818,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72836,7 +72836,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72854,7 +72854,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72872,7 +72872,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72890,7 +72890,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72908,7 +72908,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72926,7 +72926,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72944,7 +72944,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72962,7 +72962,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72980,7 +72980,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -72998,7 +72998,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73016,7 +73016,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73034,7 +73034,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73052,7 +73052,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73070,7 +73070,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73088,7 +73088,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73106,7 +73106,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73124,7 +73124,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -73142,7 +73142,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73160,7 +73160,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73178,7 +73178,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73196,7 +73196,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73214,7 +73214,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73232,7 +73232,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73250,7 +73250,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73268,7 +73268,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73286,7 +73286,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73304,7 +73304,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73322,7 +73322,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73340,7 +73340,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73358,7 +73358,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73376,7 +73376,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73394,7 +73394,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73412,7 +73412,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73430,7 +73430,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73448,7 +73448,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73466,7 +73466,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73484,7 +73484,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73502,7 +73502,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73520,7 +73520,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73538,7 +73538,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73556,7 +73556,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73574,7 +73574,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73592,7 +73592,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73610,7 +73610,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73628,7 +73628,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73646,7 +73646,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73664,7 +73664,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73682,7 +73682,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73700,7 +73700,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73718,7 +73718,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73736,7 +73736,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73754,7 +73754,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73772,7 +73772,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73790,7 +73790,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73808,7 +73808,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73826,7 +73826,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73844,7 +73844,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73862,7 +73862,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73880,7 +73880,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73898,7 +73898,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73916,7 +73916,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73934,7 +73934,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73952,7 +73952,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73970,7 +73970,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -73988,7 +73988,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74006,7 +74006,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74024,7 +74024,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74042,7 +74042,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74060,7 +74060,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74078,7 +74078,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74096,7 +74096,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74114,7 +74114,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74132,7 +74132,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74150,7 +74150,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74168,7 +74168,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74186,7 +74186,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74204,7 +74204,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74222,7 +74222,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74240,7 +74240,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74258,7 +74258,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74276,7 +74276,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74294,7 +74294,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74312,7 +74312,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74330,7 +74330,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74348,7 +74348,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74366,7 +74366,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74384,7 +74384,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74402,7 +74402,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74420,7 +74420,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74438,7 +74438,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74456,7 +74456,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74474,7 +74474,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74492,7 +74492,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74510,7 +74510,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74528,7 +74528,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74546,7 +74546,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74564,7 +74564,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74582,7 +74582,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74600,7 +74600,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74618,7 +74618,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74636,7 +74636,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74654,7 +74654,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74672,7 +74672,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74690,7 +74690,7 @@ tables: mandatory: 0 kohafield: "" tab: 6 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -74708,7 +74708,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74726,7 +74726,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74744,7 +74744,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74762,7 +74762,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74780,7 +74780,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74798,7 +74798,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74816,7 +74816,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74834,7 +74834,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74852,7 +74852,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -74870,7 +74870,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74888,7 +74888,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74906,7 +74906,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74924,7 +74924,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74942,7 +74942,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74960,7 +74960,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74978,7 +74978,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -74996,7 +74996,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75014,7 +75014,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75032,7 +75032,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75050,7 +75050,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75068,7 +75068,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75086,7 +75086,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75104,7 +75104,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75122,7 +75122,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75140,7 +75140,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75158,7 +75158,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75176,7 +75176,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75194,7 +75194,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75212,7 +75212,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75230,7 +75230,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75248,7 +75248,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75266,7 +75266,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75284,7 +75284,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -75302,7 +75302,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75320,7 +75320,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75338,7 +75338,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75356,7 +75356,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75374,7 +75374,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75392,7 +75392,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75410,7 +75410,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75428,7 +75428,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75446,7 +75446,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -75464,7 +75464,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75482,7 +75482,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75500,7 +75500,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75518,7 +75518,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75536,7 +75536,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75554,7 +75554,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75572,7 +75572,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75590,7 +75590,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75608,7 +75608,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75626,7 +75626,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75644,7 +75644,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75662,7 +75662,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75680,7 +75680,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75698,7 +75698,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75716,7 +75716,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75734,7 +75734,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75752,7 +75752,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75770,7 +75770,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75788,7 +75788,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75806,7 +75806,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75824,7 +75824,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75842,7 +75842,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75860,7 +75860,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75878,7 +75878,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75896,7 +75896,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75914,7 +75914,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75932,7 +75932,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75950,7 +75950,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75968,7 +75968,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -75986,7 +75986,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76004,7 +76004,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76022,7 +76022,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76040,7 +76040,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76058,7 +76058,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76076,7 +76076,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76094,7 +76094,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76112,7 +76112,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76130,7 +76130,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76148,7 +76148,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76166,7 +76166,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76184,7 +76184,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76202,7 +76202,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76220,7 +76220,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76238,7 +76238,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76256,7 +76256,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76274,7 +76274,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76652,7 +76652,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76670,7 +76670,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76688,7 +76688,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76706,7 +76706,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76724,7 +76724,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76742,7 +76742,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76760,7 +76760,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76778,7 +76778,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76796,7 +76796,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76814,7 +76814,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76832,7 +76832,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76850,7 +76850,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76868,7 +76868,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76886,7 +76886,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76904,7 +76904,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76922,7 +76922,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76940,7 +76940,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76958,7 +76958,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -76976,7 +76976,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -76994,7 +76994,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77012,7 +77012,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77030,7 +77030,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77048,7 +77048,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77066,7 +77066,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77084,7 +77084,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77102,7 +77102,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -77120,7 +77120,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77138,7 +77138,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77156,7 +77156,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77174,7 +77174,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77192,7 +77192,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77210,7 +77210,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77228,7 +77228,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77246,7 +77246,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77264,7 +77264,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77282,7 +77282,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -77300,7 +77300,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77318,7 +77318,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77336,7 +77336,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -77354,7 +77354,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: @@ -77372,7 +77372,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 1 @@ -77390,7 +77390,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77408,7 +77408,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77426,7 +77426,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77444,7 +77444,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77462,7 +77462,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77480,7 +77480,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77498,7 +77498,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77516,7 +77516,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77534,7 +77534,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77552,7 +77552,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77570,7 +77570,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77588,7 +77588,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77606,7 +77606,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77624,7 +77624,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77642,7 +77642,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77660,7 +77660,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77678,7 +77678,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77696,7 +77696,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77714,7 +77714,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77732,7 +77732,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77750,7 +77750,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77768,7 +77768,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77786,7 +77786,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77804,7 +77804,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77822,7 +77822,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77840,7 +77840,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77858,7 +77858,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77876,7 +77876,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77894,7 +77894,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77912,7 +77912,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77930,7 +77930,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77948,7 +77948,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77966,7 +77966,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -77984,7 +77984,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -78002,7 +78002,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -78020,7 +78020,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -78038,7 +78038,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 @@ -78056,7 +78056,7 @@ tables: mandatory: 0 kohafield: "" tab: 9 - authorised_value: "" + authorised_value: authtypecode: "" value_builder: "" isurl: 0 diff --git a/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql b/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql index 46bbf29e7f..ab1af2eee1 100644 --- a/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql +++ b/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql @@ -70,21 +70,21 @@ -- Current Record ID Field/Subfields (090) insert into `marc_tag_structure`(`tagfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`authorised_value`,`frameworkcode`) values - ('090','System Control Numbers (Koha)','System Control Numbers (Koha)',0,0,'',''); + ('090','System Control Numbers (Koha)','System Control Numbers (Koha)',0,0,NULL,''); insert into `marc_subfield_structure`(`tagfield`,`tagsubfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`kohafield`,`tab`,`authorised_value`,`authtypecode`,`value_builder`,`isurl`,`hidden`,`frameworkcode`,`seealso`,`link`,`defaultvalue`) values - ('090','a','Koha biblioitem number (autogenerated)','Koha biblioitem number (autogenerated)',0,0,'biblioitems.biblioitemnumber',9,'','','',0,-5,'',NULL,'',''); + ('090','a','Koha biblioitem number (autogenerated)','Koha biblioitem number (autogenerated)',0,0,'biblioitems.biblioitemnumber',9,NULL,'','',0,-5,'',NULL,'',''); -- Local date field/Subfields (099) insert into `marc_tag_structure`(`tagfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`authorised_value`,`frameworkcode`) values - ('099','local dates','',0,0,'',''); + ('099','local dates','',0,0,NULL,''); insert into `marc_subfield_structure`(`tagfield`,`tagsubfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`kohafield`,`tab`,`authorised_value`,`authtypecode`,`value_builder`,`isurl`,`hidden`,`frameworkcode`,`seealso`,`link`,`defaultvalue`) values - ('099','c','Date of creation (bib. record)','Date of creation (bib. record)',0,0,'biblio.datecreated',0,'','','',0,-5,'',NULL,'',''); + ('099','c','Date of creation (bib. record)','Date of creation (bib. record)',0,0,'biblio.datecreated',0,NULL,'','',0,-5,'',NULL,'',''); insert into `marc_subfield_structure`(`tagfield`,`tagsubfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`kohafield`,`tab`,`authorised_value`,`authtypecode`,`value_builder`,`isurl`,`hidden`,`frameworkcode`,`seealso`,`link`,`defaultvalue`) values - ('099','d','Last modified date (bib. record)','Last modified data (bib. record)',0,0,'biblio.timestamp',0,'','','',0,-5,'',NULL,'',''); + ('099','d','Last modified date (bib. record)','Last modified data (bib. record)',0,0,'biblio.timestamp',0,NULL,'','',0,-5,'',NULL,'',''); -- Current primary biblioitems Field/Subfields (942) @@ -154,14 +154,14 @@ INSERT INTO `authorised_values` (`category`, `authorised_value`, `lib`, `lib_opa ('unimarc_325h', '#', 'undetermined', NULL, ''); INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES - ('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, '', ''); + ('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, NULL, ''); INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES - ('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, '', '', '', NULL), - ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', '', NULL, 0, '', '', '', NULL), - ('942', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, '', '', '', NULL), + ('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, NULL, '', '', NULL, -5, '', '', '', NULL), + ('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, NULL, '', '', NULL, 0, '', '', '', NULL), + ('942', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, NULL, '', '', 0, 7, '', '', '', NULL), ('942', 'c', 'Koha item type', 'Koha item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, '', '', '', NULL), - ('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, '', '', '', NULL, -5, '', '', '', NULL); + ('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, NULL, '', '', NULL, -5, '', '', '', NULL); -- ****************************************************** @@ -188,32 +188,32 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian` -- Current items Field/Subfields INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES - ('995', 'Location and Item Information (Koha)', 'Location and Item Information (Koha)', 0, 0, '', ''); + ('995', 'Location and Item Information (Koha)', 'Location and Item Information (Koha)', 0, 0, NULL, ''); INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES ('995', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, '', '', '', NULL), ('995', '2', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, '', '', '', NULL), ('995', '3', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, '', '', '', NULL), - ('995', '5', 'Date acquired', 'Coded location qualifier', 0, 0, 'items.dateaccessioned', 10, '', '', '', NULL, 0, '', '', '', NULL), - ('995', '6', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, '', '', '', NULL), - ('995', '7', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, '', '', '', 0, 0, '', '', '', NULL), - ('995', '9', 'Internal item number (Koha itemnumber, autogenerated)', 'Internal itemnumber (Koha itemnumber)', 0, 0, 'items.itemnumber', -1, '', '', '', 0, -5, '', '', '', NULL), - ('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 1, '', 10, '', '', '', 0, 0, '', '', '', NULL), + ('995', '5', 'Date acquired', 'Coded location qualifier', 0, 0, 'items.dateaccessioned', 10, NULL, '', '', NULL, 0, '', '', '', NULL), + ('995', '6', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, NULL, '', '', NULL, 0, '', '', '', NULL), + ('995', '7', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, NULL, '', '', 0, 0, '', '', '', NULL), + ('995', '9', 'Internal item number (Koha itemnumber, autogenerated)', 'Internal itemnumber (Koha itemnumber)', 0, 0, 'items.itemnumber', -1, NULL, '', '', 0, -5, '', '', '', NULL), + ('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 1, '', 10, NULL, '', '', 0, 0, '', '', '', NULL), ('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, -1, '', '', '', NULL), ('995', 'c', 'Lending or holding organisation (holding branch) code', 'Lending or holding organisation (holding branch) code ', 0, 1, 'items.holdingbranch', 10, 'branches', '', '', 0, 0, '', '', '', NULL), - ('995', 'd', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL), + ('995', 'd', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 0, '', 10, NULL, '', '', 0, -1, '', '', '', NULL), ('995', 'e', 'Shelving location', 'Shelving location', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, '', '', '', NULL), - ('995', 'f', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, '', '', '', NULL), + ('995', 'f', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, NULL, '', 'barcode.pl', 0, 0, '', '', '', NULL), ('995', 'h', 'Koha collection', 'Koha collection', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, '', '', '', NULL), - ('995', 'j', 'Inventory number', 'Inventory number', 0, 0, 'items.stocknumber ', 10, '', '', '', 0, 0, '', '', '', NULL), - ('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, 'items.itemcallnumber', 10, '', '', '', 0, 0, '', '', '', NULL), - ('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, 'items.materials', 10, '', '', '', 0, 0, '', '', '', NULL), - ('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, 'items.datelastborrowed', 10, '', '', '', 0, -5, '', '', '', NULL), - ('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, 'items.onloan', 10, '', '', '', 0, -1, '', '', '', NULL), - ('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 0, 0, 'items.notforloan', 10, '', '', '', 0, 0, '', '', '', NULL), + ('995', 'j', 'Inventory number', 'Inventory number', 0, 0, 'items.stocknumber ', 10, NULL, '', '', 0, 0, '', '', '', NULL), + ('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, 'items.itemcallnumber', 10, NULL, '', '', 0, 0, '', '', '', NULL), + ('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, 'items.materials', 10, NULL, '', '', 0, 0, '', '', '', NULL), + ('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, 'items.datelastborrowed', 10, NULL, '', '', 0, -5, '', '', '', NULL), + ('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, 'items.onloan', 10, NULL, '', '', 0, -1, '', '', '', NULL), + ('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 0, 0, 'items.notforloan', 10, NULL, '', '', 0, 0, '', '', '', NULL), ('995', 'r', 'Type of item and material', 'Type of item and material', 0, 1, 'items.itype', 10, 'itemtypes', '', '', 0, 0, '', '', '', NULL), - ('995', 'u', 'Copy note', 'Copy note', 0, 0, 'items.itemnotes', 10, '', '', '', 0, 0, '', '', '', NULL), - ('995', 'v', 'Serial Enumeration / chronology', 'Serial Enumeration / chronology', 0, 0, 'items.enumchron', 10, '', '', '', 0, -1, '', '', '', NULL); + ('995', 'u', 'Copy note', 'Copy note', 0, 0, 'items.itemnotes', 10, NULL, '', '', 0, 0, '', '', '', NULL), + ('995', 'v', 'Serial Enumeration / chronology', 'Serial Enumeration / chronology', 0, 0, 'items.enumchron', 10, NULL, '', '', 0, -1, '', '', '', NULL); @@ -223,227 +223,227 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian` INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES - ('000', 'Record Label', 'Record Label', 0, 1, '', ''), - ('001', 'Record Identifier', 'Record Identifier', 0, 1, '', ''), - ('003', 'Persistent Record Identifier', 'Persistent Record Identifier', 0, 0, '', ''), - ('005', 'Version Identifier', 'Version Identifier', 0, 0, '', ''), - ('010', 'International Standard Book Number (ISBN)', 'International Standard Book Number (ISBN)', 1, 0, '', ''), - ('011', 'International Standard Serial Number (ISSN)', 'International Standard Serial Number (ISSN)', 1, 0, '', ''), - ('012', 'Fingerprint Identifier', 'Fingerprint Identifier', 1, 0, '', ''), - ('013', 'International Standard Music Number (ISMN)', 'International Standard Music Number (ISMN)', 1, 0, '', ''), - ('014', 'Article Identifier', 'Article Identifier', 1, 0, '', ''), - ('015', 'International Standard Technical Report Number (ISRN)', 'International Standard Technical Report Number (ISRN)', 1, 0, '', ''), - ('016', 'International Standard Recording Code (ISRC)', 'International Standard Recording Code (ISRC)', 1, 0, '', ''), - ('017', 'Other Standard Identifier', 'Other Standard Identifier', 1, 0, '', ''), - ('018', '[Reserved for other International Standard Numbers]', '[Reserved for other International Standard Numbers]', 1, 0, '', ''), - ('020', 'National Bibliography Number', 'National Bibliography Number', 1, 0, '', ''), - ('021', 'Legal Deposit Number', 'Legal Deposit Number', 1, 0, '', ''), - ('022', 'Government Publication Number', 'Government Publication Number', 1, 0, '', ''), - ('033', 'Other system persistent record identifier', 'Other system persistent record identifier', 1, 0, '', ''), - ('035', 'Other System Control Numbers', 'Other System Control Numbers', 1, 0, '', ''), - ('036', 'Music Incipit', 'Music Incipit', 1, 0, '', ''), - ('040', 'CODEN (Serials)', 'CODEN (Serials)', 1, 0, '', ''), - ('071', 'Publisher\'s Number', 'Publisher\'s Number', 1, 0, '', ''), - ('072', 'Universal Product Code (UPC)', 'Universal Product Code (UPC)', 1, 0, '', ''), - ('073', 'International Article Number (EAN)', 'International Article Number (EAN)', 1, 0, '', ''), - ('100', 'General Processing Data', 'General Processing Data', 0, 1, '', ''), - ('101', 'Language of the Resource', 'Language of the Resource', 0, 0, '', ''), - ('102', 'Country of Publication or Production', 'Country of Publication or Production', 0, 0, '', ''), - ('105', 'Coded Data Field: Textual Material, Monographic', 'Coded Data Field: Textual Material, Monographic', 0, 0, '', ''), - ('106', 'Coded Data Field: Textual Material - Physical Attributes', 'Coded Data Field: Textual Material - Physical Attributes', 0, 0, '', ''), - ('110', 'Coded Data Field: Continuing Resources', 'Coded Data Field: Continuing Resources', 0, 0, '', ''), - ('115', 'Coded Data Field: Visual Projections, Videorecordings and Motion Pictures', 'Coded Data Fields: Visual Projections, Videorecordings and Motion Pictures', 1, 0, '', ''), - ('116', 'Coded Data Field: Graphics', 'Coded Data Field: Graphics', 1, 0, '', ''), - ('117', 'Coded Data Field: Three-Dimensional Artefacts and Realia', 'Coded Data Field: Three-Dimensional Artefacts and Realia', 1, 0, '', ''), - ('120', 'Coded Data Field: Cartographic Materials - General', 'Coded Data Field: Cartographic Materials - General', 0, 0, '', ''), - ('121', 'Coded Data Field: Cartographic Materials: Physical Attributes', 'Coded Data Field: Cartographic Materials: Physical Attributes', 0, 0, '', ''), - ('122', 'Coded Data Field: Time Period of Item Content', 'Coded Data Field: Time Period of Item Content', 1, 0, '', ''), - ('123', 'Coded Data Field: Cartographic Resources - Scale and Co-Ordinates', 'Coded Data Field: Cartographic Resources - Scale and Co-Ordinates', 1, 0, '', ''), - ('124', 'Coded Data Field: Cartographic Materials - Specific Material Designation Analysis', 'Coded Data Field: Cartographic Materials - Specific Material Designation Analysis', 0, 0, '', ''), - ('125', 'Coded Data Field: Sound Recordings and Music', 'Coded Data Field: Sound Recordings and Music', 0, 0, '', ''), - ('126', 'Coded Data Field: Sound Recordings - Physical Attributes', 'Coded Data Field: Sound Recordings - Physical Attributes', 0, 0, '', ''), - ('127', 'Coded Data Field: Duration of Sound Recordings and Printed Music', 'Coded Data Field: Duration of Sound Recordings and Printed Music', 0, 0, '', ''), - ('128', 'Coded Data Field: Form of Musical Work and Key or Mode', 'Coded Data Field: Form of Musical Work and Key or Mode', 1, 0, '', ''), - ('130', 'Coded Data Field: Microforms - Physical Attributes', 'Coded Data Field: Microforms - Physical Attributes', 1, 0, '', ''), - ('131', 'Coded Data Field: Cartographic Materials: Geodetic, Grid and Vertical Measurement', 'Coded Data Field: Cartographic Materials: Geodetic, Grid and Vertical Measurement', 0, 0, '', ''), - ('135', 'Coded Data Field: Electronic Resources', 'Coded Data Field: Electronic Resources', 1, 0, '', ''), - ('140', 'Coded Data Field: Antiquarian - General', 'Coded Data Field: Antiquarian - General', 0, 0, '', ''), - ('141', 'Coded Data Field: Copy Specific Attributes', 'Coded Data Field: Copy Specific Attributes', 1, 0, '', ''), - ('145', 'Coded Data Field: Medium of Performance [Obsolete]', 'Coded Data Field: Medium of Performance [Obsolete]', 1, 0, '', ''), - ('146', 'Coded Data Field: Medium of Performance', 'Coded Data Field: Medium of Performance', 1, 0, '', ''), - ('181', 'Coded Data Field: content form', '', 1, 0, '', ''), - ('182', 'Coded Data Field: media type', '', 1, 0, '', ''), - ('183', 'Coded Data Field: Type of Carrier', 'Coded Data Field: Type of Carrier', 1, 0, '', ''), - ('200', 'Title and Statement of Responsibility', 'Title and Statement of Responsibility', 0, 1, '', ''), - ('203', 'Coded Data Field: Content Form', 'Coded Data Field: Content Form', 1, 0, '', ''), - ('204', 'General Material Designation [Obsolete]', 'General Material Designation [Obsolete]', 1, 0, '', ''), - ('205', 'Edition Statement', 'Edition Statement', 1, 0, '', ''), - ('206', 'Material Specific Area: Cartographic Resources - Mathematical Data', 'Material Specific Area: Cartographic Resources - Mathematical Data', 1, 0, '', ''), - ('207', 'Material Specific Area: Numbering of Continuing Resources', 'Material Specific Area: Numbering of Continuing Resources', 0, 0, '', ''), - ('208', 'Material Specific Area: Printed Music Specific Statement', 'Material Specific Area: Printed Music Specific Statement', 0, 0, '', ''), - ('210', 'Publication, Distribution, etc.', 'Publication, Distribution, etc.', 1, 0, '', ''), - ('211', 'Projected Publication Date', 'Projected Publication Date', 0, 0, '', ''), - ('214', 'Production, Publication, Distribution, Manufacture statements', 'Production, Publication, Distribution, Manufacture statements', 1, 0, '', ''), - ('215', 'Physical Description', 'Physical Description', 1, 0, '', ''), - ('225', 'Series', 'Series', 1, 0, '', ''), - ('230', 'Material Specific Area: Electronic Resource Characteristics', 'Material Specific Area: Electronic Resource Characteristics', 1, 0, '', ''), - ('231', 'Digital File Characteristics', 'Digital File Characteristics', 1, 0, '', ''), - ('251', 'Organization and Arrangement of Materials', 'Organization and Arrangement of Materials', 1, 0, '', ''), - ('283', 'Carrier Type', 'Carrier Type', 1, 0, '', ''), - ('300', 'General Notes', 'General Notes', 1, 0, '', ''), - ('301', 'Notes Pertaining to Identification Numbers', 'Notes Pertaining to Identification Numbers', 1, 0, '', ''), - ('302', 'Notes Pertaining to Coded Information', 'Notes Pertaining to Coded Information', 1, 0, '', ''), - ('303', 'General Notes Pertaining to Descriptive Information', 'General Notes Pertaining to Descriptive Information', 1, 0, '', ''), - ('304', 'Notes Pertaining to Title and Statement of Responsibility', 'Notes Pertaining to Title and Statement of Responsibility', 1, 0, '', ''), - ('305', 'Notes Pertaining to Edition and Bibliographic History', 'Notes Pertaining to Edition and Bibliographic History', 1, 0, '', ''), - ('306', 'Notes Pertaining to Publication, Distribution, etc.', 'Notes Pertaining to Publication, Distribution, etc.', 1, 0, '', ''), - ('307', 'Notes Pertaining to Physical Description', 'Notes Pertaining to Physical Description', 1, 0, '', ''), - ('308', 'Notes Pertaining to Series', 'Notes Pertaining to Series', 1, 0, '', ''), - ('310', 'Notes Pertaining to Binding and Availability', 'Notes Pertaining to Binding and Availability', 1, 0, '', ''), - ('311', 'Notes Pertaining to Linking Fields', 'Notes Pertaining to Linking Fields', 1, 0, '', ''), - ('312', 'Notes Pertaining to Related Titles', 'Notes Pertaining to Related Titles', 1, 0, '', ''), - ('313', 'Notes Pertaining to Subject Access', 'Notes Pertaining to Subject Access', 1, 0, '', ''), - ('314', 'Notes Pertaining to Responsibility', 'Notes Pertaining to Responsibility', 1, 0, '', ''), - ('315', 'Notes Pertaining to Material (Or Type of Publication) Specific Information', 'Notes Pertaining to Material (Or Type of Publication) Specific Information', 1, 0, '', ''), - ('316', 'Note Relating to the Copy in Hand', 'Note Relating to the Copy in Hand', 1, 0, '', ''), - ('317', 'Provenance Note', 'Provenance Note', 1, 0, '', ''), - ('318', 'Action Note', 'Action Note', 1, 0, '', ''), - ('320', 'Internal Bibliographies/Indexes Note', 'Internal Bibliographies/Indexes Note', 1, 0, '', ''), - ('321', 'External Indexes/Abstracts/References Note', 'External Indexes/Abstracts/References Note', 1, 0, '', ''), - ('322', 'Credits Note (Projected and Video Material and Sound Recordings)', 'Credits Note (Projected and Video Material and Sound Recordings)', 0, 0, '', ''), - ('323', 'Cast Note (Projected and Video Material and Sound Recordings)', 'Cast Note (Projected and Video Material and Sound Recordings)', 1, 0, '', ''), - ('324', 'Original Version Note', 'Original Version Note', 0, 0, '', ''), - ('325', 'Reproduction Note', 'Reproduction Note', 1, 0, '', ''), - ('326', 'Frequency Statement Note (Continuing Resources)', 'Frequency Statement Note (Continuing Resources)', 1, 0, '', ''), - ('327', 'Contents Note', 'Contents Note', 1, 0, '', ''), - ('328', 'Dissertation (Thesis) Note', 'Dissertation (Thesis) Note', 1, 0, '', ''), - ('330', 'Summary or Abstract', 'Summary or Abstract', 1, 0, '', ''), - ('332', 'Preferred Citation of Described Materials', 'Preferred Citation of Described Materials', 1, 0, '', ''), - ('333', 'Users/Intended Audience Note', 'Users/Intended Audience Note', 1, 0, '', ''), - ('334', 'Awards Note', 'Awards Note', 1, 0, '', ''), - ('335', 'Location of Originals/ Reproductions', 'Location of Originals/ Reproductions', 1, 0, '', ''), - ('336', 'Type of Electronic Resource Note', 'Type of Electronic Resource Note', 1, 0, '', ''), - ('337', 'System Requirements Note (Electronic Resources)', 'System Requirements Note (Electronic Resources)', 1, 0, '', ''), - ('338', 'Funding Information Note', 'Funding Information Note', 1, 0, '', ''), - ('345', 'Acquisition Information Note', 'Acquisition Information Note', 0, 0, '', ''), - ('371', 'Notes on Information Service Policy', 'Notes on Information Service Policy', 1, 0, '', ''), - ('410', 'Series', 'Series', 0, 0, '', ''), - ('411', 'Subseries', 'Subseries', 0, 0, '', ''), - ('412', 'Source of Excerpt or Offprint', 'Source of Excerpt or Offprint', 0, 0, '', ''), - ('413', 'Excerpt or Offprint', 'Excerpt or Offprint', 0, 0, '', ''), - ('421', 'Supplement', 'Supplement', 0, 0, '', ''), - ('422', 'Parent of Supplement', 'Parent of Supplement', 0, 0, '', ''), - ('423', 'Issued with', 'Issued with', 0, 0, '', ''), - ('424', 'is Updated by', 'is Updated by', 0, 0, '', ''), - ('425', 'Updates', 'Updates', 0, 0, '', ''), - ('430', 'Continues', 'Continues', 0, 0, '', ''), - ('431', 'Continues in Part', 'Continues in Part', 0, 0, '', ''), - ('432', 'Supersedes', 'Supersedes', 0, 0, '', ''), - ('433', 'Supersedes in Part', 'Supersedes in Part', 0, 0, '', ''), - ('434', 'Absorbed', 'Absorbed', 0, 0, '', ''), - ('435', 'Absorbed in Part', 'Absorbed in Part', 0, 0, '', ''), - ('436', 'Formed by Merger of', 'Formed by Merger of', 0, 0, '', ''), - ('437', 'Separated from', 'Separated from', 0, 0, '', ''), - ('440', 'Continued by', 'Continued by', 0, 0, '', ''), - ('441', 'Continued in Part by', 'Continued in Part by', 0, 0, '', ''), - ('442', 'Superseded by', 'Superseded by', 0, 0, '', ''), - ('443', 'Superseded in Part by', 'Superseded in Part by', 0, 0, '', ''), - ('444', 'Absorbed by', 'Absorbed by', 0, 0, '', ''), - ('445', 'Absorbed in Part by', 'Absorbed in Part by', 0, 0, '', ''), - ('446', 'Split into', 'Split into', 0, 0, '', ''), - ('447', 'Merged with XXX to Form', 'Merged with XXX to Form', 0, 0, '', ''), - ('448', 'Changed Back to', 'Changed Back to', 0, 0, '', ''), - ('451', 'Other Edition in the Same Medium', 'Other Edition in the Same Medium', 0, 0, '', ''), - ('452', 'Other Edition in Another Medium', 'Other Edition in Another Medium', 0, 0, '', ''), - ('453', 'Translated as', 'Translated as', 0, 0, '', ''), - ('454', 'Translation of', 'Translation of', 0, 0, '', ''), - ('455', 'Other Edition, State or Impression in the Same Medium', 'Other Edition, State or Impression in the Same Medium', 0, 0, '', ''), - ('456', 'Reproduced as', 'Reproduced as', 0, 0, '', ''), - ('461', 'Set Level', 'Set Level', 0, 0, '', ''), - ('462', 'Subset Level', 'Subset Level', 0, 0, '', ''), - ('463', 'Piece Level', 'Piece Level', 0, 0, '', ''), - ('464', 'Piece-Analytic Level', 'Piece-Analytic Level', 0, 0, '', ''), - ('470', 'Item Reviewed', 'Item Reviewed', 0, 0, '', ''), - ('481', 'Also Bound with This Volume', 'Also Bound with This Volume', 0, 0, '', ''), - ('482', 'Bound with', 'Bound with', 0, 0, '', ''), - ('488', 'Other Related Works', 'Other Related Works', 0, 0, '', ''), - ('500', 'Preferred Access Point', 'Preferred Access Point', 1, 0, '', ''), - ('501', 'Collective Preferred Title', 'Collective Preferred Title', 1, 0, '', ''), - ('503', 'Preferred Conventional Heading', 'Preferred Conventional Heading', 1, 0, '', ''), - ('506', 'Preferred Access Point - Identification of a Work', 'Preferred Access Point - Identification of a Work', 1, 0, '', ''), - ('507', 'Preferred Access Point - Identification of an Expression', 'Preferred Access Point - Identification of an Expression', 1, 0, '', ''), - ('510', 'Parallel Title Proper', 'Parallel Title Proper', 1, 0, '', ''), - ('511', 'Half Title', 'Half Title', 1, 0, '', ''), - ('512', 'Cover Title', 'Cover Title', 1, 0, '', ''), - ('513', 'Added Title-Page Title', 'Added Title-Page Title', 1, 0, '', ''), - ('514', 'Caption Title', 'Caption Title', 1, 0, '', ''), - ('515', 'Running Title', 'Running Title', 1, 0, '', ''), - ('516', 'Spine Title', 'Spine Title', 1, 0, '', ''), - ('517', 'Other Variant Titles', 'Other Variant Titles', 1, 0, '', ''), - ('518', 'Title in Standard Modern Spelling', 'Title in Standard Modern Spelling', 1, 0, '', ''), - ('520', 'Former Title (Continuing Resources)', 'Former Title (Continuing Resources)', 1, 0, '', ''), - ('530', 'Key Title (Continuing Resources)', 'Key Title (Continuing Resources)', 1, 0, '', ''), - ('531', 'Abbreviated Title (Continuing Resources)', 'Abbreviated Title (Continuing Resources)', 1, 0, '', ''), - ('532', 'Expanded Title', 'Expanded Title', 1, 0, '', ''), - ('540', 'Additional Title Supplied by Cataloguer', 'Additional Title Supplied by Cataloguer', 1, 0, '', ''), - ('541', 'Translated Title Supplied by Cataloguer', 'Translated Title Supplied by Cataloguer', 1, 0, '', ''), - ('545', 'Section Title', 'Section Title', 1, 0, '', ''), - ('560', 'Artifical Title', 'Artifical Title', 1, 0, '', ''), - ('576', 'Name / Preferred Access Point - Identification of a Work', 'Name / Preferred Access Point - Identification of a Work', 1, 0, '', ''), - ('577', 'Name / Preferred Access Point - Identification of an Expression', 'Name / Preferred Access Point - Identification of an Expression', 1, 0, '', ''), - ('600', 'Personal Name Used as Subject', 'Personal Name Used as Subject', 1, 0, '', ''), - ('601', 'Corporate Body Name Used as Subject', 'Corporate Body Name Used as Subject', 1, 0, '', ''), - ('602', 'Family Name Used as Subject', 'Family Name Used as Subject', 1, 0, '', ''), - ('604', 'Name and Title Used as Subject', 'Name and Title Used as Subject', 1, 0, '', ''), - ('605', 'Title Used as Subject', 'Title Used as Subject', 1, 0, '', ''), - ('606', 'Topical Name Used as Subject', 'Topical Name Used as Subject', 1, 0, '', ''), - ('607', 'Geographical Name Used as Subject', 'Geographical Name Used as Subject', 1, 0, '', ''), - ('608', 'Form, Genre or Physical Characteristics Heading', 'Form, Genre or Physical Characteristics Heading', 1, 0, '', ''), - ('610', 'Uncontrolled Subject Terms', 'Uncontrolled Subject Terms', 1, 0, '', ''), - ('615', 'Subject Category (Provisional)', 'Subject Category (Provisional)', 1, 0, '', ''), - ('616', 'Trademark Used as Subject', 'Trademark Used as Subject', 1, 0, '', ''), - ('617', 'Hierarchical Geographical Name Used as Subject', 'Hierarchical Geographical Name Used as Subject', 1, 0, '', ''), - ('620', 'Place and Date of Publication, Performance, etc.', 'Place and Date of Publication, Performance, etc.', 1, 0, '', ''), - ('621', 'Place and Date of Provenance', 'Place and Date of Provenance', 1, 0, '', ''), - ('623', 'Character', '', 1 , 0, '', ''), - ('626', 'Technical Details Access (Electronic Resources) [Obsolete]', 'Technical Details Access (Electronic Resources) [Obsolete]', 1, 0, '', ''), - ('631', 'Occupation', '', 1, 0, '', ''), - ('632', 'Function', '', 1, 0, '', ''), - ('660', 'Geographic Area Code', 'Geographic Area Code', 1, 0, '', ''), - ('661', 'Time Period Code', 'Time Period Code', 1, 0, '', ''), - ('670', 'PRECIS', 'PRECIS', 1, 0, '', ''), - ('675', 'Universal Decimal Classification (UDC)', 'Universal Decimal Classification (UDC)', 1, 0, '', ''), - ('676', 'Dewey Decimal Classification', 'Dewey Decimal Classification', 1, 0, '', ''), - ('680', 'Library of Congress Classification', 'Library of Congress Classification', 1, 0, '', ''), - ('686', 'Other Class Numbers', 'Other Class Numbers', 1, 0, '', ''), - ('700', 'Personal Name - Primary Responsibility', 'Personal Name - Primary Responsibility', 0, 0, '', ''), - ('701', 'Personal Name - Alternative Responsibility', 'Personal Name - Alternative Responsibility', 1, 0, '', ''), - ('702', 'Personal Name - Secondary Responsibility', 'Personal Name - Secondary Responsibility', 1, 0, '', ''), - ('703', 'Personal Name - Provenance or Ownership', 'Personal Name - Provenance or Ownership', 1, 0, '', ''), - ('710', 'Corporate Body Name - Primary Responsibility', 'Corporate Body Name - Primary Responsibility', 0, 0, '', ''), - ('711', 'Corporate Body Name - Alternative Responsibility', 'Corporate Body Name - Alternative Responsibility', 1, 0, '', ''), - ('712', 'Corporate Body Name - Secondary Responsibility', 'Corporate Body Name - Secondary Responsibility', 1, 0, '', ''), - ('713', 'Corporate Body Name - Provenance or Ownership', 'Corporate Body Name - Provenance or Ownership', 1, 0, '', ''), - ('716', 'Trademark', 'Trademark', 1, 0, '', ''), - ('720', 'Family Name - Primary Responsibility', 'Family Name - Primary Responsibility', 0, 0, '', ''), - ('721', 'Family Name - Alternative Responsibility', 'Family Name - Alternative Responsibility', 1, 0, '', ''), - ('722', 'Family Name - Secondary Responsibility', 'Family Name - Secondary Responsibility', 1, 0, '', ''), - ('723', 'Family Name - Provenance or Ownership', 'Family Name - Provenance or Ownership', 1, 0, '', ''), - ('730', 'Name - Entity Responsible', 'Name - Entity Responsible', 1, 0, '', ''), - ('740', 'Uniform Conventional Heading for Legal and Religious Texts - Primary Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Primary Responsibility', 0, 0, '', ''), - ('741', 'Uniform Conventional Heading for Legal and Religious Texts - Alternative Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Alternative Responsibility', 1, 0, '', ''), - ('742', 'Uniform Conventional Heading for Legal and Religious Texts - Secondary Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Secondary Responsibility', 1, 0, '', ''), - ('801', 'Originating Source', 'Originating Source', 1, 1, '', ''), - ('802', 'National ISSN Centre', 'National ISSN Centre', 0, 0, '', ''), - ('830', 'General Cataloguer\'s Note', 'General Cataloguer\'s Note', 1, 0, '', ''), - ('850', 'Holding Institution', 'Holding Institution', 1, 0, '', ''), - ('852', 'Location and Call Number', 'Location and Call Number', 1, 0, '', ''), - ('856', 'Electronic Location and Access', 'Electronic Location and Access', 1, 0, '', ''), - ('886', 'Data Not Converted from Source Format', 'Data Not Converted from Source Format', 1, 0, '', ''); + ('000', 'Record Label', 'Record Label', 0, 1, NULL, ''), + ('001', 'Record Identifier', 'Record Identifier', 0, 1, NULL, ''), + ('003', 'Persistent Record Identifier', 'Persistent Record Identifier', 0, 0, NULL, ''), + ('005', 'Version Identifier', 'Version Identifier', 0, 0, NULL, ''), + ('010', 'International Standard Book Number (ISBN)', 'International Standard Book Number (ISBN)', 1, 0, NULL, ''), + ('011', 'International Standard Serial Number (ISSN)', 'International Standard Serial Number (ISSN)', 1, 0, NULL, ''), + ('012', 'Fingerprint Identifier', 'Fingerprint Identifier', 1, 0, NULL, ''), + ('013', 'International Standard Music Number (ISMN)', 'International Standard Music Number (ISMN)', 1, 0, NULL, ''), + ('014', 'Article Identifier', 'Article Identifier', 1, 0, NULL, ''), + ('015', 'International Standard Technical Report Number (ISRN)', 'International Standard Technical Report Number (ISRN)', 1, 0, NULL, ''), + ('016', 'International Standard Recording Code (ISRC)', 'International Standard Recording Code (ISRC)', 1, 0, NULL, ''), + ('017', 'Other Standard Identifier', 'Other Standard Identifier', 1, 0, NULL, ''), + ('018', '[Reserved for other International Standard Numbers]', '[Reserved for other International Standard Numbers]', 1, 0, NULL, ''), + ('020', 'National Bibliography Number', 'National Bibliography Number', 1, 0, NULL, ''), + ('021', 'Legal Deposit Number', 'Legal Deposit Number', 1, 0, NULL, ''), + ('022', 'Government Publication Number', 'Government Publication Number', 1, 0, NULL, ''), + ('033', 'Other system persistent record identifier', 'Other system persistent record identifier', 1, 0, NULL, ''), + ('035', 'Other System Control Numbers', 'Other System Control Numbers', 1, 0, NULL, ''), + ('036', 'Music Incipit', 'Music Incipit', 1, 0, NULL, ''), + ('040', 'CODEN (Serials)', 'CODEN (Serials)', 1, 0, NULL, ''), + ('071', 'Publisher\'s Number', 'Publisher\'s Number', 1, 0, NULL, ''), + ('072', 'Universal Product Code (UPC)', 'Universal Product Code (UPC)', 1, 0, NULL, ''), + ('073', 'International Article Number (EAN)', 'International Article Number (EAN)', 1, 0, NULL, ''), + ('100', 'General Processing Data', 'General Processing Data', 0, 1, NULL, ''), + ('101', 'Language of the Resource', 'Language of the Resource', 0, 0, NULL, ''), + ('102', 'Country of Publication or Production', 'Country of Publication or Production', 0, 0, NULL, ''), + ('105', 'Coded Data Field: Textual Material, Monographic', 'Coded Data Field: Textual Material, Monographic', 0, 0, NULL, ''), + ('106', 'Coded Data Field: Textual Material - Physical Attributes', 'Coded Data Field: Textual Material - Physical Attributes', 0, 0, NULL, ''), + ('110', 'Coded Data Field: Continuing Resources', 'Coded Data Field: Continuing Resources', 0, 0, NULL, ''), + ('115', 'Coded Data Field: Visual Projections, Videorecordings and Motion Pictures', 'Coded Data Fields: Visual Projections, Videorecordings and Motion Pictures', 1, 0, NULL, ''), + ('116', 'Coded Data Field: Graphics', 'Coded Data Field: Graphics', 1, 0, NULL, ''), + ('117', 'Coded Data Field: Three-Dimensional Artefacts and Realia', 'Coded Data Field: Three-Dimensional Artefacts and Realia', 1, 0, NULL, ''), + ('120', 'Coded Data Field: Cartographic Materials - General', 'Coded Data Field: Cartographic Materials - General', 0, 0, NULL, ''), + ('121', 'Coded Data Field: Cartographic Materials: Physical Attributes', 'Coded Data Field: Cartographic Materials: Physical Attributes', 0, 0, NULL, ''), + ('122', 'Coded Data Field: Time Period of Item Content', 'Coded Data Field: Time Period of Item Content', 1, 0, NULL, ''), + ('123', 'Coded Data Field: Cartographic Resources - Scale and Co-Ordinates', 'Coded Data Field: Cartographic Resources - Scale and Co-Ordinates', 1, 0, NULL, ''), + ('124', 'Coded Data Field: Cartographic Materials - Specific Material Designation Analysis', 'Coded Data Field: Cartographic Materials - Specific Material Designation Analysis', 0, 0, NULL, ''), + ('125', 'Coded Data Field: Sound Recordings and Music', 'Coded Data Field: Sound Recordings and Music', 0, 0, NULL, ''), + ('126', 'Coded Data Field: Sound Recordings - Physical Attributes', 'Coded Data Field: Sound Recordings - Physical Attributes', 0, 0, NULL, ''), + ('127', 'Coded Data Field: Duration of Sound Recordings and Printed Music', 'Coded Data Field: Duration of Sound Recordings and Printed Music', 0, 0, NULL, ''), + ('128', 'Coded Data Field: Form of Musical Work and Key or Mode', 'Coded Data Field: Form of Musical Work and Key or Mode', 1, 0, NULL, ''), + ('130', 'Coded Data Field: Microforms - Physical Attributes', 'Coded Data Field: Microforms - Physical Attributes', 1, 0, NULL, ''), + ('131', 'Coded Data Field: Cartographic Materials: Geodetic, Grid and Vertical Measurement', 'Coded Data Field: Cartographic Materials: Geodetic, Grid and Vertical Measurement', 0, 0, NULL, ''), + ('135', 'Coded Data Field: Electronic Resources', 'Coded Data Field: Electronic Resources', 1, 0, NULL, ''), + ('140', 'Coded Data Field: Antiquarian - General', 'Coded Data Field: Antiquarian - General', 0, 0, NULL, ''), + ('141', 'Coded Data Field: Copy Specific Attributes', 'Coded Data Field: Copy Specific Attributes', 1, 0, NULL, ''), + ('145', 'Coded Data Field: Medium of Performance [Obsolete]', 'Coded Data Field: Medium of Performance [Obsolete]', 1, 0, NULL, ''), + ('146', 'Coded Data Field: Medium of Performance', 'Coded Data Field: Medium of Performance', 1, 0, NULL, ''), + ('181', 'Coded Data Field: content form', '', 1, 0, NULL, ''), + ('182', 'Coded Data Field: media type', '', 1, 0, NULL, ''), + ('183', 'Coded Data Field: Type of Carrier', 'Coded Data Field: Type of Carrier', 1, 0, NULL, ''), + ('200', 'Title and Statement of Responsibility', 'Title and Statement of Responsibility', 0, 1, NULL, ''), + ('203', 'Coded Data Field: Content Form', 'Coded Data Field: Content Form', 1, 0, NULL, ''), + ('204', 'General Material Designation [Obsolete]', 'General Material Designation [Obsolete]', 1, 0, NULL, ''), + ('205', 'Edition Statement', 'Edition Statement', 1, 0, NULL, ''), + ('206', 'Material Specific Area: Cartographic Resources - Mathematical Data', 'Material Specific Area: Cartographic Resources - Mathematical Data', 1, 0, NULL, ''), + ('207', 'Material Specific Area: Numbering of Continuing Resources', 'Material Specific Area: Numbering of Continuing Resources', 0, 0, NULL, ''), + ('208', 'Material Specific Area: Printed Music Specific Statement', 'Material Specific Area: Printed Music Specific Statement', 0, 0, NULL, ''), + ('210', 'Publication, Distribution, etc.', 'Publication, Distribution, etc.', 1, 0, NULL, ''), + ('211', 'Projected Publication Date', 'Projected Publication Date', 0, 0, NULL, ''), + ('214', 'Production, Publication, Distribution, Manufacture statements', 'Production, Publication, Distribution, Manufacture statements', 1, 0, NULL, ''), + ('215', 'Physical Description', 'Physical Description', 1, 0, NULL, ''), + ('225', 'Series', 'Series', 1, 0, NULL, ''), + ('230', 'Material Specific Area: Electronic Resource Characteristics', 'Material Specific Area: Electronic Resource Characteristics', 1, 0, NULL, ''), + ('231', 'Digital File Characteristics', 'Digital File Characteristics', 1, 0, NULL, ''), + ('251', 'Organization and Arrangement of Materials', 'Organization and Arrangement of Materials', 1, 0, NULL, ''), + ('283', 'Carrier Type', 'Carrier Type', 1, 0, NULL, ''), + ('300', 'General Notes', 'General Notes', 1, 0, NULL, ''), + ('301', 'Notes Pertaining to Identification Numbers', 'Notes Pertaining to Identification Numbers', 1, 0, NULL, ''), + ('302', 'Notes Pertaining to Coded Information', 'Notes Pertaining to Coded Information', 1, 0, NULL, ''), + ('303', 'General Notes Pertaining to Descriptive Information', 'General Notes Pertaining to Descriptive Information', 1, 0, NULL, ''), + ('304', 'Notes Pertaining to Title and Statement of Responsibility', 'Notes Pertaining to Title and Statement of Responsibility', 1, 0, NULL, ''), + ('305', 'Notes Pertaining to Edition and Bibliographic History', 'Notes Pertaining to Edition and Bibliographic History', 1, 0, NULL, ''), + ('306', 'Notes Pertaining to Publication, Distribution, etc.', 'Notes Pertaining to Publication, Distribution, etc.', 1, 0, NULL, ''), + ('307', 'Notes Pertaining to Physical Description', 'Notes Pertaining to Physical Description', 1, 0, NULL, ''), + ('308', 'Notes Pertaining to Series', 'Notes Pertaining to Series', 1, 0, NULL, ''), + ('310', 'Notes Pertaining to Binding and Availability', 'Notes Pertaining to Binding and Availability', 1, 0, NULL, ''), + ('311', 'Notes Pertaining to Linking Fields', 'Notes Pertaining to Linking Fields', 1, 0, NULL, ''), + ('312', 'Notes Pertaining to Related Titles', 'Notes Pertaining to Related Titles', 1, 0, NULL, ''), + ('313', 'Notes Pertaining to Subject Access', 'Notes Pertaining to Subject Access', 1, 0, NULL, ''), + ('314', 'Notes Pertaining to Responsibility', 'Notes Pertaining to Responsibility', 1, 0, NULL, ''), + ('315', 'Notes Pertaining to Material (Or Type of Publication) Specific Information', 'Notes Pertaining to Material (Or Type of Publication) Specific Information', 1, 0, NULL, ''), + ('316', 'Note Relating to the Copy in Hand', 'Note Relating to the Copy in Hand', 1, 0, NULL, ''), + ('317', 'Provenance Note', 'Provenance Note', 1, 0, NULL, ''), + ('318', 'Action Note', 'Action Note', 1, 0, NULL, ''), + ('320', 'Internal Bibliographies/Indexes Note', 'Internal Bibliographies/Indexes Note', 1, 0, NULL, ''), + ('321', 'External Indexes/Abstracts/References Note', 'External Indexes/Abstracts/References Note', 1, 0, NULL, ''), + ('322', 'Credits Note (Projected and Video Material and Sound Recordings)', 'Credits Note (Projected and Video Material and Sound Recordings)', 0, 0, NULL, ''), + ('323', 'Cast Note (Projected and Video Material and Sound Recordings)', 'Cast Note (Projected and Video Material and Sound Recordings)', 1, 0, NULL, ''), + ('324', 'Original Version Note', 'Original Version Note', 0, 0, NULL, ''), + ('325', 'Reproduction Note', 'Reproduction Note', 1, 0, NULL, ''), + ('326', 'Frequency Statement Note (Continuing Resources)', 'Frequency Statement Note (Continuing Resources)', 1, 0, NULL, ''), + ('327', 'Contents Note', 'Contents Note', 1, 0, NULL, ''), + ('328', 'Dissertation (Thesis) Note', 'Dissertation (Thesis) Note', 1, 0, NULL, ''), + ('330', 'Summary or Abstract', 'Summary or Abstract', 1, 0, NULL, ''), + ('332', 'Preferred Citation of Described Materials', 'Preferred Citation of Described Materials', 1, 0, NULL, ''), + ('333', 'Users/Intended Audience Note', 'Users/Intended Audience Note', 1, 0, NULL, ''), + ('334', 'Awards Note', 'Awards Note', 1, 0, NULL, ''), + ('335', 'Location of Originals/ Reproductions', 'Location of Originals/ Reproductions', 1, 0, NULL, ''), + ('336', 'Type of Electronic Resource Note', 'Type of Electronic Resource Note', 1, 0, NULL, ''), + ('337', 'System Requirements Note (Electronic Resources)', 'System Requirements Note (Electronic Resources)', 1, 0, NULL, ''), + ('338', 'Funding Information Note', 'Funding Information Note', 1, 0, NULL, ''), + ('345', 'Acquisition Information Note', 'Acquisition Information Note', 0, 0, NULL, ''), + ('371', 'Notes on Information Service Policy', 'Notes on Information Service Policy', 1, 0, NULL, ''), + ('410', 'Series', 'Series', 0, 0, NULL, ''), + ('411', 'Subseries', 'Subseries', 0, 0, NULL, ''), + ('412', 'Source of Excerpt or Offprint', 'Source of Excerpt or Offprint', 0, 0, NULL, ''), + ('413', 'Excerpt or Offprint', 'Excerpt or Offprint', 0, 0, NULL, ''), + ('421', 'Supplement', 'Supplement', 0, 0, NULL, ''), + ('422', 'Parent of Supplement', 'Parent of Supplement', 0, 0, NULL, ''), + ('423', 'Issued with', 'Issued with', 0, 0, NULL, ''), + ('424', 'is Updated by', 'is Updated by', 0, 0, NULL, ''), + ('425', 'Updates', 'Updates', 0, 0, NULL, ''), + ('430', 'Continues', 'Continues', 0, 0, NULL, ''), + ('431', 'Continues in Part', 'Continues in Part', 0, 0, NULL, ''), + ('432', 'Supersedes', 'Supersedes', 0, 0, NULL, ''), + ('433', 'Supersedes in Part', 'Supersedes in Part', 0, 0, NULL, ''), + ('434', 'Absorbed', 'Absorbed', 0, 0, NULL, ''), + ('435', 'Absorbed in Part', 'Absorbed in Part', 0, 0, NULL, ''), + ('436', 'Formed by Merger of', 'Formed by Merger of', 0, 0, NULL, ''), + ('437', 'Separated from', 'Separated from', 0, 0, NULL, ''), + ('440', 'Continued by', 'Continued by', 0, 0, NULL, ''), + ('441', 'Continued in Part by', 'Continued in Part by', 0, 0, NULL, ''), + ('442', 'Superseded by', 'Superseded by', 0, 0, NULL, ''), + ('443', 'Superseded in Part by', 'Superseded in Part by', 0, 0, NULL, ''), + ('444', 'Absorbed by', 'Absorbed by', 0, 0, NULL, ''), + ('445', 'Absorbed in Part by', 'Absorbed in Part by', 0, 0, NULL, ''), + ('446', 'Split into', 'Split into', 0, 0, NULL, ''), + ('447', 'Merged with XXX to Form', 'Merged with XXX to Form', 0, 0, NULL, ''), + ('448', 'Changed Back to', 'Changed Back to', 0, 0, NULL, ''), + ('451', 'Other Edition in the Same Medium', 'Other Edition in the Same Medium', 0, 0, NULL, ''), + ('452', 'Other Edition in Another Medium', 'Other Edition in Another Medium', 0, 0, NULL, ''), + ('453', 'Translated as', 'Translated as', 0, 0, NULL, ''), + ('454', 'Translation of', 'Translation of', 0, 0, NULL, ''), + ('455', 'Other Edition, State or Impression in the Same Medium', 'Other Edition, State or Impression in the Same Medium', 0, 0, NULL, ''), + ('456', 'Reproduced as', 'Reproduced as', 0, 0, NULL, ''), + ('461', 'Set Level', 'Set Level', 0, 0, NULL, ''), + ('462', 'Subset Level', 'Subset Level', 0, 0, NULL, ''), + ('463', 'Piece Level', 'Piece Level', 0, 0, NULL, ''), + ('464', 'Piece-Analytic Level', 'Piece-Analytic Level', 0, 0, NULL, ''), + ('470', 'Item Reviewed', 'Item Reviewed', 0, 0, NULL, ''), + ('481', 'Also Bound with This Volume', 'Also Bound with This Volume', 0, 0, NULL, ''), + ('482', 'Bound with', 'Bound with', 0, 0, NULL, ''), + ('488', 'Other Related Works', 'Other Related Works', 0, 0, NULL, ''), + ('500', 'Preferred Access Point', 'Preferred Access Point', 1, 0, NULL, ''), + ('501', 'Collective Preferred Title', 'Collective Preferred Title', 1, 0, NULL, ''), + ('503', 'Preferred Conventional Heading', 'Preferred Conventional Heading', 1, 0, NULL, ''), + ('506', 'Preferred Access Point - Identification of a Work', 'Preferred Access Point - Identification of a Work', 1, 0, NULL, ''), + ('507', 'Preferred Access Point - Identification of an Expression', 'Preferred Access Point - Identification of an Expression', 1, 0, NULL, ''), + ('510', 'Parallel Title Proper', 'Parallel Title Proper', 1, 0, NULL, ''), + ('511', 'Half Title', 'Half Title', 1, 0, NULL, ''), + ('512', 'Cover Title', 'Cover Title', 1, 0, NULL, ''), + ('513', 'Added Title-Page Title', 'Added Title-Page Title', 1, 0, NULL, ''), + ('514', 'Caption Title', 'Caption Title', 1, 0, NULL, ''), + ('515', 'Running Title', 'Running Title', 1, 0, NULL, ''), + ('516', 'Spine Title', 'Spine Title', 1, 0, NULL, ''), + ('517', 'Other Variant Titles', 'Other Variant Titles', 1, 0, NULL, ''), + ('518', 'Title in Standard Modern Spelling', 'Title in Standard Modern Spelling', 1, 0, NULL, ''), + ('520', 'Former Title (Continuing Resources)', 'Former Title (Continuing Resources)', 1, 0, NULL, ''), + ('530', 'Key Title (Continuing Resources)', 'Key Title (Continuing Resources)', 1, 0, NULL, ''), + ('531', 'Abbreviated Title (Continuing Resources)', 'Abbreviated Title (Continuing Resources)', 1, 0, NULL, ''), + ('532', 'Expanded Title', 'Expanded Title', 1, 0, NULL, ''), + ('540', 'Additional Title Supplied by Cataloguer', 'Additional Title Supplied by Cataloguer', 1, 0, NULL, ''), + ('541', 'Translated Title Supplied by Cataloguer', 'Translated Title Supplied by Cataloguer', 1, 0, NULL, ''), + ('545', 'Section Title', 'Section Title', 1, 0, NULL, ''), + ('560', 'Artifical Title', 'Artifical Title', 1, 0, NULL, ''), + ('576', 'Name / Preferred Access Point - Identification of a Work', 'Name / Preferred Access Point - Identification of a Work', 1, 0, NULL, ''), + ('577', 'Name / Preferred Access Point - Identification of an Expression', 'Name / Preferred Access Point - Identification of an Expression', 1, 0, NULL, ''), + ('600', 'Personal Name Used as Subject', 'Personal Name Used as Subject', 1, 0, NULL, ''), + ('601', 'Corporate Body Name Used as Subject', 'Corporate Body Name Used as Subject', 1, 0, NULL, ''), + ('602', 'Family Name Used as Subject', 'Family Name Used as Subject', 1, 0, NULL, ''), + ('604', 'Name and Title Used as Subject', 'Name and Title Used as Subject', 1, 0, NULL, ''), + ('605', 'Title Used as Subject', 'Title Used as Subject', 1, 0, NULL, ''), + ('606', 'Topical Name Used as Subject', 'Topical Name Used as Subject', 1, 0, NULL, ''), + ('607', 'Geographical Name Used as Subject', 'Geographical Name Used as Subject', 1, 0, NULL, ''), + ('608', 'Form, Genre or Physical Characteristics Heading', 'Form, Genre or Physical Characteristics Heading', 1, 0, NULL, ''), + ('610', 'Uncontrolled Subject Terms', 'Uncontrolled Subject Terms', 1, 0, NULL, ''), + ('615', 'Subject Category (Provisional)', 'Subject Category (Provisional)', 1, 0, NULL, ''), + ('616', 'Trademark Used as Subject', 'Trademark Used as Subject', 1, 0, NULL, ''), + ('617', 'Hierarchical Geographical Name Used as Subject', 'Hierarchical Geographical Name Used as Subject', 1, 0, NULL, ''), + ('620', 'Place and Date of Publication, Performance, etc.', 'Place and Date of Publication, Performance, etc.', 1, 0, NULL, ''), + ('621', 'Place and Date of Provenance', 'Place and Date of Provenance', 1, 0, NULL, ''), + ('623', 'Character', '', 1 , 0, NULL, ''), + ('626', 'Technical Details Access (Electronic Resources) [Obsolete]', 'Technical Details Access (Electronic Resources) [Obsolete]', 1, 0, NULL, ''), + ('631', 'Occupation', '', 1, 0, NULL, ''), + ('632', 'Function', '', 1, 0, NULL, ''), + ('660', 'Geographic Area Code', 'Geographic Area Code', 1, 0, NULL, ''), + ('661', 'Time Period Code', 'Time Period Code', 1, 0, NULL, ''), + ('670', 'PRECIS', 'PRECIS', 1, 0, NULL, ''), + ('675', 'Universal Decimal Classification (UDC)', 'Universal Decimal Classification (UDC)', 1, 0, NULL, ''), + ('676', 'Dewey Decimal Classification', 'Dewey Decimal Classification', 1, 0, NULL, ''), + ('680', 'Library of Congress Classification', 'Library of Congress Classification', 1, 0, NULL, ''), + ('686', 'Other Class Numbers', 'Other Class Numbers', 1, 0, NULL, ''), + ('700', 'Personal Name - Primary Responsibility', 'Personal Name - Primary Responsibility', 0, 0, NULL, ''), + ('701', 'Personal Name - Alternative Responsibility', 'Personal Name - Alternative Responsibility', 1, 0, NULL, ''), + ('702', 'Personal Name - Secondary Responsibility', 'Personal Name - Secondary Responsibility', 1, 0, NULL, ''), + ('703', 'Personal Name - Provenance or Ownership', 'Personal Name - Provenance or Ownership', 1, 0, NULL, ''), + ('710', 'Corporate Body Name - Primary Responsibility', 'Corporate Body Name - Primary Responsibility', 0, 0, NULL, ''), + ('711', 'Corporate Body Name - Alternative Responsibility', 'Corporate Body Name - Alternative Responsibility', 1, 0, NULL, ''), + ('712', 'Corporate Body Name - Secondary Responsibility', 'Corporate Body Name - Secondary Responsibility', 1, 0, NULL, ''), + ('713', 'Corporate Body Name - Provenance or Ownership', 'Corporate Body Name - Provenance or Ownership', 1, 0, NULL, ''), + ('716', 'Trademark', 'Trademark', 1, 0, NULL, ''), + ('720', 'Family Name - Primary Responsibility', 'Family Name - Primary Responsibility', 0, 0, NULL, ''), + ('721', 'Family Name - Alternative Responsibility', 'Family Name - Alternative Responsibility', 1, 0, NULL, ''), + ('722', 'Family Name - Secondary Responsibility', 'Family Name - Secondary Responsibility', 1, 0, NULL, ''), + ('723', 'Family Name - Provenance or Ownership', 'Family Name - Provenance or Ownership', 1, 0, NULL, ''), + ('730', 'Name - Entity Responsible', 'Name - Entity Responsible', 1, 0, NULL, ''), + ('740', 'Uniform Conventional Heading for Legal and Religious Texts - Primary Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Primary Responsibility', 0, 0, NULL, ''), + ('741', 'Uniform Conventional Heading for Legal and Religious Texts - Alternative Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Alternative Responsibility', 1, 0, NULL, ''), + ('742', 'Uniform Conventional Heading for Legal and Religious Texts - Secondary Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Secondary Responsibility', 1, 0, NULL, ''), + ('801', 'Originating Source', 'Originating Source', 1, 1, NULL, ''), + ('802', 'National ISSN Centre', 'National ISSN Centre', 0, 0, NULL, ''), + ('830', 'General Cataloguer\'s Note', 'General Cataloguer\'s Note', 1, 0, NULL, ''), + ('850', 'Holding Institution', 'Holding Institution', 1, 0, NULL, ''), + ('852', 'Location and Call Number', 'Location and Call Number', 1, 0, NULL, ''), + ('856', 'Electronic Location and Access', 'Electronic Location and Access', 1, 0, NULL, ''), + ('886', 'Data Not Converted from Source Format', 'Data Not Converted from Source Format', 1, 0, NULL, ''); INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES - ('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'unimarc_leader.pl', 0, 0, '', '', '', NULL), + ('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, NULL, '', 'unimarc_leader.pl', 0, 0, '', '', '', NULL), ('001', '@', 'control field', 'control field', 0, 1, 'biblio.biblionumber', -1, '', '', '', 0, 0, '', '', '', NULL), ('003', '@', 'control field', 'control field', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL), ('005', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, 0, '', '', '', NULL), diff --git a/installer/data/mysql/fr-CA/marcflavour/marc21/obligatoire/marc21_framework_DEFAULT.sql b/installer/data/mysql/fr-CA/marcflavour/marc21/obligatoire/marc21_framework_DEFAULT.sql index 4b8ee13f0e..115c4555f9 100644 --- a/installer/data/mysql/fr-CA/marcflavour/marc21/obligatoire/marc21_framework_DEFAULT.sql +++ b/installer/data/mysql/fr-CA/marcflavour/marc21/obligatoire/marc21_framework_DEFAULT.sql @@ -27,8 +27,8 @@ -- Current Record ID Field/Subfields -INSERT IGNORE INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES -("999","Numéro de contrôle Koha","Numéro de contrôle Koha","1","0","",""); +INSERT IGNORE INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`) VALUES +("999","Numéro de contrôle Koha","Numéro de contrôle Koha","1","0"); INSERT IGNORE INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`, `maxlength`) VALUES ("999","c","Biblionumber de Koha","Biblionumber de Koha","0","0","biblio.biblionumber","-1","","","","0","-5","","","","","9999"), -- 2.20.1