View | Details | Raw Unified | Return to bug 20280
Collapse All | Expand All

(-)a/admin/authorised_values.pl (-1 / +1 lines)
Lines 214-220 $template->param( Link Here
214
214
215
if ( $op eq 'list' ) {
215
if ( $op eq 'list' ) {
216
    # build categories list
216
    # build categories list
217
    my @categories = Koha::AuthorisedValueCategories->search({ category_name => { -not_in => ['', 'branches', 'itemtypes', 'cn_source']}}, { order_by => ['category_name'] } );
217
    my @categories = Koha::AuthorisedValueCategories->search({ category_name => { -not_in => ['branches', 'itemtypes', 'cn_source']}}, { order_by => ['category_name'] } );
218
    my @category_list;
218
    my @category_list;
219
    for my $category ( @categories ) {
219
    for my $category ( @categories ) {
220
        push( @category_list, $category->category_name );
220
        push( @category_list, $category->category_name );
(-)a/installer/data/mysql/atomicupdate/bug_20280.perl (+35 lines)
Line 0 Link Here
1
$DBversion = 'XXX'; # will be replaced by the RM
2
if( CheckVersion( $DBversion ) ) {
3
    $dbh->do(q|
4
        update auth_subfield_structure set authorised_value=null where authorised_value=""
5
    |);
6
    $dbh->do(q|
7
        update auth_tag_structure set authorised_value=null where authorised_value="";
8
    |);
9
    $dbh->do(q|
10
        update authorised_values set authorised_value=null where authorised_value="";
11
    |);
12
    $dbh->do(q|
13
        update borrower_attribute_types set authorised_value_category=null where authorised_value_category="";
14
    |);
15
    $dbh->do(q|
16
        update marc_subfield_structure set authorised_value=null where authorised_value="";
17
    |);
18
    $dbh->do(q|
19
        update marc_tag_structure set authorised_value=null where authorised_value="";
20
    |);
21
    $dbh->do(q|
22
        update items_search_fields set authorised_values_category=null where authorised_values_category="";
23
    |);
24
    $dbh->do(q|
25
        update additional_fields set authorised_value_category=null where authorised_value_category="";
26
    |);
27
    $dbh->do(q|
28
        update club_template_enrollment_fields set authorised_value_category=null where authorised_value_category="";
29
    |);
30
    $dbh->do(q|
31
        update club_template_fields set authorised_value_category=null where authorised_value_category="";
32
    |);
33
34
    NewVersion( $DBversion, 20280, "Remove authorised value's category if empty");
35
}
(-)a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml (-3223 / +3223 lines)
Lines 37-43 tables: Link Here
37
          libopac: "SYSTEM CONTROL NUMBERS (KOHA)"
37
          libopac: "SYSTEM CONTROL NUMBERS (KOHA)"
38
          repeatable: 1
38
          repeatable: 1
39
          mandatory: 0
39
          mandatory: 0
40
          authorised_value: ""
40
          authorised_value:
41
          frameworkcode: ""
41
          frameworkcode: ""
42
42
43
  - marc_subfield_structure:
43
  - marc_subfield_structure:
Lines 125-131 tables: Link Here
125
          libopac: "ADDED ENTRY ELEMENTS (KOHA)"
125
          libopac: "ADDED ENTRY ELEMENTS (KOHA)"
126
          repeatable: 0
126
          repeatable: 0
127
          mandatory: 0
127
          mandatory: 0
128
          authorised_value: ""
128
          authorised_value:
129
          frameworkcode: ""
129
          frameworkcode: ""
130
130
131
  - marc_subfield_structure:
131
  - marc_subfield_structure:
Lines 140-146 tables: Link Here
140
          mandatory: 0
140
          mandatory: 0
141
          kohafield: biblioitems.totalissues
141
          kohafield: biblioitems.totalissues
142
          tab: 9
142
          tab: 9
143
          authorised_value: ""
143
          authorised_value:
144
          authtypecode: ""
144
          authtypecode: ""
145
          value_builder: ""
145
          value_builder: ""
146
          isurl:
146
          isurl:
Lines 176-182 tables: Link Here
176
          mandatory: 0
176
          mandatory: 0
177
          kohafield: biblioitems.cn_sort
177
          kohafield: biblioitems.cn_sort
178
          tab: -1
178
          tab: -1
179
          authorised_value: ""
179
          authorised_value:
180
          authtypecode: ""
180
          authtypecode: ""
181
          value_builder: ""
181
          value_builder: ""
182
          isurl: 0
182
          isurl: 0
Lines 194-200 tables: Link Here
194
          mandatory: 0
194
          mandatory: 0
195
          kohafield: ""
195
          kohafield: ""
196
          tab: 9
196
          tab: 9
197
          authorised_value: ""
197
          authorised_value:
198
          authtypecode: ""
198
          authtypecode: ""
199
          value_builder: ""
199
          value_builder: ""
200
          isurl:
200
          isurl:
Lines 230-236 tables: Link Here
230
          mandatory: 0
230
          mandatory: 0
231
          kohafield:
231
          kohafield:
232
          tab: 9
232
          tab: 9
233
          authorised_value: ""
233
          authorised_value:
234
          authtypecode: ""
234
          authtypecode: ""
235
          value_builder: ""
235
          value_builder: ""
236
          isurl:
236
          isurl:
Lines 248-254 tables: Link Here
248
          mandatory: 0
248
          mandatory: 0
249
          kohafield: biblioitems.cn_class
249
          kohafield: biblioitems.cn_class
250
          tab: 9
250
          tab: 9
251
          authorised_value: ""
251
          authorised_value:
252
          authtypecode: ""
252
          authtypecode: ""
253
          value_builder: ""
253
          value_builder: ""
254
          isurl:
254
          isurl:
Lines 266-272 tables: Link Here
266
          mandatory: 0
266
          mandatory: 0
267
          kohafield: biblioitems.cn_item
267
          kohafield: biblioitems.cn_item
268
          tab: 9
268
          tab: 9
269
          authorised_value: ""
269
          authorised_value:
270
          authtypecode: ""
270
          authtypecode: ""
271
          value_builder: ""
271
          value_builder: ""
272
          isurl:
272
          isurl:
Lines 284-290 tables: Link Here
284
          mandatory: 0
284
          mandatory: 0
285
          kohafield: biblioitems.cn_prefix
285
          kohafield: biblioitems.cn_prefix
286
          tab: 9
286
          tab: 9
287
          authorised_value: ""
287
          authorised_value:
288
          authtypecode: ""
288
          authtypecode: ""
289
          value_builder: ""
289
          value_builder: ""
290
          isurl:
290
          isurl:
Lines 302-308 tables: Link Here
302
          mandatory: 0
302
          mandatory: 0
303
          kohafield: biblioitems.cn_suffix
303
          kohafield: biblioitems.cn_suffix
304
          tab: 9
304
          tab: 9
305
          authorised_value: ""
305
          authorised_value:
306
          authtypecode: ""
306
          authtypecode: ""
307
          value_builder: ""
307
          value_builder: ""
308
          isurl: 0
308
          isurl: 0
Lines 320-326 tables: Link Here
320
          mandatory: 0
320
          mandatory: 0
321
          kohafield:
321
          kohafield:
322
          tab: 9
322
          tab: 9
323
          authorised_value: ""
323
          authorised_value:
324
          authtypecode: ""
324
          authtypecode: ""
325
          value_builder: ""
325
          value_builder: ""
326
          isurl: 0
326
          isurl: 0
Lines 338-344 tables: Link Here
338
          mandatory: 0
338
          mandatory: 0
339
          kohafield: biblio.serial
339
          kohafield: biblio.serial
340
          tab: 9
340
          tab: 9
341
          authorised_value: ""
341
          authorised_value:
342
          authtypecode: ""
342
          authtypecode: ""
343
          value_builder: ""
343
          value_builder: ""
344
          isurl:
344
          isurl:
Lines 357-363 tables: Link Here
357
          libopac: "LOCATION AND ITEM INFORMATION (KOHA)"
357
          libopac: "LOCATION AND ITEM INFORMATION (KOHA)"
358
          repeatable: 1
358
          repeatable: 1
359
          mandatory: 0
359
          mandatory: 0
360
          authorised_value: ""
360
          authorised_value:
361
          frameworkcode: ""
361
          frameworkcode: ""
362
362
363
  - marc_subfield_structure:
363
  - marc_subfield_structure:
Lines 426-432 tables: Link Here
426
          mandatory: 0
426
          mandatory: 0
427
          kohafield: items.materials
427
          kohafield: items.materials
428
          tab: 10
428
          tab: 10
429
          authorised_value: ""
429
          authorised_value:
430
          authtypecode: ""
430
          authtypecode: ""
431
          value_builder: ""
431
          value_builder: ""
432
          isurl:
432
          isurl:
Lines 480-486 tables: Link Here
480
          mandatory: 0
480
          mandatory: 0
481
          kohafield: items.cn_sort
481
          kohafield: items.cn_sort
482
          tab: -1
482
          tab: -1
483
          authorised_value: ""
483
          authorised_value:
484
          authtypecode: ""
484
          authtypecode: ""
485
          value_builder: ""
485
          value_builder: ""
486
          isurl: 0
486
          isurl: 0
Lines 534-540 tables: Link Here
534
          mandatory: 0
534
          mandatory: 0
535
          kohafield: items.itemnumber
535
          kohafield: items.itemnumber
536
          tab: -1
536
          tab: -1
537
          authorised_value: ""
537
          authorised_value:
538
          authtypecode: ""
538
          authtypecode: ""
539
          value_builder: ""
539
          value_builder: ""
540
          isurl: 0
540
          isurl: 0
Lines 606-612 tables: Link Here
606
          mandatory: 0
606
          mandatory: 0
607
          kohafield: items.dateaccessioned
607
          kohafield: items.dateaccessioned
608
          tab: 10
608
          tab: 10
609
          authorised_value: ""
609
          authorised_value:
610
          authtypecode: ""
610
          authtypecode: ""
611
          value_builder: dateaccessioned.pl
611
          value_builder: dateaccessioned.pl
612
          isurl: 0
612
          isurl: 0
Lines 624-630 tables: Link Here
624
          mandatory: 0
624
          mandatory: 0
625
          kohafield: items.booksellerid
625
          kohafield: items.booksellerid
626
          tab: 10
626
          tab: 10
627
          authorised_value: ""
627
          authorised_value:
628
          authtypecode: ""
628
          authtypecode: ""
629
          value_builder: ""
629
          value_builder: ""
630
          isurl: 0
630
          isurl: 0
Lines 642-648 tables: Link Here
642
          mandatory: 0
642
          mandatory: 0
643
          kohafield: items.coded_location_qualifier
643
          kohafield: items.coded_location_qualifier
644
          tab: 10
644
          tab: 10
645
          authorised_value: ""
645
          authorised_value:
646
          authtypecode: ""
646
          authtypecode: ""
647
          value_builder: ""
647
          value_builder: ""
648
          isurl:
648
          isurl:
Lines 660-666 tables: Link Here
660
          mandatory: 0
660
          mandatory: 0
661
          kohafield: items.price
661
          kohafield: items.price
662
          tab: 10
662
          tab: 10
663
          authorised_value: ""
663
          authorised_value:
664
          authtypecode: ""
664
          authtypecode: ""
665
          value_builder: ""
665
          value_builder: ""
666
          isurl: 0
666
          isurl: 0
Lines 678-684 tables: Link Here
678
          mandatory: 0
678
          mandatory: 0
679
          kohafield: items.enumchron
679
          kohafield: items.enumchron
680
          tab: 10
680
          tab: 10
681
          authorised_value: ""
681
          authorised_value:
682
          authtypecode: ""
682
          authtypecode: ""
683
          value_builder: ""
683
          value_builder: ""
684
          isurl: 0
684
          isurl: 0
Lines 696-702 tables: Link Here
696
          mandatory: 0
696
          mandatory: 0
697
          kohafield: items.stocknumber
697
          kohafield: items.stocknumber
698
          tab: 10
698
          tab: 10
699
          authorised_value: ""
699
          authorised_value:
700
          authtypecode: ""
700
          authtypecode: ""
701
          value_builder: ""
701
          value_builder: ""
702
          isurl: 0
702
          isurl: 0
Lines 732-738 tables: Link Here
732
          mandatory: 0
732
          mandatory: 0
733
          kohafield: items.issues
733
          kohafield: items.issues
734
          tab: 10
734
          tab: 10
735
          authorised_value: ""
735
          authorised_value:
736
          authtypecode: ""
736
          authtypecode: ""
737
          value_builder: ""
737
          value_builder: ""
738
          isurl:
738
          isurl:
Lines 750-756 tables: Link Here
750
          mandatory: 0
750
          mandatory: 0
751
          kohafield: items.renewals
751
          kohafield: items.renewals
752
          tab: 10
752
          tab: 10
753
          authorised_value: ""
753
          authorised_value:
754
          authtypecode: ""
754
          authtypecode: ""
755
          value_builder: ""
755
          value_builder: ""
756
          isurl:
756
          isurl:
Lines 768-774 tables: Link Here
768
          mandatory: 0
768
          mandatory: 0
769
          kohafield: items.reserves
769
          kohafield: items.reserves
770
          tab: 10
770
          tab: 10
771
          authorised_value: ""
771
          authorised_value:
772
          authtypecode: ""
772
          authtypecode: ""
773
          value_builder: ""
773
          value_builder: ""
774
          isurl:
774
          isurl:
Lines 786-792 tables: Link Here
786
          mandatory: 0
786
          mandatory: 0
787
          kohafield: items.itemcallnumber
787
          kohafield: items.itemcallnumber
788
          tab: 10
788
          tab: 10
789
          authorised_value: ""
789
          authorised_value:
790
          authtypecode: ""
790
          authtypecode: ""
791
          value_builder:
791
          value_builder:
792
          isurl: 0
792
          isurl: 0
Lines 804-810 tables: Link Here
804
          mandatory: 0
804
          mandatory: 0
805
          kohafield: items.barcode
805
          kohafield: items.barcode
806
          tab: 10
806
          tab: 10
807
          authorised_value: ""
807
          authorised_value:
808
          authtypecode: ""
808
          authtypecode: ""
809
          value_builder: barcode.pl
809
          value_builder: barcode.pl
810
          isurl: 0
810
          isurl: 0
Lines 822-828 tables: Link Here
822
          mandatory: 0
822
          mandatory: 0
823
          kohafield: items.onloan
823
          kohafield: items.onloan
824
          tab: 10
824
          tab: 10
825
          authorised_value: ""
825
          authorised_value:
826
          authtypecode: ""
826
          authtypecode: ""
827
          value_builder: ""
827
          value_builder: ""
828
          isurl:
828
          isurl:
Lines 840-846 tables: Link Here
840
          mandatory: 0
840
          mandatory: 0
841
          kohafield: items.datelastseen
841
          kohafield: items.datelastseen
842
          tab: 10
842
          tab: 10
843
          authorised_value: ""
843
          authorised_value:
844
          authtypecode: ""
844
          authtypecode: ""
845
          value_builder: ""
845
          value_builder: ""
846
          isurl:
846
          isurl:
Lines 858-864 tables: Link Here
858
          mandatory: 0
858
          mandatory: 0
859
          kohafield: items.datelastborrowed
859
          kohafield: items.datelastborrowed
860
          tab: 10
860
          tab: 10
861
          authorised_value: ""
861
          authorised_value:
862
          authtypecode: ""
862
          authtypecode: ""
863
          value_builder: ""
863
          value_builder: ""
864
          isurl:
864
          isurl:
Lines 876-882 tables: Link Here
876
          mandatory: 0
876
          mandatory: 0
877
          kohafield: items.copynumber
877
          kohafield: items.copynumber
878
          tab: 10
878
          tab: 10
879
          authorised_value: ""
879
          authorised_value:
880
          authtypecode: ""
880
          authtypecode: ""
881
          value_builder: ""
881
          value_builder: ""
882
          isurl:
882
          isurl:
Lines 894-900 tables: Link Here
894
          mandatory: 0
894
          mandatory: 0
895
          kohafield: items.uri
895
          kohafield: items.uri
896
          tab: 10
896
          tab: 10
897
          authorised_value: ""
897
          authorised_value:
898
          authtypecode: ""
898
          authtypecode: ""
899
          value_builder: ""
899
          value_builder: ""
900
          isurl: 1
900
          isurl: 1
Lines 912-918 tables: Link Here
912
          mandatory: 0
912
          mandatory: 0
913
          kohafield: items.replacementprice
913
          kohafield: items.replacementprice
914
          tab: 10
914
          tab: 10
915
          authorised_value: ""
915
          authorised_value:
916
          authtypecode: ""
916
          authtypecode: ""
917
          value_builder: ""
917
          value_builder: ""
918
          isurl: 0
918
          isurl: 0
Lines 930-936 tables: Link Here
930
          mandatory: 0
930
          mandatory: 0
931
          kohafield: items.replacementpricedate
931
          kohafield: items.replacementpricedate
932
          tab: 10
932
          tab: 10
933
          authorised_value: ""
933
          authorised_value:
934
          authtypecode: ""
934
          authtypecode: ""
935
          value_builder: ""
935
          value_builder: ""
936
          isurl: 0
936
          isurl: 0
Lines 948-954 tables: Link Here
948
          mandatory: 0
948
          mandatory: 0
949
          kohafield: items.itemnotes_nonpublic
949
          kohafield: items.itemnotes_nonpublic
950
          tab: 10
950
          tab: 10
951
          authorised_value: ""
951
          authorised_value:
952
          authtypecode: ""
952
          authtypecode: ""
953
          value_builder: ""
953
          value_builder: ""
954
          isurl:
954
          isurl:
Lines 984-990 tables: Link Here
984
          mandatory: 0
984
          mandatory: 0
985
          kohafield: items.itemnotes
985
          kohafield: items.itemnotes
986
          tab: 10
986
          tab: 10
987
          authorised_value: ""
987
          authorised_value:
988
          authtypecode: ""
988
          authtypecode: ""
989
          value_builder: ""
989
          value_builder: ""
990
          isurl:
990
          isurl:
Lines 1003-1009 tables: Link Here
1003
          libopac: "LEADER"
1003
          libopac: "LEADER"
1004
          repeatable: 0
1004
          repeatable: 0
1005
          mandatory: 1
1005
          mandatory: 1
1006
          authorised_value: ""
1006
          authorised_value:
1007
          frameworkcode: ""
1007
          frameworkcode: ""
1008
1008
1009
        - tagfield: "001"
1009
        - tagfield: "001"
Lines 1011-1017 tables: Link Here
1011
          libopac: "CONTROL NUMBER"
1011
          libopac: "CONTROL NUMBER"
1012
          repeatable: 0
1012
          repeatable: 0
1013
          mandatory: 0
1013
          mandatory: 0
1014
          authorised_value: ""
1014
          authorised_value:
1015
          frameworkcode: ""
1015
          frameworkcode: ""
1016
1016
1017
        - tagfield: "003"
1017
        - tagfield: "003"
Lines 1019-1025 tables: Link Here
1019
          libopac: "CONTROL NUMBER IDENTIFIER"
1019
          libopac: "CONTROL NUMBER IDENTIFIER"
1020
          repeatable: 0
1020
          repeatable: 0
1021
          mandatory: 1
1021
          mandatory: 1
1022
          authorised_value: ""
1022
          authorised_value:
1023
          frameworkcode: ""
1023
          frameworkcode: ""
1024
1024
1025
        - tagfield: "005"
1025
        - tagfield: "005"
Lines 1027-1033 tables: Link Here
1027
          libopac: "DATE AND TIME OF LATEST TRANSACTION"
1027
          libopac: "DATE AND TIME OF LATEST TRANSACTION"
1028
          repeatable: 0
1028
          repeatable: 0
1029
          mandatory: 1
1029
          mandatory: 1
1030
          authorised_value: ""
1030
          authorised_value:
1031
          frameworkcode: ""
1031
          frameworkcode: ""
1032
1032
1033
        - tagfield: "006"
1033
        - tagfield: "006"
Lines 1035-1041 tables: Link Here
1035
          libopac: "FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS"
1035
          libopac: "FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS"
1036
          repeatable: 1
1036
          repeatable: 1
1037
          mandatory: 0
1037
          mandatory: 0
1038
          authorised_value: ""
1038
          authorised_value:
1039
          frameworkcode: ""
1039
          frameworkcode: ""
1040
1040
1041
        - tagfield: "007"
1041
        - tagfield: "007"
Lines 1043-1049 tables: Link Here
1043
          libopac: "PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION"
1043
          libopac: "PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION"
1044
          repeatable: 1
1044
          repeatable: 1
1045
          mandatory: 0
1045
          mandatory: 0
1046
          authorised_value: ""
1046
          authorised_value:
1047
          frameworkcode: ""
1047
          frameworkcode: ""
1048
1048
1049
        - tagfield: "008"
1049
        - tagfield: "008"
Lines 1051-1057 tables: Link Here
1051
          libopac: "FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION"
1051
          libopac: "FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION"
1052
          repeatable: 0
1052
          repeatable: 0
1053
          mandatory: 1
1053
          mandatory: 1
1054
          authorised_value: ""
1054
          authorised_value:
1055
          frameworkcode: ""
1055
          frameworkcode: ""
1056
1056
1057
        - tagfield: "009"
1057
        - tagfield: "009"
Lines 1059-1065 tables: Link Here
1059
          libopac: "PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]"
1059
          libopac: "PHYSICAL DESCRIPTION FIXED-FIELD FOR ARCHIVAL COLLECTION (VM) [OBSOLETE]"
1060
          repeatable: 1
1060
          repeatable: 1
1061
          mandatory: 0
1061
          mandatory: 0
1062
          authorised_value: ""
1062
          authorised_value:
1063
          frameworkcode: ""
1063
          frameworkcode: ""
1064
1064
1065
        - tagfield: "010"
1065
        - tagfield: "010"
Lines 1067-1073 tables: Link Here
1067
          libopac: "LIBRARY OF CONGRESS CONTROL NUMBER"
1067
          libopac: "LIBRARY OF CONGRESS CONTROL NUMBER"
1068
          repeatable: 0
1068
          repeatable: 0
1069
          mandatory: 0
1069
          mandatory: 0
1070
          authorised_value: ""
1070
          authorised_value:
1071
          frameworkcode: ""
1071
          frameworkcode: ""
1072
1072
1073
        - tagfield: "011"
1073
        - tagfield: "011"
Lines 1075-1081 tables: Link Here
1075
          libopac: "LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]"
1075
          libopac: "LINKING LIBRARY OF CONGRESS CONTROL NUMBER [OBSOLETE]"
1076
          repeatable: 0
1076
          repeatable: 0
1077
          mandatory: 0
1077
          mandatory: 0
1078
          authorised_value: ""
1078
          authorised_value:
1079
          frameworkcode: ""
1079
          frameworkcode: ""
1080
1080
1081
        - tagfield: "013"
1081
        - tagfield: "013"
Lines 1083-1089 tables: Link Here
1083
          libopac: "PATENT CONTROL INFORMATION"
1083
          libopac: "PATENT CONTROL INFORMATION"
1084
          repeatable: 1
1084
          repeatable: 1
1085
          mandatory: 0
1085
          mandatory: 0
1086
          authorised_value: ""
1086
          authorised_value:
1087
          frameworkcode: ""
1087
          frameworkcode: ""
1088
1088
1089
        - tagfield: "015"
1089
        - tagfield: "015"
Lines 1091-1097 tables: Link Here
1091
          libopac: "NATIONAL BIBLIOGRAPHY NUMBER"
1091
          libopac: "NATIONAL BIBLIOGRAPHY NUMBER"
1092
          repeatable: 1
1092
          repeatable: 1
1093
          mandatory: 0
1093
          mandatory: 0
1094
          authorised_value: ""
1094
          authorised_value:
1095
          frameworkcode: ""
1095
          frameworkcode: ""
1096
1096
1097
        - tagfield: "016"
1097
        - tagfield: "016"
Lines 1099-1105 tables: Link Here
1099
          libopac: "NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER"
1099
          libopac: "NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER"
1100
          repeatable: 1
1100
          repeatable: 1
1101
          mandatory: 0
1101
          mandatory: 0
1102
          authorised_value: ""
1102
          authorised_value:
1103
          frameworkcode: ""
1103
          frameworkcode: ""
1104
1104
1105
        - tagfield: "017"
1105
        - tagfield: "017"
Lines 1107-1113 tables: Link Here
1107
          libopac: "COPYRIGHT OR LEGAL DEPOSIT NUMBER"
1107
          libopac: "COPYRIGHT OR LEGAL DEPOSIT NUMBER"
1108
          repeatable: 1
1108
          repeatable: 1
1109
          mandatory: 0
1109
          mandatory: 0
1110
          authorised_value: ""
1110
          authorised_value:
1111
          frameworkcode: ""
1111
          frameworkcode: ""
1112
1112
1113
        - tagfield: "018"
1113
        - tagfield: "018"
Lines 1115-1121 tables: Link Here
1115
          libopac: "COPYRIGHT ARTICLE-FEE CODE"
1115
          libopac: "COPYRIGHT ARTICLE-FEE CODE"
1116
          repeatable: 0
1116
          repeatable: 0
1117
          mandatory: 0
1117
          mandatory: 0
1118
          authorised_value: ""
1118
          authorised_value:
1119
          frameworkcode: ""
1119
          frameworkcode: ""
1120
1120
1121
        - tagfield: "020"
1121
        - tagfield: "020"
Lines 1155-1161 tables: Link Here
1155
          libopac: "OVERSEAS ACQUISITION NUMBER"
1155
          libopac: "OVERSEAS ACQUISITION NUMBER"
1156
          repeatable: 1
1156
          repeatable: 1
1157
          mandatory: 0
1157
          mandatory: 0
1158
          authorised_value: ""
1158
          authorised_value:
1159
          frameworkcode: ""
1159
          frameworkcode: ""
1160
1160
1161
        - tagfield: "026"
1161
        - tagfield: "026"
Lines 1163-1169 tables: Link Here
1163
          libopac: "FINGERPRINT IDENTIFIER"
1163
          libopac: "FINGERPRINT IDENTIFIER"
1164
          repeatable: 1
1164
          repeatable: 1
1165
          mandatory: 0
1165
          mandatory: 0
1166
          authorised_value: ""
1166
          authorised_value:
1167
          frameworkcode: ""
1167
          frameworkcode: ""
1168
1168
1169
        - tagfield: "027"
1169
        - tagfield: "027"
Lines 1171-1177 tables: Link Here
1171
          libopac: "STANDARD TECHNICAL REPORT NUMBER"
1171
          libopac: "STANDARD TECHNICAL REPORT NUMBER"
1172
          repeatable: 1
1172
          repeatable: 1
1173
          mandatory: 0
1173
          mandatory: 0
1174
          authorised_value: ""
1174
          authorised_value:
1175
          frameworkcode: ""
1175
          frameworkcode: ""
1176
1176
1177
        - tagfield: "028"
1177
        - tagfield: "028"
Lines 1187-1193 tables: Link Here
1187
          libopac: "OTHER SYSTEM CONTROL NUMBER (OCLC)"
1187
          libopac: "OTHER SYSTEM CONTROL NUMBER (OCLC)"
1188
          repeatable: 1
1188
          repeatable: 1
1189
          mandatory: 0
1189
          mandatory: 0
1190
          authorised_value: ""
1190
          authorised_value:
1191
          frameworkcode: ""
1191
          frameworkcode: ""
1192
1192
1193
        - tagfield: "030"
1193
        - tagfield: "030"
Lines 1195-1201 tables: Link Here
1195
          libopac: "CODEN DESIGNATION"
1195
          libopac: "CODEN DESIGNATION"
1196
          repeatable: 1
1196
          repeatable: 1
1197
          mandatory: 0
1197
          mandatory: 0
1198
          authorised_value: ""
1198
          authorised_value:
1199
          frameworkcode: ""
1199
          frameworkcode: ""
1200
1200
1201
        - tagfield: "031"
1201
        - tagfield: "031"
Lines 1203-1209 tables: Link Here
1203
          libopac: "MUSICAL INCIPITS INFORMATION"
1203
          libopac: "MUSICAL INCIPITS INFORMATION"
1204
          repeatable: 1
1204
          repeatable: 1
1205
          mandatory: 0
1205
          mandatory: 0
1206
          authorised_value: ""
1206
          authorised_value:
1207
          frameworkcode: ""
1207
          frameworkcode: ""
1208
1208
1209
        - tagfield: "032"
1209
        - tagfield: "032"
Lines 1211-1217 tables: Link Here
1211
          libopac: "POSTAL REGISTRATION NUMBER"
1211
          libopac: "POSTAL REGISTRATION NUMBER"
1212
          repeatable: 1
1212
          repeatable: 1
1213
          mandatory: 0
1213
          mandatory: 0
1214
          authorised_value: ""
1214
          authorised_value:
1215
          frameworkcode: ""
1215
          frameworkcode: ""
1216
1216
1217
        - tagfield: "033"
1217
        - tagfield: "033"
Lines 1219-1225 tables: Link Here
1219
          libopac: "DATE/TIME AND PLACE OF AN EVENT"
1219
          libopac: "DATE/TIME AND PLACE OF AN EVENT"
1220
          repeatable: 1
1220
          repeatable: 1
1221
          mandatory: 0
1221
          mandatory: 0
1222
          authorised_value: ""
1222
          authorised_value:
1223
          frameworkcode: ""
1223
          frameworkcode: ""
1224
1224
1225
        - tagfield: "034"
1225
        - tagfield: "034"
Lines 1227-1233 tables: Link Here
1227
          libopac: "CODED CARTOGRAPHIC MATHEMATICAL DATA"
1227
          libopac: "CODED CARTOGRAPHIC MATHEMATICAL DATA"
1228
          repeatable: 1
1228
          repeatable: 1
1229
          mandatory: 0
1229
          mandatory: 0
1230
          authorised_value: ""
1230
          authorised_value:
1231
          frameworkcode: ""
1231
          frameworkcode: ""
1232
1232
1233
        - tagfield: "035"
1233
        - tagfield: "035"
Lines 1243-1249 tables: Link Here
1243
          libopac: "ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES"
1243
          libopac: "ORIGINAL STUDY NUMBER FOR COMPUTER DATA FILES"
1244
          repeatable: 0
1244
          repeatable: 0
1245
          mandatory: 0
1245
          mandatory: 0
1246
          authorised_value: ""
1246
          authorised_value:
1247
          frameworkcode: ""
1247
          frameworkcode: ""
1248
1248
1249
        - tagfield: "037"
1249
        - tagfield: "037"
Lines 1259-1265 tables: Link Here
1259
          libopac: "RECORD CONTENT LICENSOR"
1259
          libopac: "RECORD CONTENT LICENSOR"
1260
          repeatable: 0
1260
          repeatable: 0
1261
          mandatory: 0
1261
          mandatory: 0
1262
          authorised_value: ""
1262
          authorised_value:
1263
          frameworkcode: ""
1263
          frameworkcode: ""
1264
1264
1265
        - tagfield: "039"
1265
        - tagfield: "039"
Lines 1267-1273 tables: Link Here
1267
          libopac: "LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]"
1267
          libopac: "LEVEL OF BIBLIOGRAPHIC CONTROL AND CODING DETAIL [OBSOLETE]"
1268
          repeatable: 0
1268
          repeatable: 0
1269
          mandatory: 0
1269
          mandatory: 0
1270
          authorised_value: ""
1270
          authorised_value:
1271
          frameworkcode: ""
1271
          frameworkcode: ""
1272
1272
1273
        - tagfield: "040"
1273
        - tagfield: "040"
Lines 1283-1289 tables: Link Here
1283
          libopac: "LANGUAGE CODE"
1283
          libopac: "LANGUAGE CODE"
1284
          repeatable: 1
1284
          repeatable: 1
1285
          mandatory: 0
1285
          mandatory: 0
1286
          authorised_value: ""
1286
          authorised_value:
1287
          frameworkcode: ""
1287
          frameworkcode: ""
1288
1288
1289
        - tagfield: "042"
1289
        - tagfield: "042"
Lines 1291-1297 tables: Link Here
1291
          libopac: "AUTHENTICATION CODE"
1291
          libopac: "AUTHENTICATION CODE"
1292
          repeatable: 0
1292
          repeatable: 0
1293
          mandatory: 0
1293
          mandatory: 0
1294
          authorised_value: ""
1294
          authorised_value:
1295
          frameworkcode: ""
1295
          frameworkcode: ""
1296
1296
1297
        - tagfield: "043"
1297
        - tagfield: "043"
Lines 1307-1313 tables: Link Here
1307
          libopac: "COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE"
1307
          libopac: "COUNTRY OF PUBLISHING/PRODUCING ENTITY CODE"
1308
          repeatable: 0
1308
          repeatable: 0
1309
          mandatory: 0
1309
          mandatory: 0
1310
          authorised_value: ""
1310
          authorised_value:
1311
          frameworkcode: ""
1311
          frameworkcode: ""
1312
1312
1313
        - tagfield: "045"
1313
        - tagfield: "045"
Lines 1315-1321 tables: Link Here
1315
          libopac: "TIME PERIOD OF CONTENT"
1315
          libopac: "TIME PERIOD OF CONTENT"
1316
          repeatable: 0
1316
          repeatable: 0
1317
          mandatory: 0
1317
          mandatory: 0
1318
          authorised_value: ""
1318
          authorised_value:
1319
          frameworkcode: ""
1319
          frameworkcode: ""
1320
1320
1321
        - tagfield: "046"
1321
        - tagfield: "046"
Lines 1323-1329 tables: Link Here
1323
          libopac: "SPECIAL CODED DATES"
1323
          libopac: "SPECIAL CODED DATES"
1324
          repeatable: 1
1324
          repeatable: 1
1325
          mandatory: 0
1325
          mandatory: 0
1326
          authorised_value: ""
1326
          authorised_value:
1327
          frameworkcode: ""
1327
          frameworkcode: ""
1328
1328
1329
        - tagfield: "047"
1329
        - tagfield: "047"
Lines 1331-1337 tables: Link Here
1331
          libopac: "FORM OF MUSICAL COMPOSITION CODE"
1331
          libopac: "FORM OF MUSICAL COMPOSITION CODE"
1332
          repeatable: 1
1332
          repeatable: 1
1333
          mandatory: 0
1333
          mandatory: 0
1334
          authorised_value: ""
1334
          authorised_value:
1335
          frameworkcode: ""
1335
          frameworkcode: ""
1336
1336
1337
        - tagfield: "048"
1337
        - tagfield: "048"
Lines 1339-1345 tables: Link Here
1339
          libopac: "NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE"
1339
          libopac: "NUMBER OF MUSICAL INSTRUMENTS OR VOICES CODE"
1340
          repeatable: 1
1340
          repeatable: 1
1341
          mandatory: 0
1341
          mandatory: 0
1342
          authorised_value: ""
1342
          authorised_value:
1343
          frameworkcode: ""
1343
          frameworkcode: ""
1344
1344
1345
        - tagfield: "049"
1345
        - tagfield: "049"
Lines 1347-1353 tables: Link Here
1347
          libopac: "LOCAL HOLDINGS (OCLC)"
1347
          libopac: "LOCAL HOLDINGS (OCLC)"
1348
          repeatable: 0
1348
          repeatable: 0
1349
          mandatory: 0
1349
          mandatory: 0
1350
          authorised_value: ""
1350
          authorised_value:
1351
          frameworkcode: ""
1351
          frameworkcode: ""
1352
1352
1353
        - tagfield: "050"
1353
        - tagfield: "050"
Lines 1507-1513 tables: Link Here
1507
          libopac: "LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)"
1507
          libopac: "LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)"
1508
          repeatable: 1
1508
          repeatable: 1
1509
          mandatory: 0
1509
          mandatory: 0
1510
          authorised_value: ""
1510
          authorised_value:
1511
          frameworkcode: ""
1511
          frameworkcode: ""
1512
1512
1513
        - tagfield: "091"
1513
        - tagfield: "091"
Lines 1515-1521 tables: Link Here
1515
          libopac: "MICROFILM SHELF LOCATION (AM) [OBSOLETE]"
1515
          libopac: "MICROFILM SHELF LOCATION (AM) [OBSOLETE]"
1516
          repeatable: 0
1516
          repeatable: 0
1517
          mandatory: 0
1517
          mandatory: 0
1518
          authorised_value: ""
1518
          authorised_value:
1519
          frameworkcode: ""
1519
          frameworkcode: ""
1520
1520
1521
        - tagfield: "092"
1521
        - tagfield: "092"
Lines 1523-1529 tables: Link Here
1523
          libopac: "LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)"
1523
          libopac: "LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)"
1524
          repeatable: 1
1524
          repeatable: 1
1525
          mandatory: 0
1525
          mandatory: 0
1526
          authorised_value: ""
1526
          authorised_value:
1527
          frameworkcode: ""
1527
          frameworkcode: ""
1528
1528
1529
        - tagfield: "096"
1529
        - tagfield: "096"
Lines 1531-1537 tables: Link Here
1531
          libopac: "LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)"
1531
          libopac: "LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)"
1532
          repeatable: 1
1532
          repeatable: 1
1533
          mandatory: 0
1533
          mandatory: 0
1534
          authorised_value: ""
1534
          authorised_value:
1535
          frameworkcode: ""
1535
          frameworkcode: ""
1536
1536
1537
        - tagfield: "098"
1537
        - tagfield: "098"
Lines 1539-1545 tables: Link Here
1539
          libopac: "OTHER CLASSIFICATION SCHEMES (OCLC)"
1539
          libopac: "OTHER CLASSIFICATION SCHEMES (OCLC)"
1540
          repeatable: 1
1540
          repeatable: 1
1541
          mandatory: 0
1541
          mandatory: 0
1542
          authorised_value: ""
1542
          authorised_value:
1543
          frameworkcode: ""
1543
          frameworkcode: ""
1544
1544
1545
        - tagfield: "099"
1545
        - tagfield: "099"
Lines 1547-1553 tables: Link Here
1547
          libopac: "LOCAL FREE-TEXT CALL NUMBER (OCLC)"
1547
          libopac: "LOCAL FREE-TEXT CALL NUMBER (OCLC)"
1548
          repeatable: 1
1548
          repeatable: 1
1549
          mandatory: 0
1549
          mandatory: 0
1550
          authorised_value: ""
1550
          authorised_value:
1551
          frameworkcode: ""
1551
          frameworkcode: ""
1552
1552
1553
        - tagfield: "100"
1553
        - tagfield: "100"
Lines 1635-1641 tables: Link Here
1635
          libopac: "ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]"
1635
          libopac: "ROMANIZED TITLE (BK AM CF MP MU VM) [OBSOLETE]"
1636
          repeatable: 0
1636
          repeatable: 0
1637
          mandatory: 0
1637
          mandatory: 0
1638
          authorised_value: ""
1638
          authorised_value:
1639
          frameworkcode: ""
1639
          frameworkcode: ""
1640
1640
1641
        - tagfield: "242"
1641
        - tagfield: "242"
Lines 1651-1657 tables: Link Here
1651
          libopac: "COLLECTIVE UNIFORM TITLE"
1651
          libopac: "COLLECTIVE UNIFORM TITLE"
1652
          repeatable: 0
1652
          repeatable: 0
1653
          mandatory: 0
1653
          mandatory: 0
1654
          authorised_value: ""
1654
          authorised_value:
1655
          frameworkcode: ""
1655
          frameworkcode: ""
1656
1656
1657
        - tagfield: "245"
1657
        - tagfield: "245"
Lines 1659-1665 tables: Link Here
1659
          libopac: "TITLE STATEMENT"
1659
          libopac: "TITLE STATEMENT"
1660
          repeatable: 0
1660
          repeatable: 0
1661
          mandatory: 1
1661
          mandatory: 1
1662
          authorised_value: ""
1662
          authorised_value:
1663
          frameworkcode: ""
1663
          frameworkcode: ""
1664
1664
1665
        - tagfield: "246"
1665
        - tagfield: "246"
Lines 2179-2185 tables: Link Here
2179
          libopac: "SERIES STATEMENT"
2179
          libopac: "SERIES STATEMENT"
2180
          repeatable: 1
2180
          repeatable: 1
2181
          mandatory: 0
2181
          mandatory: 0
2182
          authorised_value: ""
2182
          authorised_value:
2183
          frameworkcode: ""
2183
          frameworkcode: ""
2184
2184
2185
        - tagfield: "500"
2185
        - tagfield: "500"
Lines 2819-2825 tables: Link Here
2819
          libopac: "LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)"
2819
          libopac: "LOCAL SUBJECT ADDED ENTRY--TOPICAL TERM (OCLC, RLIN)"
2820
          repeatable: 1
2820
          repeatable: 1
2821
          mandatory: 0
2821
          mandatory: 0
2822
          authorised_value: ""
2822
          authorised_value:
2823
          frameworkcode: ""
2823
          frameworkcode: ""
2824
2824
2825
        - tagfield: "691"
2825
        - tagfield: "691"
Lines 2827-2833 tables: Link Here
2827
          libopac: "LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)"
2827
          libopac: "LOCAL SUBJECT ADDED ENTRY--GEOGRAPHIC NAME (RLIN)"
2828
          repeatable: 1
2828
          repeatable: 1
2829
          mandatory: 0
2829
          mandatory: 0
2830
          authorised_value: ""
2830
          authorised_value:
2831
          frameworkcode: ""
2831
          frameworkcode: ""
2832
2832
2833
        - tagfield: "696"
2833
        - tagfield: "696"
Lines 2835-2841 tables: Link Here
2835
          libopac: "LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)"
2835
          libopac: "LOCAL SUBJECT ADDED ENTRY--PERSONAL NAME (RLIN)"
2836
          repeatable: 1
2836
          repeatable: 1
2837
          mandatory: 0
2837
          mandatory: 0
2838
          authorised_value: ""
2838
          authorised_value:
2839
          frameworkcode: ""
2839
          frameworkcode: ""
2840
2840
2841
        - tagfield: "697"
2841
        - tagfield: "697"
Lines 2843-2849 tables: Link Here
2843
          libopac: "LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)"
2843
          libopac: "LOCAL SUBJECT ADDED ENTRY--CORPORATE NAME (RLIN)"
2844
          repeatable: 1
2844
          repeatable: 1
2845
          mandatory: 0
2845
          mandatory: 0
2846
          authorised_value: ""
2846
          authorised_value:
2847
          frameworkcode: ""
2847
          frameworkcode: ""
2848
2848
2849
        - tagfield: "698"
2849
        - tagfield: "698"
Lines 2851-2857 tables: Link Here
2851
          libopac: "LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)"
2851
          libopac: "LOCAL SUBJECT ADDED ENTRY--MEETING NAME (RLIN)"
2852
          repeatable: 1
2852
          repeatable: 1
2853
          mandatory: 0
2853
          mandatory: 0
2854
          authorised_value: ""
2854
          authorised_value:
2855
          frameworkcode: ""
2855
          frameworkcode: ""
2856
2856
2857
        - tagfield: "699"
2857
        - tagfield: "699"
Lines 2859-2865 tables: Link Here
2859
          libopac: "LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)"
2859
          libopac: "LOCAL SUBJECT ADDED ENTRY--UNIFORM TITLE (RLIN)"
2860
          repeatable: 1
2860
          repeatable: 1
2861
          mandatory: 0
2861
          mandatory: 0
2862
          authorised_value: ""
2862
          authorised_value:
2863
          frameworkcode: ""
2863
          frameworkcode: ""
2864
2864
2865
        - tagfield: "700"
2865
        - tagfield: "700"
Lines 3099-3105 tables: Link Here
3099
          libopac: "COMPONENT ITEM ENTRY (RLIN)"
3099
          libopac: "COMPONENT ITEM ENTRY (RLIN)"
3100
          repeatable: 1
3100
          repeatable: 1
3101
          mandatory: 0
3101
          mandatory: 0
3102
          authorised_value: ""
3102
          authorised_value:
3103
          frameworkcode: ""
3103
          frameworkcode: ""
3104
3104
3105
        - tagfield: "796"
3105
        - tagfield: "796"
Lines 3107-3113 tables: Link Here
3107
          libopac: "LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)"
3107
          libopac: "LOCAL ADDED ENTRY--PERSONAL NAME (RLIN)"
3108
          repeatable: 1
3108
          repeatable: 1
3109
          mandatory: 0
3109
          mandatory: 0
3110
          authorised_value: ""
3110
          authorised_value:
3111
          frameworkcode: ""
3111
          frameworkcode: ""
3112
3112
3113
        - tagfield: "797"
3113
        - tagfield: "797"
Lines 3115-3121 tables: Link Here
3115
          libopac: "LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)"
3115
          libopac: "LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)"
3116
          repeatable: 1
3116
          repeatable: 1
3117
          mandatory: 0
3117
          mandatory: 0
3118
          authorised_value: ""
3118
          authorised_value:
3119
          frameworkcode: ""
3119
          frameworkcode: ""
3120
3120
3121
        - tagfield: "798"
3121
        - tagfield: "798"
Lines 3123-3129 tables: Link Here
3123
          libopac: "LOCAL ADDED ENTRY--MEETING NAME (RLIN)"
3123
          libopac: "LOCAL ADDED ENTRY--MEETING NAME (RLIN)"
3124
          repeatable: 1
3124
          repeatable: 1
3125
          mandatory: 0
3125
          mandatory: 0
3126
          authorised_value: ""
3126
          authorised_value:
3127
          frameworkcode: ""
3127
          frameworkcode: ""
3128
3128
3129
        - tagfield: "799"
3129
        - tagfield: "799"
Lines 3131-3137 tables: Link Here
3131
          libopac: "LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)"
3131
          libopac: "LOCAL ADDED ENTRY--UNIFORM TITLE (RLIN)"
3132
          repeatable: 1
3132
          repeatable: 1
3133
          mandatory: 0
3133
          mandatory: 0
3134
          authorised_value: ""
3134
          authorised_value:
3135
          frameworkcode: ""
3135
          frameworkcode: ""
3136
3136
3137
        - tagfield: "800"
3137
        - tagfield: "800"
Lines 3275-3281 tables: Link Here
3275
          libopac: "LOCAL CONTROL INFORMATION (RLIN)"
3275
          libopac: "LOCAL CONTROL INFORMATION (RLIN)"
3276
          repeatable: 1
3276
          repeatable: 1
3277
          mandatory: 0
3277
          mandatory: 0
3278
          authorised_value: ""
3278
          authorised_value:
3279
          frameworkcode: ""
3279
          frameworkcode: ""
3280
3280
3281
        - tagfield: "863"
3281
        - tagfield: "863"
Lines 3443-3449 tables: Link Here
3443
          libopac: "LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)"
3443
          libopac: "LOCAL SERIES ADDED ENTRY--PERSONAL NAME (RLIN)"
3444
          repeatable: 1
3444
          repeatable: 1
3445
          mandatory: 0
3445
          mandatory: 0
3446
          authorised_value: ""
3446
          authorised_value:
3447
          frameworkcode: ""
3447
          frameworkcode: ""
3448
3448
3449
        - tagfield: "897"
3449
        - tagfield: "897"
Lines 3451-3457 tables: Link Here
3451
          libopac: "LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)"
3451
          libopac: "LOCAL SERIES ADDED ENTRY--CORPORATE NAME (RLIN)"
3452
          repeatable: 1
3452
          repeatable: 1
3453
          mandatory: 0
3453
          mandatory: 0
3454
          authorised_value: ""
3454
          authorised_value:
3455
          frameworkcode: ""
3455
          frameworkcode: ""
3456
3456
3457
        - tagfield: "898"
3457
        - tagfield: "898"
Lines 3459-3465 tables: Link Here
3459
          libopac: "LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)"
3459
          libopac: "LOCAL SERIES ADDED ENTRY--MEETING NAME (RLIN)"
3460
          repeatable: 1
3460
          repeatable: 1
3461
          mandatory: 0
3461
          mandatory: 0
3462
          authorised_value: ""
3462
          authorised_value:
3463
          frameworkcode: ""
3463
          frameworkcode: ""
3464
3464
3465
        - tagfield: "899"
3465
        - tagfield: "899"
Lines 3467-3473 tables: Link Here
3467
          libopac: "LOCAL SERIES ADDED ENTRY--UNIFORM TITLE (RLIN)"
3467
          libopac: "LOCAL SERIES ADDED ENTRY--UNIFORM TITLE (RLIN)"
3468
          repeatable: 1
3468
          repeatable: 1
3469
          mandatory: 0
3469
          mandatory: 0
3470
          authorised_value: ""
3470
          authorised_value:
3471
          frameworkcode: ""
3471
          frameworkcode: ""
3472
3472
3473
        - tagfield: "900"
3473
        - tagfield: "900"
Lines 3475-3481 tables: Link Here
3475
          libopac: "EQUIVALENCE OR CROSS-REFERENCE-PERSONAL NAME [LOCAL, CANADA]"
3475
          libopac: "EQUIVALENCE OR CROSS-REFERENCE-PERSONAL NAME [LOCAL, CANADA]"
3476
          repeatable: 1
3476
          repeatable: 1
3477
          mandatory: 0
3477
          mandatory: 0
3478
          authorised_value: ""
3478
          authorised_value:
3479
          frameworkcode: ""
3479
          frameworkcode: ""
3480
3480
3481
        - tagfield: "901"
3481
        - tagfield: "901"
Lines 3483-3489 tables: Link Here
3483
          libopac: "LOCAL DATA ELEMENT A, LDA (RLIN)"
3483
          libopac: "LOCAL DATA ELEMENT A, LDA (RLIN)"
3484
          repeatable: 1
3484
          repeatable: 1
3485
          mandatory: 0
3485
          mandatory: 0
3486
          authorised_value: ""
3486
          authorised_value:
3487
          frameworkcode: ""
3487
          frameworkcode: ""
3488
3488
3489
        - tagfield: "902"
3489
        - tagfield: "902"
Lines 3491-3497 tables: Link Here
3491
          libopac: "LOCAL DATA ELEMENT B, LDB (RLIN)"
3491
          libopac: "LOCAL DATA ELEMENT B, LDB (RLIN)"
3492
          repeatable: 1
3492
          repeatable: 1
3493
          mandatory: 0
3493
          mandatory: 0
3494
          authorised_value: ""
3494
          authorised_value:
3495
          frameworkcode: ""
3495
          frameworkcode: ""
3496
3496
3497
        - tagfield: "903"
3497
        - tagfield: "903"
Lines 3499-3505 tables: Link Here
3499
          libopac: "LOCAL DATA ELEMENT C, LDC (RLIN)"
3499
          libopac: "LOCAL DATA ELEMENT C, LDC (RLIN)"
3500
          repeatable: 1
3500
          repeatable: 1
3501
          mandatory: 0
3501
          mandatory: 0
3502
          authorised_value: ""
3502
          authorised_value:
3503
          frameworkcode: ""
3503
          frameworkcode: ""
3504
3504
3505
        - tagfield: "904"
3505
        - tagfield: "904"
Lines 3507-3513 tables: Link Here
3507
          libopac: "LOCAL DATA ELEMENT D, LDD (RLIN)"
3507
          libopac: "LOCAL DATA ELEMENT D, LDD (RLIN)"
3508
          repeatable: 1
3508
          repeatable: 1
3509
          mandatory: 0
3509
          mandatory: 0
3510
          authorised_value: ""
3510
          authorised_value:
3511
          frameworkcode: ""
3511
          frameworkcode: ""
3512
3512
3513
        - tagfield: "905"
3513
        - tagfield: "905"
Lines 3515-3521 tables: Link Here
3515
          libopac: "LOCAL DATA ELEMENT E, LDE (RLIN)"
3515
          libopac: "LOCAL DATA ELEMENT E, LDE (RLIN)"
3516
          repeatable: 1
3516
          repeatable: 1
3517
          mandatory: 0
3517
          mandatory: 0
3518
          authorised_value: ""
3518
          authorised_value:
3519
          frameworkcode: ""
3519
          frameworkcode: ""
3520
3520
3521
        - tagfield: "906"
3521
        - tagfield: "906"
Lines 3523-3529 tables: Link Here
3523
          libopac: "LOCAL DATA ELEMENT F, LDF (RLIN)"
3523
          libopac: "LOCAL DATA ELEMENT F, LDF (RLIN)"
3524
          repeatable: 1
3524
          repeatable: 1
3525
          mandatory: 0
3525
          mandatory: 0
3526
          authorised_value: ""
3526
          authorised_value:
3527
          frameworkcode: ""
3527
          frameworkcode: ""
3528
3528
3529
        - tagfield: "907"
3529
        - tagfield: "907"
Lines 3531-3537 tables: Link Here
3531
          libopac: "LOCAL DATA ELEMENT G, LDG (RLIN)"
3531
          libopac: "LOCAL DATA ELEMENT G, LDG (RLIN)"
3532
          repeatable: 1
3532
          repeatable: 1
3533
          mandatory: 0
3533
          mandatory: 0
3534
          authorised_value: ""
3534
          authorised_value:
3535
          frameworkcode: ""
3535
          frameworkcode: ""
3536
3536
3537
        - tagfield: "908"
3537
        - tagfield: "908"
Lines 3539-3545 tables: Link Here
3539
          libopac: "PUT COMMAND PARAMETER (RLIN)"
3539
          libopac: "PUT COMMAND PARAMETER (RLIN)"
3540
          repeatable: 0
3540
          repeatable: 0
3541
          mandatory: 0
3541
          mandatory: 0
3542
          authorised_value: ""
3542
          authorised_value:
3543
          frameworkcode: ""
3543
          frameworkcode: ""
3544
3544
3545
        - tagfield: "910"
3545
        - tagfield: "910"
Lines 3547-3553 tables: Link Here
3547
          libopac: "USER-OPTION DATA (OCLC)"
3547
          libopac: "USER-OPTION DATA (OCLC)"
3548
          repeatable: 0
3548
          repeatable: 0
3549
          mandatory: 0
3549
          mandatory: 0
3550
          authorised_value: ""
3550
          authorised_value:
3551
          frameworkcode: ""
3551
          frameworkcode: ""
3552
3552
3553
        - tagfield: "911"
3553
        - tagfield: "911"
Lines 3555-3561 tables: Link Here
3555
          libopac: "EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]"
3555
          libopac: "EQUIVALENCE OR CROSS-REFERENCE-CONFERENCE OR MEETING NAME [LOCAL, CANADA]"
3556
          repeatable: 1
3556
          repeatable: 1
3557
          mandatory: 0
3557
          mandatory: 0
3558
          authorised_value: ""
3558
          authorised_value:
3559
          frameworkcode: ""
3559
          frameworkcode: ""
3560
3560
3561
        - tagfield: "930"
3561
        - tagfield: "930"
Lines 3563-3569 tables: Link Here
3563
          libopac: "EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]"
3563
          libopac: "EQUIVALENCE OR CROSS-REFERENCE-UNIFORM TITLE HEADING [LOCAL, CANADA]"
3564
          repeatable: 1
3564
          repeatable: 1
3565
          mandatory: 0
3565
          mandatory: 0
3566
          authorised_value: ""
3566
          authorised_value:
3567
          frameworkcode: ""
3567
          frameworkcode: ""
3568
3568
3569
        - tagfield: "936"
3569
        - tagfield: "936"
Lines 3571-3577 tables: Link Here
3571
          libopac: "OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)"
3571
          libopac: "OCLC/CONSER MISCELLANEOUS DATA (OCLC); PIECE USED FOR CATALOGING (pre-AACR2) (RLIN)"
3572
          repeatable: 0
3572
          repeatable: 0
3573
          mandatory: 0
3573
          mandatory: 0
3574
          authorised_value: ""
3574
          authorised_value:
3575
          frameworkcode: ""
3575
          frameworkcode: ""
3576
3576
3577
        - tagfield: "940"
3577
        - tagfield: "940"
Lines 3579-3585 tables: Link Here
3579
          libopac: "EQUIVALENCE OR CROSS-REFERENCE--UNIFORM TITLE [OBSOLETE] [CAN/MARC only]"
3579
          libopac: "EQUIVALENCE OR CROSS-REFERENCE--UNIFORM TITLE [OBSOLETE] [CAN/MARC only]"
3580
          repeatable: 1
3580
          repeatable: 1
3581
          mandatory: 0
3581
          mandatory: 0
3582
          authorised_value: ""
3582
          authorised_value:
3583
          frameworkcode: ""
3583
          frameworkcode: ""
3584
3584
3585
        - tagfield: "941"
3585
        - tagfield: "941"
Lines 3587-3593 tables: Link Here
3587
          libopac: "EQUIVALENCE OR CROSS-REFERENCE--ROMANIZED TITLE [OBSOLETE] [CAN/MARC only]"
3587
          libopac: "EQUIVALENCE OR CROSS-REFERENCE--ROMANIZED TITLE [OBSOLETE] [CAN/MARC only]"
3588
          repeatable: 1
3588
          repeatable: 1
3589
          mandatory: 0
3589
          mandatory: 0
3590
          authorised_value: ""
3590
          authorised_value:
3591
          frameworkcode: ""
3591
          frameworkcode: ""
3592
3592
3593
        - tagfield: "943"
3593
        - tagfield: "943"
Lines 3595-3601 tables: Link Here
3595
          libopac: "EQUIVALENCE OR CROSS-REFERENCE--COLLECTIVE TITLE [OBSOLETE] [CAN/MARC only]"
3595
          libopac: "EQUIVALENCE OR CROSS-REFERENCE--COLLECTIVE TITLE [OBSOLETE] [CAN/MARC only]"
3596
          repeatable: 1
3596
          repeatable: 1
3597
          mandatory: 0
3597
          mandatory: 0
3598
          authorised_value: ""
3598
          authorised_value:
3599
          frameworkcode: ""
3599
          frameworkcode: ""
3600
3600
3601
        - tagfield: "945"
3601
        - tagfield: "945"
Lines 3603-3609 tables: Link Here
3603
          libopac: "LOCAL PROCESSING INFORMATION (OCLC)"
3603
          libopac: "LOCAL PROCESSING INFORMATION (OCLC)"
3604
          repeatable: 1
3604
          repeatable: 1
3605
          mandatory: 0
3605
          mandatory: 0
3606
          authorised_value: ""
3606
          authorised_value:
3607
          frameworkcode: ""
3607
          frameworkcode: ""
3608
3608
3609
        - tagfield: "946"
3609
        - tagfield: "946"
Lines 3611-3617 tables: Link Here
3611
          libopac: "LOCAL PROCESSING INFORMATION (OCLC)"
3611
          libopac: "LOCAL PROCESSING INFORMATION (OCLC)"
3612
          repeatable: 1
3612
          repeatable: 1
3613
          mandatory: 0
3613
          mandatory: 0
3614
          authorised_value: ""
3614
          authorised_value:
3615
          frameworkcode: ""
3615
          frameworkcode: ""
3616
3616
3617
        - tagfield: "947"
3617
        - tagfield: "947"
Lines 3619-3625 tables: Link Here
3619
          libopac: "LOCAL PROCESSING INFORMATION (OCLC)"
3619
          libopac: "LOCAL PROCESSING INFORMATION (OCLC)"
3620
          repeatable: 1
3620
          repeatable: 1
3621
          mandatory: 0
3621
          mandatory: 0
3622
          authorised_value: ""
3622
          authorised_value:
3623
          frameworkcode: ""
3623
          frameworkcode: ""
3624
3624
3625
        - tagfield: "948"
3625
        - tagfield: "948"
Lines 3627-3633 tables: Link Here
3627
          libopac: "LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)"
3627
          libopac: "LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)"
3628
          repeatable: 1
3628
          repeatable: 1
3629
          mandatory: 0
3629
          mandatory: 0
3630
          authorised_value: ""
3630
          authorised_value:
3631
          frameworkcode: ""
3631
          frameworkcode: ""
3632
3632
3633
        - tagfield: "949"
3633
        - tagfield: "949"
Lines 3635-3641 tables: Link Here
3635
          libopac: "LOCAL PROCESSING INFORMATION (OCLC)"
3635
          libopac: "LOCAL PROCESSING INFORMATION (OCLC)"
3636
          repeatable: 1
3636
          repeatable: 1
3637
          mandatory: 0
3637
          mandatory: 0
3638
          authorised_value: ""
3638
          authorised_value:
3639
          frameworkcode: ""
3639
          frameworkcode: ""
3640
3640
3641
        - tagfield: "950"
3641
        - tagfield: "950"
Lines 3643-3649 tables: Link Here
3643
          libopac: "LOCAL HOLDINGS (RLIN)"
3643
          libopac: "LOCAL HOLDINGS (RLIN)"
3644
          repeatable: 1
3644
          repeatable: 1
3645
          mandatory: 0
3645
          mandatory: 0
3646
          authorised_value: ""
3646
          authorised_value:
3647
          frameworkcode: ""
3647
          frameworkcode: ""
3648
3648
3649
        - tagfield: "951"
3649
        - tagfield: "951"
Lines 3651-3657 tables: Link Here
3651
          libopac: "EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]"
3651
          libopac: "EQUIVALENCE OR CROSS-REFERENCE--GEOGRAPHIC NAME/AREA NAME [OBSOLETE] [CAN/MARC only]"
3652
          repeatable: 1
3652
          repeatable: 1
3653
          mandatory: 0
3653
          mandatory: 0
3654
          authorised_value: ""
3654
          authorised_value:
3655
          frameworkcode: ""
3655
          frameworkcode: ""
3656
3656
3657
        - tagfield: "955"
3657
        - tagfield: "955"
Lines 3659-3665 tables: Link Here
3659
          libopac: "COPY-LEVEL INFORMATION (RLIN)"
3659
          libopac: "COPY-LEVEL INFORMATION (RLIN)"
3660
          repeatable: 1
3660
          repeatable: 1
3661
          mandatory: 0
3661
          mandatory: 0
3662
          authorised_value: ""
3662
          authorised_value:
3663
          frameworkcode: ""
3663
          frameworkcode: ""
3664
3664
3665
        - tagfield: "956"
3665
        - tagfield: "956"
Lines 3667-3673 tables: Link Here
3667
          libopac: "LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)"
3667
          libopac: "LOCAL ELECTRONIC LOCATION AND ACCESS (OCLC)"
3668
          repeatable: 1
3668
          repeatable: 1
3669
          mandatory: 0
3669
          mandatory: 0
3670
          authorised_value: ""
3670
          authorised_value:
3671
          frameworkcode: ""
3671
          frameworkcode: ""
3672
3672
3673
        - tagfield: "960"
3673
        - tagfield: "960"
Lines 3675-3681 tables: Link Here
3675
          libopac: "PHYSICAL LOCATION (RLIN)"
3675
          libopac: "PHYSICAL LOCATION (RLIN)"
3676
          repeatable: 1
3676
          repeatable: 1
3677
          mandatory: 0
3677
          mandatory: 0
3678
          authorised_value: ""
3678
          authorised_value:
3679
          frameworkcode: ""
3679
          frameworkcode: ""
3680
3680
3681
        - tagfield: "967"
3681
        - tagfield: "967"
Lines 3683-3689 tables: Link Here
3683
          libopac: "ADDITIONAL ESTC CODES (RLIN)"
3683
          libopac: "ADDITIONAL ESTC CODES (RLIN)"
3684
          repeatable: 1
3684
          repeatable: 1
3685
          mandatory: 0
3685
          mandatory: 0
3686
          authorised_value: ""
3686
          authorised_value:
3687
          frameworkcode: ""
3687
          frameworkcode: ""
3688
3688
3689
        - tagfield: "980"
3689
        - tagfield: "980"
Lines 3691-3697 tables: Link Here
3691
          libopac: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]"
3691
          libopac: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--PERSONAL NAME/TITLE [LOCAL, CANADA]"
3692
          repeatable: 1
3692
          repeatable: 1
3693
          mandatory: 0
3693
          mandatory: 0
3694
          authorised_value: ""
3694
          authorised_value:
3695
          frameworkcode: ""
3695
          frameworkcode: ""
3696
3696
3697
        - tagfield: "981"
3697
        - tagfield: "981"
Lines 3699-3705 tables: Link Here
3699
          libopac: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]"
3699
          libopac: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CORPORATE NAME/TITLE [LOCAL, CANADA]"
3700
          repeatable: 1
3700
          repeatable: 1
3701
          mandatory: 0
3701
          mandatory: 0
3702
          authorised_value: ""
3702
          authorised_value:
3703
          frameworkcode: ""
3703
          frameworkcode: ""
3704
3704
3705
        - tagfield: "982"
3705
        - tagfield: "982"
Lines 3707-3713 tables: Link Here
3707
          libopac: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]"
3707
          libopac: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--CONFERENCE OR MEETING NAME/TITLE [LOCAL, CANADA]"
3708
          repeatable: 1
3708
          repeatable: 1
3709
          mandatory: 0
3709
          mandatory: 0
3710
          authorised_value: ""
3710
          authorised_value:
3711
          frameworkcode: ""
3711
          frameworkcode: ""
3712
3712
3713
        - tagfield: "983"
3713
        - tagfield: "983"
Lines 3715-3721 tables: Link Here
3715
          libopac: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]"
3715
          libopac: "EQUIVALENCE OR CROSS-REFERENCE-SERIES STATEMENT--TITLE/UNIFORM TITLE [LOCAL, CANADA]"
3716
          repeatable: 1
3716
          repeatable: 1
3717
          mandatory: 0
3717
          mandatory: 0
3718
          authorised_value: ""
3718
          authorised_value:
3719
          frameworkcode: ""
3719
          frameworkcode: ""
3720
3720
3721
        - tagfield: "984"
3721
        - tagfield: "984"
Lines 3723-3729 tables: Link Here
3723
          libopac: "WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)"
3723
          libopac: "WLN AUTOMATIC HOLDINGS STATEMENT (OCLC)"
3724
          repeatable: 1
3724
          repeatable: 1
3725
          mandatory: 0
3725
          mandatory: 0
3726
          authorised_value: ""
3726
          authorised_value:
3727
          frameworkcode: ""
3727
          frameworkcode: ""
3728
3728
3729
        - tagfield: "987"
3729
        - tagfield: "987"
Lines 3731-3737 tables: Link Here
3731
          libopac: "LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)"
3731
          libopac: "LOCAL ROMANIZATION/CONVERSION HISTORY (OCLC)"
3732
          repeatable: 1
3732
          repeatable: 1
3733
          mandatory: 0
3733
          mandatory: 0
3734
          authorised_value: ""
3734
          authorised_value:
3735
          frameworkcode: ""
3735
          frameworkcode: ""
3736
3736
3737
        - tagfield: "990"
3737
        - tagfield: "990"
Lines 3739-3745 tables: Link Here
3739
          libopac: "EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]"
3739
          libopac: "EQUIVALENCES OR CROSS-REFERENCES [LOCAL, CANADA]"
3740
          repeatable: 1
3740
          repeatable: 1
3741
          mandatory: 0
3741
          mandatory: 0
3742
          authorised_value: ""
3742
          authorised_value:
3743
          frameworkcode: ""
3743
          frameworkcode: ""
3744
3744
3745
        - tagfield: "995"
3745
        - tagfield: "995"
Lines 3747-3753 tables: Link Here
3747
          libopac: "RECOMMENDATION 995 [LOCAL, UNIMARC FRANCE]"
3747
          libopac: "RECOMMENDATION 995 [LOCAL, UNIMARC FRANCE]"
3748
          repeatable: 1
3748
          repeatable: 1
3749
          mandatory: 0
3749
          mandatory: 0
3750
          authorised_value: ""
3750
          authorised_value:
3751
          frameworkcode: ""
3751
          frameworkcode: ""
3752
3752
3753
        - tagfield: "998"
3753
        - tagfield: "998"
Lines 3755-3761 tables: Link Here
3755
          libopac: "LOCAL CONTROL INFORMATION (RLIN)"
3755
          libopac: "LOCAL CONTROL INFORMATION (RLIN)"
3756
          repeatable: 1
3756
          repeatable: 1
3757
          mandatory: 0
3757
          mandatory: 0
3758
          authorised_value: ""
3758
          authorised_value:
3759
          frameworkcode: ""
3759
          frameworkcode: ""
3760
3760
3761
  - marc_subfield_structure:
3761
  - marc_subfield_structure:
Lines 3770-3776 tables: Link Here
3770
          mandatory: 1
3770
          mandatory: 1
3771
          kohafield: ""
3771
          kohafield: ""
3772
          tab: 0
3772
          tab: 0
3773
          authorised_value: ""
3773
          authorised_value:
3774
          authtypecode: ""
3774
          authtypecode: ""
3775
          value_builder: marc21_leader.pl
3775
          value_builder: marc21_leader.pl
3776
          isurl: 0
3776
          isurl: 0
Lines 3788-3794 tables: Link Here
3788
          mandatory: 0
3788
          mandatory: 0
3789
          kohafield: ""
3789
          kohafield: ""
3790
          tab: 0
3790
          tab: 0
3791
          authorised_value: ""
3791
          authorised_value:
3792
          authtypecode: ""
3792
          authtypecode: ""
3793
          value_builder: ""
3793
          value_builder: ""
3794
          isurl: 0
3794
          isurl: 0
Lines 3806-3812 tables: Link Here
3806
          mandatory: 1
3806
          mandatory: 1
3807
          kohafield: ""
3807
          kohafield: ""
3808
          tab: 0
3808
          tab: 0
3809
          authorised_value: ""
3809
          authorised_value:
3810
          authtypecode: ""
3810
          authtypecode: ""
3811
          value_builder: marc21_orgcode.pl
3811
          value_builder: marc21_orgcode.pl
3812
          isurl: 0
3812
          isurl: 0
Lines 3824-3830 tables: Link Here
3824
          mandatory: 1
3824
          mandatory: 1
3825
          kohafield: ""
3825
          kohafield: ""
3826
          tab: 0
3826
          tab: 0
3827
          authorised_value: ""
3827
          authorised_value:
3828
          authtypecode: ""
3828
          authtypecode: ""
3829
          value_builder: marc21_field_005.pl
3829
          value_builder: marc21_field_005.pl
3830
          isurl: 0
3830
          isurl: 0
Lines 3842-3848 tables: Link Here
3842
          mandatory: 0
3842
          mandatory: 0
3843
          kohafield: ""
3843
          kohafield: ""
3844
          tab: 0
3844
          tab: 0
3845
          authorised_value: ""
3845
          authorised_value:
3846
          authtypecode: ""
3846
          authtypecode: ""
3847
          value_builder: marc21_field_006.pl
3847
          value_builder: marc21_field_006.pl
3848
          isurl: 0
3848
          isurl: 0
Lines 3860-3866 tables: Link Here
3860
          mandatory: 0
3860
          mandatory: 0
3861
          kohafield: ""
3861
          kohafield: ""
3862
          tab: 0
3862
          tab: 0
3863
          authorised_value: ""
3863
          authorised_value:
3864
          authtypecode: ""
3864
          authtypecode: ""
3865
          value_builder: marc21_field_007.pl
3865
          value_builder: marc21_field_007.pl
3866
          isurl: 0
3866
          isurl: 0
Lines 3878-3884 tables: Link Here
3878
          mandatory: 1
3878
          mandatory: 1
3879
          kohafield: ""
3879
          kohafield: ""
3880
          tab: 0
3880
          tab: 0
3881
          authorised_value: ""
3881
          authorised_value:
3882
          authtypecode: ""
3882
          authtypecode: ""
3883
          value_builder: marc21_field_008.pl
3883
          value_builder: marc21_field_008.pl
3884
          isurl: 0
3884
          isurl: 0
Lines 3896-3902 tables: Link Here
3896
          mandatory: 0
3896
          mandatory: 0
3897
          kohafield: ""
3897
          kohafield: ""
3898
          tab: 0
3898
          tab: 0
3899
          authorised_value: ""
3899
          authorised_value:
3900
          authtypecode: ""
3900
          authtypecode: ""
3901
          value_builder: ""
3901
          value_builder: ""
3902
          isurl: 0
3902
          isurl: 0
Lines 3914-3920 tables: Link Here
3914
          mandatory: 0
3914
          mandatory: 0
3915
          kohafield: ""
3915
          kohafield: ""
3916
          tab: 0
3916
          tab: 0
3917
          authorised_value: ""
3917
          authorised_value:
3918
          authtypecode: ""
3918
          authtypecode: ""
3919
          value_builder:
3919
          value_builder:
3920
          isurl: 0
3920
          isurl: 0
Lines 3932-3938 tables: Link Here
3932
          mandatory: 0
3932
          mandatory: 0
3933
          kohafield: biblioitems.lccn
3933
          kohafield: biblioitems.lccn
3934
          tab: 0
3934
          tab: 0
3935
          authorised_value: ""
3935
          authorised_value:
3936
          authtypecode: ""
3936
          authtypecode: ""
3937
          value_builder: ""
3937
          value_builder: ""
3938
          isurl: 0
3938
          isurl: 0
Lines 3950-3956 tables: Link Here
3950
          mandatory: 0
3950
          mandatory: 0
3951
          kohafield: ""
3951
          kohafield: ""
3952
          tab: 0
3952
          tab: 0
3953
          authorised_value: ""
3953
          authorised_value:
3954
          authtypecode: ""
3954
          authtypecode: ""
3955
          value_builder: ""
3955
          value_builder: ""
3956
          isurl: 0
3956
          isurl: 0
Lines 3968-3974 tables: Link Here
3968
          mandatory: 0
3968
          mandatory: 0
3969
          kohafield: ""
3969
          kohafield: ""
3970
          tab: 0
3970
          tab: 0
3971
          authorised_value: ""
3971
          authorised_value:
3972
          authtypecode: ""
3972
          authtypecode: ""
3973
          value_builder: ""
3973
          value_builder: ""
3974
          isurl: 0
3974
          isurl: 0
Lines 3986-3992 tables: Link Here
3986
          mandatory: 0
3986
          mandatory: 0
3987
          kohafield: ""
3987
          kohafield: ""
3988
          tab: 0
3988
          tab: 0
3989
          authorised_value: ""
3989
          authorised_value:
3990
          authtypecode: ""
3990
          authtypecode: ""
3991
          value_builder: ""
3991
          value_builder: ""
3992
          isurl: 0
3992
          isurl: 0
Lines 4004-4010 tables: Link Here
4004
          mandatory: 0
4004
          mandatory: 0
4005
          kohafield: ""
4005
          kohafield: ""
4006
          tab: 0
4006
          tab: 0
4007
          authorised_value: ""
4007
          authorised_value:
4008
          authtypecode: ""
4008
          authtypecode: ""
4009
          value_builder:
4009
          value_builder:
4010
          isurl: 0
4010
          isurl: 0
Lines 4022-4028 tables: Link Here
4022
          mandatory: 0
4022
          mandatory: 0
4023
          kohafield: ""
4023
          kohafield: ""
4024
          tab: 0
4024
          tab: 0
4025
          authorised_value: ""
4025
          authorised_value:
4026
          authtypecode: ""
4026
          authtypecode: ""
4027
          value_builder: ""
4027
          value_builder: ""
4028
          isurl: 0
4028
          isurl: 0
Lines 4040-4046 tables: Link Here
4040
          mandatory: 0
4040
          mandatory: 0
4041
          kohafield: ""
4041
          kohafield: ""
4042
          tab: 0
4042
          tab: 0
4043
          authorised_value: ""
4043
          authorised_value:
4044
          authtypecode: ""
4044
          authtypecode: ""
4045
          value_builder: ""
4045
          value_builder: ""
4046
          isurl: 0
4046
          isurl: 0
Lines 4058-4064 tables: Link Here
4058
          mandatory: 0
4058
          mandatory: 0
4059
          kohafield: ""
4059
          kohafield: ""
4060
          tab: 0
4060
          tab: 0
4061
          authorised_value: ""
4061
          authorised_value:
4062
          authtypecode: ""
4062
          authtypecode: ""
4063
          value_builder: ""
4063
          value_builder: ""
4064
          isurl: 0
4064
          isurl: 0
Lines 4076-4082 tables: Link Here
4076
          mandatory: 0
4076
          mandatory: 0
4077
          kohafield: ""
4077
          kohafield: ""
4078
          tab: 0
4078
          tab: 0
4079
          authorised_value: ""
4079
          authorised_value:
4080
          authtypecode: ""
4080
          authtypecode: ""
4081
          value_builder: ""
4081
          value_builder: ""
4082
          isurl: 0
4082
          isurl: 0
Lines 4094-4100 tables: Link Here
4094
          mandatory: 0
4094
          mandatory: 0
4095
          kohafield: ""
4095
          kohafield: ""
4096
          tab: 0
4096
          tab: 0
4097
          authorised_value: ""
4097
          authorised_value:
4098
          authtypecode: ""
4098
          authtypecode: ""
4099
          value_builder: ""
4099
          value_builder: ""
4100
          isurl: 0
4100
          isurl: 0
Lines 4112-4118 tables: Link Here
4112
          mandatory: 0
4112
          mandatory: 0
4113
          kohafield: ""
4113
          kohafield: ""
4114
          tab: 0
4114
          tab: 0
4115
          authorised_value: ""
4115
          authorised_value:
4116
          authtypecode: ""
4116
          authtypecode: ""
4117
          value_builder: ""
4117
          value_builder: ""
4118
          isurl: 0
4118
          isurl: 0
Lines 4130-4136 tables: Link Here
4130
          mandatory: 0
4130
          mandatory: 0
4131
          kohafield: ""
4131
          kohafield: ""
4132
          tab: 0
4132
          tab: 0
4133
          authorised_value: ""
4133
          authorised_value:
4134
          authtypecode: ""
4134
          authtypecode: ""
4135
          value_builder: ""
4135
          value_builder: ""
4136
          isurl: 0
4136
          isurl: 0
Lines 4148-4154 tables: Link Here
4148
          mandatory: 0
4148
          mandatory: 0
4149
          kohafield: ""
4149
          kohafield: ""
4150
          tab: 0
4150
          tab: 0
4151
          authorised_value: ""
4151
          authorised_value:
4152
          authtypecode: ""
4152
          authtypecode: ""
4153
          value_builder:
4153
          value_builder:
4154
          isurl: 0
4154
          isurl: 0
Lines 4166-4172 tables: Link Here
4166
          mandatory: 0
4166
          mandatory: 0
4167
          kohafield: ""
4167
          kohafield: ""
4168
          tab: 0
4168
          tab: 0
4169
          authorised_value: ""
4169
          authorised_value:
4170
          authtypecode: ""
4170
          authtypecode: ""
4171
          value_builder: ""
4171
          value_builder: ""
4172
          isurl: 0
4172
          isurl: 0
Lines 4184-4190 tables: Link Here
4184
          mandatory: 0
4184
          mandatory: 0
4185
          kohafield: ""
4185
          kohafield: ""
4186
          tab: 0
4186
          tab: 0
4187
          authorised_value: ""
4187
          authorised_value:
4188
          authtypecode: ""
4188
          authtypecode: ""
4189
          value_builder: ""
4189
          value_builder: ""
4190
          isurl: 0
4190
          isurl: 0
Lines 4202-4208 tables: Link Here
4202
          mandatory: 0
4202
          mandatory: 0
4203
          kohafield: ""
4203
          kohafield: ""
4204
          tab: 0
4204
          tab: 0
4205
          authorised_value: ""
4205
          authorised_value:
4206
          authtypecode: ""
4206
          authtypecode: ""
4207
          value_builder: ""
4207
          value_builder: ""
4208
          isurl: 0
4208
          isurl: 0
Lines 4220-4226 tables: Link Here
4220
          mandatory: 0
4220
          mandatory: 0
4221
          kohafield: ""
4221
          kohafield: ""
4222
          tab: 0
4222
          tab: 0
4223
          authorised_value: ""
4223
          authorised_value:
4224
          authtypecode: ""
4224
          authtypecode: ""
4225
          value_builder: ""
4225
          value_builder: ""
4226
          isurl: 0
4226
          isurl: 0
Lines 4238-4244 tables: Link Here
4238
          mandatory: 0
4238
          mandatory: 0
4239
          kohafield: ""
4239
          kohafield: ""
4240
          tab: 0
4240
          tab: 0
4241
          authorised_value: ""
4241
          authorised_value:
4242
          authtypecode: ""
4242
          authtypecode: ""
4243
          value_builder: ""
4243
          value_builder: ""
4244
          isurl: 0
4244
          isurl: 0
Lines 4256-4262 tables: Link Here
4256
          mandatory: 0
4256
          mandatory: 0
4257
          kohafield: ""
4257
          kohafield: ""
4258
          tab: 0
4258
          tab: 0
4259
          authorised_value: ""
4259
          authorised_value:
4260
          authtypecode: ""
4260
          authtypecode: ""
4261
          value_builder: ""
4261
          value_builder: ""
4262
          isurl: 0
4262
          isurl: 0
Lines 4274-4280 tables: Link Here
4274
          mandatory: 0
4274
          mandatory: 0
4275
          kohafield: ""
4275
          kohafield: ""
4276
          tab: 0
4276
          tab: 0
4277
          authorised_value: ""
4277
          authorised_value:
4278
          authtypecode: ""
4278
          authtypecode: ""
4279
          value_builder: ""
4279
          value_builder: ""
4280
          isurl: 0
4280
          isurl: 0
Lines 4292-4298 tables: Link Here
4292
          mandatory: 0
4292
          mandatory: 0
4293
          kohafield: ""
4293
          kohafield: ""
4294
          tab: 0
4294
          tab: 0
4295
          authorised_value: ""
4295
          authorised_value:
4296
          authtypecode: ""
4296
          authtypecode: ""
4297
          value_builder: ""
4297
          value_builder: ""
4298
          isurl: 0
4298
          isurl: 0
Lines 4310-4316 tables: Link Here
4310
          mandatory: 0
4310
          mandatory: 0
4311
          kohafield: ""
4311
          kohafield: ""
4312
          tab: 0
4312
          tab: 0
4313
          authorised_value: ""
4313
          authorised_value:
4314
          authtypecode: ""
4314
          authtypecode: ""
4315
          value_builder: ""
4315
          value_builder: ""
4316
          isurl: 0
4316
          isurl: 0
Lines 4328-4334 tables: Link Here
4328
          mandatory: 0
4328
          mandatory: 0
4329
          kohafield: ""
4329
          kohafield: ""
4330
          tab: 0
4330
          tab: 0
4331
          authorised_value: ""
4331
          authorised_value:
4332
          authtypecode: ""
4332
          authtypecode: ""
4333
          value_builder: ""
4333
          value_builder: ""
4334
          isurl: 0
4334
          isurl: 0
Lines 4346-4352 tables: Link Here
4346
          mandatory: 0
4346
          mandatory: 0
4347
          kohafield: ""
4347
          kohafield: ""
4348
          tab: 0
4348
          tab: 0
4349
          authorised_value: ""
4349
          authorised_value:
4350
          authtypecode: ""
4350
          authtypecode: ""
4351
          value_builder: ""
4351
          value_builder: ""
4352
          isurl: 0
4352
          isurl: 0
Lines 4364-4370 tables: Link Here
4364
          mandatory: 0
4364
          mandatory: 0
4365
          kohafield: ""
4365
          kohafield: ""
4366
          tab: 0
4366
          tab: 0
4367
          authorised_value: ""
4367
          authorised_value:
4368
          authtypecode: ""
4368
          authtypecode: ""
4369
          value_builder: ""
4369
          value_builder: ""
4370
          isurl: 0
4370
          isurl: 0
Lines 4382-4388 tables: Link Here
4382
          mandatory: 0
4382
          mandatory: 0
4383
          kohafield: ""
4383
          kohafield: ""
4384
          tab: 0
4384
          tab: 0
4385
          authorised_value: ""
4385
          authorised_value:
4386
          authtypecode: ""
4386
          authtypecode: ""
4387
          value_builder: ""
4387
          value_builder: ""
4388
          isurl: 0
4388
          isurl: 0
Lines 4400-4406 tables: Link Here
4400
          mandatory: 0
4400
          mandatory: 0
4401
          kohafield: ""
4401
          kohafield: ""
4402
          tab: 0
4402
          tab: 0
4403
          authorised_value: ""
4403
          authorised_value:
4404
          authtypecode: ""
4404
          authtypecode: ""
4405
          value_builder: ""
4405
          value_builder: ""
4406
          isurl: 0
4406
          isurl: 0
Lines 4418-4424 tables: Link Here
4418
          mandatory: 0
4418
          mandatory: 0
4419
          kohafield: ""
4419
          kohafield: ""
4420
          tab: 0
4420
          tab: 0
4421
          authorised_value: ""
4421
          authorised_value:
4422
          authtypecode: ""
4422
          authtypecode: ""
4423
          value_builder:
4423
          value_builder:
4424
          isurl: 0
4424
          isurl: 0
Lines 4436-4442 tables: Link Here
4436
          mandatory: 0
4436
          mandatory: 0
4437
          kohafield: ""
4437
          kohafield: ""
4438
          tab: 0
4438
          tab: 0
4439
          authorised_value: ""
4439
          authorised_value:
4440
          authtypecode: ""
4440
          authtypecode: ""
4441
          value_builder: ""
4441
          value_builder: ""
4442
          isurl: 0
4442
          isurl: 0
Lines 4454-4460 tables: Link Here
4454
          mandatory: 0
4454
          mandatory: 0
4455
          kohafield: ""
4455
          kohafield: ""
4456
          tab: 0
4456
          tab: 0
4457
          authorised_value: ""
4457
          authorised_value:
4458
          authtypecode: ""
4458
          authtypecode: ""
4459
          value_builder: ""
4459
          value_builder: ""
4460
          isurl:
4460
          isurl:
Lines 4472-4478 tables: Link Here
4472
          mandatory: 0
4472
          mandatory: 0
4473
          kohafield: ""
4473
          kohafield: ""
4474
          tab: 0
4474
          tab: 0
4475
          authorised_value: ""
4475
          authorised_value:
4476
          authtypecode: ""
4476
          authtypecode: ""
4477
          value_builder: ""
4477
          value_builder: ""
4478
          isurl: 0
4478
          isurl: 0
Lines 4490-4496 tables: Link Here
4490
          mandatory: 0
4490
          mandatory: 0
4491
          kohafield: ""
4491
          kohafield: ""
4492
          tab: 0
4492
          tab: 0
4493
          authorised_value: ""
4493
          authorised_value:
4494
          authtypecode: ""
4494
          authtypecode: ""
4495
          value_builder: ""
4495
          value_builder: ""
4496
          isurl: 0
4496
          isurl: 0
Lines 4508-4514 tables: Link Here
4508
          mandatory: 0
4508
          mandatory: 0
4509
          kohafield: ""
4509
          kohafield: ""
4510
          tab: 0
4510
          tab: 0
4511
          authorised_value: ""
4511
          authorised_value:
4512
          authtypecode: ""
4512
          authtypecode: ""
4513
          value_builder: ""
4513
          value_builder: ""
4514
          isurl: 0
4514
          isurl: 0
Lines 4526-4532 tables: Link Here
4526
          mandatory: 0
4526
          mandatory: 0
4527
          kohafield: ""
4527
          kohafield: ""
4528
          tab: 0
4528
          tab: 0
4529
          authorised_value: ""
4529
          authorised_value:
4530
          authtypecode: ""
4530
          authtypecode: ""
4531
          value_builder: ""
4531
          value_builder: ""
4532
          isurl: 0
4532
          isurl: 0
Lines 4544-4550 tables: Link Here
4544
          mandatory: 0
4544
          mandatory: 0
4545
          kohafield: ""
4545
          kohafield: ""
4546
          tab: 0
4546
          tab: 0
4547
          authorised_value: ""
4547
          authorised_value:
4548
          authtypecode: ""
4548
          authtypecode: ""
4549
          value_builder: ""
4549
          value_builder: ""
4550
          isurl: 0
4550
          isurl: 0
Lines 4562-4568 tables: Link Here
4562
          mandatory: 0
4562
          mandatory: 0
4563
          kohafield: biblioitems.isbn
4563
          kohafield: biblioitems.isbn
4564
          tab: 0
4564
          tab: 0
4565
          authorised_value: ""
4565
          authorised_value:
4566
          authtypecode: ""
4566
          authtypecode: ""
4567
          value_builder: ""
4567
          value_builder: ""
4568
          isurl: 0
4568
          isurl: 0
Lines 4580-4586 tables: Link Here
4580
          mandatory: 0
4580
          mandatory: 0
4581
          kohafield: ""
4581
          kohafield: ""
4582
          tab: 0
4582
          tab: 0
4583
          authorised_value: ""
4583
          authorised_value:
4584
          authtypecode: ""
4584
          authtypecode: ""
4585
          value_builder: ""
4585
          value_builder: ""
4586
          isurl: 0
4586
          isurl: 0
Lines 4598-4604 tables: Link Here
4598
          mandatory: 0
4598
          mandatory: 0
4599
          kohafield: ""
4599
          kohafield: ""
4600
          tab: 0
4600
          tab: 0
4601
          authorised_value: ""
4601
          authorised_value:
4602
          authtypecode: ""
4602
          authtypecode: ""
4603
          value_builder: ""
4603
          value_builder: ""
4604
          isurl: 0
4604
          isurl: 0
Lines 4616-4622 tables: Link Here
4616
          mandatory: 0
4616
          mandatory: 0
4617
          kohafield: ""
4617
          kohafield: ""
4618
          tab: 0
4618
          tab: 0
4619
          authorised_value: ""
4619
          authorised_value:
4620
          authtypecode: ""
4620
          authtypecode: ""
4621
          value_builder: ""
4621
          value_builder: ""
4622
          isurl: 0
4622
          isurl: 0
Lines 4634-4640 tables: Link Here
4634
          mandatory: 0
4634
          mandatory: 0
4635
          kohafield: ""
4635
          kohafield: ""
4636
          tab: 0
4636
          tab: 0
4637
          authorised_value: ""
4637
          authorised_value:
4638
          authtypecode: ""
4638
          authtypecode: ""
4639
          value_builder: ""
4639
          value_builder: ""
4640
          isurl: 0
4640
          isurl: 0
Lines 4652-4658 tables: Link Here
4652
          mandatory: 0
4652
          mandatory: 0
4653
          kohafield: ""
4653
          kohafield: ""
4654
          tab: 0
4654
          tab: 0
4655
          authorised_value: ""
4655
          authorised_value:
4656
          authtypecode: ""
4656
          authtypecode: ""
4657
          value_builder: ""
4657
          value_builder: ""
4658
          isurl: 0
4658
          isurl: 0
Lines 4670-4676 tables: Link Here
4670
          mandatory: 0
4670
          mandatory: 0
4671
          kohafield: ""
4671
          kohafield: ""
4672
          tab: 0
4672
          tab: 0
4673
          authorised_value: ""
4673
          authorised_value:
4674
          authtypecode: ""
4674
          authtypecode: ""
4675
          value_builder: ""
4675
          value_builder: ""
4676
          isurl: 0
4676
          isurl: 0
Lines 4688-4694 tables: Link Here
4688
          mandatory: 0
4688
          mandatory: 0
4689
          kohafield: biblioitems.issn
4689
          kohafield: biblioitems.issn
4690
          tab: 0
4690
          tab: 0
4691
          authorised_value: ""
4691
          authorised_value:
4692
          authtypecode: ""
4692
          authtypecode: ""
4693
          value_builder: ""
4693
          value_builder: ""
4694
          isurl: 0
4694
          isurl: 0
Lines 4706-4712 tables: Link Here
4706
          mandatory: 0
4706
          mandatory: 0
4707
          kohafield: ""
4707
          kohafield: ""
4708
          tab: 0
4708
          tab: 0
4709
          authorised_value: ""
4709
          authorised_value:
4710
          authtypecode: ""
4710
          authtypecode: ""
4711
          value_builder: ""
4711
          value_builder: ""
4712
          isurl:
4712
          isurl:
Lines 4724-4730 tables: Link Here
4724
          mandatory: 0
4724
          mandatory: 0
4725
          kohafield: ""
4725
          kohafield: ""
4726
          tab: 0
4726
          tab: 0
4727
          authorised_value: ""
4727
          authorised_value:
4728
          authtypecode: ""
4728
          authtypecode: ""
4729
          value_builder: ""
4729
          value_builder: ""
4730
          isurl:
4730
          isurl:
Lines 4742-4748 tables: Link Here
4742
          mandatory: 0
4742
          mandatory: 0
4743
          kohafield: ""
4743
          kohafield: ""
4744
          tab: 0
4744
          tab: 0
4745
          authorised_value: ""
4745
          authorised_value:
4746
          authtypecode: ""
4746
          authtypecode: ""
4747
          value_builder: ""
4747
          value_builder: ""
4748
          isurl: 0
4748
          isurl: 0
Lines 4760-4766 tables: Link Here
4760
          mandatory: 0
4760
          mandatory: 0
4761
          kohafield: ""
4761
          kohafield: ""
4762
          tab: 0
4762
          tab: 0
4763
          authorised_value: ""
4763
          authorised_value:
4764
          authtypecode: ""
4764
          authtypecode: ""
4765
          value_builder: ""
4765
          value_builder: ""
4766
          isurl: 0
4766
          isurl: 0
Lines 4778-4784 tables: Link Here
4778
          mandatory: 0
4778
          mandatory: 0
4779
          kohafield: ""
4779
          kohafield: ""
4780
          tab: 0
4780
          tab: 0
4781
          authorised_value: ""
4781
          authorised_value:
4782
          authtypecode: ""
4782
          authtypecode: ""
4783
          value_builder: ""
4783
          value_builder: ""
4784
          isurl: 0
4784
          isurl: 0
Lines 4796-4802 tables: Link Here
4796
          mandatory: 0
4796
          mandatory: 0
4797
          kohafield: ""
4797
          kohafield: ""
4798
          tab: 0
4798
          tab: 0
4799
          authorised_value: ""
4799
          authorised_value:
4800
          authtypecode: ""
4800
          authtypecode: ""
4801
          value_builder: ""
4801
          value_builder: ""
4802
          isurl: 0
4802
          isurl: 0
Lines 4814-4820 tables: Link Here
4814
          mandatory: 0
4814
          mandatory: 0
4815
          kohafield: ""
4815
          kohafield: ""
4816
          tab: 0
4816
          tab: 0
4817
          authorised_value: ""
4817
          authorised_value:
4818
          authtypecode: ""
4818
          authtypecode: ""
4819
          value_builder: ""
4819
          value_builder: ""
4820
          isurl: 0
4820
          isurl: 0
Lines 4832-4838 tables: Link Here
4832
          mandatory: 0
4832
          mandatory: 0
4833
          kohafield: ""
4833
          kohafield: ""
4834
          tab: 0
4834
          tab: 0
4835
          authorised_value: ""
4835
          authorised_value:
4836
          authtypecode: ""
4836
          authtypecode: ""
4837
          value_builder: ""
4837
          value_builder: ""
4838
          isurl: 0
4838
          isurl: 0
Lines 4850-4856 tables: Link Here
4850
          mandatory: 0
4850
          mandatory: 0
4851
          kohafield: ""
4851
          kohafield: ""
4852
          tab: 0
4852
          tab: 0
4853
          authorised_value: ""
4853
          authorised_value:
4854
          authtypecode: ""
4854
          authtypecode: ""
4855
          value_builder: ""
4855
          value_builder: ""
4856
          isurl: 0
4856
          isurl: 0
Lines 4868-4874 tables: Link Here
4868
          mandatory: 0
4868
          mandatory: 0
4869
          kohafield: ""
4869
          kohafield: ""
4870
          tab: 0
4870
          tab: 0
4871
          authorised_value: ""
4871
          authorised_value:
4872
          authtypecode: ""
4872
          authtypecode: ""
4873
          value_builder: ""
4873
          value_builder: ""
4874
          isurl: 0
4874
          isurl: 0
Lines 4886-4892 tables: Link Here
4886
          mandatory: 0
4886
          mandatory: 0
4887
          kohafield: ""
4887
          kohafield: ""
4888
          tab: 0
4888
          tab: 0
4889
          authorised_value: ""
4889
          authorised_value:
4890
          authtypecode: ""
4890
          authtypecode: ""
4891
          value_builder: ""
4891
          value_builder: ""
4892
          isurl: 0
4892
          isurl: 0
Lines 4904-4910 tables: Link Here
4904
          mandatory: 0
4904
          mandatory: 0
4905
          kohafield: ""
4905
          kohafield: ""
4906
          tab: 0
4906
          tab: 0
4907
          authorised_value: ""
4907
          authorised_value:
4908
          authtypecode: ""
4908
          authtypecode: ""
4909
          value_builder: ""
4909
          value_builder: ""
4910
          isurl: 0
4910
          isurl: 0
Lines 4922-4928 tables: Link Here
4922
          mandatory: 0
4922
          mandatory: 0
4923
          kohafield: ""
4923
          kohafield: ""
4924
          tab: 0
4924
          tab: 0
4925
          authorised_value: ""
4925
          authorised_value:
4926
          authtypecode: ""
4926
          authtypecode: ""
4927
          value_builder: ""
4927
          value_builder: ""
4928
          isurl: 0
4928
          isurl: 0
Lines 4940-4946 tables: Link Here
4940
          mandatory: 0
4940
          mandatory: 0
4941
          kohafield: ""
4941
          kohafield: ""
4942
          tab: 0
4942
          tab: 0
4943
          authorised_value: ""
4943
          authorised_value:
4944
          authtypecode: ""
4944
          authtypecode: ""
4945
          value_builder: ""
4945
          value_builder: ""
4946
          isurl: 0
4946
          isurl: 0
Lines 4958-4964 tables: Link Here
4958
          mandatory: 0
4958
          mandatory: 0
4959
          kohafield: ""
4959
          kohafield: ""
4960
          tab: 0
4960
          tab: 0
4961
          authorised_value: ""
4961
          authorised_value:
4962
          authtypecode: ""
4962
          authtypecode: ""
4963
          value_builder: ""
4963
          value_builder: ""
4964
          isurl: 0
4964
          isurl: 0
Lines 4976-4982 tables: Link Here
4976
          mandatory: 0
4976
          mandatory: 0
4977
          kohafield: ""
4977
          kohafield: ""
4978
          tab: 0
4978
          tab: 0
4979
          authorised_value: ""
4979
          authorised_value:
4980
          authtypecode: ""
4980
          authtypecode: ""
4981
          value_builder: ""
4981
          value_builder: ""
4982
          isurl: 0
4982
          isurl: 0
Lines 4994-5000 tables: Link Here
4994
          mandatory: 0
4994
          mandatory: 0
4995
          kohafield: ""
4995
          kohafield: ""
4996
          tab: 0
4996
          tab: 0
4997
          authorised_value: ""
4997
          authorised_value:
4998
          authtypecode: ""
4998
          authtypecode: ""
4999
          value_builder: ""
4999
          value_builder: ""
5000
          isurl: 0
5000
          isurl: 0
Lines 5012-5018 tables: Link Here
5012
          mandatory: 0
5012
          mandatory: 0
5013
          kohafield: ""
5013
          kohafield: ""
5014
          tab: 0
5014
          tab: 0
5015
          authorised_value: ""
5015
          authorised_value:
5016
          authtypecode: ""
5016
          authtypecode: ""
5017
          value_builder: ""
5017
          value_builder: ""
5018
          isurl: 0
5018
          isurl: 0
Lines 5030-5036 tables: Link Here
5030
          mandatory: 0
5030
          mandatory: 0
5031
          kohafield: ""
5031
          kohafield: ""
5032
          tab: 0
5032
          tab: 0
5033
          authorised_value: ""
5033
          authorised_value:
5034
          authtypecode: ""
5034
          authtypecode: ""
5035
          value_builder: ""
5035
          value_builder: ""
5036
          isurl: 0
5036
          isurl: 0
Lines 5048-5054 tables: Link Here
5048
          mandatory: 0
5048
          mandatory: 0
5049
          kohafield: ""
5049
          kohafield: ""
5050
          tab: 0
5050
          tab: 0
5051
          authorised_value: ""
5051
          authorised_value:
5052
          authtypecode: ""
5052
          authtypecode: ""
5053
          value_builder: ""
5053
          value_builder: ""
5054
          isurl: 0
5054
          isurl: 0
Lines 5066-5072 tables: Link Here
5066
          mandatory: 0
5066
          mandatory: 0
5067
          kohafield: ""
5067
          kohafield: ""
5068
          tab: 0
5068
          tab: 0
5069
          authorised_value: ""
5069
          authorised_value:
5070
          authtypecode: ""
5070
          authtypecode: ""
5071
          value_builder: ""
5071
          value_builder: ""
5072
          isurl: 0
5072
          isurl: 0
Lines 5084-5090 tables: Link Here
5084
          mandatory: 0
5084
          mandatory: 0
5085
          kohafield: ""
5085
          kohafield: ""
5086
          tab: 0
5086
          tab: 0
5087
          authorised_value: ""
5087
          authorised_value:
5088
          authtypecode: ""
5088
          authtypecode: ""
5089
          value_builder: ""
5089
          value_builder: ""
5090
          isurl: 0
5090
          isurl: 0
Lines 5102-5108 tables: Link Here
5102
          mandatory: 0
5102
          mandatory: 0
5103
          kohafield: ""
5103
          kohafield: ""
5104
          tab: 0
5104
          tab: 0
5105
          authorised_value: ""
5105
          authorised_value:
5106
          authtypecode: ""
5106
          authtypecode: ""
5107
          value_builder: ""
5107
          value_builder: ""
5108
          isurl: 0
5108
          isurl: 0
Lines 5120-5126 tables: Link Here
5120
          mandatory: 0
5120
          mandatory: 0
5121
          kohafield: ""
5121
          kohafield: ""
5122
          tab: 0
5122
          tab: 0
5123
          authorised_value: ""
5123
          authorised_value:
5124
          authtypecode: ""
5124
          authtypecode: ""
5125
          value_builder: ""
5125
          value_builder: ""
5126
          isurl: 0
5126
          isurl: 0
Lines 5138-5144 tables: Link Here
5138
          mandatory: 0
5138
          mandatory: 0
5139
          kohafield: ""
5139
          kohafield: ""
5140
          tab: 0
5140
          tab: 0
5141
          authorised_value: ""
5141
          authorised_value:
5142
          authtypecode: ""
5142
          authtypecode: ""
5143
          value_builder: ""
5143
          value_builder: ""
5144
          isurl: 0
5144
          isurl: 0
Lines 5156-5162 tables: Link Here
5156
          mandatory: 0
5156
          mandatory: 0
5157
          kohafield: ""
5157
          kohafield: ""
5158
          tab: 0
5158
          tab: 0
5159
          authorised_value: ""
5159
          authorised_value:
5160
          authtypecode: ""
5160
          authtypecode: ""
5161
          value_builder: ""
5161
          value_builder: ""
5162
          isurl: 0
5162
          isurl: 0
Lines 5174-5180 tables: Link Here
5174
          mandatory: 0
5174
          mandatory: 0
5175
          kohafield: ""
5175
          kohafield: ""
5176
          tab: 0
5176
          tab: 0
5177
          authorised_value: ""
5177
          authorised_value:
5178
          authtypecode: ""
5178
          authtypecode: ""
5179
          value_builder: ""
5179
          value_builder: ""
5180
          isurl: 0
5180
          isurl: 0
Lines 5192-5198 tables: Link Here
5192
          mandatory: 0
5192
          mandatory: 0
5193
          kohafield: ""
5193
          kohafield: ""
5194
          tab: 0
5194
          tab: 0
5195
          authorised_value: ""
5195
          authorised_value:
5196
          authtypecode: ""
5196
          authtypecode: ""
5197
          value_builder: ""
5197
          value_builder: ""
5198
          isurl: 0
5198
          isurl: 0
Lines 5210-5216 tables: Link Here
5210
          mandatory: 0
5210
          mandatory: 0
5211
          kohafield: ""
5211
          kohafield: ""
5212
          tab: 0
5212
          tab: 0
5213
          authorised_value: ""
5213
          authorised_value:
5214
          authtypecode: ""
5214
          authtypecode: ""
5215
          value_builder: ""
5215
          value_builder: ""
5216
          isurl: 0
5216
          isurl: 0
Lines 5228-5234 tables: Link Here
5228
          mandatory: 0
5228
          mandatory: 0
5229
          kohafield: ""
5229
          kohafield: ""
5230
          tab: 0
5230
          tab: 0
5231
          authorised_value: ""
5231
          authorised_value:
5232
          authtypecode: ""
5232
          authtypecode: ""
5233
          value_builder: ""
5233
          value_builder: ""
5234
          isurl: 0
5234
          isurl: 0
Lines 5246-5252 tables: Link Here
5246
          mandatory: 0
5246
          mandatory: 0
5247
          kohafield: ""
5247
          kohafield: ""
5248
          tab: 0
5248
          tab: 0
5249
          authorised_value: ""
5249
          authorised_value:
5250
          authtypecode: ""
5250
          authtypecode: ""
5251
          value_builder: ""
5251
          value_builder: ""
5252
          isurl: 0
5252
          isurl: 0
Lines 5264-5270 tables: Link Here
5264
          mandatory: 0
5264
          mandatory: 0
5265
          kohafield: ""
5265
          kohafield: ""
5266
          tab: 0
5266
          tab: 0
5267
          authorised_value: ""
5267
          authorised_value:
5268
          authtypecode: ""
5268
          authtypecode: ""
5269
          value_builder: ""
5269
          value_builder: ""
5270
          isurl: 0
5270
          isurl: 0
Lines 5282-5288 tables: Link Here
5282
          mandatory: 0
5282
          mandatory: 0
5283
          kohafield: ""
5283
          kohafield: ""
5284
          tab: 0
5284
          tab: 0
5285
          authorised_value: ""
5285
          authorised_value:
5286
          authtypecode: ""
5286
          authtypecode: ""
5287
          value_builder: ""
5287
          value_builder: ""
5288
          isurl:
5288
          isurl:
Lines 5300-5306 tables: Link Here
5300
          mandatory: 0
5300
          mandatory: 0
5301
          kohafield: ""
5301
          kohafield: ""
5302
          tab: 0
5302
          tab: 0
5303
          authorised_value: ""
5303
          authorised_value:
5304
          authtypecode: ""
5304
          authtypecode: ""
5305
          value_builder: ""
5305
          value_builder: ""
5306
          isurl: 0
5306
          isurl: 0
Lines 5318-5324 tables: Link Here
5318
          mandatory: 0
5318
          mandatory: 0
5319
          kohafield: ""
5319
          kohafield: ""
5320
          tab: 0
5320
          tab: 0
5321
          authorised_value: ""
5321
          authorised_value:
5322
          authtypecode: ""
5322
          authtypecode: ""
5323
          value_builder: ""
5323
          value_builder: ""
5324
          isurl:
5324
          isurl:
Lines 5336-5342 tables: Link Here
5336
          mandatory: 0
5336
          mandatory: 0
5337
          kohafield: ""
5337
          kohafield: ""
5338
          tab: 0
5338
          tab: 0
5339
          authorised_value: ""
5339
          authorised_value:
5340
          authtypecode: ""
5340
          authtypecode: ""
5341
          value_builder: ""
5341
          value_builder: ""
5342
          isurl: 0
5342
          isurl: 0
Lines 5354-5360 tables: Link Here
5354
          mandatory: 0
5354
          mandatory: 0
5355
          kohafield: ""
5355
          kohafield: ""
5356
          tab: 0
5356
          tab: 0
5357
          authorised_value: ""
5357
          authorised_value:
5358
          authtypecode: ""
5358
          authtypecode: ""
5359
          value_builder: ""
5359
          value_builder: ""
5360
          isurl: 0
5360
          isurl: 0
Lines 5372-5378 tables: Link Here
5372
          mandatory: 0
5372
          mandatory: 0
5373
          kohafield: ""
5373
          kohafield: ""
5374
          tab: 0
5374
          tab: 0
5375
          authorised_value: ""
5375
          authorised_value:
5376
          authtypecode: ""
5376
          authtypecode: ""
5377
          value_builder: ""
5377
          value_builder: ""
5378
          isurl: 0
5378
          isurl: 0
Lines 5390-5396 tables: Link Here
5390
          mandatory: 0
5390
          mandatory: 0
5391
          kohafield: ""
5391
          kohafield: ""
5392
          tab: 0
5392
          tab: 0
5393
          authorised_value: ""
5393
          authorised_value:
5394
          authtypecode: ""
5394
          authtypecode: ""
5395
          value_builder: ""
5395
          value_builder: ""
5396
          isurl: 0
5396
          isurl: 0
Lines 5408-5414 tables: Link Here
5408
          mandatory: 0
5408
          mandatory: 0
5409
          kohafield: ""
5409
          kohafield: ""
5410
          tab: 0
5410
          tab: 0
5411
          authorised_value: ""
5411
          authorised_value:
5412
          authtypecode: ""
5412
          authtypecode: ""
5413
          value_builder: ""
5413
          value_builder: ""
5414
          isurl: 0
5414
          isurl: 0
Lines 5426-5432 tables: Link Here
5426
          mandatory: 0
5426
          mandatory: 0
5427
          kohafield: ""
5427
          kohafield: ""
5428
          tab: 0
5428
          tab: 0
5429
          authorised_value: ""
5429
          authorised_value:
5430
          authtypecode: ""
5430
          authtypecode: ""
5431
          value_builder: ""
5431
          value_builder: ""
5432
          isurl: 0
5432
          isurl: 0
Lines 5444-5450 tables: Link Here
5444
          mandatory: 0
5444
          mandatory: 0
5445
          kohafield: ""
5445
          kohafield: ""
5446
          tab: 0
5446
          tab: 0
5447
          authorised_value: ""
5447
          authorised_value:
5448
          authtypecode: ""
5448
          authtypecode: ""
5449
          value_builder: ""
5449
          value_builder: ""
5450
          isurl: 0
5450
          isurl: 0
Lines 5462-5468 tables: Link Here
5462
          mandatory: 0
5462
          mandatory: 0
5463
          kohafield: ""
5463
          kohafield: ""
5464
          tab: 0
5464
          tab: 0
5465
          authorised_value: ""
5465
          authorised_value:
5466
          authtypecode: ""
5466
          authtypecode: ""
5467
          value_builder: ""
5467
          value_builder: ""
5468
          isurl: 0
5468
          isurl: 0
Lines 5480-5486 tables: Link Here
5480
          mandatory: 0
5480
          mandatory: 0
5481
          kohafield: ""
5481
          kohafield: ""
5482
          tab: 0
5482
          tab: 0
5483
          authorised_value: ""
5483
          authorised_value:
5484
          authtypecode: ""
5484
          authtypecode: ""
5485
          value_builder: ""
5485
          value_builder: ""
5486
          isurl: 0
5486
          isurl: 0
Lines 5498-5504 tables: Link Here
5498
          mandatory: 0
5498
          mandatory: 0
5499
          kohafield: ""
5499
          kohafield: ""
5500
          tab: 0
5500
          tab: 0
5501
          authorised_value: ""
5501
          authorised_value:
5502
          authtypecode: ""
5502
          authtypecode: ""
5503
          value_builder: ""
5503
          value_builder: ""
5504
          isurl: 0
5504
          isurl: 0
Lines 5516-5522 tables: Link Here
5516
          mandatory: 0
5516
          mandatory: 0
5517
          kohafield: ""
5517
          kohafield: ""
5518
          tab: 0
5518
          tab: 0
5519
          authorised_value: ""
5519
          authorised_value:
5520
          authtypecode: ""
5520
          authtypecode: ""
5521
          value_builder: ""
5521
          value_builder: ""
5522
          isurl: 0
5522
          isurl: 0
Lines 5534-5540 tables: Link Here
5534
          mandatory: 0
5534
          mandatory: 0
5535
          kohafield: ""
5535
          kohafield: ""
5536
          tab: 0
5536
          tab: 0
5537
          authorised_value: ""
5537
          authorised_value:
5538
          authtypecode: ""
5538
          authtypecode: ""
5539
          value_builder: ""
5539
          value_builder: ""
5540
          isurl: 0
5540
          isurl: 0
Lines 5552-5558 tables: Link Here
5552
          mandatory: 0
5552
          mandatory: 0
5553
          kohafield: ""
5553
          kohafield: ""
5554
          tab: 0
5554
          tab: 0
5555
          authorised_value: ""
5555
          authorised_value:
5556
          authtypecode: ""
5556
          authtypecode: ""
5557
          value_builder: ""
5557
          value_builder: ""
5558
          isurl: 0
5558
          isurl: 0
Lines 5570-5576 tables: Link Here
5570
          mandatory: 0
5570
          mandatory: 0
5571
          kohafield: ""
5571
          kohafield: ""
5572
          tab: 0
5572
          tab: 0
5573
          authorised_value: ""
5573
          authorised_value:
5574
          authtypecode: ""
5574
          authtypecode: ""
5575
          value_builder: ""
5575
          value_builder: ""
5576
          isurl: 0
5576
          isurl: 0
Lines 5588-5594 tables: Link Here
5588
          mandatory: 0
5588
          mandatory: 0
5589
          kohafield: ""
5589
          kohafield: ""
5590
          tab: 0
5590
          tab: 0
5591
          authorised_value: ""
5591
          authorised_value:
5592
          authtypecode: ""
5592
          authtypecode: ""
5593
          value_builder: ""
5593
          value_builder: ""
5594
          isurl: 0
5594
          isurl: 0
Lines 5606-5612 tables: Link Here
5606
          mandatory: 0
5606
          mandatory: 0
5607
          kohafield: ""
5607
          kohafield: ""
5608
          tab: 0
5608
          tab: 0
5609
          authorised_value: ""
5609
          authorised_value:
5610
          authtypecode: ""
5610
          authtypecode: ""
5611
          value_builder: ""
5611
          value_builder: ""
5612
          isurl: 0
5612
          isurl: 0
Lines 5624-5630 tables: Link Here
5624
          mandatory: 0
5624
          mandatory: 0
5625
          kohafield: ""
5625
          kohafield: ""
5626
          tab: 0
5626
          tab: 0
5627
          authorised_value: ""
5627
          authorised_value:
5628
          authtypecode: ""
5628
          authtypecode: ""
5629
          value_builder: ""
5629
          value_builder: ""
5630
          isurl: 0
5630
          isurl: 0
Lines 5642-5648 tables: Link Here
5642
          mandatory: 0
5642
          mandatory: 0
5643
          kohafield: ""
5643
          kohafield: ""
5644
          tab: 0
5644
          tab: 0
5645
          authorised_value: ""
5645
          authorised_value:
5646
          authtypecode: ""
5646
          authtypecode: ""
5647
          value_builder: ""
5647
          value_builder: ""
5648
          isurl: 0
5648
          isurl: 0
Lines 5660-5666 tables: Link Here
5660
          mandatory: 0
5660
          mandatory: 0
5661
          kohafield: ""
5661
          kohafield: ""
5662
          tab: 0
5662
          tab: 0
5663
          authorised_value: ""
5663
          authorised_value:
5664
          authtypecode: ""
5664
          authtypecode: ""
5665
          value_builder: ""
5665
          value_builder: ""
5666
          isurl: 0
5666
          isurl: 0
Lines 5678-5684 tables: Link Here
5678
          mandatory: 0
5678
          mandatory: 0
5679
          kohafield: ""
5679
          kohafield: ""
5680
          tab: 0
5680
          tab: 0
5681
          authorised_value: ""
5681
          authorised_value:
5682
          authtypecode: ""
5682
          authtypecode: ""
5683
          value_builder: ""
5683
          value_builder: ""
5684
          isurl: 0
5684
          isurl: 0
Lines 5696-5702 tables: Link Here
5696
          mandatory: 0
5696
          mandatory: 0
5697
          kohafield: ""
5697
          kohafield: ""
5698
          tab: 0
5698
          tab: 0
5699
          authorised_value: ""
5699
          authorised_value:
5700
          authtypecode: ""
5700
          authtypecode: ""
5701
          value_builder: ""
5701
          value_builder: ""
5702
          isurl: 0
5702
          isurl: 0
Lines 5714-5720 tables: Link Here
5714
          mandatory: 0
5714
          mandatory: 0
5715
          kohafield: ""
5715
          kohafield: ""
5716
          tab: 0
5716
          tab: 0
5717
          authorised_value: ""
5717
          authorised_value:
5718
          authtypecode: ""
5718
          authtypecode: ""
5719
          value_builder: ""
5719
          value_builder: ""
5720
          isurl: 0
5720
          isurl: 0
Lines 5732-5738 tables: Link Here
5732
          mandatory: 0
5732
          mandatory: 0
5733
          kohafield: ""
5733
          kohafield: ""
5734
          tab: 0
5734
          tab: 0
5735
          authorised_value: ""
5735
          authorised_value:
5736
          authtypecode: ""
5736
          authtypecode: ""
5737
          value_builder: ""
5737
          value_builder: ""
5738
          isurl: 0
5738
          isurl: 0
Lines 5750-5756 tables: Link Here
5750
          mandatory: 0
5750
          mandatory: 0
5751
          kohafield: ""
5751
          kohafield: ""
5752
          tab: 0
5752
          tab: 0
5753
          authorised_value: ""
5753
          authorised_value:
5754
          authtypecode: ""
5754
          authtypecode: ""
5755
          value_builder: ""
5755
          value_builder: ""
5756
          isurl: 0
5756
          isurl: 0
Lines 5768-5774 tables: Link Here
5768
          mandatory: 0
5768
          mandatory: 0
5769
          kohafield: ""
5769
          kohafield: ""
5770
          tab: 0
5770
          tab: 0
5771
          authorised_value: ""
5771
          authorised_value:
5772
          authtypecode: ""
5772
          authtypecode: ""
5773
          value_builder: ""
5773
          value_builder: ""
5774
          isurl: 0
5774
          isurl: 0
Lines 5786-5792 tables: Link Here
5786
          mandatory: 0
5786
          mandatory: 0
5787
          kohafield: ""
5787
          kohafield: ""
5788
          tab: 0
5788
          tab: 0
5789
          authorised_value: ""
5789
          authorised_value:
5790
          authtypecode: ""
5790
          authtypecode: ""
5791
          value_builder: ""
5791
          value_builder: ""
5792
          isurl: 1
5792
          isurl: 1
Lines 5804-5810 tables: Link Here
5804
          mandatory: 0
5804
          mandatory: 0
5805
          kohafield: ""
5805
          kohafield: ""
5806
          tab: 0
5806
          tab: 0
5807
          authorised_value: ""
5807
          authorised_value:
5808
          authtypecode: ""
5808
          authtypecode: ""
5809
          value_builder: ""
5809
          value_builder: ""
5810
          isurl: 0
5810
          isurl: 0
Lines 5822-5828 tables: Link Here
5822
          mandatory: 0
5822
          mandatory: 0
5823
          kohafield: ""
5823
          kohafield: ""
5824
          tab: 0
5824
          tab: 0
5825
          authorised_value: ""
5825
          authorised_value:
5826
          authtypecode: ""
5826
          authtypecode: ""
5827
          value_builder: ""
5827
          value_builder: ""
5828
          isurl: 0
5828
          isurl: 0
Lines 5840-5846 tables: Link Here
5840
          mandatory: 0
5840
          mandatory: 0
5841
          kohafield: ""
5841
          kohafield: ""
5842
          tab: 0
5842
          tab: 0
5843
          authorised_value: ""
5843
          authorised_value:
5844
          authtypecode: ""
5844
          authtypecode: ""
5845
          value_builder:
5845
          value_builder:
5846
          isurl: 0
5846
          isurl: 0
Lines 5858-5864 tables: Link Here
5858
          mandatory: 0
5858
          mandatory: 0
5859
          kohafield: ""
5859
          kohafield: ""
5860
          tab: 0
5860
          tab: 0
5861
          authorised_value: ""
5861
          authorised_value:
5862
          authtypecode: ""
5862
          authtypecode: ""
5863
          value_builder: ""
5863
          value_builder: ""
5864
          isurl: 0
5864
          isurl: 0
Lines 5876-5882 tables: Link Here
5876
          mandatory: 0
5876
          mandatory: 0
5877
          kohafield: ""
5877
          kohafield: ""
5878
          tab: 0
5878
          tab: 0
5879
          authorised_value: ""
5879
          authorised_value:
5880
          authtypecode: ""
5880
          authtypecode: ""
5881
          value_builder: ""
5881
          value_builder: ""
5882
          isurl: 0
5882
          isurl: 0
Lines 5894-5900 tables: Link Here
5894
          mandatory: 0
5894
          mandatory: 0
5895
          kohafield: ""
5895
          kohafield: ""
5896
          tab: 0
5896
          tab: 0
5897
          authorised_value: ""
5897
          authorised_value:
5898
          authtypecode: ""
5898
          authtypecode: ""
5899
          value_builder: ""
5899
          value_builder: ""
5900
          isurl: 0
5900
          isurl: 0
Lines 5912-5918 tables: Link Here
5912
          mandatory: 0
5912
          mandatory: 0
5913
          kohafield: ""
5913
          kohafield: ""
5914
          tab: 0
5914
          tab: 0
5915
          authorised_value: ""
5915
          authorised_value:
5916
          authtypecode: ""
5916
          authtypecode: ""
5917
          value_builder: ""
5917
          value_builder: ""
5918
          isurl:
5918
          isurl:
Lines 5930-5936 tables: Link Here
5930
          mandatory: 0
5930
          mandatory: 0
5931
          kohafield: ""
5931
          kohafield: ""
5932
          tab: 0
5932
          tab: 0
5933
          authorised_value: ""
5933
          authorised_value:
5934
          authtypecode: ""
5934
          authtypecode: ""
5935
          value_builder: ""
5935
          value_builder: ""
5936
          isurl:
5936
          isurl:
Lines 5948-5954 tables: Link Here
5948
          mandatory: 0
5948
          mandatory: 0
5949
          kohafield: ""
5949
          kohafield: ""
5950
          tab: 0
5950
          tab: 0
5951
          authorised_value: ""
5951
          authorised_value:
5952
          authtypecode: ""
5952
          authtypecode: ""
5953
          value_builder: ""
5953
          value_builder: ""
5954
          isurl:
5954
          isurl:
Lines 5966-5972 tables: Link Here
5966
          mandatory: 0
5966
          mandatory: 0
5967
          kohafield: ""
5967
          kohafield: ""
5968
          tab: 0
5968
          tab: 0
5969
          authorised_value: ""
5969
          authorised_value:
5970
          authtypecode: ""
5970
          authtypecode: ""
5971
          value_builder: ""
5971
          value_builder: ""
5972
          isurl: 0
5972
          isurl: 0
Lines 5984-5990 tables: Link Here
5984
          mandatory: 0
5984
          mandatory: 0
5985
          kohafield: ""
5985
          kohafield: ""
5986
          tab: 0
5986
          tab: 0
5987
          authorised_value: ""
5987
          authorised_value:
5988
          authtypecode: ""
5988
          authtypecode: ""
5989
          value_builder: ""
5989
          value_builder: ""
5990
          isurl: 0
5990
          isurl: 0
Lines 6002-6008 tables: Link Here
6002
          mandatory: 0
6002
          mandatory: 0
6003
          kohafield: ""
6003
          kohafield: ""
6004
          tab: 0
6004
          tab: 0
6005
          authorised_value: ""
6005
          authorised_value:
6006
          authtypecode: ""
6006
          authtypecode: ""
6007
          value_builder: ""
6007
          value_builder: ""
6008
          isurl: 0
6008
          isurl: 0
Lines 6020-6026 tables: Link Here
6020
          mandatory: 0
6020
          mandatory: 0
6021
          kohafield: ""
6021
          kohafield: ""
6022
          tab: 0
6022
          tab: 0
6023
          authorised_value: ""
6023
          authorised_value:
6024
          authtypecode: ""
6024
          authtypecode: ""
6025
          value_builder: ""
6025
          value_builder: ""
6026
          isurl: 0
6026
          isurl: 0
Lines 6038-6044 tables: Link Here
6038
          mandatory: 0
6038
          mandatory: 0
6039
          kohafield: ""
6039
          kohafield: ""
6040
          tab: 0
6040
          tab: 0
6041
          authorised_value: ""
6041
          authorised_value:
6042
          authtypecode: ""
6042
          authtypecode: ""
6043
          value_builder: ""
6043
          value_builder: ""
6044
          isurl: 0
6044
          isurl: 0
Lines 6056-6062 tables: Link Here
6056
          mandatory: 0
6056
          mandatory: 0
6057
          kohafield: ""
6057
          kohafield: ""
6058
          tab: 0
6058
          tab: 0
6059
          authorised_value: ""
6059
          authorised_value:
6060
          authtypecode: ""
6060
          authtypecode: ""
6061
          value_builder: ""
6061
          value_builder: ""
6062
          isurl: 0
6062
          isurl: 0
Lines 6074-6080 tables: Link Here
6074
          mandatory: 0
6074
          mandatory: 0
6075
          kohafield: ""
6075
          kohafield: ""
6076
          tab: 0
6076
          tab: 0
6077
          authorised_value: ""
6077
          authorised_value:
6078
          authtypecode: ""
6078
          authtypecode: ""
6079
          value_builder: ""
6079
          value_builder: ""
6080
          isurl:
6080
          isurl:
Lines 6092-6098 tables: Link Here
6092
          mandatory: 0
6092
          mandatory: 0
6093
          kohafield: ""
6093
          kohafield: ""
6094
          tab: 0
6094
          tab: 0
6095
          authorised_value: ""
6095
          authorised_value:
6096
          authtypecode: ""
6096
          authtypecode: ""
6097
          value_builder: ""
6097
          value_builder: ""
6098
          isurl:
6098
          isurl:
Lines 6110-6116 tables: Link Here
6110
          mandatory: 0
6110
          mandatory: 0
6111
          kohafield: ""
6111
          kohafield: ""
6112
          tab: 0
6112
          tab: 0
6113
          authorised_value: ""
6113
          authorised_value:
6114
          authtypecode: ""
6114
          authtypecode: ""
6115
          value_builder: ""
6115
          value_builder: ""
6116
          isurl:
6116
          isurl:
Lines 6128-6134 tables: Link Here
6128
          mandatory: 0
6128
          mandatory: 0
6129
          kohafield: ""
6129
          kohafield: ""
6130
          tab: 0
6130
          tab: 0
6131
          authorised_value: ""
6131
          authorised_value:
6132
          authtypecode: ""
6132
          authtypecode: ""
6133
          value_builder: ""
6133
          value_builder: ""
6134
          isurl:
6134
          isurl:
Lines 6146-6152 tables: Link Here
6146
          mandatory: 0
6146
          mandatory: 0
6147
          kohafield: ""
6147
          kohafield: ""
6148
          tab: 0
6148
          tab: 0
6149
          authorised_value: ""
6149
          authorised_value:
6150
          authtypecode: ""
6150
          authtypecode: ""
6151
          value_builder: ""
6151
          value_builder: ""
6152
          isurl:
6152
          isurl:
Lines 6164-6170 tables: Link Here
6164
          mandatory: 0
6164
          mandatory: 0
6165
          kohafield: ""
6165
          kohafield: ""
6166
          tab: 0
6166
          tab: 0
6167
          authorised_value: ""
6167
          authorised_value:
6168
          authtypecode: ""
6168
          authtypecode: ""
6169
          value_builder: ""
6169
          value_builder: ""
6170
          isurl: 0
6170
          isurl: 0
Lines 6182-6188 tables: Link Here
6182
          mandatory: 0
6182
          mandatory: 0
6183
          kohafield: ""
6183
          kohafield: ""
6184
          tab: 0
6184
          tab: 0
6185
          authorised_value: ""
6185
          authorised_value:
6186
          authtypecode: ""
6186
          authtypecode: ""
6187
          value_builder: ""
6187
          value_builder: ""
6188
          isurl: 0
6188
          isurl: 0
Lines 6200-6206 tables: Link Here
6200
          mandatory: 0
6200
          mandatory: 0
6201
          kohafield: ""
6201
          kohafield: ""
6202
          tab: 0
6202
          tab: 0
6203
          authorised_value: ""
6203
          authorised_value:
6204
          authtypecode: ""
6204
          authtypecode: ""
6205
          value_builder: ""
6205
          value_builder: ""
6206
          isurl: 0
6206
          isurl: 0
Lines 6218-6224 tables: Link Here
6218
          mandatory: 0
6218
          mandatory: 0
6219
          kohafield: ""
6219
          kohafield: ""
6220
          tab: 0
6220
          tab: 0
6221
          authorised_value: ""
6221
          authorised_value:
6222
          authtypecode: ""
6222
          authtypecode: ""
6223
          value_builder: ""
6223
          value_builder: ""
6224
          isurl: 0
6224
          isurl: 0
Lines 6236-6242 tables: Link Here
6236
          mandatory: 0
6236
          mandatory: 0
6237
          kohafield: ""
6237
          kohafield: ""
6238
          tab: 0
6238
          tab: 0
6239
          authorised_value: ""
6239
          authorised_value:
6240
          authtypecode: ""
6240
          authtypecode: ""
6241
          value_builder: ""
6241
          value_builder: ""
6242
          isurl: 0
6242
          isurl: 0
Lines 6254-6260 tables: Link Here
6254
          mandatory: 0
6254
          mandatory: 0
6255
          kohafield: ""
6255
          kohafield: ""
6256
          tab: 0
6256
          tab: 0
6257
          authorised_value: ""
6257
          authorised_value:
6258
          authtypecode: ""
6258
          authtypecode: ""
6259
          value_builder: ""
6259
          value_builder: ""
6260
          isurl: 0
6260
          isurl: 0
Lines 6272-6278 tables: Link Here
6272
          mandatory: 0
6272
          mandatory: 0
6273
          kohafield: ""
6273
          kohafield: ""
6274
          tab: 0
6274
          tab: 0
6275
          authorised_value: ""
6275
          authorised_value:
6276
          authtypecode: ""
6276
          authtypecode: ""
6277
          value_builder: ""
6277
          value_builder: ""
6278
          isurl: 0
6278
          isurl: 0
Lines 6290-6296 tables: Link Here
6290
          mandatory: 0
6290
          mandatory: 0
6291
          kohafield: ""
6291
          kohafield: ""
6292
          tab: 0
6292
          tab: 0
6293
          authorised_value: ""
6293
          authorised_value:
6294
          authtypecode: ""
6294
          authtypecode: ""
6295
          value_builder: ""
6295
          value_builder: ""
6296
          isurl: 0
6296
          isurl: 0
Lines 6308-6314 tables: Link Here
6308
          mandatory: 0
6308
          mandatory: 0
6309
          kohafield: ""
6309
          kohafield: ""
6310
          tab: 0
6310
          tab: 0
6311
          authorised_value: ""
6311
          authorised_value:
6312
          authtypecode: ""
6312
          authtypecode: ""
6313
          value_builder: ""
6313
          value_builder: ""
6314
          isurl: 0
6314
          isurl: 0
Lines 6326-6332 tables: Link Here
6326
          mandatory: 0
6326
          mandatory: 0
6327
          kohafield: ""
6327
          kohafield: ""
6328
          tab: 0
6328
          tab: 0
6329
          authorised_value: ""
6329
          authorised_value:
6330
          authtypecode: ""
6330
          authtypecode: ""
6331
          value_builder: ""
6331
          value_builder: ""
6332
          isurl: 0
6332
          isurl: 0
Lines 6344-6350 tables: Link Here
6344
          mandatory: 0
6344
          mandatory: 0
6345
          kohafield: ""
6345
          kohafield: ""
6346
          tab: 0
6346
          tab: 0
6347
          authorised_value: ""
6347
          authorised_value:
6348
          authtypecode: ""
6348
          authtypecode: ""
6349
          value_builder: ""
6349
          value_builder: ""
6350
          isurl: 0
6350
          isurl: 0
Lines 6362-6368 tables: Link Here
6362
          mandatory: 0
6362
          mandatory: 0
6363
          kohafield: ""
6363
          kohafield: ""
6364
          tab: 0
6364
          tab: 0
6365
          authorised_value: ""
6365
          authorised_value:
6366
          authtypecode: ""
6366
          authtypecode: ""
6367
          value_builder: ""
6367
          value_builder: ""
6368
          isurl: 0
6368
          isurl: 0
Lines 6380-6386 tables: Link Here
6380
          mandatory: 0
6380
          mandatory: 0
6381
          kohafield: ""
6381
          kohafield: ""
6382
          tab: 0
6382
          tab: 0
6383
          authorised_value: ""
6383
          authorised_value:
6384
          authtypecode: ""
6384
          authtypecode: ""
6385
          value_builder: ""
6385
          value_builder: ""
6386
          isurl: 0
6386
          isurl: 0
Lines 6398-6404 tables: Link Here
6398
          mandatory: 0
6398
          mandatory: 0
6399
          kohafield: ""
6399
          kohafield: ""
6400
          tab: 0
6400
          tab: 0
6401
          authorised_value: ""
6401
          authorised_value:
6402
          authtypecode: ""
6402
          authtypecode: ""
6403
          value_builder: ""
6403
          value_builder: ""
6404
          isurl: 0
6404
          isurl: 0
Lines 6416-6422 tables: Link Here
6416
          mandatory: 0
6416
          mandatory: 0
6417
          kohafield: ""
6417
          kohafield: ""
6418
          tab: 0
6418
          tab: 0
6419
          authorised_value: ""
6419
          authorised_value:
6420
          authtypecode: ""
6420
          authtypecode: ""
6421
          value_builder: ""
6421
          value_builder: ""
6422
          isurl: 0
6422
          isurl: 0
Lines 6434-6440 tables: Link Here
6434
          mandatory: 0
6434
          mandatory: 0
6435
          kohafield: ""
6435
          kohafield: ""
6436
          tab: 0
6436
          tab: 0
6437
          authorised_value: ""
6437
          authorised_value:
6438
          authtypecode: ""
6438
          authtypecode: ""
6439
          value_builder: ""
6439
          value_builder: ""
6440
          isurl: 0
6440
          isurl: 0
Lines 6452-6458 tables: Link Here
6452
          mandatory: 0
6452
          mandatory: 0
6453
          kohafield: ""
6453
          kohafield: ""
6454
          tab: 0
6454
          tab: 0
6455
          authorised_value: ""
6455
          authorised_value:
6456
          authtypecode: ""
6456
          authtypecode: ""
6457
          value_builder: ""
6457
          value_builder: ""
6458
          isurl: 0
6458
          isurl: 0
Lines 6470-6476 tables: Link Here
6470
          mandatory: 0
6470
          mandatory: 0
6471
          kohafield: ""
6471
          kohafield: ""
6472
          tab: 0
6472
          tab: 0
6473
          authorised_value: ""
6473
          authorised_value:
6474
          authtypecode: ""
6474
          authtypecode: ""
6475
          value_builder: ""
6475
          value_builder: ""
6476
          isurl: 0
6476
          isurl: 0
Lines 6488-6494 tables: Link Here
6488
          mandatory: 0
6488
          mandatory: 0
6489
          kohafield: ""
6489
          kohafield: ""
6490
          tab: 0
6490
          tab: 0
6491
          authorised_value: ""
6491
          authorised_value:
6492
          authtypecode: ""
6492
          authtypecode: ""
6493
          value_builder: ""
6493
          value_builder: ""
6494
          isurl: 0
6494
          isurl: 0
Lines 6506-6512 tables: Link Here
6506
          mandatory: 0
6506
          mandatory: 0
6507
          kohafield: ""
6507
          kohafield: ""
6508
          tab: 0
6508
          tab: 0
6509
          authorised_value: ""
6509
          authorised_value:
6510
          authtypecode: ""
6510
          authtypecode: ""
6511
          value_builder: ""
6511
          value_builder: ""
6512
          isurl: 0
6512
          isurl: 0
Lines 6524-6530 tables: Link Here
6524
          mandatory: 0
6524
          mandatory: 0
6525
          kohafield: ""
6525
          kohafield: ""
6526
          tab: 0
6526
          tab: 0
6527
          authorised_value: ""
6527
          authorised_value:
6528
          authtypecode: ""
6528
          authtypecode: ""
6529
          value_builder: ""
6529
          value_builder: ""
6530
          isurl: 0
6530
          isurl: 0
Lines 6542-6548 tables: Link Here
6542
          mandatory: 0
6542
          mandatory: 0
6543
          kohafield: ""
6543
          kohafield: ""
6544
          tab: 0
6544
          tab: 0
6545
          authorised_value: ""
6545
          authorised_value:
6546
          authtypecode: ""
6546
          authtypecode: ""
6547
          value_builder: ""
6547
          value_builder: ""
6548
          isurl: 0
6548
          isurl: 0
Lines 6560-6566 tables: Link Here
6560
          mandatory: 0
6560
          mandatory: 0
6561
          kohafield: ""
6561
          kohafield: ""
6562
          tab: 0
6562
          tab: 0
6563
          authorised_value: ""
6563
          authorised_value:
6564
          authtypecode: ""
6564
          authtypecode: ""
6565
          value_builder: ""
6565
          value_builder: ""
6566
          isurl: 0
6566
          isurl: 0
Lines 6578-6584 tables: Link Here
6578
          mandatory: 0
6578
          mandatory: 0
6579
          kohafield: ""
6579
          kohafield: ""
6580
          tab: 0
6580
          tab: 0
6581
          authorised_value: ""
6581
          authorised_value:
6582
          authtypecode: ""
6582
          authtypecode: ""
6583
          value_builder: ""
6583
          value_builder: ""
6584
          isurl: 0
6584
          isurl: 0
Lines 6596-6602 tables: Link Here
6596
          mandatory: 0
6596
          mandatory: 0
6597
          kohafield: ""
6597
          kohafield: ""
6598
          tab: 0
6598
          tab: 0
6599
          authorised_value: ""
6599
          authorised_value:
6600
          authtypecode: ""
6600
          authtypecode: ""
6601
          value_builder: ""
6601
          value_builder: ""
6602
          isurl: 0
6602
          isurl: 0
Lines 6614-6620 tables: Link Here
6614
          mandatory: 0
6614
          mandatory: 0
6615
          kohafield: ""
6615
          kohafield: ""
6616
          tab: 0
6616
          tab: 0
6617
          authorised_value: ""
6617
          authorised_value:
6618
          authtypecode: ""
6618
          authtypecode: ""
6619
          value_builder: ""
6619
          value_builder: ""
6620
          isurl: 0
6620
          isurl: 0
Lines 6632-6638 tables: Link Here
6632
          mandatory: 0
6632
          mandatory: 0
6633
          kohafield: ""
6633
          kohafield: ""
6634
          tab: 0
6634
          tab: 0
6635
          authorised_value: ""
6635
          authorised_value:
6636
          authtypecode: ""
6636
          authtypecode: ""
6637
          value_builder: ""
6637
          value_builder: ""
6638
          isurl: 0
6638
          isurl: 0
Lines 6650-6656 tables: Link Here
6650
          mandatory: 0
6650
          mandatory: 0
6651
          kohafield: ""
6651
          kohafield: ""
6652
          tab: 0
6652
          tab: 0
6653
          authorised_value: ""
6653
          authorised_value:
6654
          authtypecode: ""
6654
          authtypecode: ""
6655
          value_builder: ""
6655
          value_builder: ""
6656
          isurl: 0
6656
          isurl: 0
Lines 6668-6674 tables: Link Here
6668
          mandatory: 0
6668
          mandatory: 0
6669
          kohafield: ""
6669
          kohafield: ""
6670
          tab: 0
6670
          tab: 0
6671
          authorised_value: ""
6671
          authorised_value:
6672
          authtypecode: ""
6672
          authtypecode: ""
6673
          value_builder: ""
6673
          value_builder: ""
6674
          isurl: 0
6674
          isurl: 0
Lines 6686-6692 tables: Link Here
6686
          mandatory: 0
6686
          mandatory: 0
6687
          kohafield: ""
6687
          kohafield: ""
6688
          tab: 0
6688
          tab: 0
6689
          authorised_value: ""
6689
          authorised_value:
6690
          authtypecode: ""
6690
          authtypecode: ""
6691
          value_builder: ""
6691
          value_builder: ""
6692
          isurl:
6692
          isurl:
Lines 6704-6710 tables: Link Here
6704
          mandatory: 0
6704
          mandatory: 0
6705
          kohafield: ""
6705
          kohafield: ""
6706
          tab: 0
6706
          tab: 0
6707
          authorised_value: ""
6707
          authorised_value:
6708
          authtypecode: ""
6708
          authtypecode: ""
6709
          value_builder: ""
6709
          value_builder: ""
6710
          isurl:
6710
          isurl:
Lines 6722-6728 tables: Link Here
6722
          mandatory: 0
6722
          mandatory: 0
6723
          kohafield: ""
6723
          kohafield: ""
6724
          tab: 0
6724
          tab: 0
6725
          authorised_value: ""
6725
          authorised_value:
6726
          authtypecode: ""
6726
          authtypecode: ""
6727
          value_builder: ""
6727
          value_builder: ""
6728
          isurl: 0
6728
          isurl: 0
Lines 6740-6746 tables: Link Here
6740
          mandatory: 0
6740
          mandatory: 0
6741
          kohafield: ""
6741
          kohafield: ""
6742
          tab: 0
6742
          tab: 0
6743
          authorised_value: ""
6743
          authorised_value:
6744
          authtypecode: ""
6744
          authtypecode: ""
6745
          value_builder: ""
6745
          value_builder: ""
6746
          isurl: 0
6746
          isurl: 0
Lines 6758-6764 tables: Link Here
6758
          mandatory: 0
6758
          mandatory: 0
6759
          kohafield: ""
6759
          kohafield: ""
6760
          tab: 0
6760
          tab: 0
6761
          authorised_value: ""
6761
          authorised_value:
6762
          authtypecode: ""
6762
          authtypecode: ""
6763
          value_builder: ""
6763
          value_builder: ""
6764
          isurl: 0
6764
          isurl: 0
Lines 6776-6782 tables: Link Here
6776
          mandatory: 0
6776
          mandatory: 0
6777
          kohafield: ""
6777
          kohafield: ""
6778
          tab: 0
6778
          tab: 0
6779
          authorised_value: ""
6779
          authorised_value:
6780
          authtypecode: ""
6780
          authtypecode: ""
6781
          value_builder: ""
6781
          value_builder: ""
6782
          isurl: 0
6782
          isurl: 0
Lines 6794-6800 tables: Link Here
6794
          mandatory: 0
6794
          mandatory: 0
6795
          kohafield: ""
6795
          kohafield: ""
6796
          tab: 0
6796
          tab: 0
6797
          authorised_value: ""
6797
          authorised_value:
6798
          authtypecode: ""
6798
          authtypecode: ""
6799
          value_builder: ""
6799
          value_builder: ""
6800
          isurl: 0
6800
          isurl: 0
Lines 6812-6818 tables: Link Here
6812
          mandatory: 0
6812
          mandatory: 0
6813
          kohafield: ""
6813
          kohafield: ""
6814
          tab: 0
6814
          tab: 0
6815
          authorised_value: ""
6815
          authorised_value:
6816
          authtypecode: ""
6816
          authtypecode: ""
6817
          value_builder: ""
6817
          value_builder: ""
6818
          isurl: 0
6818
          isurl: 0
Lines 6830-6836 tables: Link Here
6830
          mandatory: 0
6830
          mandatory: 0
6831
          kohafield: ""
6831
          kohafield: ""
6832
          tab: 0
6832
          tab: 0
6833
          authorised_value: ""
6833
          authorised_value:
6834
          authtypecode: ""
6834
          authtypecode: ""
6835
          value_builder: ""
6835
          value_builder: ""
6836
          isurl: 0
6836
          isurl: 0
Lines 6848-6854 tables: Link Here
6848
          mandatory: 0
6848
          mandatory: 0
6849
          kohafield: ""
6849
          kohafield: ""
6850
          tab: 0
6850
          tab: 0
6851
          authorised_value: ""
6851
          authorised_value:
6852
          authtypecode: ""
6852
          authtypecode: ""
6853
          value_builder: ""
6853
          value_builder: ""
6854
          isurl: 0
6854
          isurl: 0
Lines 6866-6872 tables: Link Here
6866
          mandatory: 0
6866
          mandatory: 0
6867
          kohafield: ""
6867
          kohafield: ""
6868
          tab: 0
6868
          tab: 0
6869
          authorised_value: ""
6869
          authorised_value:
6870
          authtypecode: ""
6870
          authtypecode: ""
6871
          value_builder: ""
6871
          value_builder: ""
6872
          isurl: 0
6872
          isurl: 0
Lines 6884-6890 tables: Link Here
6884
          mandatory: 0
6884
          mandatory: 0
6885
          kohafield: ""
6885
          kohafield: ""
6886
          tab: 0
6886
          tab: 0
6887
          authorised_value: ""
6887
          authorised_value:
6888
          authtypecode: ""
6888
          authtypecode: ""
6889
          value_builder: ""
6889
          value_builder: ""
6890
          isurl: 0
6890
          isurl: 0
Lines 6902-6908 tables: Link Here
6902
          mandatory: 0
6902
          mandatory: 0
6903
          kohafield: ""
6903
          kohafield: ""
6904
          tab: 0
6904
          tab: 0
6905
          authorised_value: ""
6905
          authorised_value:
6906
          authtypecode: ""
6906
          authtypecode: ""
6907
          value_builder: ""
6907
          value_builder: ""
6908
          isurl: 0
6908
          isurl: 0
Lines 6920-6926 tables: Link Here
6920
          mandatory: 0
6920
          mandatory: 0
6921
          kohafield: ""
6921
          kohafield: ""
6922
          tab: 0
6922
          tab: 0
6923
          authorised_value: ""
6923
          authorised_value:
6924
          authtypecode: ""
6924
          authtypecode: ""
6925
          value_builder: ""
6925
          value_builder: ""
6926
          isurl: 0
6926
          isurl: 0
Lines 6938-6944 tables: Link Here
6938
          mandatory: 0
6938
          mandatory: 0
6939
          kohafield: ""
6939
          kohafield: ""
6940
          tab: 0
6940
          tab: 0
6941
          authorised_value: ""
6941
          authorised_value:
6942
          authtypecode: ""
6942
          authtypecode: ""
6943
          value_builder: ""
6943
          value_builder: ""
6944
          isurl: 0
6944
          isurl: 0
Lines 6956-6962 tables: Link Here
6956
          mandatory: 0
6956
          mandatory: 0
6957
          kohafield: ""
6957
          kohafield: ""
6958
          tab: 0
6958
          tab: 0
6959
          authorised_value: ""
6959
          authorised_value:
6960
          authtypecode: ""
6960
          authtypecode: ""
6961
          value_builder: ""
6961
          value_builder: ""
6962
          isurl: 0
6962
          isurl: 0
Lines 6974-6980 tables: Link Here
6974
          mandatory: 0
6974
          mandatory: 0
6975
          kohafield: ""
6975
          kohafield: ""
6976
          tab: 0
6976
          tab: 0
6977
          authorised_value: ""
6977
          authorised_value:
6978
          authtypecode: ""
6978
          authtypecode: ""
6979
          value_builder: ""
6979
          value_builder: ""
6980
          isurl: 0
6980
          isurl: 0
Lines 6992-6998 tables: Link Here
6992
          mandatory: 0
6992
          mandatory: 0
6993
          kohafield: ""
6993
          kohafield: ""
6994
          tab: 0
6994
          tab: 0
6995
          authorised_value: ""
6995
          authorised_value:
6996
          authtypecode: ""
6996
          authtypecode: ""
6997
          value_builder: ""
6997
          value_builder: ""
6998
          isurl: 0
6998
          isurl: 0
Lines 7010-7016 tables: Link Here
7010
          mandatory: 0
7010
          mandatory: 0
7011
          kohafield: ""
7011
          kohafield: ""
7012
          tab: 0
7012
          tab: 0
7013
          authorised_value: ""
7013
          authorised_value:
7014
          authtypecode: ""
7014
          authtypecode: ""
7015
          value_builder: ""
7015
          value_builder: ""
7016
          isurl: 0
7016
          isurl: 0
Lines 7028-7034 tables: Link Here
7028
          mandatory: 0
7028
          mandatory: 0
7029
          kohafield: ""
7029
          kohafield: ""
7030
          tab: 0
7030
          tab: 0
7031
          authorised_value: ""
7031
          authorised_value:
7032
          authtypecode: ""
7032
          authtypecode: ""
7033
          value_builder: ""
7033
          value_builder: ""
7034
          isurl: 0
7034
          isurl: 0
Lines 7046-7052 tables: Link Here
7046
          mandatory: 0
7046
          mandatory: 0
7047
          kohafield: ""
7047
          kohafield: ""
7048
          tab: 0
7048
          tab: 0
7049
          authorised_value: ""
7049
          authorised_value:
7050
          authtypecode: ""
7050
          authtypecode: ""
7051
          value_builder: ""
7051
          value_builder: ""
7052
          isurl: 0
7052
          isurl: 0
Lines 7064-7070 tables: Link Here
7064
          mandatory: 0
7064
          mandatory: 0
7065
          kohafield: ""
7065
          kohafield: ""
7066
          tab: 0
7066
          tab: 0
7067
          authorised_value: ""
7067
          authorised_value:
7068
          authtypecode: ""
7068
          authtypecode: ""
7069
          value_builder: ""
7069
          value_builder: ""
7070
          isurl: 0
7070
          isurl: 0
Lines 7082-7088 tables: Link Here
7082
          mandatory: 1
7082
          mandatory: 1
7083
          kohafield: ""
7083
          kohafield: ""
7084
          tab: 0
7084
          tab: 0
7085
          authorised_value: ""
7085
          authorised_value:
7086
          authtypecode: ""
7086
          authtypecode: ""
7087
          value_builder: ""
7087
          value_builder: ""
7088
          isurl: 0
7088
          isurl: 0
Lines 7100-7106 tables: Link Here
7100
          mandatory: 0
7100
          mandatory: 0
7101
          kohafield: ""
7101
          kohafield: ""
7102
          tab: 0
7102
          tab: 0
7103
          authorised_value: ""
7103
          authorised_value:
7104
          authtypecode: ""
7104
          authtypecode: ""
7105
          value_builder: ""
7105
          value_builder: ""
7106
          isurl: 0
7106
          isurl: 0
Lines 7118-7124 tables: Link Here
7118
          mandatory: 0
7118
          mandatory: 0
7119
          kohafield: ""
7119
          kohafield: ""
7120
          tab: 0
7120
          tab: 0
7121
          authorised_value: ""
7121
          authorised_value:
7122
          authtypecode: ""
7122
          authtypecode: ""
7123
          value_builder: ""
7123
          value_builder: ""
7124
          isurl: 0
7124
          isurl: 0
Lines 7136-7142 tables: Link Here
7136
          mandatory: 0
7136
          mandatory: 0
7137
          kohafield: ""
7137
          kohafield: ""
7138
          tab: 0
7138
          tab: 0
7139
          authorised_value: ""
7139
          authorised_value:
7140
          authtypecode: ""
7140
          authtypecode: ""
7141
          value_builder: ""
7141
          value_builder: ""
7142
          isurl: 0
7142
          isurl: 0
Lines 7154-7160 tables: Link Here
7154
          mandatory: 0
7154
          mandatory: 0
7155
          kohafield: ""
7155
          kohafield: ""
7156
          tab: 0
7156
          tab: 0
7157
          authorised_value: ""
7157
          authorised_value:
7158
          authtypecode: ""
7158
          authtypecode: ""
7159
          value_builder: ""
7159
          value_builder: ""
7160
          isurl: 0
7160
          isurl: 0
Lines 7172-7178 tables: Link Here
7172
          mandatory: 0
7172
          mandatory: 0
7173
          kohafield: ""
7173
          kohafield: ""
7174
          tab: 0
7174
          tab: 0
7175
          authorised_value: ""
7175
          authorised_value:
7176
          authtypecode: ""
7176
          authtypecode: ""
7177
          value_builder: ""
7177
          value_builder: ""
7178
          isurl: 0
7178
          isurl: 0
Lines 7190-7196 tables: Link Here
7190
          mandatory: 0
7190
          mandatory: 0
7191
          kohafield: ""
7191
          kohafield: ""
7192
          tab: 0
7192
          tab: 0
7193
          authorised_value: ""
7193
          authorised_value:
7194
          authtypecode: ""
7194
          authtypecode: ""
7195
          value_builder: ""
7195
          value_builder: ""
7196
          isurl: 0
7196
          isurl: 0
Lines 7208-7214 tables: Link Here
7208
          mandatory: 0
7208
          mandatory: 0
7209
          kohafield: ""
7209
          kohafield: ""
7210
          tab: 0
7210
          tab: 0
7211
          authorised_value: ""
7211
          authorised_value:
7212
          authtypecode: ""
7212
          authtypecode: ""
7213
          value_builder: ""
7213
          value_builder: ""
7214
          isurl: 0
7214
          isurl: 0
Lines 7226-7232 tables: Link Here
7226
          mandatory: 0
7226
          mandatory: 0
7227
          kohafield: ""
7227
          kohafield: ""
7228
          tab: 0
7228
          tab: 0
7229
          authorised_value: ""
7229
          authorised_value:
7230
          authtypecode: ""
7230
          authtypecode: ""
7231
          value_builder: ""
7231
          value_builder: ""
7232
          isurl: 0
7232
          isurl: 0
Lines 7244-7250 tables: Link Here
7244
          mandatory: 0
7244
          mandatory: 0
7245
          kohafield: ""
7245
          kohafield: ""
7246
          tab: 0
7246
          tab: 0
7247
          authorised_value: ""
7247
          authorised_value:
7248
          authtypecode: ""
7248
          authtypecode: ""
7249
          value_builder: ""
7249
          value_builder: ""
7250
          isurl: 0
7250
          isurl: 0
Lines 7262-7268 tables: Link Here
7262
          mandatory: 0
7262
          mandatory: 0
7263
          kohafield: ""
7263
          kohafield: ""
7264
          tab: 0
7264
          tab: 0
7265
          authorised_value: ""
7265
          authorised_value:
7266
          authtypecode: ""
7266
          authtypecode: ""
7267
          value_builder: ""
7267
          value_builder: ""
7268
          isurl: 0
7268
          isurl: 0
Lines 7280-7286 tables: Link Here
7280
          mandatory: 0
7280
          mandatory: 0
7281
          kohafield: ""
7281
          kohafield: ""
7282
          tab: 0
7282
          tab: 0
7283
          authorised_value: ""
7283
          authorised_value:
7284
          authtypecode: ""
7284
          authtypecode: ""
7285
          value_builder: ""
7285
          value_builder: ""
7286
          isurl: 0
7286
          isurl: 0
Lines 7298-7304 tables: Link Here
7298
          mandatory: 0
7298
          mandatory: 0
7299
          kohafield: ""
7299
          kohafield: ""
7300
          tab: 0
7300
          tab: 0
7301
          authorised_value: ""
7301
          authorised_value:
7302
          authtypecode: ""
7302
          authtypecode: ""
7303
          value_builder: ""
7303
          value_builder: ""
7304
          isurl: 0
7304
          isurl: 0
Lines 7316-7322 tables: Link Here
7316
          mandatory: 0
7316
          mandatory: 0
7317
          kohafield: ""
7317
          kohafield: ""
7318
          tab: 0
7318
          tab: 0
7319
          authorised_value: ""
7319
          authorised_value:
7320
          authtypecode: ""
7320
          authtypecode: ""
7321
          value_builder: ""
7321
          value_builder: ""
7322
          isurl: 0
7322
          isurl: 0
Lines 7334-7340 tables: Link Here
7334
          mandatory: 0
7334
          mandatory: 0
7335
          kohafield: ""
7335
          kohafield: ""
7336
          tab: 0
7336
          tab: 0
7337
          authorised_value: ""
7337
          authorised_value:
7338
          authtypecode: ""
7338
          authtypecode: ""
7339
          value_builder: ""
7339
          value_builder: ""
7340
          isurl:
7340
          isurl:
Lines 7352-7358 tables: Link Here
7352
          mandatory: 0
7352
          mandatory: 0
7353
          kohafield: ""
7353
          kohafield: ""
7354
          tab: 0
7354
          tab: 0
7355
          authorised_value: ""
7355
          authorised_value:
7356
          authtypecode: ""
7356
          authtypecode: ""
7357
          value_builder: ""
7357
          value_builder: ""
7358
          isurl:
7358
          isurl:
Lines 7370-7376 tables: Link Here
7370
          mandatory: 0
7370
          mandatory: 0
7371
          kohafield: ""
7371
          kohafield: ""
7372
          tab: 0
7372
          tab: 0
7373
          authorised_value: ""
7373
          authorised_value:
7374
          authtypecode: ""
7374
          authtypecode: ""
7375
          value_builder: ""
7375
          value_builder: ""
7376
          isurl:
7376
          isurl:
Lines 7388-7394 tables: Link Here
7388
          mandatory: 0
7388
          mandatory: 0
7389
          kohafield: ""
7389
          kohafield: ""
7390
          tab: 0
7390
          tab: 0
7391
          authorised_value: ""
7391
          authorised_value:
7392
          authtypecode: ""
7392
          authtypecode: ""
7393
          value_builder: ""
7393
          value_builder: ""
7394
          isurl:
7394
          isurl:
Lines 7406-7412 tables: Link Here
7406
          mandatory: 0
7406
          mandatory: 0
7407
          kohafield: ""
7407
          kohafield: ""
7408
          tab: 0
7408
          tab: 0
7409
          authorised_value: ""
7409
          authorised_value:
7410
          authtypecode: ""
7410
          authtypecode: ""
7411
          value_builder: ""
7411
          value_builder: ""
7412
          isurl:
7412
          isurl:
Lines 7424-7430 tables: Link Here
7424
          mandatory: 0
7424
          mandatory: 0
7425
          kohafield: ""
7425
          kohafield: ""
7426
          tab: 0
7426
          tab: 0
7427
          authorised_value: ""
7427
          authorised_value:
7428
          authtypecode: ""
7428
          authtypecode: ""
7429
          value_builder: ""
7429
          value_builder: ""
7430
          isurl:
7430
          isurl:
Lines 7442-7448 tables: Link Here
7442
          mandatory: 0
7442
          mandatory: 0
7443
          kohafield: ""
7443
          kohafield: ""
7444
          tab: 0
7444
          tab: 0
7445
          authorised_value: ""
7445
          authorised_value:
7446
          authtypecode: ""
7446
          authtypecode: ""
7447
          value_builder: ""
7447
          value_builder: ""
7448
          isurl:
7448
          isurl:
Lines 7460-7466 tables: Link Here
7460
          mandatory: 0
7460
          mandatory: 0
7461
          kohafield: ""
7461
          kohafield: ""
7462
          tab: 0
7462
          tab: 0
7463
          authorised_value: ""
7463
          authorised_value:
7464
          authtypecode: ""
7464
          authtypecode: ""
7465
          value_builder: ""
7465
          value_builder: ""
7466
          isurl:
7466
          isurl:
Lines 7478-7484 tables: Link Here
7478
          mandatory: 0
7478
          mandatory: 0
7479
          kohafield: ""
7479
          kohafield: ""
7480
          tab: 0
7480
          tab: 0
7481
          authorised_value: ""
7481
          authorised_value:
7482
          authtypecode: ""
7482
          authtypecode: ""
7483
          value_builder: ""
7483
          value_builder: ""
7484
          isurl:
7484
          isurl:
Lines 7496-7502 tables: Link Here
7496
          mandatory: 0
7496
          mandatory: 0
7497
          kohafield: ""
7497
          kohafield: ""
7498
          tab: 0
7498
          tab: 0
7499
          authorised_value: ""
7499
          authorised_value:
7500
          authtypecode: ""
7500
          authtypecode: ""
7501
          value_builder: ""
7501
          value_builder: ""
7502
          isurl:
7502
          isurl:
Lines 7514-7520 tables: Link Here
7514
          mandatory: 0
7514
          mandatory: 0
7515
          kohafield: ""
7515
          kohafield: ""
7516
          tab: 0
7516
          tab: 0
7517
          authorised_value: ""
7517
          authorised_value:
7518
          authtypecode: ""
7518
          authtypecode: ""
7519
          value_builder: ""
7519
          value_builder: ""
7520
          isurl:
7520
          isurl:
Lines 7532-7538 tables: Link Here
7532
          mandatory: 0
7532
          mandatory: 0
7533
          kohafield: ""
7533
          kohafield: ""
7534
          tab: 0
7534
          tab: 0
7535
          authorised_value: ""
7535
          authorised_value:
7536
          authtypecode: ""
7536
          authtypecode: ""
7537
          value_builder: ""
7537
          value_builder: ""
7538
          isurl:
7538
          isurl:
Lines 7550-7556 tables: Link Here
7550
          mandatory: 0
7550
          mandatory: 0
7551
          kohafield: ""
7551
          kohafield: ""
7552
          tab: 0
7552
          tab: 0
7553
          authorised_value: ""
7553
          authorised_value:
7554
          authtypecode: ""
7554
          authtypecode: ""
7555
          value_builder: ""
7555
          value_builder: ""
7556
          isurl: 0
7556
          isurl: 0
Lines 7568-7574 tables: Link Here
7568
          mandatory: 0
7568
          mandatory: 0
7569
          kohafield: ""
7569
          kohafield: ""
7570
          tab: 0
7570
          tab: 0
7571
          authorised_value: ""
7571
          authorised_value:
7572
          authtypecode: ""
7572
          authtypecode: ""
7573
          value_builder: ""
7573
          value_builder: ""
7574
          isurl: 0
7574
          isurl: 0
Lines 7586-7592 tables: Link Here
7586
          mandatory: 0
7586
          mandatory: 0
7587
          kohafield: ""
7587
          kohafield: ""
7588
          tab: 0
7588
          tab: 0
7589
          authorised_value: ""
7589
          authorised_value:
7590
          authtypecode: ""
7590
          authtypecode: ""
7591
          value_builder: ""
7591
          value_builder: ""
7592
          isurl: 0
7592
          isurl: 0
Lines 7604-7610 tables: Link Here
7604
          mandatory: 0
7604
          mandatory: 0
7605
          kohafield: ""
7605
          kohafield: ""
7606
          tab: 0
7606
          tab: 0
7607
          authorised_value: ""
7607
          authorised_value:
7608
          authtypecode: ""
7608
          authtypecode: ""
7609
          value_builder: ""
7609
          value_builder: ""
7610
          isurl: 0
7610
          isurl: 0
Lines 7622-7628 tables: Link Here
7622
          mandatory: 0
7622
          mandatory: 0
7623
          kohafield: ""
7623
          kohafield: ""
7624
          tab: 0
7624
          tab: 0
7625
          authorised_value: ""
7625
          authorised_value:
7626
          authtypecode: ""
7626
          authtypecode: ""
7627
          value_builder: ""
7627
          value_builder: ""
7628
          isurl: 0
7628
          isurl: 0
Lines 7640-7646 tables: Link Here
7640
          mandatory: 0
7640
          mandatory: 0
7641
          kohafield: ""
7641
          kohafield: ""
7642
          tab: 0
7642
          tab: 0
7643
          authorised_value: ""
7643
          authorised_value:
7644
          authtypecode: ""
7644
          authtypecode: ""
7645
          value_builder: ""
7645
          value_builder: ""
7646
          isurl: 0
7646
          isurl: 0
Lines 7658-7664 tables: Link Here
7658
          mandatory: 0
7658
          mandatory: 0
7659
          kohafield: ""
7659
          kohafield: ""
7660
          tab: 0
7660
          tab: 0
7661
          authorised_value: ""
7661
          authorised_value:
7662
          authtypecode: ""
7662
          authtypecode: ""
7663
          value_builder: ""
7663
          value_builder: ""
7664
          isurl: 0
7664
          isurl: 0
Lines 7676-7682 tables: Link Here
7676
          mandatory: 0
7676
          mandatory: 0
7677
          kohafield: ""
7677
          kohafield: ""
7678
          tab: 0
7678
          tab: 0
7679
          authorised_value: ""
7679
          authorised_value:
7680
          authtypecode: ""
7680
          authtypecode: ""
7681
          value_builder: ""
7681
          value_builder: ""
7682
          isurl: 0
7682
          isurl: 0
Lines 7694-7700 tables: Link Here
7694
          mandatory: 0
7694
          mandatory: 0
7695
          kohafield: ""
7695
          kohafield: ""
7696
          tab: 0
7696
          tab: 0
7697
          authorised_value: ""
7697
          authorised_value:
7698
          authtypecode: ""
7698
          authtypecode: ""
7699
          value_builder: ""
7699
          value_builder: ""
7700
          isurl: 0
7700
          isurl: 0
Lines 7712-7718 tables: Link Here
7712
          mandatory: 0
7712
          mandatory: 0
7713
          kohafield: ""
7713
          kohafield: ""
7714
          tab: 0
7714
          tab: 0
7715
          authorised_value: ""
7715
          authorised_value:
7716
          authtypecode: ""
7716
          authtypecode: ""
7717
          value_builder: ""
7717
          value_builder: ""
7718
          isurl: 0
7718
          isurl: 0
Lines 7730-7736 tables: Link Here
7730
          mandatory: 0
7730
          mandatory: 0
7731
          kohafield: ""
7731
          kohafield: ""
7732
          tab: 0
7732
          tab: 0
7733
          authorised_value: ""
7733
          authorised_value:
7734
          authtypecode: ""
7734
          authtypecode: ""
7735
          value_builder: ""
7735
          value_builder: ""
7736
          isurl: 0
7736
          isurl: 0
Lines 7748-7754 tables: Link Here
7748
          mandatory: 0
7748
          mandatory: 0
7749
          kohafield: ""
7749
          kohafield: ""
7750
          tab: 0
7750
          tab: 0
7751
          authorised_value: ""
7751
          authorised_value:
7752
          authtypecode: ""
7752
          authtypecode: ""
7753
          value_builder: ""
7753
          value_builder: ""
7754
          isurl: 0
7754
          isurl: 0
Lines 7766-7772 tables: Link Here
7766
          mandatory: 0
7766
          mandatory: 0
7767
          kohafield: ""
7767
          kohafield: ""
7768
          tab: 0
7768
          tab: 0
7769
          authorised_value: ""
7769
          authorised_value:
7770
          authtypecode: ""
7770
          authtypecode: ""
7771
          value_builder: ""
7771
          value_builder: ""
7772
          isurl: 0
7772
          isurl: 0
Lines 7784-7790 tables: Link Here
7784
          mandatory: 0
7784
          mandatory: 0
7785
          kohafield: ""
7785
          kohafield: ""
7786
          tab: 0
7786
          tab: 0
7787
          authorised_value: ""
7787
          authorised_value:
7788
          authtypecode: ""
7788
          authtypecode: ""
7789
          value_builder: ""
7789
          value_builder: ""
7790
          isurl: 0
7790
          isurl: 0
Lines 7802-7808 tables: Link Here
7802
          mandatory: 0
7802
          mandatory: 0
7803
          kohafield: ""
7803
          kohafield: ""
7804
          tab: 0
7804
          tab: 0
7805
          authorised_value: ""
7805
          authorised_value:
7806
          authtypecode: ""
7806
          authtypecode: ""
7807
          value_builder: ""
7807
          value_builder: ""
7808
          isurl: 0
7808
          isurl: 0
Lines 7820-7826 tables: Link Here
7820
          mandatory: 0
7820
          mandatory: 0
7821
          kohafield: ""
7821
          kohafield: ""
7822
          tab: 0
7822
          tab: 0
7823
          authorised_value: ""
7823
          authorised_value:
7824
          authtypecode: ""
7824
          authtypecode: ""
7825
          value_builder: ""
7825
          value_builder: ""
7826
          isurl: 0
7826
          isurl: 0
Lines 7838-7844 tables: Link Here
7838
          mandatory: 0
7838
          mandatory: 0
7839
          kohafield: ""
7839
          kohafield: ""
7840
          tab: 0
7840
          tab: 0
7841
          authorised_value: ""
7841
          authorised_value:
7842
          authtypecode: ""
7842
          authtypecode: ""
7843
          value_builder: ""
7843
          value_builder: ""
7844
          isurl: 0
7844
          isurl: 0
Lines 7856-7862 tables: Link Here
7856
          mandatory: 0
7856
          mandatory: 0
7857
          kohafield: ""
7857
          kohafield: ""
7858
          tab: 0
7858
          tab: 0
7859
          authorised_value: ""
7859
          authorised_value:
7860
          authtypecode: ""
7860
          authtypecode: ""
7861
          value_builder: ""
7861
          value_builder: ""
7862
          isurl: 0
7862
          isurl: 0
Lines 7874-7880 tables: Link Here
7874
          mandatory: 0
7874
          mandatory: 0
7875
          kohafield: ""
7875
          kohafield: ""
7876
          tab: 0
7876
          tab: 0
7877
          authorised_value: ""
7877
          authorised_value:
7878
          authtypecode: ""
7878
          authtypecode: ""
7879
          value_builder: ""
7879
          value_builder: ""
7880
          isurl: 0
7880
          isurl: 0
Lines 7892-7898 tables: Link Here
7892
          mandatory: 0
7892
          mandatory: 0
7893
          kohafield: ""
7893
          kohafield: ""
7894
          tab: 0
7894
          tab: 0
7895
          authorised_value: ""
7895
          authorised_value:
7896
          authtypecode: ""
7896
          authtypecode: ""
7897
          value_builder: ""
7897
          value_builder: ""
7898
          isurl: 0
7898
          isurl: 0
Lines 7910-7916 tables: Link Here
7910
          mandatory: 0
7910
          mandatory: 0
7911
          kohafield: ""
7911
          kohafield: ""
7912
          tab: 0
7912
          tab: 0
7913
          authorised_value: ""
7913
          authorised_value:
7914
          authtypecode: ""
7914
          authtypecode: ""
7915
          value_builder: ""
7915
          value_builder: ""
7916
          isurl: 0
7916
          isurl: 0
Lines 7928-7934 tables: Link Here
7928
          mandatory: 0
7928
          mandatory: 0
7929
          kohafield: ""
7929
          kohafield: ""
7930
          tab: 0
7930
          tab: 0
7931
          authorised_value: ""
7931
          authorised_value:
7932
          authtypecode: ""
7932
          authtypecode: ""
7933
          value_builder: ""
7933
          value_builder: ""
7934
          isurl:
7934
          isurl:
Lines 7946-7952 tables: Link Here
7946
          mandatory: 0
7946
          mandatory: 0
7947
          kohafield: ""
7947
          kohafield: ""
7948
          tab: 0
7948
          tab: 0
7949
          authorised_value: ""
7949
          authorised_value:
7950
          authtypecode: ""
7950
          authtypecode: ""
7951
          value_builder: ""
7951
          value_builder: ""
7952
          isurl: 0
7952
          isurl: 0
Lines 7964-7970 tables: Link Here
7964
          mandatory: 0
7964
          mandatory: 0
7965
          kohafield: ""
7965
          kohafield: ""
7966
          tab: 0
7966
          tab: 0
7967
          authorised_value: ""
7967
          authorised_value:
7968
          authtypecode: ""
7968
          authtypecode: ""
7969
          value_builder: ""
7969
          value_builder: ""
7970
          isurl:
7970
          isurl:
Lines 7982-7988 tables: Link Here
7982
          mandatory: 0
7982
          mandatory: 0
7983
          kohafield: ""
7983
          kohafield: ""
7984
          tab: 0
7984
          tab: 0
7985
          authorised_value: ""
7985
          authorised_value:
7986
          authtypecode: ""
7986
          authtypecode: ""
7987
          value_builder: ""
7987
          value_builder: ""
7988
          isurl: 0
7988
          isurl: 0
Lines 8000-8006 tables: Link Here
8000
          mandatory: 0
8000
          mandatory: 0
8001
          kohafield: ""
8001
          kohafield: ""
8002
          tab: 0
8002
          tab: 0
8003
          authorised_value: ""
8003
          authorised_value:
8004
          authtypecode: ""
8004
          authtypecode: ""
8005
          value_builder: ""
8005
          value_builder: ""
8006
          isurl: 0
8006
          isurl: 0
Lines 8018-8024 tables: Link Here
8018
          mandatory: 0
8018
          mandatory: 0
8019
          kohafield: ""
8019
          kohafield: ""
8020
          tab: 0
8020
          tab: 0
8021
          authorised_value: ""
8021
          authorised_value:
8022
          authtypecode: ""
8022
          authtypecode: ""
8023
          value_builder: ""
8023
          value_builder: ""
8024
          isurl: 0
8024
          isurl: 0
Lines 8036-8042 tables: Link Here
8036
          mandatory: 0
8036
          mandatory: 0
8037
          kohafield: ""
8037
          kohafield: ""
8038
          tab: 0
8038
          tab: 0
8039
          authorised_value: ""
8039
          authorised_value:
8040
          authtypecode: ""
8040
          authtypecode: ""
8041
          value_builder: ""
8041
          value_builder: ""
8042
          isurl: 0
8042
          isurl: 0
Lines 8054-8060 tables: Link Here
8054
          mandatory: 0
8054
          mandatory: 0
8055
          kohafield: ""
8055
          kohafield: ""
8056
          tab: 0
8056
          tab: 0
8057
          authorised_value: ""
8057
          authorised_value:
8058
          authtypecode: ""
8058
          authtypecode: ""
8059
          value_builder: ""
8059
          value_builder: ""
8060
          isurl: 0
8060
          isurl: 0
Lines 8072-8078 tables: Link Here
8072
          mandatory: 0
8072
          mandatory: 0
8073
          kohafield: ""
8073
          kohafield: ""
8074
          tab: 0
8074
          tab: 0
8075
          authorised_value: ""
8075
          authorised_value:
8076
          authtypecode: ""
8076
          authtypecode: ""
8077
          value_builder: ""
8077
          value_builder: ""
8078
          isurl: 0
8078
          isurl: 0
Lines 8090-8096 tables: Link Here
8090
          mandatory: 0
8090
          mandatory: 0
8091
          kohafield: ""
8091
          kohafield: ""
8092
          tab: 0
8092
          tab: 0
8093
          authorised_value: ""
8093
          authorised_value:
8094
          authtypecode: ""
8094
          authtypecode: ""
8095
          value_builder: ""
8095
          value_builder: ""
8096
          isurl: 0
8096
          isurl: 0
Lines 8108-8114 tables: Link Here
8108
          mandatory: 0
8108
          mandatory: 0
8109
          kohafield: ""
8109
          kohafield: ""
8110
          tab: 0
8110
          tab: 0
8111
          authorised_value: ""
8111
          authorised_value:
8112
          authtypecode: ""
8112
          authtypecode: ""
8113
          value_builder: ""
8113
          value_builder: ""
8114
          isurl: 0
8114
          isurl: 0
Lines 8126-8132 tables: Link Here
8126
          mandatory: 0
8126
          mandatory: 0
8127
          kohafield: ""
8127
          kohafield: ""
8128
          tab: 0
8128
          tab: 0
8129
          authorised_value: ""
8129
          authorised_value:
8130
          authtypecode: ""
8130
          authtypecode: ""
8131
          value_builder: ""
8131
          value_builder: ""
8132
          isurl: 0
8132
          isurl: 0
Lines 8144-8150 tables: Link Here
8144
          mandatory: 0
8144
          mandatory: 0
8145
          kohafield: ""
8145
          kohafield: ""
8146
          tab: 0
8146
          tab: 0
8147
          authorised_value: ""
8147
          authorised_value:
8148
          authtypecode: ""
8148
          authtypecode: ""
8149
          value_builder: ""
8149
          value_builder: ""
8150
          isurl: 0
8150
          isurl: 0
Lines 8162-8168 tables: Link Here
8162
          mandatory: 0
8162
          mandatory: 0
8163
          kohafield: ""
8163
          kohafield: ""
8164
          tab: 0
8164
          tab: 0
8165
          authorised_value: ""
8165
          authorised_value:
8166
          authtypecode: ""
8166
          authtypecode: ""
8167
          value_builder: ""
8167
          value_builder: ""
8168
          isurl: 0
8168
          isurl: 0
Lines 8180-8186 tables: Link Here
8180
          mandatory: 0
8180
          mandatory: 0
8181
          kohafield: ""
8181
          kohafield: ""
8182
          tab: 0
8182
          tab: 0
8183
          authorised_value: ""
8183
          authorised_value:
8184
          authtypecode: ""
8184
          authtypecode: ""
8185
          value_builder: ""
8185
          value_builder: ""
8186
          isurl: 0
8186
          isurl: 0
Lines 8198-8204 tables: Link Here
8198
          mandatory: 0
8198
          mandatory: 0
8199
          kohafield: ""
8199
          kohafield: ""
8200
          tab: 0
8200
          tab: 0
8201
          authorised_value: ""
8201
          authorised_value:
8202
          authtypecode: ""
8202
          authtypecode: ""
8203
          value_builder: ""
8203
          value_builder: ""
8204
          isurl: 0
8204
          isurl: 0
Lines 8216-8222 tables: Link Here
8216
          mandatory: 0
8216
          mandatory: 0
8217
          kohafield: ""
8217
          kohafield: ""
8218
          tab: 0
8218
          tab: 0
8219
          authorised_value: ""
8219
          authorised_value:
8220
          authtypecode: ""
8220
          authtypecode: ""
8221
          value_builder: ""
8221
          value_builder: ""
8222
          isurl: 0
8222
          isurl: 0
Lines 8234-8240 tables: Link Here
8234
          mandatory: 0
8234
          mandatory: 0
8235
          kohafield: ""
8235
          kohafield: ""
8236
          tab: 0
8236
          tab: 0
8237
          authorised_value: ""
8237
          authorised_value:
8238
          authtypecode: ""
8238
          authtypecode: ""
8239
          value_builder: ""
8239
          value_builder: ""
8240
          isurl: 0
8240
          isurl: 0
Lines 8252-8258 tables: Link Here
8252
          mandatory: 0
8252
          mandatory: 0
8253
          kohafield: ""
8253
          kohafield: ""
8254
          tab: 0
8254
          tab: 0
8255
          authorised_value: ""
8255
          authorised_value:
8256
          authtypecode: ""
8256
          authtypecode: ""
8257
          value_builder: ""
8257
          value_builder: ""
8258
          isurl: 0
8258
          isurl: 0
Lines 8270-8276 tables: Link Here
8270
          mandatory: 0
8270
          mandatory: 0
8271
          kohafield: ""
8271
          kohafield: ""
8272
          tab: 0
8272
          tab: 0
8273
          authorised_value: ""
8273
          authorised_value:
8274
          authtypecode: ""
8274
          authtypecode: ""
8275
          value_builder: ""
8275
          value_builder: ""
8276
          isurl: 0
8276
          isurl: 0
Lines 8288-8294 tables: Link Here
8288
          mandatory: 0
8288
          mandatory: 0
8289
          kohafield: ""
8289
          kohafield: ""
8290
          tab: 0
8290
          tab: 0
8291
          authorised_value: ""
8291
          authorised_value:
8292
          authtypecode: ""
8292
          authtypecode: ""
8293
          value_builder: ""
8293
          value_builder: ""
8294
          isurl: 0
8294
          isurl: 0
Lines 8306-8312 tables: Link Here
8306
          mandatory: 0
8306
          mandatory: 0
8307
          kohafield: ""
8307
          kohafield: ""
8308
          tab: 0
8308
          tab: 0
8309
          authorised_value: ""
8309
          authorised_value:
8310
          authtypecode: ""
8310
          authtypecode: ""
8311
          value_builder: ""
8311
          value_builder: ""
8312
          isurl: 0
8312
          isurl: 0
Lines 8324-8330 tables: Link Here
8324
          mandatory: 0
8324
          mandatory: 0
8325
          kohafield: ""
8325
          kohafield: ""
8326
          tab: 0
8326
          tab: 0
8327
          authorised_value: ""
8327
          authorised_value:
8328
          authtypecode: ""
8328
          authtypecode: ""
8329
          value_builder: ""
8329
          value_builder: ""
8330
          isurl: 0
8330
          isurl: 0
Lines 8342-8348 tables: Link Here
8342
          mandatory: 0
8342
          mandatory: 0
8343
          kohafield: ""
8343
          kohafield: ""
8344
          tab: 0
8344
          tab: 0
8345
          authorised_value: ""
8345
          authorised_value:
8346
          authtypecode: ""
8346
          authtypecode: ""
8347
          value_builder: ""
8347
          value_builder: ""
8348
          isurl: 0
8348
          isurl: 0
Lines 8360-8366 tables: Link Here
8360
          mandatory: 0
8360
          mandatory: 0
8361
          kohafield: ""
8361
          kohafield: ""
8362
          tab: 0
8362
          tab: 0
8363
          authorised_value: ""
8363
          authorised_value:
8364
          authtypecode: ""
8364
          authtypecode: ""
8365
          value_builder: ""
8365
          value_builder: ""
8366
          isurl: 0
8366
          isurl: 0
Lines 8378-8384 tables: Link Here
8378
          mandatory: 0
8378
          mandatory: 0
8379
          kohafield: ""
8379
          kohafield: ""
8380
          tab: 0
8380
          tab: 0
8381
          authorised_value: ""
8381
          authorised_value:
8382
          authtypecode: ""
8382
          authtypecode: ""
8383
          value_builder: ""
8383
          value_builder: ""
8384
          isurl: 0
8384
          isurl: 0
Lines 8396-8402 tables: Link Here
8396
          mandatory: 0
8396
          mandatory: 0
8397
          kohafield: ""
8397
          kohafield: ""
8398
          tab: 0
8398
          tab: 0
8399
          authorised_value: ""
8399
          authorised_value:
8400
          authtypecode: ""
8400
          authtypecode: ""
8401
          value_builder: ""
8401
          value_builder: ""
8402
          isurl: 0
8402
          isurl: 0
Lines 8414-8420 tables: Link Here
8414
          mandatory: 0
8414
          mandatory: 0
8415
          kohafield: ""
8415
          kohafield: ""
8416
          tab: 0
8416
          tab: 0
8417
          authorised_value: ""
8417
          authorised_value:
8418
          authtypecode: ""
8418
          authtypecode: ""
8419
          value_builder: ""
8419
          value_builder: ""
8420
          isurl: 0
8420
          isurl: 0
Lines 8432-8438 tables: Link Here
8432
          mandatory: 0
8432
          mandatory: 0
8433
          kohafield: ""
8433
          kohafield: ""
8434
          tab: 0
8434
          tab: 0
8435
          authorised_value: ""
8435
          authorised_value:
8436
          authtypecode: ""
8436
          authtypecode: ""
8437
          value_builder: ""
8437
          value_builder: ""
8438
          isurl: 0
8438
          isurl: 0
Lines 8450-8456 tables: Link Here
8450
          mandatory: 0
8450
          mandatory: 0
8451
          kohafield: ""
8451
          kohafield: ""
8452
          tab: 0
8452
          tab: 0
8453
          authorised_value: ""
8453
          authorised_value:
8454
          authtypecode: ""
8454
          authtypecode: ""
8455
          value_builder: ""
8455
          value_builder: ""
8456
          isurl: 0
8456
          isurl: 0
Lines 8468-8474 tables: Link Here
8468
          mandatory: 0
8468
          mandatory: 0
8469
          kohafield: ""
8469
          kohafield: ""
8470
          tab: 0
8470
          tab: 0
8471
          authorised_value: ""
8471
          authorised_value:
8472
          authtypecode: ""
8472
          authtypecode: ""
8473
          value_builder: ""
8473
          value_builder: ""
8474
          isurl: 0
8474
          isurl: 0
Lines 8486-8492 tables: Link Here
8486
          mandatory: 0
8486
          mandatory: 0
8487
          kohafield: ""
8487
          kohafield: ""
8488
          tab: 0
8488
          tab: 0
8489
          authorised_value: ""
8489
          authorised_value:
8490
          authtypecode: ""
8490
          authtypecode: ""
8491
          value_builder: ""
8491
          value_builder: ""
8492
          isurl: 0
8492
          isurl: 0
Lines 8504-8510 tables: Link Here
8504
          mandatory: 0
8504
          mandatory: 0
8505
          kohafield: ""
8505
          kohafield: ""
8506
          tab: 0
8506
          tab: 0
8507
          authorised_value: ""
8507
          authorised_value:
8508
          authtypecode: ""
8508
          authtypecode: ""
8509
          value_builder: ""
8509
          value_builder: ""
8510
          isurl: 0
8510
          isurl: 0
Lines 8522-8528 tables: Link Here
8522
          mandatory: 0
8522
          mandatory: 0
8523
          kohafield: ""
8523
          kohafield: ""
8524
          tab: 0
8524
          tab: 0
8525
          authorised_value: ""
8525
          authorised_value:
8526
          authtypecode: ""
8526
          authtypecode: ""
8527
          value_builder: ""
8527
          value_builder: ""
8528
          isurl:
8528
          isurl:
Lines 8540-8546 tables: Link Here
8540
          mandatory: 0
8540
          mandatory: 0
8541
          kohafield: ""
8541
          kohafield: ""
8542
          tab: 0
8542
          tab: 0
8543
          authorised_value: ""
8543
          authorised_value:
8544
          authtypecode: ""
8544
          authtypecode: ""
8545
          value_builder: ""
8545
          value_builder: ""
8546
          isurl:
8546
          isurl:
Lines 8558-8564 tables: Link Here
8558
          mandatory: 0
8558
          mandatory: 0
8559
          kohafield: ""
8559
          kohafield: ""
8560
          tab: 0
8560
          tab: 0
8561
          authorised_value: ""
8561
          authorised_value:
8562
          authtypecode: ""
8562
          authtypecode: ""
8563
          value_builder: ""
8563
          value_builder: ""
8564
          isurl: 0
8564
          isurl: 0
Lines 8576-8582 tables: Link Here
8576
          mandatory: 0
8576
          mandatory: 0
8577
          kohafield: ""
8577
          kohafield: ""
8578
          tab: 0
8578
          tab: 0
8579
          authorised_value: ""
8579
          authorised_value:
8580
          authtypecode: ""
8580
          authtypecode: ""
8581
          value_builder: ""
8581
          value_builder: ""
8582
          isurl: 0
8582
          isurl: 0
Lines 8594-8600 tables: Link Here
8594
          mandatory: 0
8594
          mandatory: 0
8595
          kohafield: ""
8595
          kohafield: ""
8596
          tab: 0
8596
          tab: 0
8597
          authorised_value: ""
8597
          authorised_value:
8598
          authtypecode: ""
8598
          authtypecode: ""
8599
          value_builder: ""
8599
          value_builder: ""
8600
          isurl: 0
8600
          isurl: 0
Lines 8612-8618 tables: Link Here
8612
          mandatory: 0
8612
          mandatory: 0
8613
          kohafield: ""
8613
          kohafield: ""
8614
          tab: 0
8614
          tab: 0
8615
          authorised_value: ""
8615
          authorised_value:
8616
          authtypecode: ""
8616
          authtypecode: ""
8617
          value_builder: ""
8617
          value_builder: ""
8618
          isurl: 0
8618
          isurl: 0
Lines 8630-8636 tables: Link Here
8630
          mandatory: 0
8630
          mandatory: 0
8631
          kohafield: ""
8631
          kohafield: ""
8632
          tab: 0
8632
          tab: 0
8633
          authorised_value: ""
8633
          authorised_value:
8634
          authtypecode: ""
8634
          authtypecode: ""
8635
          value_builder: ""
8635
          value_builder: ""
8636
          isurl: 0
8636
          isurl: 0
Lines 8648-8654 tables: Link Here
8648
          mandatory: 0
8648
          mandatory: 0
8649
          kohafield: ""
8649
          kohafield: ""
8650
          tab: 0
8650
          tab: 0
8651
          authorised_value: ""
8651
          authorised_value:
8652
          authtypecode: ""
8652
          authtypecode: ""
8653
          value_builder: ""
8653
          value_builder: ""
8654
          isurl: 0
8654
          isurl: 0
Lines 8666-8672 tables: Link Here
8666
          mandatory: 0
8666
          mandatory: 0
8667
          kohafield: ""
8667
          kohafield: ""
8668
          tab: 0
8668
          tab: 0
8669
          authorised_value: ""
8669
          authorised_value:
8670
          authtypecode: ""
8670
          authtypecode: ""
8671
          value_builder: ""
8671
          value_builder: ""
8672
          isurl: 0
8672
          isurl: 0
Lines 8684-8690 tables: Link Here
8684
          mandatory: 0
8684
          mandatory: 0
8685
          kohafield: ""
8685
          kohafield: ""
8686
          tab: 0
8686
          tab: 0
8687
          authorised_value: ""
8687
          authorised_value:
8688
          authtypecode: ""
8688
          authtypecode: ""
8689
          value_builder: ""
8689
          value_builder: ""
8690
          isurl: 0
8690
          isurl: 0
Lines 8702-8708 tables: Link Here
8702
          mandatory: 0
8702
          mandatory: 0
8703
          kohafield: ""
8703
          kohafield: ""
8704
          tab: 0
8704
          tab: 0
8705
          authorised_value: ""
8705
          authorised_value:
8706
          authtypecode: ""
8706
          authtypecode: ""
8707
          value_builder: ""
8707
          value_builder: ""
8708
          isurl: 0
8708
          isurl: 0
Lines 8720-8726 tables: Link Here
8720
          mandatory: 0
8720
          mandatory: 0
8721
          kohafield: ""
8721
          kohafield: ""
8722
          tab: 0
8722
          tab: 0
8723
          authorised_value: ""
8723
          authorised_value:
8724
          authtypecode: ""
8724
          authtypecode: ""
8725
          value_builder: ""
8725
          value_builder: ""
8726
          isurl: 0
8726
          isurl: 0
Lines 8738-8744 tables: Link Here
8738
          mandatory: 0
8738
          mandatory: 0
8739
          kohafield: ""
8739
          kohafield: ""
8740
          tab: 0
8740
          tab: 0
8741
          authorised_value: ""
8741
          authorised_value:
8742
          authtypecode: ""
8742
          authtypecode: ""
8743
          value_builder: ""
8743
          value_builder: ""
8744
          isurl:
8744
          isurl:
Lines 8756-8762 tables: Link Here
8756
          mandatory: 0
8756
          mandatory: 0
8757
          kohafield: ""
8757
          kohafield: ""
8758
          tab: 0
8758
          tab: 0
8759
          authorised_value: ""
8759
          authorised_value:
8760
          authtypecode: ""
8760
          authtypecode: ""
8761
          value_builder: ""
8761
          value_builder: ""
8762
          isurl:
8762
          isurl:
Lines 8774-8780 tables: Link Here
8774
          mandatory: 0
8774
          mandatory: 0
8775
          kohafield: ""
8775
          kohafield: ""
8776
          tab: 0
8776
          tab: 0
8777
          authorised_value: ""
8777
          authorised_value:
8778
          authtypecode: ""
8778
          authtypecode: ""
8779
          value_builder: ""
8779
          value_builder: ""
8780
          isurl: 0
8780
          isurl: 0
Lines 8792-8798 tables: Link Here
8792
          mandatory: 0
8792
          mandatory: 0
8793
          kohafield: ""
8793
          kohafield: ""
8794
          tab: 0
8794
          tab: 0
8795
          authorised_value: ""
8795
          authorised_value:
8796
          authtypecode: ""
8796
          authtypecode: ""
8797
          value_builder: ""
8797
          value_builder: ""
8798
          isurl: 0
8798
          isurl: 0
Lines 8810-8816 tables: Link Here
8810
          mandatory: 0
8810
          mandatory: 0
8811
          kohafield: ""
8811
          kohafield: ""
8812
          tab: 0
8812
          tab: 0
8813
          authorised_value: ""
8813
          authorised_value:
8814
          authtypecode: ""
8814
          authtypecode: ""
8815
          value_builder: ""
8815
          value_builder: ""
8816
          isurl: 0
8816
          isurl: 0
Lines 8828-8834 tables: Link Here
8828
          mandatory: 0
8828
          mandatory: 0
8829
          kohafield: ""
8829
          kohafield: ""
8830
          tab: 0
8830
          tab: 0
8831
          authorised_value: ""
8831
          authorised_value:
8832
          authtypecode: ""
8832
          authtypecode: ""
8833
          value_builder: ""
8833
          value_builder: ""
8834
          isurl: 0
8834
          isurl: 0
Lines 8846-8852 tables: Link Here
8846
          mandatory: 0
8846
          mandatory: 0
8847
          kohafield: ""
8847
          kohafield: ""
8848
          tab: 0
8848
          tab: 0
8849
          authorised_value: ""
8849
          authorised_value:
8850
          authtypecode: ""
8850
          authtypecode: ""
8851
          value_builder: ""
8851
          value_builder: ""
8852
          isurl: 0
8852
          isurl: 0
Lines 8864-8870 tables: Link Here
8864
          mandatory: 0
8864
          mandatory: 0
8865
          kohafield: ""
8865
          kohafield: ""
8866
          tab: 0
8866
          tab: 0
8867
          authorised_value: ""
8867
          authorised_value:
8868
          authtypecode: ""
8868
          authtypecode: ""
8869
          value_builder: ""
8869
          value_builder: ""
8870
          isurl: 0
8870
          isurl: 0
Lines 8882-8888 tables: Link Here
8882
          mandatory: 0
8882
          mandatory: 0
8883
          kohafield: ""
8883
          kohafield: ""
8884
          tab: 0
8884
          tab: 0
8885
          authorised_value: ""
8885
          authorised_value:
8886
          authtypecode: ""
8886
          authtypecode: ""
8887
          value_builder: ""
8887
          value_builder: ""
8888
          isurl: 0
8888
          isurl: 0
Lines 8900-8906 tables: Link Here
8900
          mandatory: 0
8900
          mandatory: 0
8901
          kohafield: ""
8901
          kohafield: ""
8902
          tab: 0
8902
          tab: 0
8903
          authorised_value: ""
8903
          authorised_value:
8904
          authtypecode: ""
8904
          authtypecode: ""
8905
          value_builder: ""
8905
          value_builder: ""
8906
          isurl:
8906
          isurl:
Lines 8918-8924 tables: Link Here
8918
          mandatory: 0
8918
          mandatory: 0
8919
          kohafield: ""
8919
          kohafield: ""
8920
          tab: 0
8920
          tab: 0
8921
          authorised_value: ""
8921
          authorised_value:
8922
          authtypecode: ""
8922
          authtypecode: ""
8923
          value_builder: ""
8923
          value_builder: ""
8924
          isurl:
8924
          isurl:
Lines 8936-8942 tables: Link Here
8936
          mandatory: 0
8936
          mandatory: 0
8937
          kohafield: ""
8937
          kohafield: ""
8938
          tab: 0
8938
          tab: 0
8939
          authorised_value: ""
8939
          authorised_value:
8940
          authtypecode: ""
8940
          authtypecode: ""
8941
          value_builder: ""
8941
          value_builder: ""
8942
          isurl: 0
8942
          isurl: 0
Lines 8954-8960 tables: Link Here
8954
          mandatory: 0
8954
          mandatory: 0
8955
          kohafield: ""
8955
          kohafield: ""
8956
          tab: 0
8956
          tab: 0
8957
          authorised_value: ""
8957
          authorised_value:
8958
          authtypecode: ""
8958
          authtypecode: ""
8959
          value_builder: ""
8959
          value_builder: ""
8960
          isurl: 0
8960
          isurl: 0
Lines 8972-8978 tables: Link Here
8972
          mandatory: 0
8972
          mandatory: 0
8973
          kohafield: ""
8973
          kohafield: ""
8974
          tab: 0
8974
          tab: 0
8975
          authorised_value: ""
8975
          authorised_value:
8976
          authtypecode: ""
8976
          authtypecode: ""
8977
          value_builder: ""
8977
          value_builder: ""
8978
          isurl: 0
8978
          isurl: 0
Lines 8990-8996 tables: Link Here
8990
          mandatory: 0
8990
          mandatory: 0
8991
          kohafield: ""
8991
          kohafield: ""
8992
          tab: 0
8992
          tab: 0
8993
          authorised_value: ""
8993
          authorised_value:
8994
          authtypecode: ""
8994
          authtypecode: ""
8995
          value_builder: ""
8995
          value_builder: ""
8996
          isurl: 0
8996
          isurl: 0
Lines 9008-9014 tables: Link Here
9008
          mandatory: 0
9008
          mandatory: 0
9009
          kohafield: ""
9009
          kohafield: ""
9010
          tab: 0
9010
          tab: 0
9011
          authorised_value: ""
9011
          authorised_value:
9012
          authtypecode: ""
9012
          authtypecode: ""
9013
          value_builder: ""
9013
          value_builder: ""
9014
          isurl: 0
9014
          isurl: 0
Lines 9026-9032 tables: Link Here
9026
          mandatory: 0
9026
          mandatory: 0
9027
          kohafield: ""
9027
          kohafield: ""
9028
          tab: 0
9028
          tab: 0
9029
          authorised_value: ""
9029
          authorised_value:
9030
          authtypecode: ""
9030
          authtypecode: ""
9031
          value_builder: ""
9031
          value_builder: ""
9032
          isurl:
9032
          isurl:
Lines 9044-9050 tables: Link Here
9044
          mandatory: 0
9044
          mandatory: 0
9045
          kohafield: ""
9045
          kohafield: ""
9046
          tab: 0
9046
          tab: 0
9047
          authorised_value: ""
9047
          authorised_value:
9048
          authtypecode: ""
9048
          authtypecode: ""
9049
          value_builder: ""
9049
          value_builder: ""
9050
          isurl:
9050
          isurl:
Lines 9116-9122 tables: Link Here
9116
          mandatory: 0
9116
          mandatory: 0
9117
          kohafield: ""
9117
          kohafield: ""
9118
          tab: 0
9118
          tab: 0
9119
          authorised_value: ""
9119
          authorised_value:
9120
          authtypecode: ""
9120
          authtypecode: ""
9121
          value_builder: ""
9121
          value_builder: ""
9122
          isurl: 0
9122
          isurl: 0
Lines 9134-9140 tables: Link Here
9134
          mandatory: 0
9134
          mandatory: 0
9135
          kohafield: ""
9135
          kohafield: ""
9136
          tab: 0
9136
          tab: 0
9137
          authorised_value: ""
9137
          authorised_value:
9138
          authtypecode: ""
9138
          authtypecode: ""
9139
          value_builder: ""
9139
          value_builder: ""
9140
          isurl: 0
9140
          isurl: 0
Lines 9152-9158 tables: Link Here
9152
          mandatory: 0
9152
          mandatory: 0
9153
          kohafield: ""
9153
          kohafield: ""
9154
          tab: 0
9154
          tab: 0
9155
          authorised_value: ""
9155
          authorised_value:
9156
          authtypecode: ""
9156
          authtypecode: ""
9157
          value_builder: ""
9157
          value_builder: ""
9158
          isurl: 0
9158
          isurl: 0
Lines 9170-9176 tables: Link Here
9170
          mandatory: 0
9170
          mandatory: 0
9171
          kohafield: ""
9171
          kohafield: ""
9172
          tab: 0
9172
          tab: 0
9173
          authorised_value: ""
9173
          authorised_value:
9174
          authtypecode: ""
9174
          authtypecode: ""
9175
          value_builder: ""
9175
          value_builder: ""
9176
          isurl: 0
9176
          isurl: 0
Lines 9242-9248 tables: Link Here
9242
          mandatory: 0
9242
          mandatory: 0
9243
          kohafield: ""
9243
          kohafield: ""
9244
          tab: 0
9244
          tab: 0
9245
          authorised_value: ""
9245
          authorised_value:
9246
          authtypecode: ""
9246
          authtypecode: ""
9247
          value_builder: ""
9247
          value_builder: ""
9248
          isurl:
9248
          isurl:
Lines 9260-9266 tables: Link Here
9260
          mandatory: 0
9260
          mandatory: 0
9261
          kohafield: ""
9261
          kohafield: ""
9262
          tab: 0
9262
          tab: 0
9263
          authorised_value: ""
9263
          authorised_value:
9264
          authtypecode: ""
9264
          authtypecode: ""
9265
          value_builder: ""
9265
          value_builder: ""
9266
          isurl:
9266
          isurl:
Lines 9332-9338 tables: Link Here
9332
          mandatory: 0
9332
          mandatory: 0
9333
          kohafield: ""
9333
          kohafield: ""
9334
          tab: 0
9334
          tab: 0
9335
          authorised_value: ""
9335
          authorised_value:
9336
          authtypecode: ""
9336
          authtypecode: ""
9337
          value_builder: ""
9337
          value_builder: ""
9338
          isurl: 0
9338
          isurl: 0
Lines 9350-9356 tables: Link Here
9350
          mandatory: 0
9350
          mandatory: 0
9351
          kohafield: ""
9351
          kohafield: ""
9352
          tab: 0
9352
          tab: 0
9353
          authorised_value: ""
9353
          authorised_value:
9354
          authtypecode: ""
9354
          authtypecode: ""
9355
          value_builder: ""
9355
          value_builder: ""
9356
          isurl: 0
9356
          isurl: 0
Lines 9368-9374 tables: Link Here
9368
          mandatory: 0
9368
          mandatory: 0
9369
          kohafield: ""
9369
          kohafield: ""
9370
          tab: 0
9370
          tab: 0
9371
          authorised_value: ""
9371
          authorised_value:
9372
          authtypecode: ""
9372
          authtypecode: ""
9373
          value_builder: ""
9373
          value_builder: ""
9374
          isurl: 0
9374
          isurl: 0
Lines 9386-9392 tables: Link Here
9386
          mandatory: 0
9386
          mandatory: 0
9387
          kohafield: ""
9387
          kohafield: ""
9388
          tab: 0
9388
          tab: 0
9389
          authorised_value: ""
9389
          authorised_value:
9390
          authtypecode: ""
9390
          authtypecode: ""
9391
          value_builder: ""
9391
          value_builder: ""
9392
          isurl: 0
9392
          isurl: 0
Lines 9548-9554 tables: Link Here
9548
          mandatory: 0
9548
          mandatory: 0
9549
          kohafield: ""
9549
          kohafield: ""
9550
          tab: 0
9550
          tab: 0
9551
          authorised_value: ""
9551
          authorised_value:
9552
          authtypecode: ""
9552
          authtypecode: ""
9553
          value_builder: ""
9553
          value_builder: ""
9554
          isurl:
9554
          isurl:
Lines 9566-9572 tables: Link Here
9566
          mandatory: 0
9566
          mandatory: 0
9567
          kohafield: ""
9567
          kohafield: ""
9568
          tab: 0
9568
          tab: 0
9569
          authorised_value: ""
9569
          authorised_value:
9570
          authtypecode: ""
9570
          authtypecode: ""
9571
          value_builder: ""
9571
          value_builder: ""
9572
          isurl:
9572
          isurl:
Lines 9692-9698 tables: Link Here
9692
          mandatory: 0
9692
          mandatory: 0
9693
          kohafield: ""
9693
          kohafield: ""
9694
          tab: 0
9694
          tab: 0
9695
          authorised_value: ""
9695
          authorised_value:
9696
          authtypecode: ""
9696
          authtypecode: ""
9697
          value_builder: ""
9697
          value_builder: ""
9698
          isurl:
9698
          isurl:
Lines 9710-9716 tables: Link Here
9710
          mandatory: 0
9710
          mandatory: 0
9711
          kohafield: ""
9711
          kohafield: ""
9712
          tab: 0
9712
          tab: 0
9713
          authorised_value: ""
9713
          authorised_value:
9714
          authtypecode: ""
9714
          authtypecode: ""
9715
          value_builder: ""
9715
          value_builder: ""
9716
          isurl:
9716
          isurl:
Lines 9728-9734 tables: Link Here
9728
          mandatory: 0
9728
          mandatory: 0
9729
          kohafield: ""
9729
          kohafield: ""
9730
          tab: 0
9730
          tab: 0
9731
          authorised_value: ""
9731
          authorised_value:
9732
          authtypecode: ""
9732
          authtypecode: ""
9733
          value_builder: ""
9733
          value_builder: ""
9734
          isurl:
9734
          isurl:
Lines 9746-9752 tables: Link Here
9746
          mandatory: 0
9746
          mandatory: 0
9747
          kohafield: ""
9747
          kohafield: ""
9748
          tab: 0
9748
          tab: 0
9749
          authorised_value: ""
9749
          authorised_value:
9750
          authtypecode: ""
9750
          authtypecode: ""
9751
          value_builder: ""
9751
          value_builder: ""
9752
          isurl:
9752
          isurl:
Lines 9764-9770 tables: Link Here
9764
          mandatory: 0
9764
          mandatory: 0
9765
          kohafield: ""
9765
          kohafield: ""
9766
          tab: 0
9766
          tab: 0
9767
          authorised_value: ""
9767
          authorised_value:
9768
          authtypecode: ""
9768
          authtypecode: ""
9769
          value_builder: ""
9769
          value_builder: ""
9770
          isurl:
9770
          isurl:
Lines 9782-9788 tables: Link Here
9782
          mandatory: 0
9782
          mandatory: 0
9783
          kohafield: ""
9783
          kohafield: ""
9784
          tab: 0
9784
          tab: 0
9785
          authorised_value: ""
9785
          authorised_value:
9786
          authtypecode: ""
9786
          authtypecode: ""
9787
          value_builder: ""
9787
          value_builder: ""
9788
          isurl:
9788
          isurl:
Lines 9800-9806 tables: Link Here
9800
          mandatory: 0
9800
          mandatory: 0
9801
          kohafield: ""
9801
          kohafield: ""
9802
          tab: 0
9802
          tab: 0
9803
          authorised_value: ""
9803
          authorised_value:
9804
          authtypecode: ""
9804
          authtypecode: ""
9805
          value_builder: ""
9805
          value_builder: ""
9806
          isurl:
9806
          isurl:
Lines 9818-9824 tables: Link Here
9818
          mandatory: 0
9818
          mandatory: 0
9819
          kohafield: ""
9819
          kohafield: ""
9820
          tab: 0
9820
          tab: 0
9821
          authorised_value: ""
9821
          authorised_value:
9822
          authtypecode: ""
9822
          authtypecode: ""
9823
          value_builder: ""
9823
          value_builder: ""
9824
          isurl:
9824
          isurl:
Lines 9836-9842 tables: Link Here
9836
          mandatory: 0
9836
          mandatory: 0
9837
          kohafield: ""
9837
          kohafield: ""
9838
          tab: 0
9838
          tab: 0
9839
          authorised_value: ""
9839
          authorised_value:
9840
          authtypecode: ""
9840
          authtypecode: ""
9841
          value_builder: ""
9841
          value_builder: ""
9842
          isurl:
9842
          isurl:
Lines 9854-9860 tables: Link Here
9854
          mandatory: 0
9854
          mandatory: 0
9855
          kohafield: ""
9855
          kohafield: ""
9856
          tab: 0
9856
          tab: 0
9857
          authorised_value: ""
9857
          authorised_value:
9858
          authtypecode: ""
9858
          authtypecode: ""
9859
          value_builder: ""
9859
          value_builder: ""
9860
          isurl:
9860
          isurl:
Lines 9872-9878 tables: Link Here
9872
          mandatory: 0
9872
          mandatory: 0
9873
          kohafield: ""
9873
          kohafield: ""
9874
          tab: 0
9874
          tab: 0
9875
          authorised_value: ""
9875
          authorised_value:
9876
          authtypecode: ""
9876
          authtypecode: ""
9877
          value_builder: ""
9877
          value_builder: ""
9878
          isurl:
9878
          isurl:
Lines 9890-9896 tables: Link Here
9890
          mandatory: 0
9890
          mandatory: 0
9891
          kohafield: ""
9891
          kohafield: ""
9892
          tab: 0
9892
          tab: 0
9893
          authorised_value: ""
9893
          authorised_value:
9894
          authtypecode: ""
9894
          authtypecode: ""
9895
          value_builder: ""
9895
          value_builder: ""
9896
          isurl:
9896
          isurl:
Lines 9908-9914 tables: Link Here
9908
          mandatory: 0
9908
          mandatory: 0
9909
          kohafield: ""
9909
          kohafield: ""
9910
          tab: 0
9910
          tab: 0
9911
          authorised_value: ""
9911
          authorised_value:
9912
          authtypecode: ""
9912
          authtypecode: ""
9913
          value_builder: ""
9913
          value_builder: ""
9914
          isurl:
9914
          isurl:
Lines 9926-9932 tables: Link Here
9926
          mandatory: 0
9926
          mandatory: 0
9927
          kohafield: ""
9927
          kohafield: ""
9928
          tab: 0
9928
          tab: 0
9929
          authorised_value: ""
9929
          authorised_value:
9930
          authtypecode: ""
9930
          authtypecode: ""
9931
          value_builder: ""
9931
          value_builder: ""
9932
          isurl:
9932
          isurl:
Lines 9944-9950 tables: Link Here
9944
          mandatory: 0
9944
          mandatory: 0
9945
          kohafield: ""
9945
          kohafield: ""
9946
          tab: 0
9946
          tab: 0
9947
          authorised_value: ""
9947
          authorised_value:
9948
          authtypecode: ""
9948
          authtypecode: ""
9949
          value_builder: ""
9949
          value_builder: ""
9950
          isurl:
9950
          isurl:
Lines 9962-9968 tables: Link Here
9962
          mandatory: 0
9962
          mandatory: 0
9963
          kohafield: ""
9963
          kohafield: ""
9964
          tab: 0
9964
          tab: 0
9965
          authorised_value: ""
9965
          authorised_value:
9966
          authtypecode: ""
9966
          authtypecode: ""
9967
          value_builder: ""
9967
          value_builder: ""
9968
          isurl:
9968
          isurl:
Lines 9980-9986 tables: Link Here
9980
          mandatory: 0
9980
          mandatory: 0
9981
          kohafield: ""
9981
          kohafield: ""
9982
          tab: 0
9982
          tab: 0
9983
          authorised_value: ""
9983
          authorised_value:
9984
          authtypecode: ""
9984
          authtypecode: ""
9985
          value_builder: ""
9985
          value_builder: ""
9986
          isurl:
9986
          isurl:
Lines 9998-10004 tables: Link Here
9998
          mandatory: 0
9998
          mandatory: 0
9999
          kohafield: ""
9999
          kohafield: ""
10000
          tab: 0
10000
          tab: 0
10001
          authorised_value: ""
10001
          authorised_value:
10002
          authtypecode: ""
10002
          authtypecode: ""
10003
          value_builder: ""
10003
          value_builder: ""
10004
          isurl:
10004
          isurl:
Lines 10106-10112 tables: Link Here
10106
          mandatory: 0
10106
          mandatory: 0
10107
          kohafield: ""
10107
          kohafield: ""
10108
          tab: 0
10108
          tab: 0
10109
          authorised_value: ""
10109
          authorised_value:
10110
          authtypecode: ""
10110
          authtypecode: ""
10111
          value_builder: ""
10111
          value_builder: ""
10112
          isurl:
10112
          isurl:
Lines 10124-10130 tables: Link Here
10124
          mandatory: 0
10124
          mandatory: 0
10125
          kohafield: ""
10125
          kohafield: ""
10126
          tab: 0
10126
          tab: 0
10127
          authorised_value: ""
10127
          authorised_value:
10128
          authtypecode: ""
10128
          authtypecode: ""
10129
          value_builder: ""
10129
          value_builder: ""
10130
          isurl:
10130
          isurl:
Lines 10142-10148 tables: Link Here
10142
          mandatory: 0
10142
          mandatory: 0
10143
          kohafield: ""
10143
          kohafield: ""
10144
          tab: 0
10144
          tab: 0
10145
          authorised_value: ""
10145
          authorised_value:
10146
          authtypecode: ""
10146
          authtypecode: ""
10147
          value_builder: ""
10147
          value_builder: ""
10148
          isurl:
10148
          isurl:
Lines 10160-10166 tables: Link Here
10160
          mandatory: 0
10160
          mandatory: 0
10161
          kohafield: ""
10161
          kohafield: ""
10162
          tab: 0
10162
          tab: 0
10163
          authorised_value: ""
10163
          authorised_value:
10164
          authtypecode: ""
10164
          authtypecode: ""
10165
          value_builder: ""
10165
          value_builder: ""
10166
          isurl:
10166
          isurl:
Lines 10178-10184 tables: Link Here
10178
          mandatory: 0
10178
          mandatory: 0
10179
          kohafield: ""
10179
          kohafield: ""
10180
          tab: 0
10180
          tab: 0
10181
          authorised_value: ""
10181
          authorised_value:
10182
          authtypecode: ""
10182
          authtypecode: ""
10183
          value_builder: ""
10183
          value_builder: ""
10184
          isurl:
10184
          isurl:
Lines 10196-10202 tables: Link Here
10196
          mandatory: 0
10196
          mandatory: 0
10197
          kohafield: ""
10197
          kohafield: ""
10198
          tab: 0
10198
          tab: 0
10199
          authorised_value: ""
10199
          authorised_value:
10200
          authtypecode: ""
10200
          authtypecode: ""
10201
          value_builder: ""
10201
          value_builder: ""
10202
          isurl:
10202
          isurl:
Lines 10214-10220 tables: Link Here
10214
          mandatory: 0
10214
          mandatory: 0
10215
          kohafield: ""
10215
          kohafield: ""
10216
          tab: 0
10216
          tab: 0
10217
          authorised_value: ""
10217
          authorised_value:
10218
          authtypecode: ""
10218
          authtypecode: ""
10219
          value_builder: ""
10219
          value_builder: ""
10220
          isurl:
10220
          isurl:
Lines 10232-10238 tables: Link Here
10232
          mandatory: 0
10232
          mandatory: 0
10233
          kohafield: ""
10233
          kohafield: ""
10234
          tab: 0
10234
          tab: 0
10235
          authorised_value: ""
10235
          authorised_value:
10236
          authtypecode: ""
10236
          authtypecode: ""
10237
          value_builder: ""
10237
          value_builder: ""
10238
          isurl:
10238
          isurl:
Lines 10250-10256 tables: Link Here
10250
          mandatory: 0
10250
          mandatory: 0
10251
          kohafield: ""
10251
          kohafield: ""
10252
          tab: 0
10252
          tab: 0
10253
          authorised_value: ""
10253
          authorised_value:
10254
          authtypecode: ""
10254
          authtypecode: ""
10255
          value_builder: ""
10255
          value_builder: ""
10256
          isurl:
10256
          isurl:
Lines 10268-10274 tables: Link Here
10268
          mandatory: 0
10268
          mandatory: 0
10269
          kohafield: ""
10269
          kohafield: ""
10270
          tab: 0
10270
          tab: 0
10271
          authorised_value: ""
10271
          authorised_value:
10272
          authtypecode: ""
10272
          authtypecode: ""
10273
          value_builder: ""
10273
          value_builder: ""
10274
          isurl:
10274
          isurl:
Lines 10286-10292 tables: Link Here
10286
          mandatory: 0
10286
          mandatory: 0
10287
          kohafield: ""
10287
          kohafield: ""
10288
          tab: 0
10288
          tab: 0
10289
          authorised_value: ""
10289
          authorised_value:
10290
          authtypecode: ""
10290
          authtypecode: ""
10291
          value_builder: ""
10291
          value_builder: ""
10292
          isurl:
10292
          isurl:
Lines 10304-10310 tables: Link Here
10304
          mandatory: 0
10304
          mandatory: 0
10305
          kohafield: ""
10305
          kohafield: ""
10306
          tab: 0
10306
          tab: 0
10307
          authorised_value: ""
10307
          authorised_value:
10308
          authtypecode: ""
10308
          authtypecode: ""
10309
          value_builder: ""
10309
          value_builder: ""
10310
          isurl:
10310
          isurl:
Lines 10322-10328 tables: Link Here
10322
          mandatory: 0
10322
          mandatory: 0
10323
          kohafield: ""
10323
          kohafield: ""
10324
          tab: 0
10324
          tab: 0
10325
          authorised_value: ""
10325
          authorised_value:
10326
          authtypecode: ""
10326
          authtypecode: ""
10327
          value_builder: ""
10327
          value_builder: ""
10328
          isurl:
10328
          isurl:
Lines 10340-10346 tables: Link Here
10340
          mandatory: 0
10340
          mandatory: 0
10341
          kohafield: ""
10341
          kohafield: ""
10342
          tab: 0
10342
          tab: 0
10343
          authorised_value: ""
10343
          authorised_value:
10344
          authtypecode: ""
10344
          authtypecode: ""
10345
          value_builder: ""
10345
          value_builder: ""
10346
          isurl:
10346
          isurl:
Lines 10358-10364 tables: Link Here
10358
          mandatory: 0
10358
          mandatory: 0
10359
          kohafield: ""
10359
          kohafield: ""
10360
          tab: 0
10360
          tab: 0
10361
          authorised_value: ""
10361
          authorised_value:
10362
          authtypecode: ""
10362
          authtypecode: ""
10363
          value_builder: ""
10363
          value_builder: ""
10364
          isurl:
10364
          isurl:
Lines 10376-10382 tables: Link Here
10376
          mandatory: 0
10376
          mandatory: 0
10377
          kohafield: ""
10377
          kohafield: ""
10378
          tab: 0
10378
          tab: 0
10379
          authorised_value: ""
10379
          authorised_value:
10380
          authtypecode: ""
10380
          authtypecode: ""
10381
          value_builder: ""
10381
          value_builder: ""
10382
          isurl:
10382
          isurl:
Lines 10394-10400 tables: Link Here
10394
          mandatory: 0
10394
          mandatory: 0
10395
          kohafield: ""
10395
          kohafield: ""
10396
          tab: 0
10396
          tab: 0
10397
          authorised_value: ""
10397
          authorised_value:
10398
          authtypecode: ""
10398
          authtypecode: ""
10399
          value_builder: ""
10399
          value_builder: ""
10400
          isurl:
10400
          isurl:
Lines 10412-10418 tables: Link Here
10412
          mandatory: 0
10412
          mandatory: 0
10413
          kohafield: ""
10413
          kohafield: ""
10414
          tab: 0
10414
          tab: 0
10415
          authorised_value: ""
10415
          authorised_value:
10416
          authtypecode: ""
10416
          authtypecode: ""
10417
          value_builder: ""
10417
          value_builder: ""
10418
          isurl:
10418
          isurl:
Lines 10430-10436 tables: Link Here
10430
          mandatory: 0
10430
          mandatory: 0
10431
          kohafield: ""
10431
          kohafield: ""
10432
          tab: 0
10432
          tab: 0
10433
          authorised_value: ""
10433
          authorised_value:
10434
          authtypecode: ""
10434
          authtypecode: ""
10435
          value_builder: ""
10435
          value_builder: ""
10436
          isurl:
10436
          isurl:
Lines 10538-10544 tables: Link Here
10538
          mandatory: 0
10538
          mandatory: 0
10539
          kohafield: ""
10539
          kohafield: ""
10540
          tab: 0
10540
          tab: 0
10541
          authorised_value: ""
10541
          authorised_value:
10542
          authtypecode: ""
10542
          authtypecode: ""
10543
          value_builder: ""
10543
          value_builder: ""
10544
          isurl: 0
10544
          isurl: 0
Lines 10556-10562 tables: Link Here
10556
          mandatory: 0
10556
          mandatory: 0
10557
          kohafield: ""
10557
          kohafield: ""
10558
          tab: 0
10558
          tab: 0
10559
          authorised_value: ""
10559
          authorised_value:
10560
          authtypecode: ""
10560
          authtypecode: ""
10561
          value_builder: ""
10561
          value_builder: ""
10562
          isurl: 0
10562
          isurl: 0
Lines 10646-10652 tables: Link Here
10646
          mandatory: 0
10646
          mandatory: 0
10647
          kohafield: ""
10647
          kohafield: ""
10648
          tab: 0
10648
          tab: 0
10649
          authorised_value: ""
10649
          authorised_value:
10650
          authtypecode: ""
10650
          authtypecode: ""
10651
          value_builder: ""
10651
          value_builder: ""
10652
          isurl: 0
10652
          isurl: 0
Lines 10664-10670 tables: Link Here
10664
          mandatory: 0
10664
          mandatory: 0
10665
          kohafield: ""
10665
          kohafield: ""
10666
          tab: 0
10666
          tab: 0
10667
          authorised_value: ""
10667
          authorised_value:
10668
          authtypecode: ""
10668
          authtypecode: ""
10669
          value_builder: ""
10669
          value_builder: ""
10670
          isurl: 0
10670
          isurl: 0
Lines 10682-10688 tables: Link Here
10682
          mandatory: 0
10682
          mandatory: 0
10683
          kohafield: ""
10683
          kohafield: ""
10684
          tab: 0
10684
          tab: 0
10685
          authorised_value: ""
10685
          authorised_value:
10686
          authtypecode: ""
10686
          authtypecode: ""
10687
          value_builder: ""
10687
          value_builder: ""
10688
          isurl: 0
10688
          isurl: 0
Lines 10700-10706 tables: Link Here
10700
          mandatory: 0
10700
          mandatory: 0
10701
          kohafield: ""
10701
          kohafield: ""
10702
          tab: 0
10702
          tab: 0
10703
          authorised_value: ""
10703
          authorised_value:
10704
          authtypecode: ""
10704
          authtypecode: ""
10705
          value_builder: ""
10705
          value_builder: ""
10706
          isurl: 0
10706
          isurl: 0
Lines 10718-10724 tables: Link Here
10718
          mandatory: 0
10718
          mandatory: 0
10719
          kohafield: ""
10719
          kohafield: ""
10720
          tab: 0
10720
          tab: 0
10721
          authorised_value: ""
10721
          authorised_value:
10722
          authtypecode: ""
10722
          authtypecode: ""
10723
          value_builder: ""
10723
          value_builder: ""
10724
          isurl: 0
10724
          isurl: 0
Lines 10736-10742 tables: Link Here
10736
          mandatory: 0
10736
          mandatory: 0
10737
          kohafield: ""
10737
          kohafield: ""
10738
          tab: 0
10738
          tab: 0
10739
          authorised_value: ""
10739
          authorised_value:
10740
          authtypecode: ""
10740
          authtypecode: ""
10741
          value_builder: ""
10741
          value_builder: ""
10742
          isurl: 0
10742
          isurl: 0
Lines 10754-10760 tables: Link Here
10754
          mandatory: 0
10754
          mandatory: 0
10755
          kohafield: ""
10755
          kohafield: ""
10756
          tab: 0
10756
          tab: 0
10757
          authorised_value: ""
10757
          authorised_value:
10758
          authtypecode: ""
10758
          authtypecode: ""
10759
          value_builder: ""
10759
          value_builder: ""
10760
          isurl: 0
10760
          isurl: 0
Lines 10772-10778 tables: Link Here
10772
          mandatory: 0
10772
          mandatory: 0
10773
          kohafield: ""
10773
          kohafield: ""
10774
          tab: 0
10774
          tab: 0
10775
          authorised_value: ""
10775
          authorised_value:
10776
          authtypecode: ""
10776
          authtypecode: ""
10777
          value_builder: ""
10777
          value_builder: ""
10778
          isurl: 0
10778
          isurl: 0
Lines 10790-10796 tables: Link Here
10790
          mandatory: 0
10790
          mandatory: 0
10791
          kohafield: ""
10791
          kohafield: ""
10792
          tab: 0
10792
          tab: 0
10793
          authorised_value: ""
10793
          authorised_value:
10794
          authtypecode: ""
10794
          authtypecode: ""
10795
          value_builder: ""
10795
          value_builder: ""
10796
          isurl: 0
10796
          isurl: 0
Lines 10808-10814 tables: Link Here
10808
          mandatory: 0
10808
          mandatory: 0
10809
          kohafield: ""
10809
          kohafield: ""
10810
          tab: 0
10810
          tab: 0
10811
          authorised_value: ""
10811
          authorised_value:
10812
          authtypecode: ""
10812
          authtypecode: ""
10813
          value_builder: ""
10813
          value_builder: ""
10814
          isurl: 0
10814
          isurl: 0
Lines 10826-10832 tables: Link Here
10826
          mandatory: 0
10826
          mandatory: 0
10827
          kohafield: ""
10827
          kohafield: ""
10828
          tab: 0
10828
          tab: 0
10829
          authorised_value: ""
10829
          authorised_value:
10830
          authtypecode: ""
10830
          authtypecode: ""
10831
          value_builder: ""
10831
          value_builder: ""
10832
          isurl: 0
10832
          isurl: 0
Lines 10844-10850 tables: Link Here
10844
          mandatory: 0
10844
          mandatory: 0
10845
          kohafield: ""
10845
          kohafield: ""
10846
          tab: 0
10846
          tab: 0
10847
          authorised_value: ""
10847
          authorised_value:
10848
          authtypecode: ""
10848
          authtypecode: ""
10849
          value_builder: ""
10849
          value_builder: ""
10850
          isurl: 0
10850
          isurl: 0
Lines 10862-10868 tables: Link Here
10862
          mandatory: 0
10862
          mandatory: 0
10863
          kohafield: ""
10863
          kohafield: ""
10864
          tab: 0
10864
          tab: 0
10865
          authorised_value: ""
10865
          authorised_value:
10866
          authtypecode: ""
10866
          authtypecode: ""
10867
          value_builder: ""
10867
          value_builder: ""
10868
          isurl: 0
10868
          isurl: 0
Lines 10880-10886 tables: Link Here
10880
          mandatory: 0
10880
          mandatory: 0
10881
          kohafield: ""
10881
          kohafield: ""
10882
          tab: 0
10882
          tab: 0
10883
          authorised_value: ""
10883
          authorised_value:
10884
          authtypecode: ""
10884
          authtypecode: ""
10885
          value_builder: ""
10885
          value_builder: ""
10886
          isurl: 0
10886
          isurl: 0
Lines 10898-10904 tables: Link Here
10898
          mandatory: 0
10898
          mandatory: 0
10899
          kohafield: ""
10899
          kohafield: ""
10900
          tab: 0
10900
          tab: 0
10901
          authorised_value: ""
10901
          authorised_value:
10902
          authtypecode: ""
10902
          authtypecode: ""
10903
          value_builder: ""
10903
          value_builder: ""
10904
          isurl:
10904
          isurl:
Lines 10916-10922 tables: Link Here
10916
          mandatory: 0
10916
          mandatory: 0
10917
          kohafield: ""
10917
          kohafield: ""
10918
          tab: 0
10918
          tab: 0
10919
          authorised_value: ""
10919
          authorised_value:
10920
          authtypecode: ""
10920
          authtypecode: ""
10921
          value_builder: ""
10921
          value_builder: ""
10922
          isurl:
10922
          isurl:
Lines 10934-10940 tables: Link Here
10934
          mandatory: 0
10934
          mandatory: 0
10935
          kohafield: ""
10935
          kohafield: ""
10936
          tab: 0
10936
          tab: 0
10937
          authorised_value: ""
10937
          authorised_value:
10938
          authtypecode: ""
10938
          authtypecode: ""
10939
          value_builder: ""
10939
          value_builder: ""
10940
          isurl:
10940
          isurl:
Lines 10952-10958 tables: Link Here
10952
          mandatory: 0
10952
          mandatory: 0
10953
          kohafield: ""
10953
          kohafield: ""
10954
          tab: 0
10954
          tab: 0
10955
          authorised_value: ""
10955
          authorised_value:
10956
          authtypecode: ""
10956
          authtypecode: ""
10957
          value_builder: ""
10957
          value_builder: ""
10958
          isurl: 0
10958
          isurl: 0
Lines 10970-10976 tables: Link Here
10970
          mandatory: 0
10970
          mandatory: 0
10971
          kohafield: ""
10971
          kohafield: ""
10972
          tab: 0
10972
          tab: 0
10973
          authorised_value: ""
10973
          authorised_value:
10974
          authtypecode: ""
10974
          authtypecode: ""
10975
          value_builder: ""
10975
          value_builder: ""
10976
          isurl: 0
10976
          isurl: 0
Lines 10988-10994 tables: Link Here
10988
          mandatory: 0
10988
          mandatory: 0
10989
          kohafield: ""
10989
          kohafield: ""
10990
          tab: 0
10990
          tab: 0
10991
          authorised_value: ""
10991
          authorised_value:
10992
          authtypecode: ""
10992
          authtypecode: ""
10993
          value_builder: ""
10993
          value_builder: ""
10994
          isurl:
10994
          isurl:
Lines 11006-11012 tables: Link Here
11006
          mandatory: 0
11006
          mandatory: 0
11007
          kohafield: ""
11007
          kohafield: ""
11008
          tab: 0
11008
          tab: 0
11009
          authorised_value: ""
11009
          authorised_value:
11010
          authtypecode: ""
11010
          authtypecode: ""
11011
          value_builder: ""
11011
          value_builder: ""
11012
          isurl:
11012
          isurl:
Lines 11024-11030 tables: Link Here
11024
          mandatory: 0
11024
          mandatory: 0
11025
          kohafield: ""
11025
          kohafield: ""
11026
          tab: 0
11026
          tab: 0
11027
          authorised_value: ""
11027
          authorised_value:
11028
          authtypecode: ""
11028
          authtypecode: ""
11029
          value_builder: ""
11029
          value_builder: ""
11030
          isurl: 0
11030
          isurl: 0
Lines 11042-11048 tables: Link Here
11042
          mandatory: 0
11042
          mandatory: 0
11043
          kohafield: ""
11043
          kohafield: ""
11044
          tab: 0
11044
          tab: 0
11045
          authorised_value: ""
11045
          authorised_value:
11046
          authtypecode: ""
11046
          authtypecode: ""
11047
          value_builder: ""
11047
          value_builder: ""
11048
          isurl: 0
11048
          isurl: 0
Lines 11060-11066 tables: Link Here
11060
          mandatory: 0
11060
          mandatory: 0
11061
          kohafield: ""
11061
          kohafield: ""
11062
          tab: 0
11062
          tab: 0
11063
          authorised_value: ""
11063
          authorised_value:
11064
          authtypecode: ""
11064
          authtypecode: ""
11065
          value_builder: ""
11065
          value_builder: ""
11066
          isurl:
11066
          isurl:
Lines 11078-11084 tables: Link Here
11078
          mandatory: 0
11078
          mandatory: 0
11079
          kohafield: ""
11079
          kohafield: ""
11080
          tab: 0
11080
          tab: 0
11081
          authorised_value: ""
11081
          authorised_value:
11082
          authtypecode: ""
11082
          authtypecode: ""
11083
          value_builder: ""
11083
          value_builder: ""
11084
          isurl: 0
11084
          isurl: 0
Lines 11096-11102 tables: Link Here
11096
          mandatory: 0
11096
          mandatory: 0
11097
          kohafield: ""
11097
          kohafield: ""
11098
          tab: 0
11098
          tab: 0
11099
          authorised_value: ""
11099
          authorised_value:
11100
          authtypecode: ""
11100
          authtypecode: ""
11101
          value_builder: ""
11101
          value_builder: ""
11102
          isurl: 0
11102
          isurl: 0
Lines 11114-11120 tables: Link Here
11114
          mandatory: 0
11114
          mandatory: 0
11115
          kohafield: ""
11115
          kohafield: ""
11116
          tab: 0
11116
          tab: 0
11117
          authorised_value: ""
11117
          authorised_value:
11118
          authtypecode: ""
11118
          authtypecode: ""
11119
          value_builder: ""
11119
          value_builder: ""
11120
          isurl:
11120
          isurl:
Lines 11132-11138 tables: Link Here
11132
          mandatory: 0
11132
          mandatory: 0
11133
          kohafield: ""
11133
          kohafield: ""
11134
          tab: 0
11134
          tab: 0
11135
          authorised_value: ""
11135
          authorised_value:
11136
          authtypecode: ""
11136
          authtypecode: ""
11137
          value_builder: ""
11137
          value_builder: ""
11138
          isurl: 0
11138
          isurl: 0
Lines 11150-11156 tables: Link Here
11150
          mandatory: 0
11150
          mandatory: 0
11151
          kohafield: ""
11151
          kohafield: ""
11152
          tab: 0
11152
          tab: 0
11153
          authorised_value: ""
11153
          authorised_value:
11154
          authtypecode: ""
11154
          authtypecode: ""
11155
          value_builder: ""
11155
          value_builder: ""
11156
          isurl: 0
11156
          isurl: 0
Lines 11168-11174 tables: Link Here
11168
          mandatory: 0
11168
          mandatory: 0
11169
          kohafield: ""
11169
          kohafield: ""
11170
          tab: 1
11170
          tab: 1
11171
          authorised_value: ""
11171
          authorised_value:
11172
          authtypecode: ""
11172
          authtypecode: ""
11173
          value_builder: ""
11173
          value_builder: ""
11174
          isurl:
11174
          isurl:
Lines 11186-11192 tables: Link Here
11186
          mandatory: 0
11186
          mandatory: 0
11187
          kohafield: ""
11187
          kohafield: ""
11188
          tab: 1
11188
          tab: 1
11189
          authorised_value: ""
11189
          authorised_value:
11190
          authtypecode: ""
11190
          authtypecode: ""
11191
          value_builder: ""
11191
          value_builder: ""
11192
          isurl:
11192
          isurl:
Lines 11204-11210 tables: Link Here
11204
          mandatory: 0
11204
          mandatory: 0
11205
          kohafield: ""
11205
          kohafield: ""
11206
          tab: 1
11206
          tab: 1
11207
          authorised_value: ""
11207
          authorised_value:
11208
          authtypecode: ""
11208
          authtypecode: ""
11209
          value_builder: ""
11209
          value_builder: ""
11210
          isurl:
11210
          isurl:
Lines 11222-11228 tables: Link Here
11222
          mandatory: 0
11222
          mandatory: 0
11223
          kohafield: ""
11223
          kohafield: ""
11224
          tab: 1
11224
          tab: 1
11225
          authorised_value: ""
11225
          authorised_value:
11226
          authtypecode: ""
11226
          authtypecode: ""
11227
          value_builder: ""
11227
          value_builder: ""
11228
          isurl:
11228
          isurl:
Lines 11240-11246 tables: Link Here
11240
          mandatory: 0
11240
          mandatory: 0
11241
          kohafield: ""
11241
          kohafield: ""
11242
          tab: 1
11242
          tab: 1
11243
          authorised_value: ""
11243
          authorised_value:
11244
          authtypecode: ""
11244
          authtypecode: ""
11245
          value_builder: ""
11245
          value_builder: ""
11246
          isurl: 0
11246
          isurl: 0
Lines 11258-11264 tables: Link Here
11258
          mandatory: 0
11258
          mandatory: 0
11259
          kohafield: ""
11259
          kohafield: ""
11260
          tab: 1
11260
          tab: 1
11261
          authorised_value: ""
11261
          authorised_value:
11262
          authtypecode: ""
11262
          authtypecode: ""
11263
          value_builder: ""
11263
          value_builder: ""
11264
          isurl: 0
11264
          isurl: 0
Lines 11276-11282 tables: Link Here
11276
          mandatory: 0
11276
          mandatory: 0
11277
          kohafield: ""
11277
          kohafield: ""
11278
          tab: 1
11278
          tab: 1
11279
          authorised_value: ""
11279
          authorised_value:
11280
          authtypecode: ""
11280
          authtypecode: ""
11281
          value_builder: ""
11281
          value_builder: ""
11282
          isurl: 0
11282
          isurl: 0
Lines 11294-11300 tables: Link Here
11294
          mandatory: 0
11294
          mandatory: 0
11295
          kohafield: biblio.author
11295
          kohafield: biblio.author
11296
          tab: 1
11296
          tab: 1
11297
          authorised_value: ""
11297
          authorised_value:
11298
          authtypecode: PERSO_NAME
11298
          authtypecode: PERSO_NAME
11299
          value_builder: ""
11299
          value_builder: ""
11300
          isurl: 0
11300
          isurl: 0
Lines 11312-11318 tables: Link Here
11312
          mandatory: 0
11312
          mandatory: 0
11313
          kohafield: ""
11313
          kohafield: ""
11314
          tab: 1
11314
          tab: 1
11315
          authorised_value: ""
11315
          authorised_value:
11316
          authtypecode: ""
11316
          authtypecode: ""
11317
          value_builder: ""
11317
          value_builder: ""
11318
          isurl: 0
11318
          isurl: 0
Lines 11330-11336 tables: Link Here
11330
          mandatory: 0
11330
          mandatory: 0
11331
          kohafield: ""
11331
          kohafield: ""
11332
          tab: 1
11332
          tab: 1
11333
          authorised_value: ""
11333
          authorised_value:
11334
          authtypecode: ""
11334
          authtypecode: ""
11335
          value_builder: ""
11335
          value_builder: ""
11336
          isurl: 0
11336
          isurl: 0
Lines 11348-11354 tables: Link Here
11348
          mandatory: 0
11348
          mandatory: 0
11349
          kohafield: ""
11349
          kohafield: ""
11350
          tab: 1
11350
          tab: 1
11351
          authorised_value: ""
11351
          authorised_value:
11352
          authtypecode: ""
11352
          authtypecode: ""
11353
          value_builder: ""
11353
          value_builder: ""
11354
          isurl: 0
11354
          isurl: 0
Lines 11366-11372 tables: Link Here
11366
          mandatory: 0
11366
          mandatory: 0
11367
          kohafield: ""
11367
          kohafield: ""
11368
          tab: 1
11368
          tab: 1
11369
          authorised_value: ""
11369
          authorised_value:
11370
          authtypecode: ""
11370
          authtypecode: ""
11371
          value_builder: ""
11371
          value_builder: ""
11372
          isurl: 0
11372
          isurl: 0
Lines 11384-11390 tables: Link Here
11384
          mandatory: 0
11384
          mandatory: 0
11385
          kohafield: ""
11385
          kohafield: ""
11386
          tab: 1
11386
          tab: 1
11387
          authorised_value: ""
11387
          authorised_value:
11388
          authtypecode: ""
11388
          authtypecode: ""
11389
          value_builder: ""
11389
          value_builder: ""
11390
          isurl: 0
11390
          isurl: 0
Lines 11402-11408 tables: Link Here
11402
          mandatory: 0
11402
          mandatory: 0
11403
          kohafield: ""
11403
          kohafield: ""
11404
          tab: 1
11404
          tab: 1
11405
          authorised_value: ""
11405
          authorised_value:
11406
          authtypecode: ""
11406
          authtypecode: ""
11407
          value_builder: ""
11407
          value_builder: ""
11408
          isurl: 0
11408
          isurl: 0
Lines 11420-11426 tables: Link Here
11420
          mandatory: 0
11420
          mandatory: 0
11421
          kohafield: ""
11421
          kohafield: ""
11422
          tab: 1
11422
          tab: 1
11423
          authorised_value: ""
11423
          authorised_value:
11424
          authtypecode: ""
11424
          authtypecode: ""
11425
          value_builder: ""
11425
          value_builder: ""
11426
          isurl: 0
11426
          isurl: 0
Lines 11438-11444 tables: Link Here
11438
          mandatory: 0
11438
          mandatory: 0
11439
          kohafield: ""
11439
          kohafield: ""
11440
          tab: 1
11440
          tab: 1
11441
          authorised_value: ""
11441
          authorised_value:
11442
          authtypecode: ""
11442
          authtypecode: ""
11443
          value_builder: ""
11443
          value_builder: ""
11444
          isurl: 0
11444
          isurl: 0
Lines 11456-11462 tables: Link Here
11456
          mandatory: 0
11456
          mandatory: 0
11457
          kohafield: ""
11457
          kohafield: ""
11458
          tab: 1
11458
          tab: 1
11459
          authorised_value: ""
11459
          authorised_value:
11460
          authtypecode: ""
11460
          authtypecode: ""
11461
          value_builder: ""
11461
          value_builder: ""
11462
          isurl: 0
11462
          isurl: 0
Lines 11474-11480 tables: Link Here
11474
          mandatory: 0
11474
          mandatory: 0
11475
          kohafield: ""
11475
          kohafield: ""
11476
          tab: 1
11476
          tab: 1
11477
          authorised_value: ""
11477
          authorised_value:
11478
          authtypecode: ""
11478
          authtypecode: ""
11479
          value_builder: ""
11479
          value_builder: ""
11480
          isurl: 0
11480
          isurl: 0
Lines 11492-11498 tables: Link Here
11492
          mandatory: 0
11492
          mandatory: 0
11493
          kohafield: ""
11493
          kohafield: ""
11494
          tab: 1
11494
          tab: 1
11495
          authorised_value: ""
11495
          authorised_value:
11496
          authtypecode: ""
11496
          authtypecode: ""
11497
          value_builder: ""
11497
          value_builder: ""
11498
          isurl: 0
11498
          isurl: 0
Lines 11510-11516 tables: Link Here
11510
          mandatory: 0
11510
          mandatory: 0
11511
          kohafield: ""
11511
          kohafield: ""
11512
          tab: 1
11512
          tab: 1
11513
          authorised_value: ""
11513
          authorised_value:
11514
          authtypecode: ""
11514
          authtypecode: ""
11515
          value_builder: ""
11515
          value_builder: ""
11516
          isurl: 0
11516
          isurl: 0
Lines 11528-11534 tables: Link Here
11528
          mandatory: 0
11528
          mandatory: 0
11529
          kohafield: ""
11529
          kohafield: ""
11530
          tab: 1
11530
          tab: 1
11531
          authorised_value: ""
11531
          authorised_value:
11532
          authtypecode: ""
11532
          authtypecode: ""
11533
          value_builder: ""
11533
          value_builder: ""
11534
          isurl: 0
11534
          isurl: 0
Lines 11546-11552 tables: Link Here
11546
          mandatory: 0
11546
          mandatory: 0
11547
          kohafield: ""
11547
          kohafield: ""
11548
          tab: 1
11548
          tab: 1
11549
          authorised_value: ""
11549
          authorised_value:
11550
          authtypecode: ""
11550
          authtypecode: ""
11551
          value_builder: ""
11551
          value_builder: ""
11552
          isurl: 0
11552
          isurl: 0
Lines 11564-11570 tables: Link Here
11564
          mandatory: 0
11564
          mandatory: 0
11565
          kohafield: ""
11565
          kohafield: ""
11566
          tab: 1
11566
          tab: 1
11567
          authorised_value: ""
11567
          authorised_value:
11568
          authtypecode: ""
11568
          authtypecode: ""
11569
          value_builder: ""
11569
          value_builder: ""
11570
          isurl:
11570
          isurl:
Lines 11582-11588 tables: Link Here
11582
          mandatory: 0
11582
          mandatory: 0
11583
          kohafield: ""
11583
          kohafield: ""
11584
          tab: 1
11584
          tab: 1
11585
          authorised_value: ""
11585
          authorised_value:
11586
          authtypecode: ""
11586
          authtypecode: ""
11587
          value_builder: ""
11587
          value_builder: ""
11588
          isurl:
11588
          isurl:
Lines 11600-11606 tables: Link Here
11600
          mandatory: 0
11600
          mandatory: 0
11601
          kohafield: ""
11601
          kohafield: ""
11602
          tab: 1
11602
          tab: 1
11603
          authorised_value: ""
11603
          authorised_value:
11604
          authtypecode: ""
11604
          authtypecode: ""
11605
          value_builder: ""
11605
          value_builder: ""
11606
          isurl:
11606
          isurl:
Lines 11618-11624 tables: Link Here
11618
          mandatory: 0
11618
          mandatory: 0
11619
          kohafield: ""
11619
          kohafield: ""
11620
          tab: 1
11620
          tab: 1
11621
          authorised_value: ""
11621
          authorised_value:
11622
          authtypecode: ""
11622
          authtypecode: ""
11623
          value_builder: ""
11623
          value_builder: ""
11624
          isurl:
11624
          isurl:
Lines 11636-11642 tables: Link Here
11636
          mandatory: 0
11636
          mandatory: 0
11637
          kohafield: ""
11637
          kohafield: ""
11638
          tab: 1
11638
          tab: 1
11639
          authorised_value: ""
11639
          authorised_value:
11640
          authtypecode: ""
11640
          authtypecode: ""
11641
          value_builder: ""
11641
          value_builder: ""
11642
          isurl:
11642
          isurl:
Lines 11654-11660 tables: Link Here
11654
          mandatory: 0
11654
          mandatory: 0
11655
          kohafield: ""
11655
          kohafield: ""
11656
          tab: 1
11656
          tab: 1
11657
          authorised_value: ""
11657
          authorised_value:
11658
          authtypecode: ""
11658
          authtypecode: ""
11659
          value_builder: ""
11659
          value_builder: ""
11660
          isurl:
11660
          isurl:
Lines 11672-11678 tables: Link Here
11672
          mandatory: 0
11672
          mandatory: 0
11673
          kohafield: ""
11673
          kohafield: ""
11674
          tab: 1
11674
          tab: 1
11675
          authorised_value: ""
11675
          authorised_value:
11676
          authtypecode: ""
11676
          authtypecode: ""
11677
          value_builder: ""
11677
          value_builder: ""
11678
          isurl: 0
11678
          isurl: 0
Lines 11690-11696 tables: Link Here
11690
          mandatory: 0
11690
          mandatory: 0
11691
          kohafield: ""
11691
          kohafield: ""
11692
          tab: 1
11692
          tab: 1
11693
          authorised_value: ""
11693
          authorised_value:
11694
          authtypecode: CORPO_NAME
11694
          authtypecode: CORPO_NAME
11695
          value_builder: ""
11695
          value_builder: ""
11696
          isurl:
11696
          isurl:
Lines 11708-11714 tables: Link Here
11708
          mandatory: 0
11708
          mandatory: 0
11709
          kohafield: ""
11709
          kohafield: ""
11710
          tab: 1
11710
          tab: 1
11711
          authorised_value: ""
11711
          authorised_value:
11712
          authtypecode: ""
11712
          authtypecode: ""
11713
          value_builder: ""
11713
          value_builder: ""
11714
          isurl:
11714
          isurl:
Lines 11726-11732 tables: Link Here
11726
          mandatory: 0
11726
          mandatory: 0
11727
          kohafield: ""
11727
          kohafield: ""
11728
          tab: 1
11728
          tab: 1
11729
          authorised_value: ""
11729
          authorised_value:
11730
          authtypecode: ""
11730
          authtypecode: ""
11731
          value_builder: ""
11731
          value_builder: ""
11732
          isurl:
11732
          isurl:
Lines 11744-11750 tables: Link Here
11744
          mandatory: 0
11744
          mandatory: 0
11745
          kohafield: ""
11745
          kohafield: ""
11746
          tab: 1
11746
          tab: 1
11747
          authorised_value: ""
11747
          authorised_value:
11748
          authtypecode: ""
11748
          authtypecode: ""
11749
          value_builder: ""
11749
          value_builder: ""
11750
          isurl:
11750
          isurl:
Lines 11762-11768 tables: Link Here
11762
          mandatory: 0
11762
          mandatory: 0
11763
          kohafield: ""
11763
          kohafield: ""
11764
          tab: 1
11764
          tab: 1
11765
          authorised_value: ""
11765
          authorised_value:
11766
          authtypecode: ""
11766
          authtypecode: ""
11767
          value_builder: ""
11767
          value_builder: ""
11768
          isurl:
11768
          isurl:
Lines 11780-11786 tables: Link Here
11780
          mandatory: 0
11780
          mandatory: 0
11781
          kohafield: ""
11781
          kohafield: ""
11782
          tab: 1
11782
          tab: 1
11783
          authorised_value: ""
11783
          authorised_value:
11784
          authtypecode: ""
11784
          authtypecode: ""
11785
          value_builder: ""
11785
          value_builder: ""
11786
          isurl:
11786
          isurl:
Lines 11798-11804 tables: Link Here
11798
          mandatory: 0
11798
          mandatory: 0
11799
          kohafield: ""
11799
          kohafield: ""
11800
          tab: 1
11800
          tab: 1
11801
          authorised_value: ""
11801
          authorised_value:
11802
          authtypecode: ""
11802
          authtypecode: ""
11803
          value_builder: ""
11803
          value_builder: ""
11804
          isurl:
11804
          isurl:
Lines 11816-11822 tables: Link Here
11816
          mandatory: 0
11816
          mandatory: 0
11817
          kohafield: ""
11817
          kohafield: ""
11818
          tab: 1
11818
          tab: 1
11819
          authorised_value: ""
11819
          authorised_value:
11820
          authtypecode: ""
11820
          authtypecode: ""
11821
          value_builder: ""
11821
          value_builder: ""
11822
          isurl:
11822
          isurl:
Lines 11834-11840 tables: Link Here
11834
          mandatory: 0
11834
          mandatory: 0
11835
          kohafield: ""
11835
          kohafield: ""
11836
          tab: 1
11836
          tab: 1
11837
          authorised_value: ""
11837
          authorised_value:
11838
          authtypecode: ""
11838
          authtypecode: ""
11839
          value_builder: ""
11839
          value_builder: ""
11840
          isurl:
11840
          isurl:
Lines 11852-11858 tables: Link Here
11852
          mandatory: 0
11852
          mandatory: 0
11853
          kohafield: ""
11853
          kohafield: ""
11854
          tab: 1
11854
          tab: 1
11855
          authorised_value: ""
11855
          authorised_value:
11856
          authtypecode: ""
11856
          authtypecode: ""
11857
          value_builder: ""
11857
          value_builder: ""
11858
          isurl:
11858
          isurl:
Lines 11870-11876 tables: Link Here
11870
          mandatory: 0
11870
          mandatory: 0
11871
          kohafield: ""
11871
          kohafield: ""
11872
          tab: 1
11872
          tab: 1
11873
          authorised_value: ""
11873
          authorised_value:
11874
          authtypecode: ""
11874
          authtypecode: ""
11875
          value_builder: ""
11875
          value_builder: ""
11876
          isurl:
11876
          isurl:
Lines 11888-11894 tables: Link Here
11888
          mandatory: 0
11888
          mandatory: 0
11889
          kohafield: ""
11889
          kohafield: ""
11890
          tab: 1
11890
          tab: 1
11891
          authorised_value: ""
11891
          authorised_value:
11892
          authtypecode: ""
11892
          authtypecode: ""
11893
          value_builder: ""
11893
          value_builder: ""
11894
          isurl:
11894
          isurl:
Lines 11906-11912 tables: Link Here
11906
          mandatory: 0
11906
          mandatory: 0
11907
          kohafield: ""
11907
          kohafield: ""
11908
          tab: 1
11908
          tab: 1
11909
          authorised_value: ""
11909
          authorised_value:
11910
          authtypecode: ""
11910
          authtypecode: ""
11911
          value_builder: ""
11911
          value_builder: ""
11912
          isurl:
11912
          isurl:
Lines 11924-11930 tables: Link Here
11924
          mandatory: 0
11924
          mandatory: 0
11925
          kohafield: ""
11925
          kohafield: ""
11926
          tab: 1
11926
          tab: 1
11927
          authorised_value: ""
11927
          authorised_value:
11928
          authtypecode: ""
11928
          authtypecode: ""
11929
          value_builder: ""
11929
          value_builder: ""
11930
          isurl:
11930
          isurl:
Lines 11942-11948 tables: Link Here
11942
          mandatory: 0
11942
          mandatory: 0
11943
          kohafield: ""
11943
          kohafield: ""
11944
          tab: 1
11944
          tab: 1
11945
          authorised_value: ""
11945
          authorised_value:
11946
          authtypecode: ""
11946
          authtypecode: ""
11947
          value_builder: ""
11947
          value_builder: ""
11948
          isurl:
11948
          isurl:
Lines 11960-11966 tables: Link Here
11960
          mandatory: 0
11960
          mandatory: 0
11961
          kohafield: ""
11961
          kohafield: ""
11962
          tab: 1
11962
          tab: 1
11963
          authorised_value: ""
11963
          authorised_value:
11964
          authtypecode: ""
11964
          authtypecode: ""
11965
          value_builder: ""
11965
          value_builder: ""
11966
          isurl:
11966
          isurl:
Lines 11978-11984 tables: Link Here
11978
          mandatory: 0
11978
          mandatory: 0
11979
          kohafield: ""
11979
          kohafield: ""
11980
          tab: 1
11980
          tab: 1
11981
          authorised_value: ""
11981
          authorised_value:
11982
          authtypecode: ""
11982
          authtypecode: ""
11983
          value_builder: ""
11983
          value_builder: ""
11984
          isurl:
11984
          isurl:
Lines 12032-12038 tables: Link Here
12032
          mandatory: 0
12032
          mandatory: 0
12033
          kohafield: ""
12033
          kohafield: ""
12034
          tab: 1
12034
          tab: 1
12035
          authorised_value: ""
12035
          authorised_value:
12036
          authtypecode: ""
12036
          authtypecode: ""
12037
          value_builder: ""
12037
          value_builder: ""
12038
          isurl: 0
12038
          isurl: 0
Lines 12104-12110 tables: Link Here
12104
          mandatory: 0
12104
          mandatory: 0
12105
          kohafield: ""
12105
          kohafield: ""
12106
          tab: 1
12106
          tab: 1
12107
          authorised_value: ""
12107
          authorised_value:
12108
          authtypecode: ""
12108
          authtypecode: ""
12109
          value_builder: ""
12109
          value_builder: ""
12110
          isurl:
12110
          isurl:
Lines 12320-12326 tables: Link Here
12320
          mandatory: 0
12320
          mandatory: 0
12321
          kohafield: ""
12321
          kohafield: ""
12322
          tab: 1
12322
          tab: 1
12323
          authorised_value: ""
12323
          authorised_value:
12324
          authtypecode: ""
12324
          authtypecode: ""
12325
          value_builder: ""
12325
          value_builder: ""
12326
          isurl:
12326
          isurl:
Lines 12338-12344 tables: Link Here
12338
          mandatory: 0
12338
          mandatory: 0
12339
          kohafield: ""
12339
          kohafield: ""
12340
          tab: 1
12340
          tab: 1
12341
          authorised_value: ""
12341
          authorised_value:
12342
          authtypecode: ""
12342
          authtypecode: ""
12343
          value_builder: ""
12343
          value_builder: ""
12344
          isurl:
12344
          isurl:
Lines 12356-12362 tables: Link Here
12356
          mandatory: 0
12356
          mandatory: 0
12357
          kohafield: ""
12357
          kohafield: ""
12358
          tab: 1
12358
          tab: 1
12359
          authorised_value: ""
12359
          authorised_value:
12360
          authtypecode: ""
12360
          authtypecode: ""
12361
          value_builder: ""
12361
          value_builder: ""
12362
          isurl:
12362
          isurl:
Lines 12410-12416 tables: Link Here
12410
          mandatory: 0
12410
          mandatory: 0
12411
          kohafield: ""
12411
          kohafield: ""
12412
          tab: 1
12412
          tab: 1
12413
          authorised_value: ""
12413
          authorised_value:
12414
          authtypecode: ""
12414
          authtypecode: ""
12415
          value_builder: ""
12415
          value_builder: ""
12416
          isurl: 0
12416
          isurl: 0
Lines 12950-12956 tables: Link Here
12950
          mandatory: 0
12950
          mandatory: 0
12951
          kohafield: ""
12951
          kohafield: ""
12952
          tab: 2
12952
          tab: 2
12953
          authorised_value: ""
12953
          authorised_value:
12954
          authtypecode: ""
12954
          authtypecode: ""
12955
          value_builder: ""
12955
          value_builder: ""
12956
          isurl:
12956
          isurl:
Lines 12968-12974 tables: Link Here
12968
          mandatory: 0
12968
          mandatory: 0
12969
          kohafield: ""
12969
          kohafield: ""
12970
          tab: 2
12970
          tab: 2
12971
          authorised_value: ""
12971
          authorised_value:
12972
          authtypecode: ""
12972
          authtypecode: ""
12973
          value_builder: ""
12973
          value_builder: ""
12974
          isurl:
12974
          isurl:
Lines 12986-12992 tables: Link Here
12986
          mandatory: 0
12986
          mandatory: 0
12987
          kohafield: ""
12987
          kohafield: ""
12988
          tab: 1
12988
          tab: 1
12989
          authorised_value: ""
12989
          authorised_value:
12990
          authtypecode: ""
12990
          authtypecode: ""
12991
          value_builder: ""
12991
          value_builder: ""
12992
          isurl:
12992
          isurl:
Lines 13004-13010 tables: Link Here
13004
          mandatory: 0
13004
          mandatory: 0
13005
          kohafield: ""
13005
          kohafield: ""
13006
          tab: 2
13006
          tab: 2
13007
          authorised_value: ""
13007
          authorised_value:
13008
          authtypecode: ""
13008
          authtypecode: ""
13009
          value_builder: ""
13009
          value_builder: ""
13010
          isurl: 0
13010
          isurl: 0
Lines 13022-13028 tables: Link Here
13022
          mandatory: 0
13022
          mandatory: 0
13023
          kohafield: ""
13023
          kohafield: ""
13024
          tab: 2
13024
          tab: 2
13025
          authorised_value: ""
13025
          authorised_value:
13026
          authtypecode: ""
13026
          authtypecode: ""
13027
          value_builder: ""
13027
          value_builder: ""
13028
          isurl: 0
13028
          isurl: 0
Lines 13040-13046 tables: Link Here
13040
          mandatory: 0
13040
          mandatory: 0
13041
          kohafield: ""
13041
          kohafield: ""
13042
          tab: 2
13042
          tab: 2
13043
          authorised_value: ""
13043
          authorised_value:
13044
          authtypecode: ""
13044
          authtypecode: ""
13045
          value_builder: ""
13045
          value_builder: ""
13046
          isurl: 0
13046
          isurl: 0
Lines 13058-13064 tables: Link Here
13058
          mandatory: 0
13058
          mandatory: 0
13059
          kohafield: biblio.unititle
13059
          kohafield: biblio.unititle
13060
          tab: 2
13060
          tab: 2
13061
          authorised_value: ""
13061
          authorised_value:
13062
          authtypecode: ""
13062
          authtypecode: ""
13063
          value_builder: ""
13063
          value_builder: ""
13064
          isurl: 0
13064
          isurl: 0
Lines 13076-13082 tables: Link Here
13076
          mandatory: 0
13076
          mandatory: 0
13077
          kohafield: ""
13077
          kohafield: ""
13078
          tab: 2
13078
          tab: 2
13079
          authorised_value: ""
13079
          authorised_value:
13080
          authtypecode: ""
13080
          authtypecode: ""
13081
          value_builder: ""
13081
          value_builder: ""
13082
          isurl: 0
13082
          isurl: 0
Lines 13094-13100 tables: Link Here
13094
          mandatory: 0
13094
          mandatory: 0
13095
          kohafield: ""
13095
          kohafield: ""
13096
          tab: 2
13096
          tab: 2
13097
          authorised_value: ""
13097
          authorised_value:
13098
          authtypecode: ""
13098
          authtypecode: ""
13099
          value_builder: ""
13099
          value_builder: ""
13100
          isurl: 0
13100
          isurl: 0
Lines 13112-13118 tables: Link Here
13112
          mandatory: 0
13112
          mandatory: 0
13113
          kohafield: ""
13113
          kohafield: ""
13114
          tab: 2
13114
          tab: 2
13115
          authorised_value: ""
13115
          authorised_value:
13116
          authtypecode: ""
13116
          authtypecode: ""
13117
          value_builder: ""
13117
          value_builder: ""
13118
          isurl: 0
13118
          isurl: 0
Lines 13130-13136 tables: Link Here
13130
          mandatory: 0
13130
          mandatory: 0
13131
          kohafield: ""
13131
          kohafield: ""
13132
          tab: 2
13132
          tab: 2
13133
          authorised_value: ""
13133
          authorised_value:
13134
          authtypecode: ""
13134
          authtypecode: ""
13135
          value_builder: ""
13135
          value_builder: ""
13136
          isurl: 0
13136
          isurl: 0
Lines 13148-13154 tables: Link Here
13148
          mandatory: 0
13148
          mandatory: 0
13149
          kohafield: ""
13149
          kohafield: ""
13150
          tab: 2
13150
          tab: 2
13151
          authorised_value: ""
13151
          authorised_value:
13152
          authtypecode: ""
13152
          authtypecode: ""
13153
          value_builder: ""
13153
          value_builder: ""
13154
          isurl: 0
13154
          isurl: 0
Lines 13166-13172 tables: Link Here
13166
          mandatory: 0
13166
          mandatory: 0
13167
          kohafield: ""
13167
          kohafield: ""
13168
          tab: 2
13168
          tab: 2
13169
          authorised_value: ""
13169
          authorised_value:
13170
          authtypecode: ""
13170
          authtypecode: ""
13171
          value_builder: ""
13171
          value_builder: ""
13172
          isurl: 0
13172
          isurl: 0
Lines 13184-13190 tables: Link Here
13184
          mandatory: 0
13184
          mandatory: 0
13185
          kohafield: ""
13185
          kohafield: ""
13186
          tab: 2
13186
          tab: 2
13187
          authorised_value: ""
13187
          authorised_value:
13188
          authtypecode: ""
13188
          authtypecode: ""
13189
          value_builder: ""
13189
          value_builder: ""
13190
          isurl: 0
13190
          isurl: 0
Lines 13202-13208 tables: Link Here
13202
          mandatory: 0
13202
          mandatory: 0
13203
          kohafield: ""
13203
          kohafield: ""
13204
          tab: 2
13204
          tab: 2
13205
          authorised_value: ""
13205
          authorised_value:
13206
          authtypecode: ""
13206
          authtypecode: ""
13207
          value_builder: ""
13207
          value_builder: ""
13208
          isurl: 0
13208
          isurl: 0
Lines 13220-13226 tables: Link Here
13220
          mandatory: 0
13220
          mandatory: 0
13221
          kohafield: ""
13221
          kohafield: ""
13222
          tab: 2
13222
          tab: 2
13223
          authorised_value: ""
13223
          authorised_value:
13224
          authtypecode: ""
13224
          authtypecode: ""
13225
          value_builder: ""
13225
          value_builder: ""
13226
          isurl: 0
13226
          isurl: 0
Lines 13238-13244 tables: Link Here
13238
          mandatory: 0
13238
          mandatory: 0
13239
          kohafield: ""
13239
          kohafield: ""
13240
          tab: 2
13240
          tab: 2
13241
          authorised_value: ""
13241
          authorised_value:
13242
          authtypecode: ""
13242
          authtypecode: ""
13243
          value_builder: ""
13243
          value_builder: ""
13244
          isurl: 0
13244
          isurl: 0
Lines 13256-13262 tables: Link Here
13256
          mandatory: 0
13256
          mandatory: 0
13257
          kohafield: ""
13257
          kohafield: ""
13258
          tab: 2
13258
          tab: 2
13259
          authorised_value: ""
13259
          authorised_value:
13260
          authtypecode: ""
13260
          authtypecode: ""
13261
          value_builder: ""
13261
          value_builder: ""
13262
          isurl: 0
13262
          isurl: 0
Lines 13274-13280 tables: Link Here
13274
          mandatory: 0
13274
          mandatory: 0
13275
          kohafield: ""
13275
          kohafield: ""
13276
          tab: 2
13276
          tab: 2
13277
          authorised_value: ""
13277
          authorised_value:
13278
          authtypecode: ""
13278
          authtypecode: ""
13279
          value_builder: ""
13279
          value_builder: ""
13280
          isurl: 0
13280
          isurl: 0
Lines 13418-13424 tables: Link Here
13418
          mandatory: 0
13418
          mandatory: 0
13419
          kohafield: ""
13419
          kohafield: ""
13420
          tab: 2
13420
          tab: 2
13421
          authorised_value: ""
13421
          authorised_value:
13422
          authtypecode: ""
13422
          authtypecode: ""
13423
          value_builder: ""
13423
          value_builder: ""
13424
          isurl:
13424
          isurl:
Lines 13436-13442 tables: Link Here
13436
          mandatory: 0
13436
          mandatory: 0
13437
          kohafield: ""
13437
          kohafield: ""
13438
          tab: 2
13438
          tab: 2
13439
          authorised_value: ""
13439
          authorised_value:
13440
          authtypecode: ""
13440
          authtypecode: ""
13441
          value_builder: ""
13441
          value_builder: ""
13442
          isurl:
13442
          isurl:
Lines 13526-13532 tables: Link Here
13526
          mandatory: 0
13526
          mandatory: 0
13527
          kohafield: ""
13527
          kohafield: ""
13528
          tab: 2
13528
          tab: 2
13529
          authorised_value: ""
13529
          authorised_value:
13530
          authtypecode: ""
13530
          authtypecode: ""
13531
          value_builder: ""
13531
          value_builder: ""
13532
          isurl: 0
13532
          isurl: 0
Lines 13544-13550 tables: Link Here
13544
          mandatory: 0
13544
          mandatory: 0
13545
          kohafield: ""
13545
          kohafield: ""
13546
          tab: 2
13546
          tab: 2
13547
          authorised_value: ""
13547
          authorised_value:
13548
          authtypecode: ""
13548
          authtypecode: ""
13549
          value_builder: ""
13549
          value_builder: ""
13550
          isurl: 0
13550
          isurl: 0
Lines 13562-13568 tables: Link Here
13562
          mandatory: 0
13562
          mandatory: 0
13563
          kohafield: ""
13563
          kohafield: ""
13564
          tab: 2
13564
          tab: 2
13565
          authorised_value: ""
13565
          authorised_value:
13566
          authtypecode: ""
13566
          authtypecode: ""
13567
          value_builder: ""
13567
          value_builder: ""
13568
          isurl: 0
13568
          isurl: 0
Lines 13580-13586 tables: Link Here
13580
          mandatory: 0
13580
          mandatory: 0
13581
          kohafield: ""
13581
          kohafield: ""
13582
          tab: 2
13582
          tab: 2
13583
          authorised_value: ""
13583
          authorised_value:
13584
          authtypecode: ""
13584
          authtypecode: ""
13585
          value_builder: ""
13585
          value_builder: ""
13586
          isurl: 1
13586
          isurl: 1
Lines 13598-13604 tables: Link Here
13598
          mandatory: 0
13598
          mandatory: 0
13599
          kohafield: ""
13599
          kohafield: ""
13600
          tab: 2
13600
          tab: 2
13601
          authorised_value: ""
13601
          authorised_value:
13602
          authtypecode: ""
13602
          authtypecode: ""
13603
          value_builder: ""
13603
          value_builder: ""
13604
          isurl: 0
13604
          isurl: 0
Lines 13616-13622 tables: Link Here
13616
          mandatory: 0
13616
          mandatory: 0
13617
          kohafield: ""
13617
          kohafield: ""
13618
          tab: 2
13618
          tab: 2
13619
          authorised_value: ""
13619
          authorised_value:
13620
          authtypecode: ""
13620
          authtypecode: ""
13621
          value_builder: ""
13621
          value_builder: ""
13622
          isurl: 0
13622
          isurl: 0
Lines 13634-13640 tables: Link Here
13634
          mandatory: 0
13634
          mandatory: 0
13635
          kohafield: ""
13635
          kohafield: ""
13636
          tab: 2
13636
          tab: 2
13637
          authorised_value: ""
13637
          authorised_value:
13638
          authtypecode: ""
13638
          authtypecode: ""
13639
          value_builder: ""
13639
          value_builder: ""
13640
          isurl: 0
13640
          isurl: 0
Lines 13652-13658 tables: Link Here
13652
          mandatory: 0
13652
          mandatory: 0
13653
          kohafield: ""
13653
          kohafield: ""
13654
          tab: 2
13654
          tab: 2
13655
          authorised_value: ""
13655
          authorised_value:
13656
          authtypecode: ""
13656
          authtypecode: ""
13657
          value_builder: ""
13657
          value_builder: ""
13658
          isurl: 0
13658
          isurl: 0
Lines 13670-13676 tables: Link Here
13670
          mandatory: 0
13670
          mandatory: 0
13671
          kohafield: ""
13671
          kohafield: ""
13672
          tab: 2
13672
          tab: 2
13673
          authorised_value: ""
13673
          authorised_value:
13674
          authtypecode: ""
13674
          authtypecode: ""
13675
          value_builder: ""
13675
          value_builder: ""
13676
          isurl: 0
13676
          isurl: 0
Lines 13688-13694 tables: Link Here
13688
          mandatory: 0
13688
          mandatory: 0
13689
          kohafield: ""
13689
          kohafield: ""
13690
          tab: 2
13690
          tab: 2
13691
          authorised_value: ""
13691
          authorised_value:
13692
          authtypecode: ""
13692
          authtypecode: ""
13693
          value_builder: ""
13693
          value_builder: ""
13694
          isurl: 0
13694
          isurl: 0
Lines 13706-13712 tables: Link Here
13706
          mandatory: 0
13706
          mandatory: 0
13707
          kohafield: ""
13707
          kohafield: ""
13708
          tab: 2
13708
          tab: 2
13709
          authorised_value: ""
13709
          authorised_value:
13710
          authtypecode: ""
13710
          authtypecode: ""
13711
          value_builder: ""
13711
          value_builder: ""
13712
          isurl: 0
13712
          isurl: 0
Lines 13724-13730 tables: Link Here
13724
          mandatory: 0
13724
          mandatory: 0
13725
          kohafield: ""
13725
          kohafield: ""
13726
          tab: 2
13726
          tab: 2
13727
          authorised_value: ""
13727
          authorised_value:
13728
          authtypecode: ""
13728
          authtypecode: ""
13729
          value_builder: ""
13729
          value_builder: ""
13730
          isurl: 0
13730
          isurl: 0
Lines 13742-13748 tables: Link Here
13742
          mandatory: 0
13742
          mandatory: 0
13743
          kohafield: ""
13743
          kohafield: ""
13744
          tab: 2
13744
          tab: 2
13745
          authorised_value: ""
13745
          authorised_value:
13746
          authtypecode: ""
13746
          authtypecode: ""
13747
          value_builder: ""
13747
          value_builder: ""
13748
          isurl: 0
13748
          isurl: 0
Lines 13760-13766 tables: Link Here
13760
          mandatory: 0
13760
          mandatory: 0
13761
          kohafield: ""
13761
          kohafield: ""
13762
          tab: 2
13762
          tab: 2
13763
          authorised_value: ""
13763
          authorised_value:
13764
          authtypecode: ""
13764
          authtypecode: ""
13765
          value_builder: ""
13765
          value_builder: ""
13766
          isurl: 0
13766
          isurl: 0
Lines 13778-13784 tables: Link Here
13778
          mandatory: 0
13778
          mandatory: 0
13779
          kohafield: ""
13779
          kohafield: ""
13780
          tab: 2
13780
          tab: 2
13781
          authorised_value: ""
13781
          authorised_value:
13782
          authtypecode: ""
13782
          authtypecode: ""
13783
          value_builder: ""
13783
          value_builder: ""
13784
          isurl: 0
13784
          isurl: 0
Lines 13796-13802 tables: Link Here
13796
          mandatory: 0
13796
          mandatory: 0
13797
          kohafield: ""
13797
          kohafield: ""
13798
          tab: 2
13798
          tab: 2
13799
          authorised_value: ""
13799
          authorised_value:
13800
          authtypecode: ""
13800
          authtypecode: ""
13801
          value_builder: ""
13801
          value_builder: ""
13802
          isurl: 0
13802
          isurl: 0
Lines 13814-13820 tables: Link Here
13814
          mandatory: 0
13814
          mandatory: 0
13815
          kohafield: ""
13815
          kohafield: ""
13816
          tab: 2
13816
          tab: 2
13817
          authorised_value: ""
13817
          authorised_value:
13818
          authtypecode: ""
13818
          authtypecode: ""
13819
          value_builder: ""
13819
          value_builder: ""
13820
          isurl:
13820
          isurl:
Lines 13832-13838 tables: Link Here
13832
          mandatory: 0
13832
          mandatory: 0
13833
          kohafield: ""
13833
          kohafield: ""
13834
          tab: 2
13834
          tab: 2
13835
          authorised_value: ""
13835
          authorised_value:
13836
          authtypecode: ""
13836
          authtypecode: ""
13837
          value_builder: ""
13837
          value_builder: ""
13838
          isurl:
13838
          isurl:
Lines 13850-13856 tables: Link Here
13850
          mandatory: 1
13850
          mandatory: 1
13851
          kohafield: biblio.title
13851
          kohafield: biblio.title
13852
          tab: 2
13852
          tab: 2
13853
          authorised_value: ""
13853
          authorised_value:
13854
          authtypecode: ""
13854
          authtypecode: ""
13855
          value_builder: ""
13855
          value_builder: ""
13856
          isurl:
13856
          isurl:
Lines 13868-13874 tables: Link Here
13868
          mandatory: 0
13868
          mandatory: 0
13869
          kohafield: biblio.subtitle
13869
          kohafield: biblio.subtitle
13870
          tab: 2
13870
          tab: 2
13871
          authorised_value: ""
13871
          authorised_value:
13872
          authtypecode: ""
13872
          authtypecode: ""
13873
          value_builder: ""
13873
          value_builder: ""
13874
          isurl:
13874
          isurl:
Lines 13886-13892 tables: Link Here
13886
          mandatory: 0
13886
          mandatory: 0
13887
          kohafield: ""
13887
          kohafield: ""
13888
          tab: 2
13888
          tab: 2
13889
          authorised_value: ""
13889
          authorised_value:
13890
          authtypecode: ""
13890
          authtypecode: ""
13891
          value_builder: ""
13891
          value_builder: ""
13892
          isurl:
13892
          isurl:
Lines 13904-13910 tables: Link Here
13904
          mandatory: 0
13904
          mandatory: 0
13905
          kohafield: ""
13905
          kohafield: ""
13906
          tab: 2
13906
          tab: 2
13907
          authorised_value: ""
13907
          authorised_value:
13908
          authtypecode: ""
13908
          authtypecode: ""
13909
          value_builder: ""
13909
          value_builder: ""
13910
          isurl:
13910
          isurl:
Lines 13922-13928 tables: Link Here
13922
          mandatory: 0
13922
          mandatory: 0
13923
          kohafield: ""
13923
          kohafield: ""
13924
          tab: 2
13924
          tab: 2
13925
          authorised_value: ""
13925
          authorised_value:
13926
          authtypecode: ""
13926
          authtypecode: ""
13927
          value_builder: ""
13927
          value_builder: ""
13928
          isurl:
13928
          isurl:
Lines 13940-13946 tables: Link Here
13940
          mandatory: 0
13940
          mandatory: 0
13941
          kohafield: ""
13941
          kohafield: ""
13942
          tab: 2
13942
          tab: 2
13943
          authorised_value: ""
13943
          authorised_value:
13944
          authtypecode: ""
13944
          authtypecode: ""
13945
          value_builder: ""
13945
          value_builder: ""
13946
          isurl:
13946
          isurl:
Lines 13958-13964 tables: Link Here
13958
          mandatory: 0
13958
          mandatory: 0
13959
          kohafield: ""
13959
          kohafield: ""
13960
          tab: 2
13960
          tab: 2
13961
          authorised_value: ""
13961
          authorised_value:
13962
          authtypecode: ""
13962
          authtypecode: ""
13963
          value_builder: ""
13963
          value_builder: ""
13964
          isurl:
13964
          isurl:
Lines 13976-13982 tables: Link Here
13976
          mandatory: 0
13976
          mandatory: 0
13977
          kohafield: ""
13977
          kohafield: ""
13978
          tab: 2
13978
          tab: 2
13979
          authorised_value: ""
13979
          authorised_value:
13980
          authtypecode: ""
13980
          authtypecode: ""
13981
          value_builder: ""
13981
          value_builder: ""
13982
          isurl:
13982
          isurl:
Lines 13994-14000 tables: Link Here
13994
          mandatory: 0
13994
          mandatory: 0
13995
          kohafield: ""
13995
          kohafield: ""
13996
          tab: 2
13996
          tab: 2
13997
          authorised_value: ""
13997
          authorised_value:
13998
          authtypecode: ""
13998
          authtypecode: ""
13999
          value_builder: ""
13999
          value_builder: ""
14000
          isurl:
14000
          isurl:
Lines 14012-14018 tables: Link Here
14012
          mandatory: 0
14012
          mandatory: 0
14013
          kohafield: biblio.part_number
14013
          kohafield: biblio.part_number
14014
          tab: 2
14014
          tab: 2
14015
          authorised_value: ""
14015
          authorised_value:
14016
          authtypecode: ""
14016
          authtypecode: ""
14017
          value_builder: ""
14017
          value_builder: ""
14018
          isurl:
14018
          isurl:
Lines 14030-14036 tables: Link Here
14030
          mandatory: 0
14030
          mandatory: 0
14031
          kohafield: biblio.part_name
14031
          kohafield: biblio.part_name
14032
          tab: 2
14032
          tab: 2
14033
          authorised_value: ""
14033
          authorised_value:
14034
          authtypecode: ""
14034
          authtypecode: ""
14035
          value_builder: ""
14035
          value_builder: ""
14036
          isurl:
14036
          isurl:
Lines 14048-14054 tables: Link Here
14048
          mandatory: 0
14048
          mandatory: 0
14049
          kohafield: ""
14049
          kohafield: ""
14050
          tab: 2
14050
          tab: 2
14051
          authorised_value: ""
14051
          authorised_value:
14052
          authtypecode: ""
14052
          authtypecode: ""
14053
          value_builder: ""
14053
          value_builder: ""
14054
          isurl:
14054
          isurl:
Lines 14066-14072 tables: Link Here
14066
          mandatory: 0
14066
          mandatory: 0
14067
          kohafield: ""
14067
          kohafield: ""
14068
          tab: 2
14068
          tab: 2
14069
          authorised_value: ""
14069
          authorised_value:
14070
          authtypecode: ""
14070
          authtypecode: ""
14071
          value_builder: ""
14071
          value_builder: ""
14072
          isurl:
14072
          isurl:
Lines 14084-14090 tables: Link Here
14084
          mandatory: 0
14084
          mandatory: 0
14085
          kohafield: ""
14085
          kohafield: ""
14086
          tab: 2
14086
          tab: 2
14087
          authorised_value: ""
14087
          authorised_value:
14088
          authtypecode: ""
14088
          authtypecode: ""
14089
          value_builder: ""
14089
          value_builder: ""
14090
          isurl:
14090
          isurl:
Lines 14102-14108 tables: Link Here
14102
          mandatory: 0
14102
          mandatory: 0
14103
          kohafield: ""
14103
          kohafield: ""
14104
          tab: 2
14104
          tab: 2
14105
          authorised_value: ""
14105
          authorised_value:
14106
          authtypecode: ""
14106
          authtypecode: ""
14107
          value_builder: ""
14107
          value_builder: ""
14108
          isurl:
14108
          isurl:
Lines 14120-14126 tables: Link Here
14120
          mandatory: 0
14120
          mandatory: 0
14121
          kohafield: ""
14121
          kohafield: ""
14122
          tab: 2
14122
          tab: 2
14123
          authorised_value: ""
14123
          authorised_value:
14124
          authtypecode: ""
14124
          authtypecode: ""
14125
          value_builder: ""
14125
          value_builder: ""
14126
          isurl:
14126
          isurl:
Lines 14138-14144 tables: Link Here
14138
          mandatory: 0
14138
          mandatory: 0
14139
          kohafield: ""
14139
          kohafield: ""
14140
          tab: 2
14140
          tab: 2
14141
          authorised_value: ""
14141
          authorised_value:
14142
          authtypecode: ""
14142
          authtypecode: ""
14143
          value_builder: ""
14143
          value_builder: ""
14144
          isurl:
14144
          isurl:
Lines 14156-14162 tables: Link Here
14156
          mandatory: 0
14156
          mandatory: 0
14157
          kohafield: ""
14157
          kohafield: ""
14158
          tab: 2
14158
          tab: 2
14159
          authorised_value: ""
14159
          authorised_value:
14160
          authtypecode: ""
14160
          authtypecode: ""
14161
          value_builder: ""
14161
          value_builder: ""
14162
          isurl:
14162
          isurl:
Lines 14174-14180 tables: Link Here
14174
          mandatory: 0
14174
          mandatory: 0
14175
          kohafield: ""
14175
          kohafield: ""
14176
          tab: 2
14176
          tab: 2
14177
          authorised_value: ""
14177
          authorised_value:
14178
          authtypecode: ""
14178
          authtypecode: ""
14179
          value_builder: ""
14179
          value_builder: ""
14180
          isurl:
14180
          isurl:
Lines 14192-14198 tables: Link Here
14192
          mandatory: 0
14192
          mandatory: 0
14193
          kohafield: ""
14193
          kohafield: ""
14194
          tab: 2
14194
          tab: 2
14195
          authorised_value: ""
14195
          authorised_value:
14196
          authtypecode: ""
14196
          authtypecode: ""
14197
          value_builder: ""
14197
          value_builder: ""
14198
          isurl:
14198
          isurl:
Lines 14210-14216 tables: Link Here
14210
          mandatory: 0
14210
          mandatory: 0
14211
          kohafield: ""
14211
          kohafield: ""
14212
          tab: 2
14212
          tab: 2
14213
          authorised_value: ""
14213
          authorised_value:
14214
          authtypecode: ""
14214
          authtypecode: ""
14215
          value_builder: ""
14215
          value_builder: ""
14216
          isurl:
14216
          isurl:
Lines 14228-14234 tables: Link Here
14228
          mandatory: 0
14228
          mandatory: 0
14229
          kohafield: ""
14229
          kohafield: ""
14230
          tab: 2
14230
          tab: 2
14231
          authorised_value: ""
14231
          authorised_value:
14232
          authtypecode: ""
14232
          authtypecode: ""
14233
          value_builder: ""
14233
          value_builder: ""
14234
          isurl:
14234
          isurl:
Lines 14246-14252 tables: Link Here
14246
          mandatory: 0
14246
          mandatory: 0
14247
          kohafield: ""
14247
          kohafield: ""
14248
          tab: 2
14248
          tab: 2
14249
          authorised_value: ""
14249
          authorised_value:
14250
          authtypecode: ""
14250
          authtypecode: ""
14251
          value_builder: ""
14251
          value_builder: ""
14252
          isurl:
14252
          isurl:
Lines 14264-14270 tables: Link Here
14264
          mandatory: 0
14264
          mandatory: 0
14265
          kohafield: ""
14265
          kohafield: ""
14266
          tab: 2
14266
          tab: 2
14267
          authorised_value: ""
14267
          authorised_value:
14268
          authtypecode: ""
14268
          authtypecode: ""
14269
          value_builder: ""
14269
          value_builder: ""
14270
          isurl:
14270
          isurl:
Lines 14282-14288 tables: Link Here
14282
          mandatory: 0
14282
          mandatory: 0
14283
          kohafield: ""
14283
          kohafield: ""
14284
          tab: 2
14284
          tab: 2
14285
          authorised_value: ""
14285
          authorised_value:
14286
          authtypecode: ""
14286
          authtypecode: ""
14287
          value_builder: ""
14287
          value_builder: ""
14288
          isurl:
14288
          isurl:
Lines 14300-14306 tables: Link Here
14300
          mandatory: 0
14300
          mandatory: 0
14301
          kohafield: ""
14301
          kohafield: ""
14302
          tab: 2
14302
          tab: 2
14303
          authorised_value: ""
14303
          authorised_value:
14304
          authtypecode: ""
14304
          authtypecode: ""
14305
          value_builder: ""
14305
          value_builder: ""
14306
          isurl:
14306
          isurl:
Lines 14318-14324 tables: Link Here
14318
          mandatory: 0
14318
          mandatory: 0
14319
          kohafield: ""
14319
          kohafield: ""
14320
          tab: 2
14320
          tab: 2
14321
          authorised_value: ""
14321
          authorised_value:
14322
          authtypecode: ""
14322
          authtypecode: ""
14323
          value_builder: ""
14323
          value_builder: ""
14324
          isurl:
14324
          isurl:
Lines 14336-14342 tables: Link Here
14336
          mandatory: 0
14336
          mandatory: 0
14337
          kohafield: ""
14337
          kohafield: ""
14338
          tab: 2
14338
          tab: 2
14339
          authorised_value: ""
14339
          authorised_value:
14340
          authtypecode: ""
14340
          authtypecode: ""
14341
          value_builder: ""
14341
          value_builder: ""
14342
          isurl:
14342
          isurl:
Lines 14354-14360 tables: Link Here
14354
          mandatory: 0
14354
          mandatory: 0
14355
          kohafield: ""
14355
          kohafield: ""
14356
          tab: 2
14356
          tab: 2
14357
          authorised_value: ""
14357
          authorised_value:
14358
          authtypecode: ""
14358
          authtypecode: ""
14359
          value_builder: ""
14359
          value_builder: ""
14360
          isurl:
14360
          isurl:
Lines 14372-14378 tables: Link Here
14372
          mandatory: 0
14372
          mandatory: 0
14373
          kohafield: ""
14373
          kohafield: ""
14374
          tab: 2
14374
          tab: 2
14375
          authorised_value: ""
14375
          authorised_value:
14376
          authtypecode: ""
14376
          authtypecode: ""
14377
          value_builder: ""
14377
          value_builder: ""
14378
          isurl:
14378
          isurl:
Lines 14390-14396 tables: Link Here
14390
          mandatory: 0
14390
          mandatory: 0
14391
          kohafield: ""
14391
          kohafield: ""
14392
          tab: 2
14392
          tab: 2
14393
          authorised_value: ""
14393
          authorised_value:
14394
          authtypecode: ""
14394
          authtypecode: ""
14395
          value_builder: ""
14395
          value_builder: ""
14396
          isurl:
14396
          isurl:
Lines 14408-14414 tables: Link Here
14408
          mandatory: 0
14408
          mandatory: 0
14409
          kohafield: ""
14409
          kohafield: ""
14410
          tab: 2
14410
          tab: 2
14411
          authorised_value: ""
14411
          authorised_value:
14412
          authtypecode: ""
14412
          authtypecode: ""
14413
          value_builder: ""
14413
          value_builder: ""
14414
          isurl:
14414
          isurl:
Lines 14426-14432 tables: Link Here
14426
          mandatory: 0
14426
          mandatory: 0
14427
          kohafield: ""
14427
          kohafield: ""
14428
          tab: 2
14428
          tab: 2
14429
          authorised_value: ""
14429
          authorised_value:
14430
          authtypecode: ""
14430
          authtypecode: ""
14431
          value_builder: ""
14431
          value_builder: ""
14432
          isurl:
14432
          isurl:
Lines 14444-14450 tables: Link Here
14444
          mandatory: 0
14444
          mandatory: 0
14445
          kohafield: ""
14445
          kohafield: ""
14446
          tab: 2
14446
          tab: 2
14447
          authorised_value: ""
14447
          authorised_value:
14448
          authtypecode: ""
14448
          authtypecode: ""
14449
          value_builder: ""
14449
          value_builder: ""
14450
          isurl:
14450
          isurl:
Lines 14462-14468 tables: Link Here
14462
          mandatory: 0
14462
          mandatory: 0
14463
          kohafield: ""
14463
          kohafield: ""
14464
          tab: 2
14464
          tab: 2
14465
          authorised_value: ""
14465
          authorised_value:
14466
          authtypecode: ""
14466
          authtypecode: ""
14467
          value_builder: ""
14467
          value_builder: ""
14468
          isurl:
14468
          isurl:
Lines 14480-14486 tables: Link Here
14480
          mandatory: 0
14480
          mandatory: 0
14481
          kohafield: ""
14481
          kohafield: ""
14482
          tab: 2
14482
          tab: 2
14483
          authorised_value: ""
14483
          authorised_value:
14484
          authtypecode: ""
14484
          authtypecode: ""
14485
          value_builder: ""
14485
          value_builder: ""
14486
          isurl:
14486
          isurl:
Lines 14498-14504 tables: Link Here
14498
          mandatory: 0
14498
          mandatory: 0
14499
          kohafield: ""
14499
          kohafield: ""
14500
          tab: 2
14500
          tab: 2
14501
          authorised_value: ""
14501
          authorised_value:
14502
          authtypecode: ""
14502
          authtypecode: ""
14503
          value_builder: ""
14503
          value_builder: ""
14504
          isurl:
14504
          isurl:
Lines 14516-14522 tables: Link Here
14516
          mandatory: 0
14516
          mandatory: 0
14517
          kohafield: ""
14517
          kohafield: ""
14518
          tab: 2
14518
          tab: 2
14519
          authorised_value: ""
14519
          authorised_value:
14520
          authtypecode: ""
14520
          authtypecode: ""
14521
          value_builder: ""
14521
          value_builder: ""
14522
          isurl:
14522
          isurl:
Lines 14534-14540 tables: Link Here
14534
          mandatory: 0
14534
          mandatory: 0
14535
          kohafield: ""
14535
          kohafield: ""
14536
          tab: 2
14536
          tab: 2
14537
          authorised_value: ""
14537
          authorised_value:
14538
          authtypecode: ""
14538
          authtypecode: ""
14539
          value_builder: ""
14539
          value_builder: ""
14540
          isurl:
14540
          isurl:
Lines 14552-14558 tables: Link Here
14552
          mandatory: 0
14552
          mandatory: 0
14553
          kohafield: ""
14553
          kohafield: ""
14554
          tab: 2
14554
          tab: 2
14555
          authorised_value: ""
14555
          authorised_value:
14556
          authtypecode: ""
14556
          authtypecode: ""
14557
          value_builder: ""
14557
          value_builder: ""
14558
          isurl:
14558
          isurl:
Lines 14570-14576 tables: Link Here
14570
          mandatory: 0
14570
          mandatory: 0
14571
          kohafield: biblioitems.editionstatement
14571
          kohafield: biblioitems.editionstatement
14572
          tab: 2
14572
          tab: 2
14573
          authorised_value: ""
14573
          authorised_value:
14574
          authtypecode: ""
14574
          authtypecode: ""
14575
          value_builder: ""
14575
          value_builder: ""
14576
          isurl:
14576
          isurl:
Lines 14588-14594 tables: Link Here
14588
          mandatory: 0
14588
          mandatory: 0
14589
          kohafield: ""
14589
          kohafield: ""
14590
          tab: 2
14590
          tab: 2
14591
          authorised_value: ""
14591
          authorised_value:
14592
          authtypecode: ""
14592
          authtypecode: ""
14593
          value_builder: ""
14593
          value_builder: ""
14594
          isurl:
14594
          isurl:
Lines 14606-14612 tables: Link Here
14606
          mandatory: 0
14606
          mandatory: 0
14607
          kohafield: ""
14607
          kohafield: ""
14608
          tab: 2
14608
          tab: 2
14609
          authorised_value: ""
14609
          authorised_value:
14610
          authtypecode: ""
14610
          authtypecode: ""
14611
          value_builder: ""
14611
          value_builder: ""
14612
          isurl:
14612
          isurl:
Lines 14624-14630 tables: Link Here
14624
          mandatory: 0
14624
          mandatory: 0
14625
          kohafield: ""
14625
          kohafield: ""
14626
          tab: 2
14626
          tab: 2
14627
          authorised_value: ""
14627
          authorised_value:
14628
          authtypecode: ""
14628
          authtypecode: ""
14629
          value_builder: ""
14629
          value_builder: ""
14630
          isurl:
14630
          isurl:
Lines 14642-14648 tables: Link Here
14642
          mandatory: 0
14642
          mandatory: 0
14643
          kohafield: ""
14643
          kohafield: ""
14644
          tab: 2
14644
          tab: 2
14645
          authorised_value: ""
14645
          authorised_value:
14646
          authtypecode: ""
14646
          authtypecode: ""
14647
          value_builder: ""
14647
          value_builder: ""
14648
          isurl:
14648
          isurl:
Lines 14660-14666 tables: Link Here
14660
          mandatory: 0
14660
          mandatory: 0
14661
          kohafield: ""
14661
          kohafield: ""
14662
          tab: 2
14662
          tab: 2
14663
          authorised_value: ""
14663
          authorised_value:
14664
          authtypecode: ""
14664
          authtypecode: ""
14665
          value_builder: ""
14665
          value_builder: ""
14666
          isurl:
14666
          isurl:
Lines 14678-14684 tables: Link Here
14678
          mandatory: 0
14678
          mandatory: 0
14679
          kohafield: ""
14679
          kohafield: ""
14680
          tab: 2
14680
          tab: 2
14681
          authorised_value: ""
14681
          authorised_value:
14682
          authtypecode: ""
14682
          authtypecode: ""
14683
          value_builder: ""
14683
          value_builder: ""
14684
          isurl:
14684
          isurl:
Lines 14696-14702 tables: Link Here
14696
          mandatory: 0
14696
          mandatory: 0
14697
          kohafield: ""
14697
          kohafield: ""
14698
          tab: 2
14698
          tab: 2
14699
          authorised_value: ""
14699
          authorised_value:
14700
          authtypecode: ""
14700
          authtypecode: ""
14701
          value_builder: ""
14701
          value_builder: ""
14702
          isurl:
14702
          isurl:
Lines 14714-14720 tables: Link Here
14714
          mandatory: 0
14714
          mandatory: 0
14715
          kohafield: ""
14715
          kohafield: ""
14716
          tab: 2
14716
          tab: 2
14717
          authorised_value: ""
14717
          authorised_value:
14718
          authtypecode: ""
14718
          authtypecode: ""
14719
          value_builder: ""
14719
          value_builder: ""
14720
          isurl:
14720
          isurl:
Lines 14732-14738 tables: Link Here
14732
          mandatory: 0
14732
          mandatory: 0
14733
          kohafield: ""
14733
          kohafield: ""
14734
          tab: 2
14734
          tab: 2
14735
          authorised_value: ""
14735
          authorised_value:
14736
          authtypecode: ""
14736
          authtypecode: ""
14737
          value_builder: ""
14737
          value_builder: ""
14738
          isurl:
14738
          isurl:
Lines 14750-14756 tables: Link Here
14750
          mandatory: 0
14750
          mandatory: 0
14751
          kohafield: ""
14751
          kohafield: ""
14752
          tab: 2
14752
          tab: 2
14753
          authorised_value: ""
14753
          authorised_value:
14754
          authtypecode: ""
14754
          authtypecode: ""
14755
          value_builder: ""
14755
          value_builder: ""
14756
          isurl:
14756
          isurl:
Lines 14768-14774 tables: Link Here
14768
          mandatory: 0
14768
          mandatory: 0
14769
          kohafield: ""
14769
          kohafield: ""
14770
          tab: 2
14770
          tab: 2
14771
          authorised_value: ""
14771
          authorised_value:
14772
          authtypecode: ""
14772
          authtypecode: ""
14773
          value_builder: ""
14773
          value_builder: ""
14774
          isurl:
14774
          isurl:
Lines 14786-14792 tables: Link Here
14786
          mandatory: 0
14786
          mandatory: 0
14787
          kohafield: ""
14787
          kohafield: ""
14788
          tab: 2
14788
          tab: 2
14789
          authorised_value: ""
14789
          authorised_value:
14790
          authtypecode: ""
14790
          authtypecode: ""
14791
          value_builder: ""
14791
          value_builder: ""
14792
          isurl:
14792
          isurl:
Lines 14804-14810 tables: Link Here
14804
          mandatory: 0
14804
          mandatory: 0
14805
          kohafield: ""
14805
          kohafield: ""
14806
          tab: 2
14806
          tab: 2
14807
          authorised_value: ""
14807
          authorised_value:
14808
          authtypecode: ""
14808
          authtypecode: ""
14809
          value_builder: ""
14809
          value_builder: ""
14810
          isurl:
14810
          isurl:
Lines 14822-14828 tables: Link Here
14822
          mandatory: 0
14822
          mandatory: 0
14823
          kohafield: ""
14823
          kohafield: ""
14824
          tab: 2
14824
          tab: 2
14825
          authorised_value: ""
14825
          authorised_value:
14826
          authtypecode: ""
14826
          authtypecode: ""
14827
          value_builder: ""
14827
          value_builder: ""
14828
          isurl:
14828
          isurl:
Lines 14840-14846 tables: Link Here
14840
          mandatory: 0
14840
          mandatory: 0
14841
          kohafield: ""
14841
          kohafield: ""
14842
          tab: 2
14842
          tab: 2
14843
          authorised_value: ""
14843
          authorised_value:
14844
          authtypecode: ""
14844
          authtypecode: ""
14845
          value_builder: ""
14845
          value_builder: ""
14846
          isurl:
14846
          isurl:
Lines 14858-14864 tables: Link Here
14858
          mandatory: 0
14858
          mandatory: 0
14859
          kohafield: ""
14859
          kohafield: ""
14860
          tab: 2
14860
          tab: 2
14861
          authorised_value: ""
14861
          authorised_value:
14862
          authtypecode: ""
14862
          authtypecode: ""
14863
          value_builder: ""
14863
          value_builder: ""
14864
          isurl:
14864
          isurl:
Lines 14876-14882 tables: Link Here
14876
          mandatory: 0
14876
          mandatory: 0
14877
          kohafield: ""
14877
          kohafield: ""
14878
          tab: 2
14878
          tab: 2
14879
          authorised_value: ""
14879
          authorised_value:
14880
          authtypecode: ""
14880
          authtypecode: ""
14881
          value_builder: ""
14881
          value_builder: ""
14882
          isurl:
14882
          isurl:
Lines 14894-14900 tables: Link Here
14894
          mandatory: 0
14894
          mandatory: 0
14895
          kohafield: ""
14895
          kohafield: ""
14896
          tab: 2
14896
          tab: 2
14897
          authorised_value: ""
14897
          authorised_value:
14898
          authtypecode: ""
14898
          authtypecode: ""
14899
          value_builder: ""
14899
          value_builder: ""
14900
          isurl:
14900
          isurl:
Lines 14912-14918 tables: Link Here
14912
          mandatory: 0
14912
          mandatory: 0
14913
          kohafield: ""
14913
          kohafield: ""
14914
          tab: 2
14914
          tab: 2
14915
          authorised_value: ""
14915
          authorised_value:
14916
          authtypecode: ""
14916
          authtypecode: ""
14917
          value_builder: ""
14917
          value_builder: ""
14918
          isurl:
14918
          isurl:
Lines 14930-14936 tables: Link Here
14930
          mandatory: 0
14930
          mandatory: 0
14931
          kohafield: ""
14931
          kohafield: ""
14932
          tab: 2
14932
          tab: 2
14933
          authorised_value: ""
14933
          authorised_value:
14934
          authtypecode: ""
14934
          authtypecode: ""
14935
          value_builder: ""
14935
          value_builder: ""
14936
          isurl:
14936
          isurl:
Lines 14948-14954 tables: Link Here
14948
          mandatory: 0
14948
          mandatory: 0
14949
          kohafield: ""
14949
          kohafield: ""
14950
          tab: 2
14950
          tab: 2
14951
          authorised_value: ""
14951
          authorised_value:
14952
          authtypecode: ""
14952
          authtypecode: ""
14953
          value_builder: ""
14953
          value_builder: ""
14954
          isurl:
14954
          isurl:
Lines 14966-14972 tables: Link Here
14966
          mandatory: 0
14966
          mandatory: 0
14967
          kohafield: ""
14967
          kohafield: ""
14968
          tab: 2
14968
          tab: 2
14969
          authorised_value: ""
14969
          authorised_value:
14970
          authtypecode: ""
14970
          authtypecode: ""
14971
          value_builder: ""
14971
          value_builder: ""
14972
          isurl:
14972
          isurl:
Lines 14984-14990 tables: Link Here
14984
          mandatory: 0
14984
          mandatory: 0
14985
          kohafield: ""
14985
          kohafield: ""
14986
          tab: 2
14986
          tab: 2
14987
          authorised_value: ""
14987
          authorised_value:
14988
          authtypecode: ""
14988
          authtypecode: ""
14989
          value_builder: ""
14989
          value_builder: ""
14990
          isurl:
14990
          isurl:
Lines 15002-15008 tables: Link Here
15002
          mandatory: 0
15002
          mandatory: 0
15003
          kohafield: ""
15003
          kohafield: ""
15004
          tab: 2
15004
          tab: 2
15005
          authorised_value: ""
15005
          authorised_value:
15006
          authtypecode: ""
15006
          authtypecode: ""
15007
          value_builder: ""
15007
          value_builder: ""
15008
          isurl:
15008
          isurl:
Lines 15020-15026 tables: Link Here
15020
          mandatory: 0
15020
          mandatory: 0
15021
          kohafield: ""
15021
          kohafield: ""
15022
          tab: 2
15022
          tab: 2
15023
          authorised_value: ""
15023
          authorised_value:
15024
          authtypecode: ""
15024
          authtypecode: ""
15025
          value_builder: ""
15025
          value_builder: ""
15026
          isurl:
15026
          isurl:
Lines 15038-15044 tables: Link Here
15038
          mandatory: 0
15038
          mandatory: 0
15039
          kohafield: ""
15039
          kohafield: ""
15040
          tab: 2
15040
          tab: 2
15041
          authorised_value: ""
15041
          authorised_value:
15042
          authtypecode: ""
15042
          authtypecode: ""
15043
          value_builder: ""
15043
          value_builder: ""
15044
          isurl:
15044
          isurl:
Lines 15056-15062 tables: Link Here
15056
          mandatory: 0
15056
          mandatory: 0
15057
          kohafield: ""
15057
          kohafield: ""
15058
          tab: 2
15058
          tab: 2
15059
          authorised_value: ""
15059
          authorised_value:
15060
          authtypecode: ""
15060
          authtypecode: ""
15061
          value_builder: ""
15061
          value_builder: ""
15062
          isurl:
15062
          isurl:
Lines 15074-15080 tables: Link Here
15074
          mandatory: 0
15074
          mandatory: 0
15075
          kohafield: ""
15075
          kohafield: ""
15076
          tab: 2
15076
          tab: 2
15077
          authorised_value: ""
15077
          authorised_value:
15078
          authtypecode: ""
15078
          authtypecode: ""
15079
          value_builder: ""
15079
          value_builder: ""
15080
          isurl:
15080
          isurl:
Lines 15092-15098 tables: Link Here
15092
          mandatory: 0
15092
          mandatory: 0
15093
          kohafield: ""
15093
          kohafield: ""
15094
          tab: 2
15094
          tab: 2
15095
          authorised_value: ""
15095
          authorised_value:
15096
          authtypecode: ""
15096
          authtypecode: ""
15097
          value_builder: ""
15097
          value_builder: ""
15098
          isurl:
15098
          isurl:
Lines 15110-15116 tables: Link Here
15110
          mandatory: 0
15110
          mandatory: 0
15111
          kohafield: ""
15111
          kohafield: ""
15112
          tab: 2
15112
          tab: 2
15113
          authorised_value: ""
15113
          authorised_value:
15114
          authtypecode: ""
15114
          authtypecode: ""
15115
          value_builder: ""
15115
          value_builder: ""
15116
          isurl:
15116
          isurl:
Lines 15128-15134 tables: Link Here
15128
          mandatory: 0
15128
          mandatory: 0
15129
          kohafield: ""
15129
          kohafield: ""
15130
          tab: 2
15130
          tab: 2
15131
          authorised_value: ""
15131
          authorised_value:
15132
          authtypecode: ""
15132
          authtypecode: ""
15133
          value_builder: ""
15133
          value_builder: ""
15134
          isurl:
15134
          isurl:
Lines 15146-15152 tables: Link Here
15146
          mandatory: 0
15146
          mandatory: 0
15147
          kohafield: ""
15147
          kohafield: ""
15148
          tab: 2
15148
          tab: 2
15149
          authorised_value: ""
15149
          authorised_value:
15150
          authtypecode: ""
15150
          authtypecode: ""
15151
          value_builder: ""
15151
          value_builder: ""
15152
          isurl:
15152
          isurl:
Lines 15164-15170 tables: Link Here
15164
          mandatory: 0
15164
          mandatory: 0
15165
          kohafield: ""
15165
          kohafield: ""
15166
          tab: 2
15166
          tab: 2
15167
          authorised_value: ""
15167
          authorised_value:
15168
          authtypecode: ""
15168
          authtypecode: ""
15169
          value_builder: ""
15169
          value_builder: ""
15170
          isurl:
15170
          isurl:
Lines 15182-15188 tables: Link Here
15182
          mandatory: 0
15182
          mandatory: 0
15183
          kohafield: ""
15183
          kohafield: ""
15184
          tab: 2
15184
          tab: 2
15185
          authorised_value: ""
15185
          authorised_value:
15186
          authtypecode: ""
15186
          authtypecode: ""
15187
          value_builder: ""
15187
          value_builder: ""
15188
          isurl:
15188
          isurl:
Lines 15200-15206 tables: Link Here
15200
          mandatory: 0
15200
          mandatory: 0
15201
          kohafield: ""
15201
          kohafield: ""
15202
          tab: 2
15202
          tab: 2
15203
          authorised_value: ""
15203
          authorised_value:
15204
          authtypecode: ""
15204
          authtypecode: ""
15205
          value_builder: ""
15205
          value_builder: ""
15206
          isurl:
15206
          isurl:
Lines 15218-15224 tables: Link Here
15218
          mandatory: 0
15218
          mandatory: 0
15219
          kohafield: ""
15219
          kohafield: ""
15220
          tab: 2
15220
          tab: 2
15221
          authorised_value: ""
15221
          authorised_value:
15222
          authtypecode: ""
15222
          authtypecode: ""
15223
          value_builder: ""
15223
          value_builder: ""
15224
          isurl:
15224
          isurl:
Lines 15236-15242 tables: Link Here
15236
          mandatory: 0
15236
          mandatory: 0
15237
          kohafield: biblioitems.place
15237
          kohafield: biblioitems.place
15238
          tab: 2
15238
          tab: 2
15239
          authorised_value: ""
15239
          authorised_value:
15240
          authtypecode: ""
15240
          authtypecode: ""
15241
          value_builder: ""
15241
          value_builder: ""
15242
          isurl:
15242
          isurl:
Lines 15254-15260 tables: Link Here
15254
          mandatory: 0
15254
          mandatory: 0
15255
          kohafield: biblioitems.publishercode
15255
          kohafield: biblioitems.publishercode
15256
          tab: 2
15256
          tab: 2
15257
          authorised_value: ""
15257
          authorised_value:
15258
          authtypecode: ""
15258
          authtypecode: ""
15259
          value_builder: ""
15259
          value_builder: ""
15260
          isurl:
15260
          isurl:
Lines 15272-15278 tables: Link Here
15272
          mandatory: 0
15272
          mandatory: 0
15273
          kohafield: biblio.copyrightdate
15273
          kohafield: biblio.copyrightdate
15274
          tab: 2
15274
          tab: 2
15275
          authorised_value: ""
15275
          authorised_value:
15276
          authtypecode: ""
15276
          authtypecode: ""
15277
          value_builder: ""
15277
          value_builder: ""
15278
          isurl:
15278
          isurl:
Lines 15290-15296 tables: Link Here
15290
          mandatory: 0
15290
          mandatory: 0
15291
          kohafield: ""
15291
          kohafield: ""
15292
          tab: 2
15292
          tab: 2
15293
          authorised_value: ""
15293
          authorised_value:
15294
          authtypecode: ""
15294
          authtypecode: ""
15295
          value_builder: ""
15295
          value_builder: ""
15296
          isurl:
15296
          isurl:
Lines 15308-15314 tables: Link Here
15308
          mandatory: 0
15308
          mandatory: 0
15309
          kohafield: ""
15309
          kohafield: ""
15310
          tab: 2
15310
          tab: 2
15311
          authorised_value: ""
15311
          authorised_value:
15312
          authtypecode: ""
15312
          authtypecode: ""
15313
          value_builder: ""
15313
          value_builder: ""
15314
          isurl:
15314
          isurl:
Lines 15326-15332 tables: Link Here
15326
          mandatory: 0
15326
          mandatory: 0
15327
          kohafield: ""
15327
          kohafield: ""
15328
          tab: 2
15328
          tab: 2
15329
          authorised_value: ""
15329
          authorised_value:
15330
          authtypecode: ""
15330
          authtypecode: ""
15331
          value_builder: ""
15331
          value_builder: ""
15332
          isurl:
15332
          isurl:
Lines 15344-15350 tables: Link Here
15344
          mandatory: 0
15344
          mandatory: 0
15345
          kohafield: ""
15345
          kohafield: ""
15346
          tab: 2
15346
          tab: 2
15347
          authorised_value: ""
15347
          authorised_value:
15348
          authtypecode: ""
15348
          authtypecode: ""
15349
          value_builder: ""
15349
          value_builder: ""
15350
          isurl:
15350
          isurl:
Lines 15362-15368 tables: Link Here
15362
          mandatory: 0
15362
          mandatory: 0
15363
          kohafield: ""
15363
          kohafield: ""
15364
          tab: 2
15364
          tab: 2
15365
          authorised_value: ""
15365
          authorised_value:
15366
          authtypecode: ""
15366
          authtypecode: ""
15367
          value_builder: ""
15367
          value_builder: ""
15368
          isurl:
15368
          isurl:
Lines 15380-15386 tables: Link Here
15380
          mandatory: 0
15380
          mandatory: 0
15381
          kohafield: ""
15381
          kohafield: ""
15382
          tab: 2
15382
          tab: 2
15383
          authorised_value: ""
15383
          authorised_value:
15384
          authtypecode: ""
15384
          authtypecode: ""
15385
          value_builder: ""
15385
          value_builder: ""
15386
          isurl:
15386
          isurl:
Lines 15398-15404 tables: Link Here
15398
          mandatory: 0
15398
          mandatory: 0
15399
          kohafield: ""
15399
          kohafield: ""
15400
          tab: 2
15400
          tab: 2
15401
          authorised_value: ""
15401
          authorised_value:
15402
          authtypecode: ""
15402
          authtypecode: ""
15403
          value_builder: ""
15403
          value_builder: ""
15404
          isurl:
15404
          isurl:
Lines 15416-15422 tables: Link Here
15416
          mandatory: 0
15416
          mandatory: 0
15417
          kohafield: ""
15417
          kohafield: ""
15418
          tab: 2
15418
          tab: 2
15419
          authorised_value: ""
15419
          authorised_value:
15420
          authtypecode: ""
15420
          authtypecode: ""
15421
          value_builder: ""
15421
          value_builder: ""
15422
          isurl:
15422
          isurl:
Lines 15434-15440 tables: Link Here
15434
          mandatory: 0
15434
          mandatory: 0
15435
          kohafield: ""
15435
          kohafield: ""
15436
          tab: 2
15436
          tab: 2
15437
          authorised_value: ""
15437
          authorised_value:
15438
          authtypecode: ""
15438
          authtypecode: ""
15439
          value_builder: ""
15439
          value_builder: ""
15440
          isurl:
15440
          isurl:
Lines 15452-15458 tables: Link Here
15452
          mandatory: 0
15452
          mandatory: 0
15453
          kohafield: ""
15453
          kohafield: ""
15454
          tab: 2
15454
          tab: 2
15455
          authorised_value: ""
15455
          authorised_value:
15456
          authtypecode: ""
15456
          authtypecode: ""
15457
          value_builder: ""
15457
          value_builder: ""
15458
          isurl:
15458
          isurl:
Lines 15470-15476 tables: Link Here
15470
          mandatory: 0
15470
          mandatory: 0
15471
          kohafield: ""
15471
          kohafield: ""
15472
          tab: 2
15472
          tab: 2
15473
          authorised_value: ""
15473
          authorised_value:
15474
          authtypecode: ""
15474
          authtypecode: ""
15475
          value_builder: ""
15475
          value_builder: ""
15476
          isurl:
15476
          isurl:
Lines 15488-15494 tables: Link Here
15488
          mandatory: 0
15488
          mandatory: 0
15489
          kohafield: ""
15489
          kohafield: ""
15490
          tab: 2
15490
          tab: 2
15491
          authorised_value: ""
15491
          authorised_value:
15492
          authtypecode: ""
15492
          authtypecode: ""
15493
          value_builder: ""
15493
          value_builder: ""
15494
          isurl:
15494
          isurl:
Lines 15506-15512 tables: Link Here
15506
          mandatory: 0
15506
          mandatory: 0
15507
          kohafield: ""
15507
          kohafield: ""
15508
          tab: 2
15508
          tab: 2
15509
          authorised_value: ""
15509
          authorised_value:
15510
          authtypecode: ""
15510
          authtypecode: ""
15511
          value_builder: ""
15511
          value_builder: ""
15512
          isurl:
15512
          isurl:
Lines 15524-15530 tables: Link Here
15524
          mandatory: 0
15524
          mandatory: 0
15525
          kohafield: ""
15525
          kohafield: ""
15526
          tab: 2
15526
          tab: 2
15527
          authorised_value: ""
15527
          authorised_value:
15528
          authtypecode: ""
15528
          authtypecode: ""
15529
          value_builder: ""
15529
          value_builder: ""
15530
          isurl:
15530
          isurl:
Lines 15542-15548 tables: Link Here
15542
          mandatory: 0
15542
          mandatory: 0
15543
          kohafield: ""
15543
          kohafield: ""
15544
          tab: 2
15544
          tab: 2
15545
          authorised_value: ""
15545
          authorised_value:
15546
          authtypecode: ""
15546
          authtypecode: ""
15547
          value_builder: ""
15547
          value_builder: ""
15548
          isurl:
15548
          isurl:
Lines 15560-15566 tables: Link Here
15560
          mandatory: 0
15560
          mandatory: 0
15561
          kohafield: ""
15561
          kohafield: ""
15562
          tab: 2
15562
          tab: 2
15563
          authorised_value: ""
15563
          authorised_value:
15564
          authtypecode: ""
15564
          authtypecode: ""
15565
          value_builder: ""
15565
          value_builder: ""
15566
          isurl:
15566
          isurl:
Lines 15578-15584 tables: Link Here
15578
          mandatory: 0
15578
          mandatory: 0
15579
          kohafield: ""
15579
          kohafield: ""
15580
          tab: 2
15580
          tab: 2
15581
          authorised_value: ""
15581
          authorised_value:
15582
          authtypecode: ""
15582
          authtypecode: ""
15583
          value_builder: ""
15583
          value_builder: ""
15584
          isurl:
15584
          isurl:
Lines 15596-15602 tables: Link Here
15596
          mandatory: 0
15596
          mandatory: 0
15597
          kohafield: ""
15597
          kohafield: ""
15598
          tab: 2
15598
          tab: 2
15599
          authorised_value: ""
15599
          authorised_value:
15600
          authtypecode: ""
15600
          authtypecode: ""
15601
          value_builder: ""
15601
          value_builder: ""
15602
          isurl:
15602
          isurl:
Lines 15614-15620 tables: Link Here
15614
          mandatory: 0
15614
          mandatory: 0
15615
          kohafield: ""
15615
          kohafield: ""
15616
          tab: 2
15616
          tab: 2
15617
          authorised_value: ""
15617
          authorised_value:
15618
          authtypecode: ""
15618
          authtypecode: ""
15619
          value_builder: ""
15619
          value_builder: ""
15620
          isurl:
15620
          isurl:
Lines 15632-15638 tables: Link Here
15632
          mandatory: 0
15632
          mandatory: 0
15633
          kohafield: ""
15633
          kohafield: ""
15634
          tab: 2
15634
          tab: 2
15635
          authorised_value: ""
15635
          authorised_value:
15636
          authtypecode: ""
15636
          authtypecode: ""
15637
          value_builder: ""
15637
          value_builder: ""
15638
          isurl:
15638
          isurl:
Lines 15650-15656 tables: Link Here
15650
          mandatory: 0
15650
          mandatory: 0
15651
          kohafield: ""
15651
          kohafield: ""
15652
          tab: 2
15652
          tab: 2
15653
          authorised_value: ""
15653
          authorised_value:
15654
          authtypecode: ""
15654
          authtypecode: ""
15655
          value_builder: ""
15655
          value_builder: ""
15656
          isurl:
15656
          isurl:
Lines 15668-15674 tables: Link Here
15668
          mandatory: 0
15668
          mandatory: 0
15669
          kohafield: ""
15669
          kohafield: ""
15670
          tab: 2
15670
          tab: 2
15671
          authorised_value: ""
15671
          authorised_value:
15672
          authtypecode: ""
15672
          authtypecode: ""
15673
          value_builder: ""
15673
          value_builder: ""
15674
          isurl:
15674
          isurl:
Lines 15686-15692 tables: Link Here
15686
          mandatory: 0
15686
          mandatory: 0
15687
          kohafield: ""
15687
          kohafield: ""
15688
          tab: 2
15688
          tab: 2
15689
          authorised_value: ""
15689
          authorised_value:
15690
          authtypecode: ""
15690
          authtypecode: ""
15691
          value_builder: ""
15691
          value_builder: ""
15692
          isurl:
15692
          isurl:
Lines 15704-15710 tables: Link Here
15704
          mandatory: 0
15704
          mandatory: 0
15705
          kohafield: ""
15705
          kohafield: ""
15706
          tab: 2
15706
          tab: 2
15707
          authorised_value: ""
15707
          authorised_value:
15708
          authtypecode: ""
15708
          authtypecode: ""
15709
          value_builder: ""
15709
          value_builder: ""
15710
          isurl:
15710
          isurl:
Lines 15722-15728 tables: Link Here
15722
          mandatory: 0
15722
          mandatory: 0
15723
          kohafield: ""
15723
          kohafield: ""
15724
          tab: 2
15724
          tab: 2
15725
          authorised_value: ""
15725
          authorised_value:
15726
          authtypecode: ""
15726
          authtypecode: ""
15727
          value_builder: ""
15727
          value_builder: ""
15728
          isurl:
15728
          isurl:
Lines 15740-15746 tables: Link Here
15740
          mandatory: 0
15740
          mandatory: 0
15741
          kohafield: ""
15741
          kohafield: ""
15742
          tab: 2
15742
          tab: 2
15743
          authorised_value: ""
15743
          authorised_value:
15744
          authtypecode: ""
15744
          authtypecode: ""
15745
          value_builder: ""
15745
          value_builder: ""
15746
          isurl:
15746
          isurl:
Lines 15758-15764 tables: Link Here
15758
          mandatory: 0
15758
          mandatory: 0
15759
          kohafield: ""
15759
          kohafield: ""
15760
          tab: 2
15760
          tab: 2
15761
          authorised_value: ""
15761
          authorised_value:
15762
          authtypecode: ""
15762
          authtypecode: ""
15763
          value_builder: ""
15763
          value_builder: ""
15764
          isurl:
15764
          isurl:
Lines 15776-15782 tables: Link Here
15776
          mandatory: 0
15776
          mandatory: 0
15777
          kohafield: ""
15777
          kohafield: ""
15778
          tab: 2
15778
          tab: 2
15779
          authorised_value: ""
15779
          authorised_value:
15780
          authtypecode: ""
15780
          authtypecode: ""
15781
          value_builder: ""
15781
          value_builder: ""
15782
          isurl:
15782
          isurl:
Lines 15794-15800 tables: Link Here
15794
          mandatory: 0
15794
          mandatory: 0
15795
          kohafield: ""
15795
          kohafield: ""
15796
          tab: 2
15796
          tab: 2
15797
          authorised_value: ""
15797
          authorised_value:
15798
          authtypecode: ""
15798
          authtypecode: ""
15799
          value_builder: ""
15799
          value_builder: ""
15800
          isurl:
15800
          isurl:
Lines 15812-15818 tables: Link Here
15812
          mandatory: 0
15812
          mandatory: 0
15813
          kohafield: ""
15813
          kohafield: ""
15814
          tab: 2
15814
          tab: 2
15815
          authorised_value: ""
15815
          authorised_value:
15816
          authtypecode: ""
15816
          authtypecode: ""
15817
          value_builder: ""
15817
          value_builder: ""
15818
          isurl:
15818
          isurl:
Lines 15830-15836 tables: Link Here
15830
          mandatory: 0
15830
          mandatory: 0
15831
          kohafield: ""
15831
          kohafield: ""
15832
          tab: 2
15832
          tab: 2
15833
          authorised_value: ""
15833
          authorised_value:
15834
          authtypecode: ""
15834
          authtypecode: ""
15835
          value_builder: ""
15835
          value_builder: ""
15836
          isurl:
15836
          isurl:
Lines 15848-15854 tables: Link Here
15848
          mandatory: 0
15848
          mandatory: 0
15849
          kohafield: ""
15849
          kohafield: ""
15850
          tab: 2
15850
          tab: 2
15851
          authorised_value: ""
15851
          authorised_value:
15852
          authtypecode: ""
15852
          authtypecode: ""
15853
          value_builder: ""
15853
          value_builder: ""
15854
          isurl:
15854
          isurl:
Lines 15866-15872 tables: Link Here
15866
          mandatory: 0
15866
          mandatory: 0
15867
          kohafield: ""
15867
          kohafield: ""
15868
          tab: 2
15868
          tab: 2
15869
          authorised_value: ""
15869
          authorised_value:
15870
          authtypecode: ""
15870
          authtypecode: ""
15871
          value_builder: ""
15871
          value_builder: ""
15872
          isurl:
15872
          isurl:
Lines 16244-16250 tables: Link Here
16244
          mandatory: 0
16244
          mandatory: 0
16245
          kohafield: ""
16245
          kohafield: ""
16246
          tab: 3
16246
          tab: 3
16247
          authorised_value: ""
16247
          authorised_value:
16248
          authtypecode: ""
16248
          authtypecode: ""
16249
          value_builder: ""
16249
          value_builder: ""
16250
          isurl:
16250
          isurl:
Lines 16262-16268 tables: Link Here
16262
          mandatory: 0
16262
          mandatory: 0
16263
          kohafield: ""
16263
          kohafield: ""
16264
          tab: 3
16264
          tab: 3
16265
          authorised_value: ""
16265
          authorised_value:
16266
          authtypecode: ""
16266
          authtypecode: ""
16267
          value_builder: ""
16267
          value_builder: ""
16268
          isurl:
16268
          isurl:
Lines 16280-16286 tables: Link Here
16280
          mandatory: 0
16280
          mandatory: 0
16281
          kohafield: ""
16281
          kohafield: ""
16282
          tab: 3
16282
          tab: 3
16283
          authorised_value: ""
16283
          authorised_value:
16284
          authtypecode: ""
16284
          authtypecode: ""
16285
          value_builder: ""
16285
          value_builder: ""
16286
          isurl:
16286
          isurl:
Lines 16298-16304 tables: Link Here
16298
          mandatory: 0
16298
          mandatory: 0
16299
          kohafield: biblioitems.pages
16299
          kohafield: biblioitems.pages
16300
          tab: 3
16300
          tab: 3
16301
          authorised_value: ""
16301
          authorised_value:
16302
          authtypecode: ""
16302
          authtypecode: ""
16303
          value_builder: ""
16303
          value_builder: ""
16304
          isurl:
16304
          isurl:
Lines 16316-16322 tables: Link Here
16316
          mandatory: 0
16316
          mandatory: 0
16317
          kohafield: biblioitems.illus
16317
          kohafield: biblioitems.illus
16318
          tab: 3
16318
          tab: 3
16319
          authorised_value: ""
16319
          authorised_value:
16320
          authtypecode: ""
16320
          authtypecode: ""
16321
          value_builder: ""
16321
          value_builder: ""
16322
          isurl: 0
16322
          isurl: 0
Lines 16334-16340 tables: Link Here
16334
          mandatory: 0
16334
          mandatory: 0
16335
          kohafield: biblioitems.size
16335
          kohafield: biblioitems.size
16336
          tab: 3
16336
          tab: 3
16337
          authorised_value: ""
16337
          authorised_value:
16338
          authtypecode: ""
16338
          authtypecode: ""
16339
          value_builder: ""
16339
          value_builder: ""
16340
          isurl:
16340
          isurl:
Lines 16352-16358 tables: Link Here
16352
          mandatory: 0
16352
          mandatory: 0
16353
          kohafield: ""
16353
          kohafield: ""
16354
          tab: 3
16354
          tab: 3
16355
          authorised_value: ""
16355
          authorised_value:
16356
          authtypecode: ""
16356
          authtypecode: ""
16357
          value_builder: ""
16357
          value_builder: ""
16358
          isurl:
16358
          isurl:
Lines 16370-16376 tables: Link Here
16370
          mandatory: 0
16370
          mandatory: 0
16371
          kohafield: ""
16371
          kohafield: ""
16372
          tab: 3
16372
          tab: 3
16373
          authorised_value: ""
16373
          authorised_value:
16374
          authtypecode: ""
16374
          authtypecode: ""
16375
          value_builder: ""
16375
          value_builder: ""
16376
          isurl:
16376
          isurl:
Lines 16388-16394 tables: Link Here
16388
          mandatory: 0
16388
          mandatory: 0
16389
          kohafield: ""
16389
          kohafield: ""
16390
          tab: 3
16390
          tab: 3
16391
          authorised_value: ""
16391
          authorised_value:
16392
          authtypecode: ""
16392
          authtypecode: ""
16393
          value_builder: ""
16393
          value_builder: ""
16394
          isurl:
16394
          isurl:
Lines 16406-16412 tables: Link Here
16406
          mandatory: 0
16406
          mandatory: 0
16407
          kohafield: ""
16407
          kohafield: ""
16408
          tab: 3
16408
          tab: 3
16409
          authorised_value: ""
16409
          authorised_value:
16410
          authtypecode: ""
16410
          authtypecode: ""
16411
          value_builder: ""
16411
          value_builder: ""
16412
          isurl:
16412
          isurl:
Lines 16424-16430 tables: Link Here
16424
          mandatory: 0
16424
          mandatory: 0
16425
          kohafield: ""
16425
          kohafield: ""
16426
          tab: 3
16426
          tab: 3
16427
          authorised_value: ""
16427
          authorised_value:
16428
          authtypecode: ""
16428
          authtypecode: ""
16429
          value_builder: ""
16429
          value_builder: ""
16430
          isurl:
16430
          isurl:
Lines 16442-16448 tables: Link Here
16442
          mandatory: 0
16442
          mandatory: 0
16443
          kohafield: ""
16443
          kohafield: ""
16444
          tab: 3
16444
          tab: 3
16445
          authorised_value: ""
16445
          authorised_value:
16446
          authtypecode: ""
16446
          authtypecode: ""
16447
          value_builder: ""
16447
          value_builder: ""
16448
          isurl:
16448
          isurl:
Lines 16460-16466 tables: Link Here
16460
          mandatory: 0
16460
          mandatory: 0
16461
          kohafield: ""
16461
          kohafield: ""
16462
          tab: 3
16462
          tab: 3
16463
          authorised_value: ""
16463
          authorised_value:
16464
          authtypecode: ""
16464
          authtypecode: ""
16465
          value_builder: ""
16465
          value_builder: ""
16466
          isurl:
16466
          isurl:
Lines 16478-16484 tables: Link Here
16478
          mandatory: 0
16478
          mandatory: 0
16479
          kohafield: ""
16479
          kohafield: ""
16480
          tab: 3
16480
          tab: 3
16481
          authorised_value: ""
16481
          authorised_value:
16482
          authtypecode: ""
16482
          authtypecode: ""
16483
          value_builder: ""
16483
          value_builder: ""
16484
          isurl:
16484
          isurl:
Lines 16496-16502 tables: Link Here
16496
          mandatory: 0
16496
          mandatory: 0
16497
          kohafield: ""
16497
          kohafield: ""
16498
          tab: 3
16498
          tab: 3
16499
          authorised_value: ""
16499
          authorised_value:
16500
          authtypecode: ""
16500
          authtypecode: ""
16501
          value_builder: ""
16501
          value_builder: ""
16502
          isurl:
16502
          isurl:
Lines 16514-16520 tables: Link Here
16514
          mandatory: 0
16514
          mandatory: 0
16515
          kohafield: ""
16515
          kohafield: ""
16516
          tab: 3
16516
          tab: 3
16517
          authorised_value: ""
16517
          authorised_value:
16518
          authtypecode: ""
16518
          authtypecode: ""
16519
          value_builder:
16519
          value_builder:
16520
          isurl:
16520
          isurl:
Lines 16532-16538 tables: Link Here
16532
          mandatory: 0
16532
          mandatory: 0
16533
          kohafield: ""
16533
          kohafield: ""
16534
          tab: 3
16534
          tab: 3
16535
          authorised_value: ""
16535
          authorised_value:
16536
          authtypecode: ""
16536
          authtypecode: ""
16537
          value_builder: ""
16537
          value_builder: ""
16538
          isurl:
16538
          isurl:
Lines 16550-16556 tables: Link Here
16550
          mandatory: 0
16550
          mandatory: 0
16551
          kohafield: ""
16551
          kohafield: ""
16552
          tab: 3
16552
          tab: 3
16553
          authorised_value: ""
16553
          authorised_value:
16554
          authtypecode: ""
16554
          authtypecode: ""
16555
          value_builder: ""
16555
          value_builder: ""
16556
          isurl:
16556
          isurl:
Lines 16568-16574 tables: Link Here
16568
          mandatory: 0
16568
          mandatory: 0
16569
          kohafield: ""
16569
          kohafield: ""
16570
          tab: 3
16570
          tab: 3
16571
          authorised_value: ""
16571
          authorised_value:
16572
          authtypecode: ""
16572
          authtypecode: ""
16573
          value_builder:
16573
          value_builder:
16574
          isurl:
16574
          isurl:
Lines 16586-16592 tables: Link Here
16586
          mandatory: 0
16586
          mandatory: 0
16587
          kohafield: ""
16587
          kohafield: ""
16588
          tab: 3
16588
          tab: 3
16589
          authorised_value: ""
16589
          authorised_value:
16590
          authtypecode: ""
16590
          authtypecode: ""
16591
          value_builder:
16591
          value_builder:
16592
          isurl:
16592
          isurl:
Lines 16604-16610 tables: Link Here
16604
          mandatory: 0
16604
          mandatory: 0
16605
          kohafield: ""
16605
          kohafield: ""
16606
          tab: 3
16606
          tab: 3
16607
          authorised_value: ""
16607
          authorised_value:
16608
          authtypecode: ""
16608
          authtypecode: ""
16609
          value_builder:
16609
          value_builder:
16610
          isurl:
16610
          isurl:
Lines 16622-16628 tables: Link Here
16622
          mandatory: 0
16622
          mandatory: 0
16623
          kohafield: ""
16623
          kohafield: ""
16624
          tab: 3
16624
          tab: 3
16625
          authorised_value: ""
16625
          authorised_value:
16626
          authtypecode: ""
16626
          authtypecode: ""
16627
          value_builder:
16627
          value_builder:
16628
          isurl:
16628
          isurl:
Lines 16640-16646 tables: Link Here
16640
          mandatory: 0
16640
          mandatory: 0
16641
          kohafield: ""
16641
          kohafield: ""
16642
          tab: 3
16642
          tab: 3
16643
          authorised_value: ""
16643
          authorised_value:
16644
          authtypecode: ""
16644
          authtypecode: ""
16645
          value_builder: ""
16645
          value_builder: ""
16646
          isurl:
16646
          isurl:
Lines 16658-16664 tables: Link Here
16658
          mandatory: 0
16658
          mandatory: 0
16659
          kohafield: ""
16659
          kohafield: ""
16660
          tab: 3
16660
          tab: 3
16661
          authorised_value: ""
16661
          authorised_value:
16662
          authtypecode: ""
16662
          authtypecode: ""
16663
          value_builder: ""
16663
          value_builder: ""
16664
          isurl:
16664
          isurl:
Lines 16676-16682 tables: Link Here
16676
          mandatory: 0
16676
          mandatory: 0
16677
          kohafield: ""
16677
          kohafield: ""
16678
          tab: 3
16678
          tab: 3
16679
          authorised_value: ""
16679
          authorised_value:
16680
          authtypecode: ""
16680
          authtypecode: ""
16681
          value_builder: ""
16681
          value_builder: ""
16682
          isurl:
16682
          isurl:
Lines 16694-16700 tables: Link Here
16694
          mandatory: 0
16694
          mandatory: 0
16695
          kohafield: ""
16695
          kohafield: ""
16696
          tab: 3
16696
          tab: 3
16697
          authorised_value: ""
16697
          authorised_value:
16698
          authtypecode: ""
16698
          authtypecode: ""
16699
          value_builder:
16699
          value_builder:
16700
          isurl:
16700
          isurl:
Lines 16712-16718 tables: Link Here
16712
          mandatory: 0
16712
          mandatory: 0
16713
          kohafield: ""
16713
          kohafield: ""
16714
          tab: 3
16714
          tab: 3
16715
          authorised_value: ""
16715
          authorised_value:
16716
          authtypecode: ""
16716
          authtypecode: ""
16717
          value_builder: ""
16717
          value_builder: ""
16718
          isurl:
16718
          isurl:
Lines 16730-16736 tables: Link Here
16730
          mandatory: 0
16730
          mandatory: 0
16731
          kohafield: ""
16731
          kohafield: ""
16732
          tab: 3
16732
          tab: 3
16733
          authorised_value: ""
16733
          authorised_value:
16734
          authtypecode: ""
16734
          authtypecode: ""
16735
          value_builder: ""
16735
          value_builder: ""
16736
          isurl:
16736
          isurl:
Lines 16748-16754 tables: Link Here
16748
          mandatory: 0
16748
          mandatory: 0
16749
          kohafield: ""
16749
          kohafield: ""
16750
          tab: 3
16750
          tab: 3
16751
          authorised_value: ""
16751
          authorised_value:
16752
          authtypecode: ""
16752
          authtypecode: ""
16753
          value_builder:
16753
          value_builder:
16754
          isurl:
16754
          isurl:
Lines 16766-16772 tables: Link Here
16766
          mandatory: 0
16766
          mandatory: 0
16767
          kohafield: ""
16767
          kohafield: ""
16768
          tab: 3
16768
          tab: 3
16769
          authorised_value: ""
16769
          authorised_value:
16770
          authtypecode: ""
16770
          authtypecode: ""
16771
          value_builder: ""
16771
          value_builder: ""
16772
          isurl:
16772
          isurl:
Lines 16784-16790 tables: Link Here
16784
          mandatory: 0
16784
          mandatory: 0
16785
          kohafield: ""
16785
          kohafield: ""
16786
          tab: 3
16786
          tab: 3
16787
          authorised_value: ""
16787
          authorised_value:
16788
          authtypecode: ""
16788
          authtypecode: ""
16789
          value_builder:
16789
          value_builder:
16790
          isurl:
16790
          isurl:
Lines 16802-16808 tables: Link Here
16802
          mandatory: 0
16802
          mandatory: 0
16803
          kohafield: ""
16803
          kohafield: ""
16804
          tab: 3
16804
          tab: 3
16805
          authorised_value: ""
16805
          authorised_value:
16806
          authtypecode: ""
16806
          authtypecode: ""
16807
          value_builder: ""
16807
          value_builder: ""
16808
          isurl:
16808
          isurl:
Lines 16820-16826 tables: Link Here
16820
          mandatory: 0
16820
          mandatory: 0
16821
          kohafield: ""
16821
          kohafield: ""
16822
          tab: 3
16822
          tab: 3
16823
          authorised_value: ""
16823
          authorised_value:
16824
          authtypecode: ""
16824
          authtypecode: ""
16825
          value_builder: ""
16825
          value_builder: ""
16826
          isurl:
16826
          isurl:
Lines 16838-16844 tables: Link Here
16838
          mandatory: 0
16838
          mandatory: 0
16839
          kohafield: ""
16839
          kohafield: ""
16840
          tab: 3
16840
          tab: 3
16841
          authorised_value: ""
16841
          authorised_value:
16842
          authtypecode: ""
16842
          authtypecode: ""
16843
          value_builder: ""
16843
          value_builder: ""
16844
          isurl:
16844
          isurl:
Lines 16856-16862 tables: Link Here
16856
          mandatory: 0
16856
          mandatory: 0
16857
          kohafield: ""
16857
          kohafield: ""
16858
          tab: 3
16858
          tab: 3
16859
          authorised_value: ""
16859
          authorised_value:
16860
          authtypecode: ""
16860
          authtypecode: ""
16861
          value_builder: ""
16861
          value_builder: ""
16862
          isurl:
16862
          isurl:
Lines 16874-16880 tables: Link Here
16874
          mandatory: 0
16874
          mandatory: 0
16875
          kohafield: ""
16875
          kohafield: ""
16876
          tab: 3
16876
          tab: 3
16877
          authorised_value: ""
16877
          authorised_value:
16878
          authtypecode: ""
16878
          authtypecode: ""
16879
          value_builder: ""
16879
          value_builder: ""
16880
          isurl:
16880
          isurl:
Lines 16892-16898 tables: Link Here
16892
          mandatory: 0
16892
          mandatory: 0
16893
          kohafield: ""
16893
          kohafield: ""
16894
          tab: 3
16894
          tab: 3
16895
          authorised_value: ""
16895
          authorised_value:
16896
          authtypecode: ""
16896
          authtypecode: ""
16897
          value_builder: ""
16897
          value_builder: ""
16898
          isurl:
16898
          isurl:
Lines 16910-16916 tables: Link Here
16910
          mandatory: 0
16910
          mandatory: 0
16911
          kohafield: ""
16911
          kohafield: ""
16912
          tab: 3
16912
          tab: 3
16913
          authorised_value: ""
16913
          authorised_value:
16914
          authtypecode: ""
16914
          authtypecode: ""
16915
          value_builder: ""
16915
          value_builder: ""
16916
          isurl:
16916
          isurl:
Lines 16928-16934 tables: Link Here
16928
          mandatory: 0
16928
          mandatory: 0
16929
          kohafield: ""
16929
          kohafield: ""
16930
          tab: 3
16930
          tab: 3
16931
          authorised_value: ""
16931
          authorised_value:
16932
          authtypecode: ""
16932
          authtypecode: ""
16933
          value_builder: ""
16933
          value_builder: ""
16934
          isurl:
16934
          isurl:
Lines 16946-16952 tables: Link Here
16946
          mandatory: 0
16946
          mandatory: 0
16947
          kohafield: ""
16947
          kohafield: ""
16948
          tab: 3
16948
          tab: 3
16949
          authorised_value: ""
16949
          authorised_value:
16950
          authtypecode: ""
16950
          authtypecode: ""
16951
          value_builder: ""
16951
          value_builder: ""
16952
          isurl:
16952
          isurl:
Lines 16964-16970 tables: Link Here
16964
          mandatory: 0
16964
          mandatory: 0
16965
          kohafield: ""
16965
          kohafield: ""
16966
          tab: 3
16966
          tab: 3
16967
          authorised_value: ""
16967
          authorised_value:
16968
          authtypecode: ""
16968
          authtypecode: ""
16969
          value_builder: ""
16969
          value_builder: ""
16970
          isurl:
16970
          isurl:
Lines 16982-16988 tables: Link Here
16982
          mandatory: 0
16982
          mandatory: 0
16983
          kohafield: ""
16983
          kohafield: ""
16984
          tab: 3
16984
          tab: 3
16985
          authorised_value: ""
16985
          authorised_value:
16986
          authtypecode: ""
16986
          authtypecode: ""
16987
          value_builder: ""
16987
          value_builder: ""
16988
          isurl:
16988
          isurl:
Lines 17000-17006 tables: Link Here
17000
          mandatory: 0
17000
          mandatory: 0
17001
          kohafield: ""
17001
          kohafield: ""
17002
          tab: 3
17002
          tab: 3
17003
          authorised_value: ""
17003
          authorised_value:
17004
          authtypecode: ""
17004
          authtypecode: ""
17005
          value_builder: ""
17005
          value_builder: ""
17006
          isurl:
17006
          isurl:
Lines 17018-17024 tables: Link Here
17018
          mandatory: 0
17018
          mandatory: 0
17019
          kohafield: ""
17019
          kohafield: ""
17020
          tab: 3
17020
          tab: 3
17021
          authorised_value: ""
17021
          authorised_value:
17022
          authtypecode: ""
17022
          authtypecode: ""
17023
          value_builder: ""
17023
          value_builder: ""
17024
          isurl:
17024
          isurl:
Lines 17036-17042 tables: Link Here
17036
          mandatory: 0
17036
          mandatory: 0
17037
          kohafield: ""
17037
          kohafield: ""
17038
          tab: 3
17038
          tab: 3
17039
          authorised_value: ""
17039
          authorised_value:
17040
          authtypecode: ""
17040
          authtypecode: ""
17041
          value_builder: ""
17041
          value_builder: ""
17042
          isurl:
17042
          isurl:
Lines 17054-17060 tables: Link Here
17054
          mandatory: 0
17054
          mandatory: 0
17055
          kohafield: ""
17055
          kohafield: ""
17056
          tab: 3
17056
          tab: 3
17057
          authorised_value: ""
17057
          authorised_value:
17058
          authtypecode: ""
17058
          authtypecode: ""
17059
          value_builder: ""
17059
          value_builder: ""
17060
          isurl:
17060
          isurl:
Lines 17144-17150 tables: Link Here
17144
          mandatory: 0
17144
          mandatory: 0
17145
          kohafield: ""
17145
          kohafield: ""
17146
          tab: 3
17146
          tab: 3
17147
          authorised_value: ""
17147
          authorised_value:
17148
          authtypecode: ""
17148
          authtypecode: ""
17149
          value_builder: ""
17149
          value_builder: ""
17150
          isurl:
17150
          isurl:
Lines 17162-17168 tables: Link Here
17162
          mandatory: 0
17162
          mandatory: 0
17163
          kohafield: ""
17163
          kohafield: ""
17164
          tab: 3
17164
          tab: 3
17165
          authorised_value: ""
17165
          authorised_value:
17166
          authtypecode: ""
17166
          authtypecode: ""
17167
          value_builder: ""
17167
          value_builder: ""
17168
          isurl:
17168
          isurl:
Lines 17180-17186 tables: Link Here
17180
          mandatory: 0
17180
          mandatory: 0
17181
          kohafield: ""
17181
          kohafield: ""
17182
          tab: 3
17182
          tab: 3
17183
          authorised_value: ""
17183
          authorised_value:
17184
          authtypecode: ""
17184
          authtypecode: ""
17185
          value_builder: ""
17185
          value_builder: ""
17186
          isurl:
17186
          isurl:
Lines 17270-17276 tables: Link Here
17270
          mandatory: 0
17270
          mandatory: 0
17271
          kohafield: ""
17271
          kohafield: ""
17272
          tab: 3
17272
          tab: 3
17273
          authorised_value: ""
17273
          authorised_value:
17274
          authtypecode: ""
17274
          authtypecode: ""
17275
          value_builder: ""
17275
          value_builder: ""
17276
          isurl:
17276
          isurl:
Lines 17288-17294 tables: Link Here
17288
          mandatory: 0
17288
          mandatory: 0
17289
          kohafield: ""
17289
          kohafield: ""
17290
          tab: 3
17290
          tab: 3
17291
          authorised_value: ""
17291
          authorised_value:
17292
          authtypecode: ""
17292
          authtypecode: ""
17293
          value_builder: ""
17293
          value_builder: ""
17294
          isurl:
17294
          isurl:
Lines 17306-17312 tables: Link Here
17306
          mandatory: 0
17306
          mandatory: 0
17307
          kohafield: ""
17307
          kohafield: ""
17308
          tab: 3
17308
          tab: 3
17309
          authorised_value: ""
17309
          authorised_value:
17310
          authtypecode: ""
17310
          authtypecode: ""
17311
          value_builder: ""
17311
          value_builder: ""
17312
          isurl:
17312
          isurl:
Lines 17324-17330 tables: Link Here
17324
          mandatory: 0
17324
          mandatory: 0
17325
          kohafield: ""
17325
          kohafield: ""
17326
          tab: 3
17326
          tab: 3
17327
          authorised_value: ""
17327
          authorised_value:
17328
          authtypecode: ""
17328
          authtypecode: ""
17329
          value_builder: ""
17329
          value_builder: ""
17330
          isurl:
17330
          isurl:
Lines 17342-17348 tables: Link Here
17342
          mandatory: 0
17342
          mandatory: 0
17343
          kohafield: ""
17343
          kohafield: ""
17344
          tab: 3
17344
          tab: 3
17345
          authorised_value: ""
17345
          authorised_value:
17346
          authtypecode: ""
17346
          authtypecode: ""
17347
          value_builder: ""
17347
          value_builder: ""
17348
          isurl:
17348
          isurl:
Lines 17360-17366 tables: Link Here
17360
          mandatory: 0
17360
          mandatory: 0
17361
          kohafield: ""
17361
          kohafield: ""
17362
          tab: 3
17362
          tab: 3
17363
          authorised_value: ""
17363
          authorised_value:
17364
          authtypecode: ""
17364
          authtypecode: ""
17365
          value_builder: ""
17365
          value_builder: ""
17366
          isurl:
17366
          isurl:
Lines 17378-17384 tables: Link Here
17378
          mandatory: 0
17378
          mandatory: 0
17379
          kohafield: ""
17379
          kohafield: ""
17380
          tab: 3
17380
          tab: 3
17381
          authorised_value: ""
17381
          authorised_value:
17382
          authtypecode: ""
17382
          authtypecode: ""
17383
          value_builder: ""
17383
          value_builder: ""
17384
          isurl:
17384
          isurl:
Lines 17396-17402 tables: Link Here
17396
          mandatory: 0
17396
          mandatory: 0
17397
          kohafield: ""
17397
          kohafield: ""
17398
          tab: 3
17398
          tab: 3
17399
          authorised_value: ""
17399
          authorised_value:
17400
          authtypecode: ""
17400
          authtypecode: ""
17401
          value_builder: ""
17401
          value_builder: ""
17402
          isurl:
17402
          isurl:
Lines 17414-17420 tables: Link Here
17414
          mandatory: 0
17414
          mandatory: 0
17415
          kohafield: ""
17415
          kohafield: ""
17416
          tab: 3
17416
          tab: 3
17417
          authorised_value: ""
17417
          authorised_value:
17418
          authtypecode: ""
17418
          authtypecode: ""
17419
          value_builder: ""
17419
          value_builder: ""
17420
          isurl:
17420
          isurl:
Lines 17432-17438 tables: Link Here
17432
          mandatory: 0
17432
          mandatory: 0
17433
          kohafield: ""
17433
          kohafield: ""
17434
          tab: 3
17434
          tab: 3
17435
          authorised_value: ""
17435
          authorised_value:
17436
          authtypecode: ""
17436
          authtypecode: ""
17437
          value_builder: ""
17437
          value_builder: ""
17438
          isurl:
17438
          isurl:
Lines 17450-17456 tables: Link Here
17450
          mandatory: 0
17450
          mandatory: 0
17451
          kohafield: ""
17451
          kohafield: ""
17452
          tab: 3
17452
          tab: 3
17453
          authorised_value: ""
17453
          authorised_value:
17454
          authtypecode: ""
17454
          authtypecode: ""
17455
          value_builder: ""
17455
          value_builder: ""
17456
          isurl:
17456
          isurl:
Lines 17468-17474 tables: Link Here
17468
          mandatory: 0
17468
          mandatory: 0
17469
          kohafield: ""
17469
          kohafield: ""
17470
          tab: 3
17470
          tab: 3
17471
          authorised_value: ""
17471
          authorised_value:
17472
          authtypecode: ""
17472
          authtypecode: ""
17473
          value_builder: ""
17473
          value_builder: ""
17474
          isurl:
17474
          isurl:
Lines 17486-17492 tables: Link Here
17486
          mandatory: 0
17486
          mandatory: 0
17487
          kohafield: ""
17487
          kohafield: ""
17488
          tab: 3
17488
          tab: 3
17489
          authorised_value: ""
17489
          authorised_value:
17490
          authtypecode: ""
17490
          authtypecode: ""
17491
          value_builder: ""
17491
          value_builder: ""
17492
          isurl:
17492
          isurl:
Lines 17504-17510 tables: Link Here
17504
          mandatory: 0
17504
          mandatory: 0
17505
          kohafield: ""
17505
          kohafield: ""
17506
          tab: 3
17506
          tab: 3
17507
          authorised_value: ""
17507
          authorised_value:
17508
          authtypecode: ""
17508
          authtypecode: ""
17509
          value_builder: ""
17509
          value_builder: ""
17510
          isurl:
17510
          isurl:
Lines 17522-17528 tables: Link Here
17522
          mandatory: 0
17522
          mandatory: 0
17523
          kohafield: ""
17523
          kohafield: ""
17524
          tab: 3
17524
          tab: 3
17525
          authorised_value: ""
17525
          authorised_value:
17526
          authtypecode: ""
17526
          authtypecode: ""
17527
          value_builder: ""
17527
          value_builder: ""
17528
          isurl:
17528
          isurl:
Lines 17540-17546 tables: Link Here
17540
          mandatory: 0
17540
          mandatory: 0
17541
          kohafield: ""
17541
          kohafield: ""
17542
          tab: 3
17542
          tab: 3
17543
          authorised_value: ""
17543
          authorised_value:
17544
          authtypecode: ""
17544
          authtypecode: ""
17545
          value_builder: ""
17545
          value_builder: ""
17546
          isurl:
17546
          isurl:
Lines 17558-17564 tables: Link Here
17558
          mandatory: 0
17558
          mandatory: 0
17559
          kohafield: ""
17559
          kohafield: ""
17560
          tab: 3
17560
          tab: 3
17561
          authorised_value: ""
17561
          authorised_value:
17562
          authtypecode: ""
17562
          authtypecode: ""
17563
          value_builder: ""
17563
          value_builder: ""
17564
          isurl:
17564
          isurl:
Lines 17576-17582 tables: Link Here
17576
          mandatory: 0
17576
          mandatory: 0
17577
          kohafield: ""
17577
          kohafield: ""
17578
          tab: 3
17578
          tab: 3
17579
          authorised_value: ""
17579
          authorised_value:
17580
          authtypecode: ""
17580
          authtypecode: ""
17581
          value_builder: ""
17581
          value_builder: ""
17582
          isurl:
17582
          isurl:
Lines 17594-17600 tables: Link Here
17594
          mandatory: 0
17594
          mandatory: 0
17595
          kohafield: ""
17595
          kohafield: ""
17596
          tab: 3
17596
          tab: 3
17597
          authorised_value: ""
17597
          authorised_value:
17598
          authtypecode: ""
17598
          authtypecode: ""
17599
          value_builder: ""
17599
          value_builder: ""
17600
          isurl:
17600
          isurl:
Lines 17612-17618 tables: Link Here
17612
          mandatory: 0
17612
          mandatory: 0
17613
          kohafield: ""
17613
          kohafield: ""
17614
          tab: 3
17614
          tab: 3
17615
          authorised_value: ""
17615
          authorised_value:
17616
          authtypecode: ""
17616
          authtypecode: ""
17617
          value_builder: ""
17617
          value_builder: ""
17618
          isurl:
17618
          isurl:
Lines 17630-17636 tables: Link Here
17630
          mandatory: 0
17630
          mandatory: 0
17631
          kohafield: ""
17631
          kohafield: ""
17632
          tab: 3
17632
          tab: 3
17633
          authorised_value: ""
17633
          authorised_value:
17634
          authtypecode: ""
17634
          authtypecode: ""
17635
          value_builder: ""
17635
          value_builder: ""
17636
          isurl:
17636
          isurl:
Lines 17648-17654 tables: Link Here
17648
          mandatory: 0
17648
          mandatory: 0
17649
          kohafield: ""
17649
          kohafield: ""
17650
          tab: 3
17650
          tab: 3
17651
          authorised_value: ""
17651
          authorised_value:
17652
          authtypecode: ""
17652
          authtypecode: ""
17653
          value_builder: ""
17653
          value_builder: ""
17654
          isurl:
17654
          isurl:
Lines 17666-17672 tables: Link Here
17666
          mandatory: 0
17666
          mandatory: 0
17667
          kohafield: ""
17667
          kohafield: ""
17668
          tab: 3
17668
          tab: 3
17669
          authorised_value: ""
17669
          authorised_value:
17670
          authtypecode: ""
17670
          authtypecode: ""
17671
          value_builder: ""
17671
          value_builder: ""
17672
          isurl:
17672
          isurl:
Lines 17684-17690 tables: Link Here
17684
          mandatory: 0
17684
          mandatory: 0
17685
          kohafield: ""
17685
          kohafield: ""
17686
          tab: 3
17686
          tab: 3
17687
          authorised_value: ""
17687
          authorised_value:
17688
          authtypecode: ""
17688
          authtypecode: ""
17689
          value_builder: ""
17689
          value_builder: ""
17690
          isurl:
17690
          isurl:
Lines 17702-17708 tables: Link Here
17702
          mandatory: 0
17702
          mandatory: 0
17703
          kohafield: ""
17703
          kohafield: ""
17704
          tab: 3
17704
          tab: 3
17705
          authorised_value: ""
17705
          authorised_value:
17706
          authtypecode: ""
17706
          authtypecode: ""
17707
          value_builder: ""
17707
          value_builder: ""
17708
          isurl:
17708
          isurl:
Lines 17720-17726 tables: Link Here
17720
          mandatory: 0
17720
          mandatory: 0
17721
          kohafield: ""
17721
          kohafield: ""
17722
          tab: 3
17722
          tab: 3
17723
          authorised_value: ""
17723
          authorised_value:
17724
          authtypecode: ""
17724
          authtypecode: ""
17725
          value_builder: ""
17725
          value_builder: ""
17726
          isurl:
17726
          isurl:
Lines 17738-17744 tables: Link Here
17738
          mandatory: 0
17738
          mandatory: 0
17739
          kohafield: ""
17739
          kohafield: ""
17740
          tab: 3
17740
          tab: 3
17741
          authorised_value: ""
17741
          authorised_value:
17742
          authtypecode: ""
17742
          authtypecode: ""
17743
          value_builder: ""
17743
          value_builder: ""
17744
          isurl:
17744
          isurl:
Lines 17756-17762 tables: Link Here
17756
          mandatory: 0
17756
          mandatory: 0
17757
          kohafield: ""
17757
          kohafield: ""
17758
          tab: 3
17758
          tab: 3
17759
          authorised_value: ""
17759
          authorised_value:
17760
          authtypecode: ""
17760
          authtypecode: ""
17761
          value_builder: ""
17761
          value_builder: ""
17762
          isurl:
17762
          isurl:
Lines 17774-17780 tables: Link Here
17774
          mandatory: 0
17774
          mandatory: 0
17775
          kohafield: ""
17775
          kohafield: ""
17776
          tab: 3
17776
          tab: 3
17777
          authorised_value: ""
17777
          authorised_value:
17778
          authtypecode: ""
17778
          authtypecode: ""
17779
          value_builder: ""
17779
          value_builder: ""
17780
          isurl:
17780
          isurl:
Lines 17792-17798 tables: Link Here
17792
          mandatory: 0
17792
          mandatory: 0
17793
          kohafield: ""
17793
          kohafield: ""
17794
          tab: 3
17794
          tab: 3
17795
          authorised_value: ""
17795
          authorised_value:
17796
          authtypecode: ""
17796
          authtypecode: ""
17797
          value_builder: ""
17797
          value_builder: ""
17798
          isurl:
17798
          isurl:
Lines 17810-17816 tables: Link Here
17810
          mandatory: 0
17810
          mandatory: 0
17811
          kohafield: ""
17811
          kohafield: ""
17812
          tab: 3
17812
          tab: 3
17813
          authorised_value: ""
17813
          authorised_value:
17814
          authtypecode: ""
17814
          authtypecode: ""
17815
          value_builder: ""
17815
          value_builder: ""
17816
          isurl:
17816
          isurl:
Lines 17828-17834 tables: Link Here
17828
          mandatory: 0
17828
          mandatory: 0
17829
          kohafield: ""
17829
          kohafield: ""
17830
          tab: 3
17830
          tab: 3
17831
          authorised_value: ""
17831
          authorised_value:
17832
          authtypecode: ""
17832
          authtypecode: ""
17833
          value_builder: ""
17833
          value_builder: ""
17834
          isurl:
17834
          isurl:
Lines 17846-17852 tables: Link Here
17846
          mandatory: 0
17846
          mandatory: 0
17847
          kohafield: ""
17847
          kohafield: ""
17848
          tab: 3
17848
          tab: 3
17849
          authorised_value: ""
17849
          authorised_value:
17850
          authtypecode: ""
17850
          authtypecode: ""
17851
          value_builder: ""
17851
          value_builder: ""
17852
          isurl:
17852
          isurl:
Lines 17864-17870 tables: Link Here
17864
          mandatory: 0
17864
          mandatory: 0
17865
          kohafield: ""
17865
          kohafield: ""
17866
          tab: 3
17866
          tab: 3
17867
          authorised_value: ""
17867
          authorised_value:
17868
          authtypecode: ""
17868
          authtypecode: ""
17869
          value_builder: ""
17869
          value_builder: ""
17870
          isurl:
17870
          isurl:
Lines 17882-17888 tables: Link Here
17882
          mandatory: 0
17882
          mandatory: 0
17883
          kohafield: ""
17883
          kohafield: ""
17884
          tab: 3
17884
          tab: 3
17885
          authorised_value: ""
17885
          authorised_value:
17886
          authtypecode: ""
17886
          authtypecode: ""
17887
          value_builder: ""
17887
          value_builder: ""
17888
          isurl:
17888
          isurl:
Lines 17900-17906 tables: Link Here
17900
          mandatory: 0
17900
          mandatory: 0
17901
          kohafield: ""
17901
          kohafield: ""
17902
          tab: 3
17902
          tab: 3
17903
          authorised_value: ""
17903
          authorised_value:
17904
          authtypecode: ""
17904
          authtypecode: ""
17905
          value_builder: ""
17905
          value_builder: ""
17906
          isurl:
17906
          isurl:
Lines 17918-17924 tables: Link Here
17918
          mandatory: 0
17918
          mandatory: 0
17919
          kohafield: ""
17919
          kohafield: ""
17920
          tab: 3
17920
          tab: 3
17921
          authorised_value: ""
17921
          authorised_value:
17922
          authtypecode: ""
17922
          authtypecode: ""
17923
          value_builder: ""
17923
          value_builder: ""
17924
          isurl:
17924
          isurl:
Lines 17936-17942 tables: Link Here
17936
          mandatory: 0
17936
          mandatory: 0
17937
          kohafield: ""
17937
          kohafield: ""
17938
          tab: 3
17938
          tab: 3
17939
          authorised_value: ""
17939
          authorised_value:
17940
          authtypecode: ""
17940
          authtypecode: ""
17941
          value_builder: ""
17941
          value_builder: ""
17942
          isurl:
17942
          isurl:
Lines 17954-17960 tables: Link Here
17954
          mandatory: 0
17954
          mandatory: 0
17955
          kohafield: ""
17955
          kohafield: ""
17956
          tab: 3
17956
          tab: 3
17957
          authorised_value: ""
17957
          authorised_value:
17958
          authtypecode: ""
17958
          authtypecode: ""
17959
          value_builder: ""
17959
          value_builder: ""
17960
          isurl:
17960
          isurl:
Lines 17972-17978 tables: Link Here
17972
          mandatory: 0
17972
          mandatory: 0
17973
          kohafield: ""
17973
          kohafield: ""
17974
          tab: 3
17974
          tab: 3
17975
          authorised_value: ""
17975
          authorised_value:
17976
          authtypecode: ""
17976
          authtypecode: ""
17977
          value_builder: ""
17977
          value_builder: ""
17978
          isurl:
17978
          isurl:
Lines 17990-17996 tables: Link Here
17990
          mandatory: 0
17990
          mandatory: 0
17991
          kohafield: ""
17991
          kohafield: ""
17992
          tab: 3
17992
          tab: 3
17993
          authorised_value: ""
17993
          authorised_value:
17994
          authtypecode: ""
17994
          authtypecode: ""
17995
          value_builder: ""
17995
          value_builder: ""
17996
          isurl:
17996
          isurl:
Lines 18008-18014 tables: Link Here
18008
          mandatory: 0
18008
          mandatory: 0
18009
          kohafield: ""
18009
          kohafield: ""
18010
          tab: 3
18010
          tab: 3
18011
          authorised_value: ""
18011
          authorised_value:
18012
          authtypecode: ""
18012
          authtypecode: ""
18013
          value_builder: ""
18013
          value_builder: ""
18014
          isurl:
18014
          isurl:
Lines 18026-18032 tables: Link Here
18026
          mandatory: 0
18026
          mandatory: 0
18027
          kohafield: ""
18027
          kohafield: ""
18028
          tab: 3
18028
          tab: 3
18029
          authorised_value: ""
18029
          authorised_value:
18030
          authtypecode: ""
18030
          authtypecode: ""
18031
          value_builder: ""
18031
          value_builder: ""
18032
          isurl:
18032
          isurl:
Lines 18044-18050 tables: Link Here
18044
          mandatory: 0
18044
          mandatory: 0
18045
          kohafield: ""
18045
          kohafield: ""
18046
          tab: 3
18046
          tab: 3
18047
          authorised_value: ""
18047
          authorised_value:
18048
          authtypecode: ""
18048
          authtypecode: ""
18049
          value_builder: ""
18049
          value_builder: ""
18050
          isurl:
18050
          isurl:
Lines 18062-18068 tables: Link Here
18062
          mandatory: 0
18062
          mandatory: 0
18063
          kohafield: ""
18063
          kohafield: ""
18064
          tab: 3
18064
          tab: 3
18065
          authorised_value: ""
18065
          authorised_value:
18066
          authtypecode: ""
18066
          authtypecode: ""
18067
          value_builder: ""
18067
          value_builder: ""
18068
          isurl:
18068
          isurl:
Lines 18080-18086 tables: Link Here
18080
          mandatory: 0
18080
          mandatory: 0
18081
          kohafield: ""
18081
          kohafield: ""
18082
          tab: 3
18082
          tab: 3
18083
          authorised_value: ""
18083
          authorised_value:
18084
          authtypecode: ""
18084
          authtypecode: ""
18085
          value_builder: ""
18085
          value_builder: ""
18086
          isurl:
18086
          isurl:
Lines 18098-18104 tables: Link Here
18098
          mandatory: 0
18098
          mandatory: 0
18099
          kohafield: ""
18099
          kohafield: ""
18100
          tab: 3
18100
          tab: 3
18101
          authorised_value: ""
18101
          authorised_value:
18102
          authtypecode: ""
18102
          authtypecode: ""
18103
          value_builder: ""
18103
          value_builder: ""
18104
          isurl:
18104
          isurl:
Lines 18116-18122 tables: Link Here
18116
          mandatory: 0
18116
          mandatory: 0
18117
          kohafield: ""
18117
          kohafield: ""
18118
          tab: 3
18118
          tab: 3
18119
          authorised_value: ""
18119
          authorised_value:
18120
          authtypecode: ""
18120
          authtypecode: ""
18121
          value_builder: ""
18121
          value_builder: ""
18122
          isurl:
18122
          isurl:
Lines 18134-18140 tables: Link Here
18134
          mandatory: 0
18134
          mandatory: 0
18135
          kohafield: ""
18135
          kohafield: ""
18136
          tab: 3
18136
          tab: 3
18137
          authorised_value: ""
18137
          authorised_value:
18138
          authtypecode: ""
18138
          authtypecode: ""
18139
          value_builder: ""
18139
          value_builder: ""
18140
          isurl:
18140
          isurl:
Lines 18152-18158 tables: Link Here
18152
          mandatory: 0
18152
          mandatory: 0
18153
          kohafield: ""
18153
          kohafield: ""
18154
          tab: 3
18154
          tab: 3
18155
          authorised_value: ""
18155
          authorised_value:
18156
          authtypecode: ""
18156
          authtypecode: ""
18157
          value_builder: ""
18157
          value_builder: ""
18158
          isurl:
18158
          isurl:
Lines 18170-18176 tables: Link Here
18170
          mandatory: 0
18170
          mandatory: 0
18171
          kohafield: ""
18171
          kohafield: ""
18172
          tab: 3
18172
          tab: 3
18173
          authorised_value: ""
18173
          authorised_value:
18174
          authtypecode: ""
18174
          authtypecode: ""
18175
          value_builder: ""
18175
          value_builder: ""
18176
          isurl:
18176
          isurl:
Lines 18188-18194 tables: Link Here
18188
          mandatory: 0
18188
          mandatory: 0
18189
          kohafield: ""
18189
          kohafield: ""
18190
          tab: 3
18190
          tab: 3
18191
          authorised_value: ""
18191
          authorised_value:
18192
          authtypecode: ""
18192
          authtypecode: ""
18193
          value_builder: ""
18193
          value_builder: ""
18194
          isurl:
18194
          isurl:
Lines 18206-18212 tables: Link Here
18206
          mandatory: 0
18206
          mandatory: 0
18207
          kohafield: ""
18207
          kohafield: ""
18208
          tab: 3
18208
          tab: 3
18209
          authorised_value: ""
18209
          authorised_value:
18210
          authtypecode: ""
18210
          authtypecode: ""
18211
          value_builder: ""
18211
          value_builder: ""
18212
          isurl:
18212
          isurl:
Lines 18224-18230 tables: Link Here
18224
          mandatory: 0
18224
          mandatory: 0
18225
          kohafield: ""
18225
          kohafield: ""
18226
          tab: 3
18226
          tab: 3
18227
          authorised_value: ""
18227
          authorised_value:
18228
          authtypecode: ""
18228
          authtypecode: ""
18229
          value_builder: ""
18229
          value_builder: ""
18230
          isurl:
18230
          isurl:
Lines 18242-18248 tables: Link Here
18242
          mandatory: 0
18242
          mandatory: 0
18243
          kohafield: ""
18243
          kohafield: ""
18244
          tab: 3
18244
          tab: 3
18245
          authorised_value: ""
18245
          authorised_value:
18246
          authtypecode: ""
18246
          authtypecode: ""
18247
          value_builder: ""
18247
          value_builder: ""
18248
          isurl:
18248
          isurl:
Lines 18260-18266 tables: Link Here
18260
          mandatory: 0
18260
          mandatory: 0
18261
          kohafield: ""
18261
          kohafield: ""
18262
          tab: 3
18262
          tab: 3
18263
          authorised_value: ""
18263
          authorised_value:
18264
          authtypecode: ""
18264
          authtypecode: ""
18265
          value_builder: ""
18265
          value_builder: ""
18266
          isurl:
18266
          isurl:
Lines 18278-18284 tables: Link Here
18278
          mandatory: 0
18278
          mandatory: 0
18279
          kohafield: ""
18279
          kohafield: ""
18280
          tab: 3
18280
          tab: 3
18281
          authorised_value: ""
18281
          authorised_value:
18282
          authtypecode: ""
18282
          authtypecode: ""
18283
          value_builder: ""
18283
          value_builder: ""
18284
          isurl:
18284
          isurl:
Lines 18296-18302 tables: Link Here
18296
          mandatory: 0
18296
          mandatory: 0
18297
          kohafield: ""
18297
          kohafield: ""
18298
          tab: 3
18298
          tab: 3
18299
          authorised_value: ""
18299
          authorised_value:
18300
          authtypecode: ""
18300
          authtypecode: ""
18301
          value_builder: ""
18301
          value_builder: ""
18302
          isurl:
18302
          isurl:
Lines 18314-18320 tables: Link Here
18314
          mandatory: 0
18314
          mandatory: 0
18315
          kohafield: ""
18315
          kohafield: ""
18316
          tab: 3
18316
          tab: 3
18317
          authorised_value: ""
18317
          authorised_value:
18318
          authtypecode: ""
18318
          authtypecode: ""
18319
          value_builder: ""
18319
          value_builder: ""
18320
          isurl:
18320
          isurl:
Lines 18332-18338 tables: Link Here
18332
          mandatory: 0
18332
          mandatory: 0
18333
          kohafield: ""
18333
          kohafield: ""
18334
          tab: 3
18334
          tab: 3
18335
          authorised_value: ""
18335
          authorised_value:
18336
          authtypecode: ""
18336
          authtypecode: ""
18337
          value_builder: ""
18337
          value_builder: ""
18338
          isurl:
18338
          isurl:
Lines 18350-18356 tables: Link Here
18350
          mandatory: 0
18350
          mandatory: 0
18351
          kohafield: ""
18351
          kohafield: ""
18352
          tab: 3
18352
          tab: 3
18353
          authorised_value: ""
18353
          authorised_value:
18354
          authtypecode: ""
18354
          authtypecode: ""
18355
          value_builder: ""
18355
          value_builder: ""
18356
          isurl:
18356
          isurl:
Lines 18368-18374 tables: Link Here
18368
          mandatory: 0
18368
          mandatory: 0
18369
          kohafield: ""
18369
          kohafield: ""
18370
          tab: 3
18370
          tab: 3
18371
          authorised_value: ""
18371
          authorised_value:
18372
          authtypecode: ""
18372
          authtypecode: ""
18373
          value_builder: ""
18373
          value_builder: ""
18374
          isurl:
18374
          isurl:
Lines 18386-18392 tables: Link Here
18386
          mandatory: 0
18386
          mandatory: 0
18387
          kohafield: ""
18387
          kohafield: ""
18388
          tab: 3
18388
          tab: 3
18389
          authorised_value: ""
18389
          authorised_value:
18390
          authtypecode: ""
18390
          authtypecode: ""
18391
          value_builder: ""
18391
          value_builder: ""
18392
          isurl:
18392
          isurl:
Lines 18404-18410 tables: Link Here
18404
          mandatory: 0
18404
          mandatory: 0
18405
          kohafield: ""
18405
          kohafield: ""
18406
          tab: 3
18406
          tab: 3
18407
          authorised_value: ""
18407
          authorised_value:
18408
          authtypecode: ""
18408
          authtypecode: ""
18409
          value_builder: ""
18409
          value_builder: ""
18410
          isurl:
18410
          isurl:
Lines 18422-18428 tables: Link Here
18422
          mandatory: 0
18422
          mandatory: 0
18423
          kohafield: ""
18423
          kohafield: ""
18424
          tab: 3
18424
          tab: 3
18425
          authorised_value: ""
18425
          authorised_value:
18426
          authtypecode: ""
18426
          authtypecode: ""
18427
          value_builder: ""
18427
          value_builder: ""
18428
          isurl:
18428
          isurl:
Lines 18440-18446 tables: Link Here
18440
          mandatory: 0
18440
          mandatory: 0
18441
          kohafield: ""
18441
          kohafield: ""
18442
          tab: 3
18442
          tab: 3
18443
          authorised_value: ""
18443
          authorised_value:
18444
          authtypecode: ""
18444
          authtypecode: ""
18445
          value_builder: ""
18445
          value_builder: ""
18446
          isurl:
18446
          isurl:
Lines 18458-18464 tables: Link Here
18458
          mandatory: 0
18458
          mandatory: 0
18459
          kohafield: ""
18459
          kohafield: ""
18460
          tab: 3
18460
          tab: 3
18461
          authorised_value: ""
18461
          authorised_value:
18462
          authtypecode: ""
18462
          authtypecode: ""
18463
          value_builder: ""
18463
          value_builder: ""
18464
          isurl:
18464
          isurl:
Lines 18476-18482 tables: Link Here
18476
          mandatory: 0
18476
          mandatory: 0
18477
          kohafield: ""
18477
          kohafield: ""
18478
          tab: 3
18478
          tab: 3
18479
          authorised_value: ""
18479
          authorised_value:
18480
          authtypecode: ""
18480
          authtypecode: ""
18481
          value_builder: ""
18481
          value_builder: ""
18482
          isurl:
18482
          isurl:
Lines 18494-18500 tables: Link Here
18494
          mandatory: 0
18494
          mandatory: 0
18495
          kohafield: ""
18495
          kohafield: ""
18496
          tab: 3
18496
          tab: 3
18497
          authorised_value: ""
18497
          authorised_value:
18498
          authtypecode: ""
18498
          authtypecode: ""
18499
          value_builder: ""
18499
          value_builder: ""
18500
          isurl:
18500
          isurl:
Lines 18512-18518 tables: Link Here
18512
          mandatory: 0
18512
          mandatory: 0
18513
          kohafield: ""
18513
          kohafield: ""
18514
          tab: 3
18514
          tab: 3
18515
          authorised_value: ""
18515
          authorised_value:
18516
          authtypecode: ""
18516
          authtypecode: ""
18517
          value_builder: ""
18517
          value_builder: ""
18518
          isurl:
18518
          isurl:
Lines 18530-18536 tables: Link Here
18530
          mandatory: 0
18530
          mandatory: 0
18531
          kohafield: ""
18531
          kohafield: ""
18532
          tab: 3
18532
          tab: 3
18533
          authorised_value: ""
18533
          authorised_value:
18534
          authtypecode: ""
18534
          authtypecode: ""
18535
          value_builder: ""
18535
          value_builder: ""
18536
          isurl:
18536
          isurl:
Lines 18548-18554 tables: Link Here
18548
          mandatory: 0
18548
          mandatory: 0
18549
          kohafield: ""
18549
          kohafield: ""
18550
          tab: 3
18550
          tab: 3
18551
          authorised_value: ""
18551
          authorised_value:
18552
          authtypecode: ""
18552
          authtypecode: ""
18553
          value_builder: ""
18553
          value_builder: ""
18554
          isurl:
18554
          isurl:
Lines 18566-18572 tables: Link Here
18566
          mandatory: 0
18566
          mandatory: 0
18567
          kohafield: ""
18567
          kohafield: ""
18568
          tab: 3
18568
          tab: 3
18569
          authorised_value: ""
18569
          authorised_value:
18570
          authtypecode: ""
18570
          authtypecode: ""
18571
          value_builder: ""
18571
          value_builder: ""
18572
          isurl:
18572
          isurl:
Lines 18584-18590 tables: Link Here
18584
          mandatory: 0
18584
          mandatory: 0
18585
          kohafield: ""
18585
          kohafield: ""
18586
          tab: 3
18586
          tab: 3
18587
          authorised_value: ""
18587
          authorised_value:
18588
          authtypecode: ""
18588
          authtypecode: ""
18589
          value_builder: ""
18589
          value_builder: ""
18590
          isurl:
18590
          isurl:
Lines 18602-18608 tables: Link Here
18602
          mandatory: 0
18602
          mandatory: 0
18603
          kohafield: ""
18603
          kohafield: ""
18604
          tab: 3
18604
          tab: 3
18605
          authorised_value: ""
18605
          authorised_value:
18606
          authtypecode: ""
18606
          authtypecode: ""
18607
          value_builder: ""
18607
          value_builder: ""
18608
          isurl:
18608
          isurl:
Lines 18620-18626 tables: Link Here
18620
          mandatory: 0
18620
          mandatory: 0
18621
          kohafield: ""
18621
          kohafield: ""
18622
          tab: 3
18622
          tab: 3
18623
          authorised_value: ""
18623
          authorised_value:
18624
          authtypecode: ""
18624
          authtypecode: ""
18625
          value_builder: ""
18625
          value_builder: ""
18626
          isurl:
18626
          isurl:
Lines 18638-18644 tables: Link Here
18638
          mandatory: 0
18638
          mandatory: 0
18639
          kohafield: ""
18639
          kohafield: ""
18640
          tab: 3
18640
          tab: 3
18641
          authorised_value: ""
18641
          authorised_value:
18642
          authtypecode: ""
18642
          authtypecode: ""
18643
          value_builder: ""
18643
          value_builder: ""
18644
          isurl:
18644
          isurl:
Lines 18656-18662 tables: Link Here
18656
          mandatory: 0
18656
          mandatory: 0
18657
          kohafield: ""
18657
          kohafield: ""
18658
          tab: 3
18658
          tab: 3
18659
          authorised_value: ""
18659
          authorised_value:
18660
          authtypecode: ""
18660
          authtypecode: ""
18661
          value_builder: ""
18661
          value_builder: ""
18662
          isurl:
18662
          isurl:
Lines 18674-18680 tables: Link Here
18674
          mandatory: 0
18674
          mandatory: 0
18675
          kohafield: ""
18675
          kohafield: ""
18676
          tab: 3
18676
          tab: 3
18677
          authorised_value: ""
18677
          authorised_value:
18678
          authtypecode: ""
18678
          authtypecode: ""
18679
          value_builder: ""
18679
          value_builder: ""
18680
          isurl:
18680
          isurl:
Lines 18692-18698 tables: Link Here
18692
          mandatory: 0
18692
          mandatory: 0
18693
          kohafield: ""
18693
          kohafield: ""
18694
          tab: 3
18694
          tab: 3
18695
          authorised_value: ""
18695
          authorised_value:
18696
          authtypecode: ""
18696
          authtypecode: ""
18697
          value_builder: ""
18697
          value_builder: ""
18698
          isurl:
18698
          isurl:
Lines 18710-18716 tables: Link Here
18710
          mandatory: 0
18710
          mandatory: 0
18711
          kohafield: ""
18711
          kohafield: ""
18712
          tab: 3
18712
          tab: 3
18713
          authorised_value: ""
18713
          authorised_value:
18714
          authtypecode: ""
18714
          authtypecode: ""
18715
          value_builder: ""
18715
          value_builder: ""
18716
          isurl:
18716
          isurl:
Lines 18728-18734 tables: Link Here
18728
          mandatory: 0
18728
          mandatory: 0
18729
          kohafield: ""
18729
          kohafield: ""
18730
          tab: 3
18730
          tab: 3
18731
          authorised_value: ""
18731
          authorised_value:
18732
          authtypecode: ""
18732
          authtypecode: ""
18733
          value_builder: ""
18733
          value_builder: ""
18734
          isurl:
18734
          isurl:
Lines 18746-18752 tables: Link Here
18746
          mandatory: 0
18746
          mandatory: 0
18747
          kohafield: ""
18747
          kohafield: ""
18748
          tab: 3
18748
          tab: 3
18749
          authorised_value: ""
18749
          authorised_value:
18750
          authtypecode: ""
18750
          authtypecode: ""
18751
          value_builder: ""
18751
          value_builder: ""
18752
          isurl:
18752
          isurl:
Lines 18764-18770 tables: Link Here
18764
          mandatory: 0
18764
          mandatory: 0
18765
          kohafield: ""
18765
          kohafield: ""
18766
          tab: 3
18766
          tab: 3
18767
          authorised_value: ""
18767
          authorised_value:
18768
          authtypecode: ""
18768
          authtypecode: ""
18769
          value_builder: ""
18769
          value_builder: ""
18770
          isurl:
18770
          isurl:
Lines 18782-18788 tables: Link Here
18782
          mandatory: 0
18782
          mandatory: 0
18783
          kohafield: ""
18783
          kohafield: ""
18784
          tab: 3
18784
          tab: 3
18785
          authorised_value: ""
18785
          authorised_value:
18786
          authtypecode: ""
18786
          authtypecode: ""
18787
          value_builder: ""
18787
          value_builder: ""
18788
          isurl:
18788
          isurl:
Lines 18800-18806 tables: Link Here
18800
          mandatory: 0
18800
          mandatory: 0
18801
          kohafield: ""
18801
          kohafield: ""
18802
          tab: 3
18802
          tab: 3
18803
          authorised_value: ""
18803
          authorised_value:
18804
          authtypecode: ""
18804
          authtypecode: ""
18805
          value_builder: ""
18805
          value_builder: ""
18806
          isurl:
18806
          isurl:
Lines 18818-18824 tables: Link Here
18818
          mandatory: 0
18818
          mandatory: 0
18819
          kohafield: ""
18819
          kohafield: ""
18820
          tab: 3
18820
          tab: 3
18821
          authorised_value: ""
18821
          authorised_value:
18822
          authtypecode: ""
18822
          authtypecode: ""
18823
          value_builder: ""
18823
          value_builder: ""
18824
          isurl:
18824
          isurl:
Lines 18836-18842 tables: Link Here
18836
          mandatory: 0
18836
          mandatory: 0
18837
          kohafield: ""
18837
          kohafield: ""
18838
          tab: 3
18838
          tab: 3
18839
          authorised_value: ""
18839
          authorised_value:
18840
          authtypecode: ""
18840
          authtypecode: ""
18841
          value_builder: ""
18841
          value_builder: ""
18842
          isurl:
18842
          isurl:
Lines 18854-18860 tables: Link Here
18854
          mandatory: 0
18854
          mandatory: 0
18855
          kohafield: ""
18855
          kohafield: ""
18856
          tab: 3
18856
          tab: 3
18857
          authorised_value: ""
18857
          authorised_value:
18858
          authtypecode: ""
18858
          authtypecode: ""
18859
          value_builder: ""
18859
          value_builder: ""
18860
          isurl:
18860
          isurl:
Lines 18872-18878 tables: Link Here
18872
          mandatory: 0
18872
          mandatory: 0
18873
          kohafield: ""
18873
          kohafield: ""
18874
          tab: 3
18874
          tab: 3
18875
          authorised_value: ""
18875
          authorised_value:
18876
          authtypecode: ""
18876
          authtypecode: ""
18877
          value_builder: ""
18877
          value_builder: ""
18878
          isurl:
18878
          isurl:
Lines 18890-18896 tables: Link Here
18890
          mandatory: 0
18890
          mandatory: 0
18891
          kohafield: ""
18891
          kohafield: ""
18892
          tab: 3
18892
          tab: 3
18893
          authorised_value: ""
18893
          authorised_value:
18894
          authtypecode: ""
18894
          authtypecode: ""
18895
          value_builder: ""
18895
          value_builder: ""
18896
          isurl:
18896
          isurl:
Lines 18908-18914 tables: Link Here
18908
          mandatory: 0
18908
          mandatory: 0
18909
          kohafield: ""
18909
          kohafield: ""
18910
          tab: 3
18910
          tab: 3
18911
          authorised_value: ""
18911
          authorised_value:
18912
          authtypecode: ""
18912
          authtypecode: ""
18913
          value_builder: ""
18913
          value_builder: ""
18914
          isurl:
18914
          isurl:
Lines 18926-18932 tables: Link Here
18926
          mandatory: 0
18926
          mandatory: 0
18927
          kohafield: ""
18927
          kohafield: ""
18928
          tab: 3
18928
          tab: 3
18929
          authorised_value: ""
18929
          authorised_value:
18930
          authtypecode: ""
18930
          authtypecode: ""
18931
          value_builder: ""
18931
          value_builder: ""
18932
          isurl:
18932
          isurl:
Lines 18944-18950 tables: Link Here
18944
          mandatory: 0
18944
          mandatory: 0
18945
          kohafield: ""
18945
          kohafield: ""
18946
          tab: 3
18946
          tab: 3
18947
          authorised_value: ""
18947
          authorised_value:
18948
          authtypecode: ""
18948
          authtypecode: ""
18949
          value_builder: ""
18949
          value_builder: ""
18950
          isurl:
18950
          isurl:
Lines 18962-18968 tables: Link Here
18962
          mandatory: 0
18962
          mandatory: 0
18963
          kohafield: ""
18963
          kohafield: ""
18964
          tab: 3
18964
          tab: 3
18965
          authorised_value: ""
18965
          authorised_value:
18966
          authtypecode: ""
18966
          authtypecode: ""
18967
          value_builder: ""
18967
          value_builder: ""
18968
          isurl:
18968
          isurl:
Lines 18980-18986 tables: Link Here
18980
          mandatory: 0
18980
          mandatory: 0
18981
          kohafield: ""
18981
          kohafield: ""
18982
          tab: 3
18982
          tab: 3
18983
          authorised_value: ""
18983
          authorised_value:
18984
          authtypecode: ""
18984
          authtypecode: ""
18985
          value_builder: ""
18985
          value_builder: ""
18986
          isurl:
18986
          isurl:
Lines 18998-19004 tables: Link Here
18998
          mandatory: 0
18998
          mandatory: 0
18999
          kohafield: ""
18999
          kohafield: ""
19000
          tab: 3
19000
          tab: 3
19001
          authorised_value: ""
19001
          authorised_value:
19002
          authtypecode: ""
19002
          authtypecode: ""
19003
          value_builder: ""
19003
          value_builder: ""
19004
          isurl:
19004
          isurl:
Lines 19016-19022 tables: Link Here
19016
          mandatory: 0
19016
          mandatory: 0
19017
          kohafield: ""
19017
          kohafield: ""
19018
          tab: 3
19018
          tab: 3
19019
          authorised_value: ""
19019
          authorised_value:
19020
          authtypecode: ""
19020
          authtypecode: ""
19021
          value_builder: ""
19021
          value_builder: ""
19022
          isurl:
19022
          isurl:
Lines 19034-19040 tables: Link Here
19034
          mandatory: 0
19034
          mandatory: 0
19035
          kohafield: ""
19035
          kohafield: ""
19036
          tab: 3
19036
          tab: 3
19037
          authorised_value: ""
19037
          authorised_value:
19038
          authtypecode: ""
19038
          authtypecode: ""
19039
          value_builder: ""
19039
          value_builder: ""
19040
          isurl:
19040
          isurl:
Lines 19052-19058 tables: Link Here
19052
          mandatory: 0
19052
          mandatory: 0
19053
          kohafield: ""
19053
          kohafield: ""
19054
          tab: 3
19054
          tab: 3
19055
          authorised_value: ""
19055
          authorised_value:
19056
          authtypecode: ""
19056
          authtypecode: ""
19057
          value_builder: ""
19057
          value_builder: ""
19058
          isurl:
19058
          isurl:
Lines 19070-19076 tables: Link Here
19070
          mandatory: 0
19070
          mandatory: 0
19071
          kohafield: ""
19071
          kohafield: ""
19072
          tab: 3
19072
          tab: 3
19073
          authorised_value: ""
19073
          authorised_value:
19074
          authtypecode: ""
19074
          authtypecode: ""
19075
          value_builder: ""
19075
          value_builder: ""
19076
          isurl:
19076
          isurl:
Lines 19088-19094 tables: Link Here
19088
          mandatory: 0
19088
          mandatory: 0
19089
          kohafield: ""
19089
          kohafield: ""
19090
          tab: 3
19090
          tab: 3
19091
          authorised_value: ""
19091
          authorised_value:
19092
          authtypecode: ""
19092
          authtypecode: ""
19093
          value_builder: ""
19093
          value_builder: ""
19094
          isurl:
19094
          isurl:
Lines 19106-19112 tables: Link Here
19106
          mandatory: 0
19106
          mandatory: 0
19107
          kohafield: ""
19107
          kohafield: ""
19108
          tab: 3
19108
          tab: 3
19109
          authorised_value: ""
19109
          authorised_value:
19110
          authtypecode: ""
19110
          authtypecode: ""
19111
          value_builder: ""
19111
          value_builder: ""
19112
          isurl:
19112
          isurl:
Lines 19124-19130 tables: Link Here
19124
          mandatory: 0
19124
          mandatory: 0
19125
          kohafield: ""
19125
          kohafield: ""
19126
          tab: 3
19126
          tab: 3
19127
          authorised_value: ""
19127
          authorised_value:
19128
          authtypecode: ""
19128
          authtypecode: ""
19129
          value_builder: ""
19129
          value_builder: ""
19130
          isurl:
19130
          isurl:
Lines 19142-19148 tables: Link Here
19142
          mandatory: 0
19142
          mandatory: 0
19143
          kohafield: ""
19143
          kohafield: ""
19144
          tab: 3
19144
          tab: 3
19145
          authorised_value: ""
19145
          authorised_value:
19146
          authtypecode: ""
19146
          authtypecode: ""
19147
          value_builder: ""
19147
          value_builder: ""
19148
          isurl:
19148
          isurl:
Lines 19160-19166 tables: Link Here
19160
          mandatory: 0
19160
          mandatory: 0
19161
          kohafield: ""
19161
          kohafield: ""
19162
          tab: 3
19162
          tab: 3
19163
          authorised_value: ""
19163
          authorised_value:
19164
          authtypecode: ""
19164
          authtypecode: ""
19165
          value_builder: ""
19165
          value_builder: ""
19166
          isurl:
19166
          isurl:
Lines 19178-19184 tables: Link Here
19178
          mandatory: 0
19178
          mandatory: 0
19179
          kohafield: ""
19179
          kohafield: ""
19180
          tab: 3
19180
          tab: 3
19181
          authorised_value: ""
19181
          authorised_value:
19182
          authtypecode: ""
19182
          authtypecode: ""
19183
          value_builder: ""
19183
          value_builder: ""
19184
          isurl:
19184
          isurl:
Lines 19196-19202 tables: Link Here
19196
          mandatory: 0
19196
          mandatory: 0
19197
          kohafield: ""
19197
          kohafield: ""
19198
          tab: 3
19198
          tab: 3
19199
          authorised_value: ""
19199
          authorised_value:
19200
          authtypecode: ""
19200
          authtypecode: ""
19201
          value_builder: ""
19201
          value_builder: ""
19202
          isurl:
19202
          isurl:
Lines 19214-19220 tables: Link Here
19214
          mandatory: 0
19214
          mandatory: 0
19215
          kohafield: ""
19215
          kohafield: ""
19216
          tab: 3
19216
          tab: 3
19217
          authorised_value: ""
19217
          authorised_value:
19218
          authtypecode: ""
19218
          authtypecode: ""
19219
          value_builder: ""
19219
          value_builder: ""
19220
          isurl:
19220
          isurl:
Lines 19232-19238 tables: Link Here
19232
          mandatory: 0
19232
          mandatory: 0
19233
          kohafield: ""
19233
          kohafield: ""
19234
          tab: 3
19234
          tab: 3
19235
          authorised_value: ""
19235
          authorised_value:
19236
          authtypecode: ""
19236
          authtypecode: ""
19237
          value_builder: ""
19237
          value_builder: ""
19238
          isurl:
19238
          isurl:
Lines 19250-19256 tables: Link Here
19250
          mandatory: 0
19250
          mandatory: 0
19251
          kohafield: ""
19251
          kohafield: ""
19252
          tab: 3
19252
          tab: 3
19253
          authorised_value: ""
19253
          authorised_value:
19254
          authtypecode: ""
19254
          authtypecode: ""
19255
          value_builder: ""
19255
          value_builder: ""
19256
          isurl:
19256
          isurl:
Lines 19268-19274 tables: Link Here
19268
          mandatory: 0
19268
          mandatory: 0
19269
          kohafield: ""
19269
          kohafield: ""
19270
          tab: 3
19270
          tab: 3
19271
          authorised_value: ""
19271
          authorised_value:
19272
          authtypecode: ""
19272
          authtypecode: ""
19273
          value_builder: ""
19273
          value_builder: ""
19274
          isurl:
19274
          isurl:
Lines 19286-19292 tables: Link Here
19286
          mandatory: 0
19286
          mandatory: 0
19287
          kohafield: ""
19287
          kohafield: ""
19288
          tab: 3
19288
          tab: 3
19289
          authorised_value: ""
19289
          authorised_value:
19290
          authtypecode: ""
19290
          authtypecode: ""
19291
          value_builder: ""
19291
          value_builder: ""
19292
          isurl:
19292
          isurl:
Lines 19304-19310 tables: Link Here
19304
          mandatory: 0
19304
          mandatory: 0
19305
          kohafield: ""
19305
          kohafield: ""
19306
          tab: 3
19306
          tab: 3
19307
          authorised_value: ""
19307
          authorised_value:
19308
          authtypecode: ""
19308
          authtypecode: ""
19309
          value_builder: ""
19309
          value_builder: ""
19310
          isurl:
19310
          isurl:
Lines 19322-19328 tables: Link Here
19322
          mandatory: 0
19322
          mandatory: 0
19323
          kohafield: ""
19323
          kohafield: ""
19324
          tab: 3
19324
          tab: 3
19325
          authorised_value: ""
19325
          authorised_value:
19326
          authtypecode: ""
19326
          authtypecode: ""
19327
          value_builder: ""
19327
          value_builder: ""
19328
          isurl:
19328
          isurl:
Lines 19340-19346 tables: Link Here
19340
          mandatory: 0
19340
          mandatory: 0
19341
          kohafield: ""
19341
          kohafield: ""
19342
          tab: 3
19342
          tab: 3
19343
          authorised_value: ""
19343
          authorised_value:
19344
          authtypecode: ""
19344
          authtypecode: ""
19345
          value_builder: ""
19345
          value_builder: ""
19346
          isurl:
19346
          isurl:
Lines 19358-19364 tables: Link Here
19358
          mandatory: 0
19358
          mandatory: 0
19359
          kohafield: ""
19359
          kohafield: ""
19360
          tab: 3
19360
          tab: 3
19361
          authorised_value: ""
19361
          authorised_value:
19362
          authtypecode: ""
19362
          authtypecode: ""
19363
          value_builder: ""
19363
          value_builder: ""
19364
          isurl:
19364
          isurl:
Lines 19376-19382 tables: Link Here
19376
          mandatory: 0
19376
          mandatory: 0
19377
          kohafield: ""
19377
          kohafield: ""
19378
          tab: 3
19378
          tab: 3
19379
          authorised_value: ""
19379
          authorised_value:
19380
          authtypecode: ""
19380
          authtypecode: ""
19381
          value_builder: ""
19381
          value_builder: ""
19382
          isurl:
19382
          isurl:
Lines 19394-19400 tables: Link Here
19394
          mandatory: 0
19394
          mandatory: 0
19395
          kohafield: ""
19395
          kohafield: ""
19396
          tab: 3
19396
          tab: 3
19397
          authorised_value: ""
19397
          authorised_value:
19398
          authtypecode: ""
19398
          authtypecode: ""
19399
          value_builder: ""
19399
          value_builder: ""
19400
          isurl:
19400
          isurl:
Lines 19412-19418 tables: Link Here
19412
          mandatory: 0
19412
          mandatory: 0
19413
          kohafield: ""
19413
          kohafield: ""
19414
          tab: 3
19414
          tab: 3
19415
          authorised_value: ""
19415
          authorised_value:
19416
          authtypecode: ""
19416
          authtypecode: ""
19417
          value_builder: ""
19417
          value_builder: ""
19418
          isurl:
19418
          isurl:
Lines 19430-19436 tables: Link Here
19430
          mandatory: 0
19430
          mandatory: 0
19431
          kohafield: ""
19431
          kohafield: ""
19432
          tab: 3
19432
          tab: 3
19433
          authorised_value: ""
19433
          authorised_value:
19434
          authtypecode: ""
19434
          authtypecode: ""
19435
          value_builder: ""
19435
          value_builder: ""
19436
          isurl:
19436
          isurl:
Lines 19448-19454 tables: Link Here
19448
          mandatory: 0
19448
          mandatory: 0
19449
          kohafield: ""
19449
          kohafield: ""
19450
          tab: 3
19450
          tab: 3
19451
          authorised_value: ""
19451
          authorised_value:
19452
          authtypecode: ""
19452
          authtypecode: ""
19453
          value_builder: ""
19453
          value_builder: ""
19454
          isurl:
19454
          isurl:
Lines 19466-19472 tables: Link Here
19466
          mandatory: 0
19466
          mandatory: 0
19467
          kohafield: ""
19467
          kohafield: ""
19468
          tab: 3
19468
          tab: 3
19469
          authorised_value: ""
19469
          authorised_value:
19470
          authtypecode: ""
19470
          authtypecode: ""
19471
          value_builder: ""
19471
          value_builder: ""
19472
          isurl:
19472
          isurl:
Lines 19484-19490 tables: Link Here
19484
          mandatory: 0
19484
          mandatory: 0
19485
          kohafield: ""
19485
          kohafield: ""
19486
          tab: 3
19486
          tab: 3
19487
          authorised_value: ""
19487
          authorised_value:
19488
          authtypecode: ""
19488
          authtypecode: ""
19489
          value_builder: ""
19489
          value_builder: ""
19490
          isurl:
19490
          isurl:
Lines 19502-19508 tables: Link Here
19502
          mandatory: 0
19502
          mandatory: 0
19503
          kohafield: ""
19503
          kohafield: ""
19504
          tab: 3
19504
          tab: 3
19505
          authorised_value: ""
19505
          authorised_value:
19506
          authtypecode: ""
19506
          authtypecode: ""
19507
          value_builder: ""
19507
          value_builder: ""
19508
          isurl:
19508
          isurl:
Lines 19520-19526 tables: Link Here
19520
          mandatory: 0
19520
          mandatory: 0
19521
          kohafield: ""
19521
          kohafield: ""
19522
          tab: 3
19522
          tab: 3
19523
          authorised_value: ""
19523
          authorised_value:
19524
          authtypecode: ""
19524
          authtypecode: ""
19525
          value_builder: ""
19525
          value_builder: ""
19526
          isurl:
19526
          isurl:
Lines 19538-19544 tables: Link Here
19538
          mandatory: 0
19538
          mandatory: 0
19539
          kohafield: ""
19539
          kohafield: ""
19540
          tab: 3
19540
          tab: 3
19541
          authorised_value: ""
19541
          authorised_value:
19542
          authtypecode: ""
19542
          authtypecode: ""
19543
          value_builder: ""
19543
          value_builder: ""
19544
          isurl:
19544
          isurl:
Lines 19556-19562 tables: Link Here
19556
          mandatory: 0
19556
          mandatory: 0
19557
          kohafield: ""
19557
          kohafield: ""
19558
          tab: 3
19558
          tab: 3
19559
          authorised_value: ""
19559
          authorised_value:
19560
          authtypecode: ""
19560
          authtypecode: ""
19561
          value_builder: ""
19561
          value_builder: ""
19562
          isurl:
19562
          isurl:
Lines 19574-19580 tables: Link Here
19574
          mandatory: 0
19574
          mandatory: 0
19575
          kohafield: ""
19575
          kohafield: ""
19576
          tab: 3
19576
          tab: 3
19577
          authorised_value: ""
19577
          authorised_value:
19578
          authtypecode: ""
19578
          authtypecode: ""
19579
          value_builder: ""
19579
          value_builder: ""
19580
          isurl:
19580
          isurl:
Lines 19592-19598 tables: Link Here
19592
          mandatory: 0
19592
          mandatory: 0
19593
          kohafield: ""
19593
          kohafield: ""
19594
          tab: 3
19594
          tab: 3
19595
          authorised_value: ""
19595
          authorised_value:
19596
          authtypecode: ""
19596
          authtypecode: ""
19597
          value_builder: ""
19597
          value_builder: ""
19598
          isurl:
19598
          isurl:
Lines 19610-19616 tables: Link Here
19610
          mandatory: 0
19610
          mandatory: 0
19611
          kohafield: ""
19611
          kohafield: ""
19612
          tab: 3
19612
          tab: 3
19613
          authorised_value: ""
19613
          authorised_value:
19614
          authtypecode: ""
19614
          authtypecode: ""
19615
          value_builder: ""
19615
          value_builder: ""
19616
          isurl:
19616
          isurl:
Lines 19628-19634 tables: Link Here
19628
          mandatory: 0
19628
          mandatory: 0
19629
          kohafield: ""
19629
          kohafield: ""
19630
          tab: 3
19630
          tab: 3
19631
          authorised_value: ""
19631
          authorised_value:
19632
          authtypecode: ""
19632
          authtypecode: ""
19633
          value_builder: ""
19633
          value_builder: ""
19634
          isurl:
19634
          isurl:
Lines 19646-19652 tables: Link Here
19646
          mandatory: 0
19646
          mandatory: 0
19647
          kohafield: ""
19647
          kohafield: ""
19648
          tab: 3
19648
          tab: 3
19649
          authorised_value: ""
19649
          authorised_value:
19650
          authtypecode: ""
19650
          authtypecode: ""
19651
          value_builder: ""
19651
          value_builder: ""
19652
          isurl:
19652
          isurl:
Lines 19664-19670 tables: Link Here
19664
          mandatory: 0
19664
          mandatory: 0
19665
          kohafield: ""
19665
          kohafield: ""
19666
          tab: 3
19666
          tab: 3
19667
          authorised_value: ""
19667
          authorised_value:
19668
          authtypecode: ""
19668
          authtypecode: ""
19669
          value_builder: ""
19669
          value_builder: ""
19670
          isurl:
19670
          isurl:
Lines 19682-19688 tables: Link Here
19682
          mandatory: 0
19682
          mandatory: 0
19683
          kohafield: ""
19683
          kohafield: ""
19684
          tab: 3
19684
          tab: 3
19685
          authorised_value: ""
19685
          authorised_value:
19686
          authtypecode: ""
19686
          authtypecode: ""
19687
          value_builder: ""
19687
          value_builder: ""
19688
          isurl:
19688
          isurl:
Lines 19700-19706 tables: Link Here
19700
          mandatory: 0
19700
          mandatory: 0
19701
          kohafield: ""
19701
          kohafield: ""
19702
          tab: 3
19702
          tab: 3
19703
          authorised_value: ""
19703
          authorised_value:
19704
          authtypecode: ""
19704
          authtypecode: ""
19705
          value_builder: ""
19705
          value_builder: ""
19706
          isurl:
19706
          isurl:
Lines 19718-19724 tables: Link Here
19718
          mandatory: 0
19718
          mandatory: 0
19719
          kohafield: ""
19719
          kohafield: ""
19720
          tab: 3
19720
          tab: 3
19721
          authorised_value: ""
19721
          authorised_value:
19722
          authtypecode: ""
19722
          authtypecode: ""
19723
          value_builder: ""
19723
          value_builder: ""
19724
          isurl:
19724
          isurl:
Lines 19736-19742 tables: Link Here
19736
          mandatory: 0
19736
          mandatory: 0
19737
          kohafield: ""
19737
          kohafield: ""
19738
          tab: 3
19738
          tab: 3
19739
          authorised_value: ""
19739
          authorised_value:
19740
          authtypecode: ""
19740
          authtypecode: ""
19741
          value_builder: ""
19741
          value_builder: ""
19742
          isurl:
19742
          isurl:
Lines 19754-19760 tables: Link Here
19754
          mandatory: 0
19754
          mandatory: 0
19755
          kohafield: ""
19755
          kohafield: ""
19756
          tab: 3
19756
          tab: 3
19757
          authorised_value: ""
19757
          authorised_value:
19758
          authtypecode: ""
19758
          authtypecode: ""
19759
          value_builder: ""
19759
          value_builder: ""
19760
          isurl:
19760
          isurl:
Lines 19772-19778 tables: Link Here
19772
          mandatory: 0
19772
          mandatory: 0
19773
          kohafield: ""
19773
          kohafield: ""
19774
          tab: 3
19774
          tab: 3
19775
          authorised_value: ""
19775
          authorised_value:
19776
          authtypecode: ""
19776
          authtypecode: ""
19777
          value_builder: ""
19777
          value_builder: ""
19778
          isurl:
19778
          isurl:
Lines 20132-20138 tables: Link Here
20132
          mandatory: 0
20132
          mandatory: 0
20133
          kohafield: ""
20133
          kohafield: ""
20134
          tab: 3
20134
          tab: 3
20135
          authorised_value: ""
20135
          authorised_value:
20136
          authtypecode: ""
20136
          authtypecode: ""
20137
          value_builder: ""
20137
          value_builder: ""
20138
          isurl:
20138
          isurl:
Lines 20546-20552 tables: Link Here
20546
          mandatory: 0
20546
          mandatory: 0
20547
          kohafield: ""
20547
          kohafield: ""
20548
          tab: 3
20548
          tab: 3
20549
          authorised_value: ""
20549
          authorised_value:
20550
          authtypecode: ""
20550
          authtypecode: ""
20551
          value_builder: ""
20551
          value_builder: ""
20552
          isurl:
20552
          isurl:
Lines 20564-20570 tables: Link Here
20564
          mandatory: 0
20564
          mandatory: 0
20565
          kohafield: ""
20565
          kohafield: ""
20566
          tab: 3
20566
          tab: 3
20567
          authorised_value: ""
20567
          authorised_value:
20568
          authtypecode: ""
20568
          authtypecode: ""
20569
          value_builder: ""
20569
          value_builder: ""
20570
          isurl:
20570
          isurl:
Lines 20582-20588 tables: Link Here
20582
          mandatory: 0
20582
          mandatory: 0
20583
          kohafield: ""
20583
          kohafield: ""
20584
          tab: 3
20584
          tab: 3
20585
          authorised_value: ""
20585
          authorised_value:
20586
          authtypecode: ""
20586
          authtypecode: ""
20587
          value_builder: ""
20587
          value_builder: ""
20588
          isurl:
20588
          isurl:
Lines 20600-20606 tables: Link Here
20600
          mandatory: 0
20600
          mandatory: 0
20601
          kohafield: ""
20601
          kohafield: ""
20602
          tab: 3
20602
          tab: 3
20603
          authorised_value: ""
20603
          authorised_value:
20604
          authtypecode: ""
20604
          authtypecode: ""
20605
          value_builder: ""
20605
          value_builder: ""
20606
          isurl:
20606
          isurl:
Lines 20618-20624 tables: Link Here
20618
          mandatory: 0
20618
          mandatory: 0
20619
          kohafield: ""
20619
          kohafield: ""
20620
          tab: 3
20620
          tab: 3
20621
          authorised_value: ""
20621
          authorised_value:
20622
          authtypecode: ""
20622
          authtypecode: ""
20623
          value_builder: ""
20623
          value_builder: ""
20624
          isurl:
20624
          isurl:
Lines 20636-20642 tables: Link Here
20636
          mandatory: 0
20636
          mandatory: 0
20637
          kohafield: ""
20637
          kohafield: ""
20638
          tab: 3
20638
          tab: 3
20639
          authorised_value: ""
20639
          authorised_value:
20640
          authtypecode: ""
20640
          authtypecode: ""
20641
          value_builder: ""
20641
          value_builder: ""
20642
          isurl:
20642
          isurl:
Lines 20654-20660 tables: Link Here
20654
          mandatory: 0
20654
          mandatory: 0
20655
          kohafield: ""
20655
          kohafield: ""
20656
          tab: 3
20656
          tab: 3
20657
          authorised_value: ""
20657
          authorised_value:
20658
          authtypecode: ""
20658
          authtypecode: ""
20659
          value_builder: ""
20659
          value_builder: ""
20660
          isurl:
20660
          isurl:
Lines 20672-20678 tables: Link Here
20672
          mandatory: 0
20672
          mandatory: 0
20673
          kohafield: ""
20673
          kohafield: ""
20674
          tab: 3
20674
          tab: 3
20675
          authorised_value: ""
20675
          authorised_value:
20676
          authtypecode: ""
20676
          authtypecode: ""
20677
          value_builder: ""
20677
          value_builder: ""
20678
          isurl:
20678
          isurl:
Lines 20690-20696 tables: Link Here
20690
          mandatory: 0
20690
          mandatory: 0
20691
          kohafield: ""
20691
          kohafield: ""
20692
          tab: 3
20692
          tab: 3
20693
          authorised_value: ""
20693
          authorised_value:
20694
          authtypecode: ""
20694
          authtypecode: ""
20695
          value_builder: ""
20695
          value_builder: ""
20696
          isurl:
20696
          isurl:
Lines 20708-20714 tables: Link Here
20708
          mandatory: 0
20708
          mandatory: 0
20709
          kohafield: ""
20709
          kohafield: ""
20710
          tab: 3
20710
          tab: 3
20711
          authorised_value: ""
20711
          authorised_value:
20712
          authtypecode: ""
20712
          authtypecode: ""
20713
          value_builder: ""
20713
          value_builder: ""
20714
          isurl:
20714
          isurl:
Lines 20726-20732 tables: Link Here
20726
          mandatory: 0
20726
          mandatory: 0
20727
          kohafield: ""
20727
          kohafield: ""
20728
          tab: 3
20728
          tab: 3
20729
          authorised_value: ""
20729
          authorised_value:
20730
          authtypecode: ""
20730
          authtypecode: ""
20731
          value_builder: ""
20731
          value_builder: ""
20732
          isurl:
20732
          isurl:
Lines 20744-20750 tables: Link Here
20744
          mandatory: 0
20744
          mandatory: 0
20745
          kohafield: ""
20745
          kohafield: ""
20746
          tab: 3
20746
          tab: 3
20747
          authorised_value: ""
20747
          authorised_value:
20748
          authtypecode: ""
20748
          authtypecode: ""
20749
          value_builder: ""
20749
          value_builder: ""
20750
          isurl:
20750
          isurl:
Lines 20762-20768 tables: Link Here
20762
          mandatory: 0
20762
          mandatory: 0
20763
          kohafield: ""
20763
          kohafield: ""
20764
          tab: 3
20764
          tab: 3
20765
          authorised_value: ""
20765
          authorised_value:
20766
          authtypecode: ""
20766
          authtypecode: ""
20767
          value_builder: ""
20767
          value_builder: ""
20768
          isurl:
20768
          isurl:
Lines 20780-20786 tables: Link Here
20780
          mandatory: 0
20780
          mandatory: 0
20781
          kohafield: ""
20781
          kohafield: ""
20782
          tab: 3
20782
          tab: 3
20783
          authorised_value: ""
20783
          authorised_value:
20784
          authtypecode: ""
20784
          authtypecode: ""
20785
          value_builder: ""
20785
          value_builder: ""
20786
          isurl:
20786
          isurl:
Lines 20798-20804 tables: Link Here
20798
          mandatory: 0
20798
          mandatory: 0
20799
          kohafield: ""
20799
          kohafield: ""
20800
          tab: 3
20800
          tab: 3
20801
          authorised_value: ""
20801
          authorised_value:
20802
          authtypecode: ""
20802
          authtypecode: ""
20803
          value_builder: ""
20803
          value_builder: ""
20804
          isurl:
20804
          isurl:
Lines 20816-20822 tables: Link Here
20816
          mandatory: 0
20816
          mandatory: 0
20817
          kohafield: ""
20817
          kohafield: ""
20818
          tab: 3
20818
          tab: 3
20819
          authorised_value: ""
20819
          authorised_value:
20820
          authtypecode: ""
20820
          authtypecode: ""
20821
          value_builder: ""
20821
          value_builder: ""
20822
          isurl:
20822
          isurl:
Lines 20834-20840 tables: Link Here
20834
          mandatory: 0
20834
          mandatory: 0
20835
          kohafield: ""
20835
          kohafield: ""
20836
          tab: 3
20836
          tab: 3
20837
          authorised_value: ""
20837
          authorised_value:
20838
          authtypecode: ""
20838
          authtypecode: ""
20839
          value_builder: ""
20839
          value_builder: ""
20840
          isurl:
20840
          isurl:
Lines 20852-20858 tables: Link Here
20852
          mandatory: 0
20852
          mandatory: 0
20853
          kohafield: ""
20853
          kohafield: ""
20854
          tab: 3
20854
          tab: 3
20855
          authorised_value: ""
20855
          authorised_value:
20856
          authtypecode: ""
20856
          authtypecode: ""
20857
          value_builder: ""
20857
          value_builder: ""
20858
          isurl:
20858
          isurl:
Lines 20870-20876 tables: Link Here
20870
          mandatory: 0
20870
          mandatory: 0
20871
          kohafield: ""
20871
          kohafield: ""
20872
          tab: 3
20872
          tab: 3
20873
          authorised_value: ""
20873
          authorised_value:
20874
          authtypecode: ""
20874
          authtypecode: ""
20875
          value_builder: ""
20875
          value_builder: ""
20876
          isurl:
20876
          isurl:
Lines 20888-20894 tables: Link Here
20888
          mandatory: 0
20888
          mandatory: 0
20889
          kohafield: ""
20889
          kohafield: ""
20890
          tab: 3
20890
          tab: 3
20891
          authorised_value: ""
20891
          authorised_value:
20892
          authtypecode: ""
20892
          authtypecode: ""
20893
          value_builder: ""
20893
          value_builder: ""
20894
          isurl:
20894
          isurl:
Lines 20906-20912 tables: Link Here
20906
          mandatory: 0
20906
          mandatory: 0
20907
          kohafield: ""
20907
          kohafield: ""
20908
          tab: 3
20908
          tab: 3
20909
          authorised_value: ""
20909
          authorised_value:
20910
          authtypecode: ""
20910
          authtypecode: ""
20911
          value_builder: ""
20911
          value_builder: ""
20912
          isurl:
20912
          isurl:
Lines 20924-20930 tables: Link Here
20924
          mandatory: 0
20924
          mandatory: 0
20925
          kohafield: ""
20925
          kohafield: ""
20926
          tab: 3
20926
          tab: 3
20927
          authorised_value: ""
20927
          authorised_value:
20928
          authtypecode: ""
20928
          authtypecode: ""
20929
          value_builder: ""
20929
          value_builder: ""
20930
          isurl:
20930
          isurl:
Lines 20942-20948 tables: Link Here
20942
          mandatory: 0
20942
          mandatory: 0
20943
          kohafield: ""
20943
          kohafield: ""
20944
          tab: 3
20944
          tab: 3
20945
          authorised_value: ""
20945
          authorised_value:
20946
          authtypecode: ""
20946
          authtypecode: ""
20947
          value_builder: ""
20947
          value_builder: ""
20948
          isurl:
20948
          isurl:
Lines 20960-20966 tables: Link Here
20960
          mandatory: 0
20960
          mandatory: 0
20961
          kohafield: ""
20961
          kohafield: ""
20962
          tab: 3
20962
          tab: 3
20963
          authorised_value: ""
20963
          authorised_value:
20964
          authtypecode: ""
20964
          authtypecode: ""
20965
          value_builder: ""
20965
          value_builder: ""
20966
          isurl:
20966
          isurl:
Lines 20978-20984 tables: Link Here
20978
          mandatory: 0
20978
          mandatory: 0
20979
          kohafield: ""
20979
          kohafield: ""
20980
          tab: 3
20980
          tab: 3
20981
          authorised_value: ""
20981
          authorised_value:
20982
          authtypecode: ""
20982
          authtypecode: ""
20983
          value_builder: ""
20983
          value_builder: ""
20984
          isurl:
20984
          isurl:
Lines 20996-21002 tables: Link Here
20996
          mandatory: 0
20996
          mandatory: 0
20997
          kohafield: ""
20997
          kohafield: ""
20998
          tab: 3
20998
          tab: 3
20999
          authorised_value: ""
20999
          authorised_value:
21000
          authtypecode: ""
21000
          authtypecode: ""
21001
          value_builder: ""
21001
          value_builder: ""
21002
          isurl:
21002
          isurl:
Lines 21014-21020 tables: Link Here
21014
          mandatory: 0
21014
          mandatory: 0
21015
          kohafield: ""
21015
          kohafield: ""
21016
          tab: 3
21016
          tab: 3
21017
          authorised_value: ""
21017
          authorised_value:
21018
          authtypecode: ""
21018
          authtypecode: ""
21019
          value_builder: ""
21019
          value_builder: ""
21020
          isurl:
21020
          isurl:
Lines 21032-21038 tables: Link Here
21032
          mandatory: 0
21032
          mandatory: 0
21033
          kohafield: ""
21033
          kohafield: ""
21034
          tab: 3
21034
          tab: 3
21035
          authorised_value: ""
21035
          authorised_value:
21036
          authtypecode: ""
21036
          authtypecode: ""
21037
          value_builder: ""
21037
          value_builder: ""
21038
          isurl:
21038
          isurl:
Lines 21050-21056 tables: Link Here
21050
          mandatory: 0
21050
          mandatory: 0
21051
          kohafield: ""
21051
          kohafield: ""
21052
          tab: 3
21052
          tab: 3
21053
          authorised_value: ""
21053
          authorised_value:
21054
          authtypecode: ""
21054
          authtypecode: ""
21055
          value_builder: ""
21055
          value_builder: ""
21056
          isurl:
21056
          isurl:
Lines 21068-21074 tables: Link Here
21068
          mandatory: 0
21068
          mandatory: 0
21069
          kohafield: ""
21069
          kohafield: ""
21070
          tab: 3
21070
          tab: 3
21071
          authorised_value: ""
21071
          authorised_value:
21072
          authtypecode: ""
21072
          authtypecode: ""
21073
          value_builder: ""
21073
          value_builder: ""
21074
          isurl:
21074
          isurl:
Lines 21086-21092 tables: Link Here
21086
          mandatory: 0
21086
          mandatory: 0
21087
          kohafield: ""
21087
          kohafield: ""
21088
          tab: 3
21088
          tab: 3
21089
          authorised_value: ""
21089
          authorised_value:
21090
          authtypecode: ""
21090
          authtypecode: ""
21091
          value_builder: ""
21091
          value_builder: ""
21092
          isurl:
21092
          isurl:
Lines 21104-21110 tables: Link Here
21104
          mandatory: 0
21104
          mandatory: 0
21105
          kohafield: ""
21105
          kohafield: ""
21106
          tab: 3
21106
          tab: 3
21107
          authorised_value: ""
21107
          authorised_value:
21108
          authtypecode: ""
21108
          authtypecode: ""
21109
          value_builder: ""
21109
          value_builder: ""
21110
          isurl:
21110
          isurl:
Lines 21122-21128 tables: Link Here
21122
          mandatory: 0
21122
          mandatory: 0
21123
          kohafield: ""
21123
          kohafield: ""
21124
          tab: 3
21124
          tab: 3
21125
          authorised_value: ""
21125
          authorised_value:
21126
          authtypecode: ""
21126
          authtypecode: ""
21127
          value_builder: ""
21127
          value_builder: ""
21128
          isurl:
21128
          isurl:
Lines 21140-21146 tables: Link Here
21140
          mandatory: 0
21140
          mandatory: 0
21141
          kohafield: ""
21141
          kohafield: ""
21142
          tab: 3
21142
          tab: 3
21143
          authorised_value: ""
21143
          authorised_value:
21144
          authtypecode: ""
21144
          authtypecode: ""
21145
          value_builder: ""
21145
          value_builder: ""
21146
          isurl:
21146
          isurl:
Lines 21158-21164 tables: Link Here
21158
          mandatory: 0
21158
          mandatory: 0
21159
          kohafield: ""
21159
          kohafield: ""
21160
          tab: 3
21160
          tab: 3
21161
          authorised_value: ""
21161
          authorised_value:
21162
          authtypecode: ""
21162
          authtypecode: ""
21163
          value_builder: ""
21163
          value_builder: ""
21164
          isurl:
21164
          isurl:
Lines 21176-21182 tables: Link Here
21176
          mandatory: 0
21176
          mandatory: 0
21177
          kohafield: ""
21177
          kohafield: ""
21178
          tab: 3
21178
          tab: 3
21179
          authorised_value: ""
21179
          authorised_value:
21180
          authtypecode: ""
21180
          authtypecode: ""
21181
          value_builder: ""
21181
          value_builder: ""
21182
          isurl:
21182
          isurl:
Lines 21194-21200 tables: Link Here
21194
          mandatory: 0
21194
          mandatory: 0
21195
          kohafield: ""
21195
          kohafield: ""
21196
          tab: 3
21196
          tab: 3
21197
          authorised_value: ""
21197
          authorised_value:
21198
          authtypecode: ""
21198
          authtypecode: ""
21199
          value_builder: ""
21199
          value_builder: ""
21200
          isurl:
21200
          isurl:
Lines 21212-21218 tables: Link Here
21212
          mandatory: 0
21212
          mandatory: 0
21213
          kohafield: ""
21213
          kohafield: ""
21214
          tab: 3
21214
          tab: 3
21215
          authorised_value: ""
21215
          authorised_value:
21216
          authtypecode: ""
21216
          authtypecode: ""
21217
          value_builder: ""
21217
          value_builder: ""
21218
          isurl:
21218
          isurl:
Lines 21230-21236 tables: Link Here
21230
          mandatory: 0
21230
          mandatory: 0
21231
          kohafield: ""
21231
          kohafield: ""
21232
          tab: 3
21232
          tab: 3
21233
          authorised_value: ""
21233
          authorised_value:
21234
          authtypecode: ""
21234
          authtypecode: ""
21235
          value_builder: ""
21235
          value_builder: ""
21236
          isurl:
21236
          isurl:
Lines 21248-21254 tables: Link Here
21248
          mandatory: 0
21248
          mandatory: 0
21249
          kohafield: ""
21249
          kohafield: ""
21250
          tab: 3
21250
          tab: 3
21251
          authorised_value: ""
21251
          authorised_value:
21252
          authtypecode: ""
21252
          authtypecode: ""
21253
          value_builder: ""
21253
          value_builder: ""
21254
          isurl:
21254
          isurl:
Lines 21266-21272 tables: Link Here
21266
          mandatory: 0
21266
          mandatory: 0
21267
          kohafield: ""
21267
          kohafield: ""
21268
          tab: 3
21268
          tab: 3
21269
          authorised_value: ""
21269
          authorised_value:
21270
          authtypecode: ""
21270
          authtypecode: ""
21271
          value_builder: ""
21271
          value_builder: ""
21272
          isurl:
21272
          isurl:
Lines 21284-21290 tables: Link Here
21284
          mandatory: 0
21284
          mandatory: 0
21285
          kohafield: ""
21285
          kohafield: ""
21286
          tab: 3
21286
          tab: 3
21287
          authorised_value: ""
21287
          authorised_value:
21288
          authtypecode: ""
21288
          authtypecode: ""
21289
          value_builder: ""
21289
          value_builder: ""
21290
          isurl:
21290
          isurl:
Lines 21302-21308 tables: Link Here
21302
          mandatory: 0
21302
          mandatory: 0
21303
          kohafield: ""
21303
          kohafield: ""
21304
          tab: 3
21304
          tab: 3
21305
          authorised_value: ""
21305
          authorised_value:
21306
          authtypecode: ""
21306
          authtypecode: ""
21307
          value_builder: ""
21307
          value_builder: ""
21308
          isurl:
21308
          isurl:
Lines 21320-21326 tables: Link Here
21320
          mandatory: 0
21320
          mandatory: 0
21321
          kohafield: ""
21321
          kohafield: ""
21322
          tab: 3
21322
          tab: 3
21323
          authorised_value: ""
21323
          authorised_value:
21324
          authtypecode: ""
21324
          authtypecode: ""
21325
          value_builder: ""
21325
          value_builder: ""
21326
          isurl:
21326
          isurl:
Lines 21338-21344 tables: Link Here
21338
          mandatory: 0
21338
          mandatory: 0
21339
          kohafield: ""
21339
          kohafield: ""
21340
          tab: 3
21340
          tab: 3
21341
          authorised_value: ""
21341
          authorised_value:
21342
          authtypecode: ""
21342
          authtypecode: ""
21343
          value_builder: ""
21343
          value_builder: ""
21344
          isurl:
21344
          isurl:
Lines 21356-21362 tables: Link Here
21356
          mandatory: 0
21356
          mandatory: 0
21357
          kohafield: ""
21357
          kohafield: ""
21358
          tab: 3
21358
          tab: 3
21359
          authorised_value: ""
21359
          authorised_value:
21360
          authtypecode: ""
21360
          authtypecode: ""
21361
          value_builder: ""
21361
          value_builder: ""
21362
          isurl:
21362
          isurl:
Lines 21374-21380 tables: Link Here
21374
          mandatory: 0
21374
          mandatory: 0
21375
          kohafield: ""
21375
          kohafield: ""
21376
          tab: 3
21376
          tab: 3
21377
          authorised_value: ""
21377
          authorised_value:
21378
          authtypecode: ""
21378
          authtypecode: ""
21379
          value_builder: ""
21379
          value_builder: ""
21380
          isurl:
21380
          isurl:
Lines 21392-21398 tables: Link Here
21392
          mandatory: 0
21392
          mandatory: 0
21393
          kohafield: ""
21393
          kohafield: ""
21394
          tab: 3
21394
          tab: 3
21395
          authorised_value: ""
21395
          authorised_value:
21396
          authtypecode: ""
21396
          authtypecode: ""
21397
          value_builder: ""
21397
          value_builder: ""
21398
          isurl:
21398
          isurl:
Lines 21410-21416 tables: Link Here
21410
          mandatory: 0
21410
          mandatory: 0
21411
          kohafield: ""
21411
          kohafield: ""
21412
          tab: 3
21412
          tab: 3
21413
          authorised_value: ""
21413
          authorised_value:
21414
          authtypecode: ""
21414
          authtypecode: ""
21415
          value_builder: ""
21415
          value_builder: ""
21416
          isurl:
21416
          isurl:
Lines 21428-21434 tables: Link Here
21428
          mandatory: 0
21428
          mandatory: 0
21429
          kohafield: ""
21429
          kohafield: ""
21430
          tab: 3
21430
          tab: 3
21431
          authorised_value: ""
21431
          authorised_value:
21432
          authtypecode: ""
21432
          authtypecode: ""
21433
          value_builder: ""
21433
          value_builder: ""
21434
          isurl:
21434
          isurl:
Lines 21446-21452 tables: Link Here
21446
          mandatory: 0
21446
          mandatory: 0
21447
          kohafield: ""
21447
          kohafield: ""
21448
          tab: 3
21448
          tab: 3
21449
          authorised_value: ""
21449
          authorised_value:
21450
          authtypecode: ""
21450
          authtypecode: ""
21451
          value_builder: ""
21451
          value_builder: ""
21452
          isurl:
21452
          isurl:
Lines 21464-21470 tables: Link Here
21464
          mandatory: 0
21464
          mandatory: 0
21465
          kohafield: ""
21465
          kohafield: ""
21466
          tab: 3
21466
          tab: 3
21467
          authorised_value: ""
21467
          authorised_value:
21468
          authtypecode: ""
21468
          authtypecode: ""
21469
          value_builder: ""
21469
          value_builder: ""
21470
          isurl:
21470
          isurl:
Lines 21482-21488 tables: Link Here
21482
          mandatory: 0
21482
          mandatory: 0
21483
          kohafield: ""
21483
          kohafield: ""
21484
          tab: 3
21484
          tab: 3
21485
          authorised_value: ""
21485
          authorised_value:
21486
          authtypecode: ""
21486
          authtypecode: ""
21487
          value_builder: ""
21487
          value_builder: ""
21488
          isurl:
21488
          isurl:
Lines 21500-21506 tables: Link Here
21500
          mandatory: 0
21500
          mandatory: 0
21501
          kohafield: ""
21501
          kohafield: ""
21502
          tab: 3
21502
          tab: 3
21503
          authorised_value: ""
21503
          authorised_value:
21504
          authtypecode: ""
21504
          authtypecode: ""
21505
          value_builder: ""
21505
          value_builder: ""
21506
          isurl:
21506
          isurl:
Lines 21518-21524 tables: Link Here
21518
          mandatory: 0
21518
          mandatory: 0
21519
          kohafield: ""
21519
          kohafield: ""
21520
          tab: 3
21520
          tab: 3
21521
          authorised_value: ""
21521
          authorised_value:
21522
          authtypecode: ""
21522
          authtypecode: ""
21523
          value_builder: ""
21523
          value_builder: ""
21524
          isurl:
21524
          isurl:
Lines 21536-21542 tables: Link Here
21536
          mandatory: 0
21536
          mandatory: 0
21537
          kohafield: ""
21537
          kohafield: ""
21538
          tab: 3
21538
          tab: 3
21539
          authorised_value: ""
21539
          authorised_value:
21540
          authtypecode: ""
21540
          authtypecode: ""
21541
          value_builder: ""
21541
          value_builder: ""
21542
          isurl:
21542
          isurl:
Lines 21554-21560 tables: Link Here
21554
          mandatory: 0
21554
          mandatory: 0
21555
          kohafield: ""
21555
          kohafield: ""
21556
          tab: 3
21556
          tab: 3
21557
          authorised_value: ""
21557
          authorised_value:
21558
          authtypecode: ""
21558
          authtypecode: ""
21559
          value_builder: ""
21559
          value_builder: ""
21560
          isurl:
21560
          isurl:
Lines 21572-21578 tables: Link Here
21572
          mandatory: 0
21572
          mandatory: 0
21573
          kohafield: ""
21573
          kohafield: ""
21574
          tab: 3
21574
          tab: 3
21575
          authorised_value: ""
21575
          authorised_value:
21576
          authtypecode: ""
21576
          authtypecode: ""
21577
          value_builder: ""
21577
          value_builder: ""
21578
          isurl:
21578
          isurl:
Lines 21590-21596 tables: Link Here
21590
          mandatory: 0
21590
          mandatory: 0
21591
          kohafield: ""
21591
          kohafield: ""
21592
          tab: 3
21592
          tab: 3
21593
          authorised_value: ""
21593
          authorised_value:
21594
          authtypecode: ""
21594
          authtypecode: ""
21595
          value_builder: ""
21595
          value_builder: ""
21596
          isurl:
21596
          isurl:
Lines 21608-21614 tables: Link Here
21608
          mandatory: 0
21608
          mandatory: 0
21609
          kohafield: ""
21609
          kohafield: ""
21610
          tab: 3
21610
          tab: 3
21611
          authorised_value: ""
21611
          authorised_value:
21612
          authtypecode: ""
21612
          authtypecode: ""
21613
          value_builder: ""
21613
          value_builder: ""
21614
          isurl:
21614
          isurl:
Lines 21626-21632 tables: Link Here
21626
          mandatory: 0
21626
          mandatory: 0
21627
          kohafield: ""
21627
          kohafield: ""
21628
          tab: 3
21628
          tab: 3
21629
          authorised_value: ""
21629
          authorised_value:
21630
          authtypecode: ""
21630
          authtypecode: ""
21631
          value_builder: ""
21631
          value_builder: ""
21632
          isurl:
21632
          isurl:
Lines 21644-21650 tables: Link Here
21644
          mandatory: 0
21644
          mandatory: 0
21645
          kohafield: ""
21645
          kohafield: ""
21646
          tab: 3
21646
          tab: 3
21647
          authorised_value: ""
21647
          authorised_value:
21648
          authtypecode: ""
21648
          authtypecode: ""
21649
          value_builder: ""
21649
          value_builder: ""
21650
          isurl:
21650
          isurl:
Lines 21662-21668 tables: Link Here
21662
          mandatory: 0
21662
          mandatory: 0
21663
          kohafield: ""
21663
          kohafield: ""
21664
          tab: 3
21664
          tab: 3
21665
          authorised_value: ""
21665
          authorised_value:
21666
          authtypecode: ""
21666
          authtypecode: ""
21667
          value_builder: ""
21667
          value_builder: ""
21668
          isurl:
21668
          isurl:
Lines 21680-21686 tables: Link Here
21680
          mandatory: 0
21680
          mandatory: 0
21681
          kohafield: ""
21681
          kohafield: ""
21682
          tab: 3
21682
          tab: 3
21683
          authorised_value: ""
21683
          authorised_value:
21684
          authtypecode: ""
21684
          authtypecode: ""
21685
          value_builder: ""
21685
          value_builder: ""
21686
          isurl:
21686
          isurl:
Lines 21698-21704 tables: Link Here
21698
          mandatory: 0
21698
          mandatory: 0
21699
          kohafield: ""
21699
          kohafield: ""
21700
          tab: 3
21700
          tab: 3
21701
          authorised_value: ""
21701
          authorised_value:
21702
          authtypecode: ""
21702
          authtypecode: ""
21703
          value_builder: ""
21703
          value_builder: ""
21704
          isurl:
21704
          isurl:
Lines 21716-21722 tables: Link Here
21716
          mandatory: 0
21716
          mandatory: 0
21717
          kohafield: ""
21717
          kohafield: ""
21718
          tab: 3
21718
          tab: 3
21719
          authorised_value: ""
21719
          authorised_value:
21720
          authtypecode: ""
21720
          authtypecode: ""
21721
          value_builder: ""
21721
          value_builder: ""
21722
          isurl:
21722
          isurl:
Lines 21734-21740 tables: Link Here
21734
          mandatory: 0
21734
          mandatory: 0
21735
          kohafield: ""
21735
          kohafield: ""
21736
          tab: 3
21736
          tab: 3
21737
          authorised_value: ""
21737
          authorised_value:
21738
          authtypecode: ""
21738
          authtypecode: ""
21739
          value_builder: ""
21739
          value_builder: ""
21740
          isurl:
21740
          isurl:
Lines 21752-21758 tables: Link Here
21752
          mandatory: 0
21752
          mandatory: 0
21753
          kohafield: ""
21753
          kohafield: ""
21754
          tab: 3
21754
          tab: 3
21755
          authorised_value: ""
21755
          authorised_value:
21756
          authtypecode: ""
21756
          authtypecode: ""
21757
          value_builder: ""
21757
          value_builder: ""
21758
          isurl:
21758
          isurl:
Lines 21770-21776 tables: Link Here
21770
          mandatory: 0
21770
          mandatory: 0
21771
          kohafield: ""
21771
          kohafield: ""
21772
          tab: 3
21772
          tab: 3
21773
          authorised_value: ""
21773
          authorised_value:
21774
          authtypecode: ""
21774
          authtypecode: ""
21775
          value_builder: ""
21775
          value_builder: ""
21776
          isurl:
21776
          isurl:
Lines 21788-21794 tables: Link Here
21788
          mandatory: 0
21788
          mandatory: 0
21789
          kohafield: ""
21789
          kohafield: ""
21790
          tab: 3
21790
          tab: 3
21791
          authorised_value: ""
21791
          authorised_value:
21792
          authtypecode: ""
21792
          authtypecode: ""
21793
          value_builder: ""
21793
          value_builder: ""
21794
          isurl:
21794
          isurl:
Lines 21806-21812 tables: Link Here
21806
          mandatory: 0
21806
          mandatory: 0
21807
          kohafield: ""
21807
          kohafield: ""
21808
          tab: 3
21808
          tab: 3
21809
          authorised_value: ""
21809
          authorised_value:
21810
          authtypecode: ""
21810
          authtypecode: ""
21811
          value_builder: ""
21811
          value_builder: ""
21812
          isurl:
21812
          isurl:
Lines 21824-21830 tables: Link Here
21824
          mandatory: 0
21824
          mandatory: 0
21825
          kohafield: ""
21825
          kohafield: ""
21826
          tab: 3
21826
          tab: 3
21827
          authorised_value: ""
21827
          authorised_value:
21828
          authtypecode: ""
21828
          authtypecode: ""
21829
          value_builder: ""
21829
          value_builder: ""
21830
          isurl:
21830
          isurl:
Lines 21842-21848 tables: Link Here
21842
          mandatory: 0
21842
          mandatory: 0
21843
          kohafield: ""
21843
          kohafield: ""
21844
          tab: 3
21844
          tab: 3
21845
          authorised_value: ""
21845
          authorised_value:
21846
          authtypecode: ""
21846
          authtypecode: ""
21847
          value_builder: ""
21847
          value_builder: ""
21848
          isurl:
21848
          isurl:
Lines 21860-21866 tables: Link Here
21860
          mandatory: 0
21860
          mandatory: 0
21861
          kohafield: ""
21861
          kohafield: ""
21862
          tab: 3
21862
          tab: 3
21863
          authorised_value: ""
21863
          authorised_value:
21864
          authtypecode: ""
21864
          authtypecode: ""
21865
          value_builder: ""
21865
          value_builder: ""
21866
          isurl:
21866
          isurl:
Lines 21878-21884 tables: Link Here
21878
          mandatory: 0
21878
          mandatory: 0
21879
          kohafield: ""
21879
          kohafield: ""
21880
          tab: 3
21880
          tab: 3
21881
          authorised_value: ""
21881
          authorised_value:
21882
          authtypecode: ""
21882
          authtypecode: ""
21883
          value_builder: ""
21883
          value_builder: ""
21884
          isurl:
21884
          isurl:
Lines 21896-21902 tables: Link Here
21896
          mandatory: 0
21896
          mandatory: 0
21897
          kohafield: ""
21897
          kohafield: ""
21898
          tab: 3
21898
          tab: 3
21899
          authorised_value: ""
21899
          authorised_value:
21900
          authtypecode: ""
21900
          authtypecode: ""
21901
          value_builder: ""
21901
          value_builder: ""
21902
          isurl:
21902
          isurl:
Lines 21914-21920 tables: Link Here
21914
          mandatory: 0
21914
          mandatory: 0
21915
          kohafield: ""
21915
          kohafield: ""
21916
          tab: 3
21916
          tab: 3
21917
          authorised_value: ""
21917
          authorised_value:
21918
          authtypecode: ""
21918
          authtypecode: ""
21919
          value_builder: ""
21919
          value_builder: ""
21920
          isurl:
21920
          isurl:
Lines 21932-21938 tables: Link Here
21932
          mandatory: 0
21932
          mandatory: 0
21933
          kohafield: ""
21933
          kohafield: ""
21934
          tab: 3
21934
          tab: 3
21935
          authorised_value: ""
21935
          authorised_value:
21936
          authtypecode: ""
21936
          authtypecode: ""
21937
          value_builder: ""
21937
          value_builder: ""
21938
          isurl:
21938
          isurl:
Lines 21950-21956 tables: Link Here
21950
          mandatory: 0
21950
          mandatory: 0
21951
          kohafield: ""
21951
          kohafield: ""
21952
          tab: 3
21952
          tab: 3
21953
          authorised_value: ""
21953
          authorised_value:
21954
          authtypecode: ""
21954
          authtypecode: ""
21955
          value_builder: ""
21955
          value_builder: ""
21956
          isurl:
21956
          isurl:
Lines 21968-21974 tables: Link Here
21968
          mandatory: 0
21968
          mandatory: 0
21969
          kohafield: ""
21969
          kohafield: ""
21970
          tab: 3
21970
          tab: 3
21971
          authorised_value: ""
21971
          authorised_value:
21972
          authtypecode: ""
21972
          authtypecode: ""
21973
          value_builder: ""
21973
          value_builder: ""
21974
          isurl:
21974
          isurl:
Lines 21986-21992 tables: Link Here
21986
          mandatory: 0
21986
          mandatory: 0
21987
          kohafield: ""
21987
          kohafield: ""
21988
          tab: 3
21988
          tab: 3
21989
          authorised_value: ""
21989
          authorised_value:
21990
          authtypecode: ""
21990
          authtypecode: ""
21991
          value_builder: ""
21991
          value_builder: ""
21992
          isurl:
21992
          isurl:
Lines 22004-22010 tables: Link Here
22004
          mandatory: 0
22004
          mandatory: 0
22005
          kohafield: ""
22005
          kohafield: ""
22006
          tab: 3
22006
          tab: 3
22007
          authorised_value: ""
22007
          authorised_value:
22008
          authtypecode: ""
22008
          authtypecode: ""
22009
          value_builder: ""
22009
          value_builder: ""
22010
          isurl:
22010
          isurl:
Lines 22022-22028 tables: Link Here
22022
          mandatory: 0
22022
          mandatory: 0
22023
          kohafield: ""
22023
          kohafield: ""
22024
          tab: 3
22024
          tab: 3
22025
          authorised_value: ""
22025
          authorised_value:
22026
          authtypecode: ""
22026
          authtypecode: ""
22027
          value_builder: ""
22027
          value_builder: ""
22028
          isurl:
22028
          isurl:
Lines 22040-22046 tables: Link Here
22040
          mandatory: 0
22040
          mandatory: 0
22041
          kohafield: ""
22041
          kohafield: ""
22042
          tab: 3
22042
          tab: 3
22043
          authorised_value: ""
22043
          authorised_value:
22044
          authtypecode: ""
22044
          authtypecode: ""
22045
          value_builder: ""
22045
          value_builder: ""
22046
          isurl:
22046
          isurl:
Lines 22058-22064 tables: Link Here
22058
          mandatory: 0
22058
          mandatory: 0
22059
          kohafield: ""
22059
          kohafield: ""
22060
          tab: 3
22060
          tab: 3
22061
          authorised_value: ""
22061
          authorised_value:
22062
          authtypecode: ""
22062
          authtypecode: ""
22063
          value_builder: ""
22063
          value_builder: ""
22064
          isurl:
22064
          isurl:
Lines 22076-22082 tables: Link Here
22076
          mandatory: 0
22076
          mandatory: 0
22077
          kohafield: ""
22077
          kohafield: ""
22078
          tab: 3
22078
          tab: 3
22079
          authorised_value: ""
22079
          authorised_value:
22080
          authtypecode: ""
22080
          authtypecode: ""
22081
          value_builder: ""
22081
          value_builder: ""
22082
          isurl:
22082
          isurl:
Lines 22094-22100 tables: Link Here
22094
          mandatory: 0
22094
          mandatory: 0
22095
          kohafield: ""
22095
          kohafield: ""
22096
          tab: 3
22096
          tab: 3
22097
          authorised_value: ""
22097
          authorised_value:
22098
          authtypecode: ""
22098
          authtypecode: ""
22099
          value_builder: ""
22099
          value_builder: ""
22100
          isurl:
22100
          isurl:
Lines 22112-22118 tables: Link Here
22112
          mandatory: 0
22112
          mandatory: 0
22113
          kohafield: ""
22113
          kohafield: ""
22114
          tab: 3
22114
          tab: 3
22115
          authorised_value: ""
22115
          authorised_value:
22116
          authtypecode: ""
22116
          authtypecode: ""
22117
          value_builder: ""
22117
          value_builder: ""
22118
          isurl:
22118
          isurl:
Lines 22130-22136 tables: Link Here
22130
          mandatory: 0
22130
          mandatory: 0
22131
          kohafield: ""
22131
          kohafield: ""
22132
          tab: 3
22132
          tab: 3
22133
          authorised_value: ""
22133
          authorised_value:
22134
          authtypecode: ""
22134
          authtypecode: ""
22135
          value_builder: ""
22135
          value_builder: ""
22136
          isurl:
22136
          isurl:
Lines 22148-22154 tables: Link Here
22148
          mandatory: 0
22148
          mandatory: 0
22149
          kohafield: ""
22149
          kohafield: ""
22150
          tab: 3
22150
          tab: 3
22151
          authorised_value: ""
22151
          authorised_value:
22152
          authtypecode: ""
22152
          authtypecode: ""
22153
          value_builder: ""
22153
          value_builder: ""
22154
          isurl:
22154
          isurl:
Lines 22166-22172 tables: Link Here
22166
          mandatory: 0
22166
          mandatory: 0
22167
          kohafield: ""
22167
          kohafield: ""
22168
          tab: 3
22168
          tab: 3
22169
          authorised_value: ""
22169
          authorised_value:
22170
          authtypecode: ""
22170
          authtypecode: ""
22171
          value_builder: ""
22171
          value_builder: ""
22172
          isurl:
22172
          isurl:
Lines 22184-22190 tables: Link Here
22184
          mandatory: 0
22184
          mandatory: 0
22185
          kohafield: ""
22185
          kohafield: ""
22186
          tab: 3
22186
          tab: 3
22187
          authorised_value: ""
22187
          authorised_value:
22188
          authtypecode: ""
22188
          authtypecode: ""
22189
          value_builder: ""
22189
          value_builder: ""
22190
          isurl:
22190
          isurl:
Lines 22202-22208 tables: Link Here
22202
          mandatory: 0
22202
          mandatory: 0
22203
          kohafield: ""
22203
          kohafield: ""
22204
          tab: 3
22204
          tab: 3
22205
          authorised_value: ""
22205
          authorised_value:
22206
          authtypecode: ""
22206
          authtypecode: ""
22207
          value_builder: ""
22207
          value_builder: ""
22208
          isurl:
22208
          isurl:
Lines 22220-22226 tables: Link Here
22220
          mandatory: 0
22220
          mandatory: 0
22221
          kohafield: ""
22221
          kohafield: ""
22222
          tab: 3
22222
          tab: 3
22223
          authorised_value: ""
22223
          authorised_value:
22224
          authtypecode: ""
22224
          authtypecode: ""
22225
          value_builder: ""
22225
          value_builder: ""
22226
          isurl:
22226
          isurl:
Lines 22238-22244 tables: Link Here
22238
          mandatory: 0
22238
          mandatory: 0
22239
          kohafield: ""
22239
          kohafield: ""
22240
          tab: 3
22240
          tab: 3
22241
          authorised_value: ""
22241
          authorised_value:
22242
          authtypecode: ""
22242
          authtypecode: ""
22243
          value_builder: ""
22243
          value_builder: ""
22244
          isurl:
22244
          isurl:
Lines 22256-22262 tables: Link Here
22256
          mandatory: 0
22256
          mandatory: 0
22257
          kohafield: ""
22257
          kohafield: ""
22258
          tab: 3
22258
          tab: 3
22259
          authorised_value: ""
22259
          authorised_value:
22260
          authtypecode: ""
22260
          authtypecode: ""
22261
          value_builder: ""
22261
          value_builder: ""
22262
          isurl:
22262
          isurl:
Lines 22274-22280 tables: Link Here
22274
          mandatory: 0
22274
          mandatory: 0
22275
          kohafield: ""
22275
          kohafield: ""
22276
          tab: 3
22276
          tab: 3
22277
          authorised_value: ""
22277
          authorised_value:
22278
          authtypecode: ""
22278
          authtypecode: ""
22279
          value_builder: ""
22279
          value_builder: ""
22280
          isurl:
22280
          isurl:
Lines 22292-22298 tables: Link Here
22292
          mandatory: 0
22292
          mandatory: 0
22293
          kohafield: ""
22293
          kohafield: ""
22294
          tab: 3
22294
          tab: 3
22295
          authorised_value: ""
22295
          authorised_value:
22296
          authtypecode: ""
22296
          authtypecode: ""
22297
          value_builder: ""
22297
          value_builder: ""
22298
          isurl:
22298
          isurl:
Lines 22310-22316 tables: Link Here
22310
          mandatory: 0
22310
          mandatory: 0
22311
          kohafield: ""
22311
          kohafield: ""
22312
          tab: 3
22312
          tab: 3
22313
          authorised_value: ""
22313
          authorised_value:
22314
          authtypecode: ""
22314
          authtypecode: ""
22315
          value_builder: ""
22315
          value_builder: ""
22316
          isurl:
22316
          isurl:
Lines 22328-22334 tables: Link Here
22328
          mandatory: 0
22328
          mandatory: 0
22329
          kohafield: ""
22329
          kohafield: ""
22330
          tab: 3
22330
          tab: 3
22331
          authorised_value: ""
22331
          authorised_value:
22332
          authtypecode: ""
22332
          authtypecode: ""
22333
          value_builder: ""
22333
          value_builder: ""
22334
          isurl:
22334
          isurl:
Lines 22346-22352 tables: Link Here
22346
          mandatory: 0
22346
          mandatory: 0
22347
          kohafield: ""
22347
          kohafield: ""
22348
          tab: 3
22348
          tab: 3
22349
          authorised_value: ""
22349
          authorised_value:
22350
          authtypecode: ""
22350
          authtypecode: ""
22351
          value_builder: ""
22351
          value_builder: ""
22352
          isurl:
22352
          isurl:
Lines 22364-22370 tables: Link Here
22364
          mandatory: 0
22364
          mandatory: 0
22365
          kohafield: ""
22365
          kohafield: ""
22366
          tab: 3
22366
          tab: 3
22367
          authorised_value: ""
22367
          authorised_value:
22368
          authtypecode: ""
22368
          authtypecode: ""
22369
          value_builder: ""
22369
          value_builder: ""
22370
          isurl:
22370
          isurl:
Lines 22382-22388 tables: Link Here
22382
          mandatory: 0
22382
          mandatory: 0
22383
          kohafield: ""
22383
          kohafield: ""
22384
          tab: 3
22384
          tab: 3
22385
          authorised_value: ""
22385
          authorised_value:
22386
          authtypecode: ""
22386
          authtypecode: ""
22387
          value_builder: ""
22387
          value_builder: ""
22388
          isurl:
22388
          isurl:
Lines 22400-22406 tables: Link Here
22400
          mandatory: 0
22400
          mandatory: 0
22401
          kohafield: ""
22401
          kohafield: ""
22402
          tab: 3
22402
          tab: 3
22403
          authorised_value: ""
22403
          authorised_value:
22404
          authtypecode: ""
22404
          authtypecode: ""
22405
          value_builder: ""
22405
          value_builder: ""
22406
          isurl:
22406
          isurl:
Lines 22418-22424 tables: Link Here
22418
          mandatory: 0
22418
          mandatory: 0
22419
          kohafield: ""
22419
          kohafield: ""
22420
          tab: 3
22420
          tab: 3
22421
          authorised_value: ""
22421
          authorised_value:
22422
          authtypecode: ""
22422
          authtypecode: ""
22423
          value_builder: ""
22423
          value_builder: ""
22424
          isurl:
22424
          isurl:
Lines 22436-22442 tables: Link Here
22436
          mandatory: 0
22436
          mandatory: 0
22437
          kohafield: ""
22437
          kohafield: ""
22438
          tab: 3
22438
          tab: 3
22439
          authorised_value: ""
22439
          authorised_value:
22440
          authtypecode: ""
22440
          authtypecode: ""
22441
          value_builder: ""
22441
          value_builder: ""
22442
          isurl:
22442
          isurl:
Lines 22454-22460 tables: Link Here
22454
          mandatory: 0
22454
          mandatory: 0
22455
          kohafield: ""
22455
          kohafield: ""
22456
          tab: 3
22456
          tab: 3
22457
          authorised_value: ""
22457
          authorised_value:
22458
          authtypecode: ""
22458
          authtypecode: ""
22459
          value_builder: ""
22459
          value_builder: ""
22460
          isurl:
22460
          isurl:
Lines 22472-22478 tables: Link Here
22472
          mandatory: 0
22472
          mandatory: 0
22473
          kohafield: ""
22473
          kohafield: ""
22474
          tab: 3
22474
          tab: 3
22475
          authorised_value: ""
22475
          authorised_value:
22476
          authtypecode: ""
22476
          authtypecode: ""
22477
          value_builder: ""
22477
          value_builder: ""
22478
          isurl:
22478
          isurl:
Lines 22490-22496 tables: Link Here
22490
          mandatory: 0
22490
          mandatory: 0
22491
          kohafield: ""
22491
          kohafield: ""
22492
          tab: 3
22492
          tab: 3
22493
          authorised_value: ""
22493
          authorised_value:
22494
          authtypecode: ""
22494
          authtypecode: ""
22495
          value_builder: ""
22495
          value_builder: ""
22496
          isurl:
22496
          isurl:
Lines 22508-22514 tables: Link Here
22508
          mandatory: 0
22508
          mandatory: 0
22509
          kohafield: ""
22509
          kohafield: ""
22510
          tab: 3
22510
          tab: 3
22511
          authorised_value: ""
22511
          authorised_value:
22512
          authtypecode: ""
22512
          authtypecode: ""
22513
          value_builder: ""
22513
          value_builder: ""
22514
          isurl:
22514
          isurl:
Lines 22526-22532 tables: Link Here
22526
          mandatory: 0
22526
          mandatory: 0
22527
          kohafield: ""
22527
          kohafield: ""
22528
          tab: 3
22528
          tab: 3
22529
          authorised_value: ""
22529
          authorised_value:
22530
          authtypecode: ""
22530
          authtypecode: ""
22531
          value_builder: ""
22531
          value_builder: ""
22532
          isurl:
22532
          isurl:
Lines 22544-22550 tables: Link Here
22544
          mandatory: 0
22544
          mandatory: 0
22545
          kohafield: ""
22545
          kohafield: ""
22546
          tab: 3
22546
          tab: 3
22547
          authorised_value: ""
22547
          authorised_value:
22548
          authtypecode: ""
22548
          authtypecode: ""
22549
          value_builder: ""
22549
          value_builder: ""
22550
          isurl:
22550
          isurl:
Lines 22562-22568 tables: Link Here
22562
          mandatory: 0
22562
          mandatory: 0
22563
          kohafield: ""
22563
          kohafield: ""
22564
          tab: 3
22564
          tab: 3
22565
          authorised_value: ""
22565
          authorised_value:
22566
          authtypecode: ""
22566
          authtypecode: ""
22567
          value_builder: ""
22567
          value_builder: ""
22568
          isurl:
22568
          isurl:
Lines 22580-22586 tables: Link Here
22580
          mandatory: 0
22580
          mandatory: 0
22581
          kohafield: ""
22581
          kohafield: ""
22582
          tab: 3
22582
          tab: 3
22583
          authorised_value: ""
22583
          authorised_value:
22584
          authtypecode: ""
22584
          authtypecode: ""
22585
          value_builder: ""
22585
          value_builder: ""
22586
          isurl:
22586
          isurl:
Lines 22598-22604 tables: Link Here
22598
          mandatory: 0
22598
          mandatory: 0
22599
          kohafield: ""
22599
          kohafield: ""
22600
          tab: 3
22600
          tab: 3
22601
          authorised_value: ""
22601
          authorised_value:
22602
          authtypecode: ""
22602
          authtypecode: ""
22603
          value_builder: ""
22603
          value_builder: ""
22604
          isurl:
22604
          isurl:
Lines 22616-22622 tables: Link Here
22616
          mandatory: 0
22616
          mandatory: 0
22617
          kohafield: ""
22617
          kohafield: ""
22618
          tab: 3
22618
          tab: 3
22619
          authorised_value: ""
22619
          authorised_value:
22620
          authtypecode: ""
22620
          authtypecode: ""
22621
          value_builder: ""
22621
          value_builder: ""
22622
          isurl:
22622
          isurl:
Lines 22634-22640 tables: Link Here
22634
          mandatory: 0
22634
          mandatory: 0
22635
          kohafield: ""
22635
          kohafield: ""
22636
          tab: 3
22636
          tab: 3
22637
          authorised_value: ""
22637
          authorised_value:
22638
          authtypecode: ""
22638
          authtypecode: ""
22639
          value_builder: ""
22639
          value_builder: ""
22640
          isurl:
22640
          isurl:
Lines 22652-22658 tables: Link Here
22652
          mandatory: 0
22652
          mandatory: 0
22653
          kohafield: ""
22653
          kohafield: ""
22654
          tab: 3
22654
          tab: 3
22655
          authorised_value: ""
22655
          authorised_value:
22656
          authtypecode: ""
22656
          authtypecode: ""
22657
          value_builder: ""
22657
          value_builder: ""
22658
          isurl:
22658
          isurl:
Lines 22670-22676 tables: Link Here
22670
          mandatory: 0
22670
          mandatory: 0
22671
          kohafield: ""
22671
          kohafield: ""
22672
          tab: 3
22672
          tab: 3
22673
          authorised_value: ""
22673
          authorised_value:
22674
          authtypecode: ""
22674
          authtypecode: ""
22675
          value_builder: ""
22675
          value_builder: ""
22676
          isurl:
22676
          isurl:
Lines 22688-22694 tables: Link Here
22688
          mandatory: 0
22688
          mandatory: 0
22689
          kohafield: ""
22689
          kohafield: ""
22690
          tab: 3
22690
          tab: 3
22691
          authorised_value: ""
22691
          authorised_value:
22692
          authtypecode: ""
22692
          authtypecode: ""
22693
          value_builder: ""
22693
          value_builder: ""
22694
          isurl:
22694
          isurl:
Lines 22706-22712 tables: Link Here
22706
          mandatory: 0
22706
          mandatory: 0
22707
          kohafield: ""
22707
          kohafield: ""
22708
          tab: 3
22708
          tab: 3
22709
          authorised_value: ""
22709
          authorised_value:
22710
          authtypecode: ""
22710
          authtypecode: ""
22711
          value_builder: ""
22711
          value_builder: ""
22712
          isurl:
22712
          isurl:
Lines 22724-22730 tables: Link Here
22724
          mandatory: 0
22724
          mandatory: 0
22725
          kohafield: ""
22725
          kohafield: ""
22726
          tab: 3
22726
          tab: 3
22727
          authorised_value: ""
22727
          authorised_value:
22728
          authtypecode: ""
22728
          authtypecode: ""
22729
          value_builder: ""
22729
          value_builder: ""
22730
          isurl:
22730
          isurl:
Lines 22742-22748 tables: Link Here
22742
          mandatory: 0
22742
          mandatory: 0
22743
          kohafield: ""
22743
          kohafield: ""
22744
          tab: 3
22744
          tab: 3
22745
          authorised_value: ""
22745
          authorised_value:
22746
          authtypecode: ""
22746
          authtypecode: ""
22747
          value_builder: ""
22747
          value_builder: ""
22748
          isurl:
22748
          isurl:
Lines 22760-22766 tables: Link Here
22760
          mandatory: 0
22760
          mandatory: 0
22761
          kohafield: ""
22761
          kohafield: ""
22762
          tab: 3
22762
          tab: 3
22763
          authorised_value: ""
22763
          authorised_value:
22764
          authtypecode: ""
22764
          authtypecode: ""
22765
          value_builder: ""
22765
          value_builder: ""
22766
          isurl:
22766
          isurl:
Lines 22778-22784 tables: Link Here
22778
          mandatory: 0
22778
          mandatory: 0
22779
          kohafield: ""
22779
          kohafield: ""
22780
          tab: 3
22780
          tab: 3
22781
          authorised_value: ""
22781
          authorised_value:
22782
          authtypecode: ""
22782
          authtypecode: ""
22783
          value_builder: ""
22783
          value_builder: ""
22784
          isurl:
22784
          isurl:
Lines 22796-22802 tables: Link Here
22796
          mandatory: 0
22796
          mandatory: 0
22797
          kohafield: ""
22797
          kohafield: ""
22798
          tab: 3
22798
          tab: 3
22799
          authorised_value: ""
22799
          authorised_value:
22800
          authtypecode: ""
22800
          authtypecode: ""
22801
          value_builder: ""
22801
          value_builder: ""
22802
          isurl:
22802
          isurl:
Lines 22814-22820 tables: Link Here
22814
          mandatory: 0
22814
          mandatory: 0
22815
          kohafield: ""
22815
          kohafield: ""
22816
          tab: 3
22816
          tab: 3
22817
          authorised_value: ""
22817
          authorised_value:
22818
          authtypecode: ""
22818
          authtypecode: ""
22819
          value_builder: ""
22819
          value_builder: ""
22820
          isurl:
22820
          isurl:
Lines 22832-22838 tables: Link Here
22832
          mandatory: 0
22832
          mandatory: 0
22833
          kohafield: ""
22833
          kohafield: ""
22834
          tab: 3
22834
          tab: 3
22835
          authorised_value: ""
22835
          authorised_value:
22836
          authtypecode: ""
22836
          authtypecode: ""
22837
          value_builder: ""
22837
          value_builder: ""
22838
          isurl:
22838
          isurl:
Lines 22850-22856 tables: Link Here
22850
          mandatory: 0
22850
          mandatory: 0
22851
          kohafield: ""
22851
          kohafield: ""
22852
          tab: 3
22852
          tab: 3
22853
          authorised_value: ""
22853
          authorised_value:
22854
          authtypecode: ""
22854
          authtypecode: ""
22855
          value_builder: ""
22855
          value_builder: ""
22856
          isurl:
22856
          isurl:
Lines 22868-22874 tables: Link Here
22868
          mandatory: 0
22868
          mandatory: 0
22869
          kohafield: ""
22869
          kohafield: ""
22870
          tab: 3
22870
          tab: 3
22871
          authorised_value: ""
22871
          authorised_value:
22872
          authtypecode: ""
22872
          authtypecode: ""
22873
          value_builder: ""
22873
          value_builder: ""
22874
          isurl:
22874
          isurl:
Lines 22886-22892 tables: Link Here
22886
          mandatory: 0
22886
          mandatory: 0
22887
          kohafield: ""
22887
          kohafield: ""
22888
          tab: 3
22888
          tab: 3
22889
          authorised_value: ""
22889
          authorised_value:
22890
          authtypecode: ""
22890
          authtypecode: ""
22891
          value_builder: ""
22891
          value_builder: ""
22892
          isurl:
22892
          isurl:
Lines 22904-22910 tables: Link Here
22904
          mandatory: 0
22904
          mandatory: 0
22905
          kohafield: ""
22905
          kohafield: ""
22906
          tab: 3
22906
          tab: 3
22907
          authorised_value: ""
22907
          authorised_value:
22908
          authtypecode: ""
22908
          authtypecode: ""
22909
          value_builder: ""
22909
          value_builder: ""
22910
          isurl:
22910
          isurl:
Lines 22922-22928 tables: Link Here
22922
          mandatory: 0
22922
          mandatory: 0
22923
          kohafield: ""
22923
          kohafield: ""
22924
          tab: 3
22924
          tab: 3
22925
          authorised_value: ""
22925
          authorised_value:
22926
          authtypecode: ""
22926
          authtypecode: ""
22927
          value_builder: ""
22927
          value_builder: ""
22928
          isurl:
22928
          isurl:
Lines 22940-22946 tables: Link Here
22940
          mandatory: 0
22940
          mandatory: 0
22941
          kohafield: ""
22941
          kohafield: ""
22942
          tab: 3
22942
          tab: 3
22943
          authorised_value: ""
22943
          authorised_value:
22944
          authtypecode: ""
22944
          authtypecode: ""
22945
          value_builder: ""
22945
          value_builder: ""
22946
          isurl:
22946
          isurl:
Lines 22958-22964 tables: Link Here
22958
          mandatory: 0
22958
          mandatory: 0
22959
          kohafield: ""
22959
          kohafield: ""
22960
          tab: 3
22960
          tab: 3
22961
          authorised_value: ""
22961
          authorised_value:
22962
          authtypecode: ""
22962
          authtypecode: ""
22963
          value_builder: ""
22963
          value_builder: ""
22964
          isurl:
22964
          isurl:
Lines 22976-22982 tables: Link Here
22976
          mandatory: 0
22976
          mandatory: 0
22977
          kohafield: ""
22977
          kohafield: ""
22978
          tab: 3
22978
          tab: 3
22979
          authorised_value: ""
22979
          authorised_value:
22980
          authtypecode: ""
22980
          authtypecode: ""
22981
          value_builder: ""
22981
          value_builder: ""
22982
          isurl:
22982
          isurl:
Lines 22994-23000 tables: Link Here
22994
          mandatory: 0
22994
          mandatory: 0
22995
          kohafield: ""
22995
          kohafield: ""
22996
          tab: 3
22996
          tab: 3
22997
          authorised_value: ""
22997
          authorised_value:
22998
          authtypecode: ""
22998
          authtypecode: ""
22999
          value_builder: ""
22999
          value_builder: ""
23000
          isurl:
23000
          isurl:
Lines 23012-23018 tables: Link Here
23012
          mandatory: 0
23012
          mandatory: 0
23013
          kohafield: ""
23013
          kohafield: ""
23014
          tab: 3
23014
          tab: 3
23015
          authorised_value: ""
23015
          authorised_value:
23016
          authtypecode: ""
23016
          authtypecode: ""
23017
          value_builder: ""
23017
          value_builder: ""
23018
          isurl:
23018
          isurl:
Lines 23030-23036 tables: Link Here
23030
          mandatory: 0
23030
          mandatory: 0
23031
          kohafield: ""
23031
          kohafield: ""
23032
          tab: 3
23032
          tab: 3
23033
          authorised_value: ""
23033
          authorised_value:
23034
          authtypecode: ""
23034
          authtypecode: ""
23035
          value_builder: ""
23035
          value_builder: ""
23036
          isurl:
23036
          isurl:
Lines 23048-23054 tables: Link Here
23048
          mandatory: 0
23048
          mandatory: 0
23049
          kohafield: ""
23049
          kohafield: ""
23050
          tab: 3
23050
          tab: 3
23051
          authorised_value: ""
23051
          authorised_value:
23052
          authtypecode: ""
23052
          authtypecode: ""
23053
          value_builder: ""
23053
          value_builder: ""
23054
          isurl:
23054
          isurl:
Lines 23066-23072 tables: Link Here
23066
          mandatory: 0
23066
          mandatory: 0
23067
          kohafield: ""
23067
          kohafield: ""
23068
          tab: 3
23068
          tab: 3
23069
          authorised_value: ""
23069
          authorised_value:
23070
          authtypecode: ""
23070
          authtypecode: ""
23071
          value_builder: ""
23071
          value_builder: ""
23072
          isurl:
23072
          isurl:
Lines 23084-23090 tables: Link Here
23084
          mandatory: 0
23084
          mandatory: 0
23085
          kohafield: ""
23085
          kohafield: ""
23086
          tab: 3
23086
          tab: 3
23087
          authorised_value: ""
23087
          authorised_value:
23088
          authtypecode: ""
23088
          authtypecode: ""
23089
          value_builder: ""
23089
          value_builder: ""
23090
          isurl:
23090
          isurl:
Lines 23102-23108 tables: Link Here
23102
          mandatory: 0
23102
          mandatory: 0
23103
          kohafield: ""
23103
          kohafield: ""
23104
          tab: 3
23104
          tab: 3
23105
          authorised_value: ""
23105
          authorised_value:
23106
          authtypecode: ""
23106
          authtypecode: ""
23107
          value_builder: ""
23107
          value_builder: ""
23108
          isurl:
23108
          isurl:
Lines 23120-23126 tables: Link Here
23120
          mandatory: 0
23120
          mandatory: 0
23121
          kohafield: ""
23121
          kohafield: ""
23122
          tab: 3
23122
          tab: 3
23123
          authorised_value: ""
23123
          authorised_value:
23124
          authtypecode: ""
23124
          authtypecode: ""
23125
          value_builder: ""
23125
          value_builder: ""
23126
          isurl:
23126
          isurl:
Lines 23138-23144 tables: Link Here
23138
          mandatory: 0
23138
          mandatory: 0
23139
          kohafield: ""
23139
          kohafield: ""
23140
          tab: 4
23140
          tab: 4
23141
          authorised_value: ""
23141
          authorised_value:
23142
          authtypecode: ""
23142
          authtypecode: ""
23143
          value_builder: ""
23143
          value_builder: ""
23144
          isurl: 0
23144
          isurl: 0
Lines 23156-23162 tables: Link Here
23156
          mandatory: 0
23156
          mandatory: 0
23157
          kohafield: ""
23157
          kohafield: ""
23158
          tab: 4
23158
          tab: 4
23159
          authorised_value: ""
23159
          authorised_value:
23160
          authtypecode: ""
23160
          authtypecode: ""
23161
          value_builder: ""
23161
          value_builder: ""
23162
          isurl: 0
23162
          isurl: 0
Lines 23174-23180 tables: Link Here
23174
          mandatory: 0
23174
          mandatory: 0
23175
          kohafield: ""
23175
          kohafield: ""
23176
          tab: 4
23176
          tab: 4
23177
          authorised_value: ""
23177
          authorised_value:
23178
          authtypecode: ""
23178
          authtypecode: ""
23179
          value_builder: ""
23179
          value_builder: ""
23180
          isurl: 0
23180
          isurl: 0
Lines 23192-23198 tables: Link Here
23192
          mandatory: 0
23192
          mandatory: 0
23193
          kohafield: ""
23193
          kohafield: ""
23194
          tab: 4
23194
          tab: 4
23195
          authorised_value: ""
23195
          authorised_value:
23196
          authtypecode: ""
23196
          authtypecode: ""
23197
          value_builder: ""
23197
          value_builder: ""
23198
          isurl: 0
23198
          isurl: 0
Lines 23210-23216 tables: Link Here
23210
          mandatory: 0
23210
          mandatory: 0
23211
          kohafield: ""
23211
          kohafield: ""
23212
          tab: 4
23212
          tab: 4
23213
          authorised_value: ""
23213
          authorised_value:
23214
          authtypecode: ""
23214
          authtypecode: ""
23215
          value_builder: ""
23215
          value_builder: ""
23216
          isurl: 0
23216
          isurl: 0
Lines 23228-23234 tables: Link Here
23228
          mandatory: 0
23228
          mandatory: 0
23229
          kohafield: ""
23229
          kohafield: ""
23230
          tab: 4
23230
          tab: 4
23231
          authorised_value: ""
23231
          authorised_value:
23232
          authtypecode: ""
23232
          authtypecode: ""
23233
          value_builder: ""
23233
          value_builder: ""
23234
          isurl: 0
23234
          isurl: 0
Lines 23246-23252 tables: Link Here
23246
          mandatory: 0
23246
          mandatory: 0
23247
          kohafield: ""
23247
          kohafield: ""
23248
          tab: 4
23248
          tab: 4
23249
          authorised_value: ""
23249
          authorised_value:
23250
          authtypecode: ""
23250
          authtypecode: ""
23251
          value_builder: ""
23251
          value_builder: ""
23252
          isurl: 0
23252
          isurl: 0
Lines 23264-23270 tables: Link Here
23264
          mandatory: 0
23264
          mandatory: 0
23265
          kohafield: ""
23265
          kohafield: ""
23266
          tab: 4
23266
          tab: 4
23267
          authorised_value: ""
23267
          authorised_value:
23268
          authtypecode: ""
23268
          authtypecode: ""
23269
          value_builder: ""
23269
          value_builder: ""
23270
          isurl: 0
23270
          isurl: 0
Lines 23282-23288 tables: Link Here
23282
          mandatory: 0
23282
          mandatory: 0
23283
          kohafield: ""
23283
          kohafield: ""
23284
          tab: 4
23284
          tab: 4
23285
          authorised_value: ""
23285
          authorised_value:
23286
          authtypecode: ""
23286
          authtypecode: ""
23287
          value_builder: ""
23287
          value_builder: ""
23288
          isurl: 0
23288
          isurl: 0
Lines 23300-23306 tables: Link Here
23300
          mandatory: 0
23300
          mandatory: 0
23301
          kohafield: ""
23301
          kohafield: ""
23302
          tab: 4
23302
          tab: 4
23303
          authorised_value: ""
23303
          authorised_value:
23304
          authtypecode: ""
23304
          authtypecode: ""
23305
          value_builder: ""
23305
          value_builder: ""
23306
          isurl: 0
23306
          isurl: 0
Lines 23318-23324 tables: Link Here
23318
          mandatory: 0
23318
          mandatory: 0
23319
          kohafield: ""
23319
          kohafield: ""
23320
          tab: 4
23320
          tab: 4
23321
          authorised_value: ""
23321
          authorised_value:
23322
          authtypecode: ""
23322
          authtypecode: ""
23323
          value_builder: ""
23323
          value_builder: ""
23324
          isurl: 0
23324
          isurl: 0
Lines 23336-23342 tables: Link Here
23336
          mandatory: 0
23336
          mandatory: 0
23337
          kohafield: ""
23337
          kohafield: ""
23338
          tab: 4
23338
          tab: 4
23339
          authorised_value: ""
23339
          authorised_value:
23340
          authtypecode: ""
23340
          authtypecode: ""
23341
          value_builder: ""
23341
          value_builder: ""
23342
          isurl: 0
23342
          isurl: 0
Lines 23354-23360 tables: Link Here
23354
          mandatory: 0
23354
          mandatory: 0
23355
          kohafield: ""
23355
          kohafield: ""
23356
          tab: 4
23356
          tab: 4
23357
          authorised_value: ""
23357
          authorised_value:
23358
          authtypecode: ""
23358
          authtypecode: ""
23359
          value_builder: ""
23359
          value_builder: ""
23360
          isurl: 0
23360
          isurl: 0
Lines 23372-23378 tables: Link Here
23372
          mandatory: 0
23372
          mandatory: 0
23373
          kohafield: ""
23373
          kohafield: ""
23374
          tab: 4
23374
          tab: 4
23375
          authorised_value: ""
23375
          authorised_value:
23376
          authtypecode: ""
23376
          authtypecode: ""
23377
          value_builder: ""
23377
          value_builder: ""
23378
          isurl: 0
23378
          isurl: 0
Lines 23390-23396 tables: Link Here
23390
          mandatory: 0
23390
          mandatory: 0
23391
          kohafield: ""
23391
          kohafield: ""
23392
          tab: 4
23392
          tab: 4
23393
          authorised_value: ""
23393
          authorised_value:
23394
          authtypecode: ""
23394
          authtypecode: ""
23395
          value_builder: ""
23395
          value_builder: ""
23396
          isurl: 0
23396
          isurl: 0
Lines 23408-23414 tables: Link Here
23408
          mandatory: 0
23408
          mandatory: 0
23409
          kohafield: ""
23409
          kohafield: ""
23410
          tab: 4
23410
          tab: 4
23411
          authorised_value: ""
23411
          authorised_value:
23412
          authtypecode: ""
23412
          authtypecode: ""
23413
          value_builder: ""
23413
          value_builder: ""
23414
          isurl: 0
23414
          isurl: 0
Lines 23426-23432 tables: Link Here
23426
          mandatory: 0
23426
          mandatory: 0
23427
          kohafield: ""
23427
          kohafield: ""
23428
          tab: 4
23428
          tab: 4
23429
          authorised_value: ""
23429
          authorised_value:
23430
          authtypecode: ""
23430
          authtypecode: ""
23431
          value_builder: ""
23431
          value_builder: ""
23432
          isurl: 0
23432
          isurl: 0
Lines 23444-23450 tables: Link Here
23444
          mandatory: 0
23444
          mandatory: 0
23445
          kohafield: ""
23445
          kohafield: ""
23446
          tab: 4
23446
          tab: 4
23447
          authorised_value: ""
23447
          authorised_value:
23448
          authtypecode: ""
23448
          authtypecode: ""
23449
          value_builder: ""
23449
          value_builder: ""
23450
          isurl: 0
23450
          isurl: 0
Lines 23462-23468 tables: Link Here
23462
          mandatory: 0
23462
          mandatory: 0
23463
          kohafield: ""
23463
          kohafield: ""
23464
          tab: 4
23464
          tab: 4
23465
          authorised_value: ""
23465
          authorised_value:
23466
          authtypecode: ""
23466
          authtypecode: ""
23467
          value_builder: ""
23467
          value_builder: ""
23468
          isurl:
23468
          isurl:
Lines 23480-23486 tables: Link Here
23480
          mandatory: 0
23480
          mandatory: 0
23481
          kohafield: ""
23481
          kohafield: ""
23482
          tab: 4
23482
          tab: 4
23483
          authorised_value: ""
23483
          authorised_value:
23484
          authtypecode: ""
23484
          authtypecode: ""
23485
          value_builder: ""
23485
          value_builder: ""
23486
          isurl:
23486
          isurl:
Lines 23498-23504 tables: Link Here
23498
          mandatory: 0
23498
          mandatory: 0
23499
          kohafield: ""
23499
          kohafield: ""
23500
          tab: 4
23500
          tab: 4
23501
          authorised_value: ""
23501
          authorised_value:
23502
          authtypecode: ""
23502
          authtypecode: ""
23503
          value_builder: ""
23503
          value_builder: ""
23504
          isurl:
23504
          isurl:
Lines 23516-23522 tables: Link Here
23516
          mandatory: 0
23516
          mandatory: 0
23517
          kohafield: ""
23517
          kohafield: ""
23518
          tab: 4
23518
          tab: 4
23519
          authorised_value: ""
23519
          authorised_value:
23520
          authtypecode: ""
23520
          authtypecode: ""
23521
          value_builder: ""
23521
          value_builder: ""
23522
          isurl:
23522
          isurl:
Lines 23534-23540 tables: Link Here
23534
          mandatory: 0
23534
          mandatory: 0
23535
          kohafield: ""
23535
          kohafield: ""
23536
          tab: 4
23536
          tab: 4
23537
          authorised_value: ""
23537
          authorised_value:
23538
          authtypecode: ""
23538
          authtypecode: ""
23539
          value_builder: ""
23539
          value_builder: ""
23540
          isurl:
23540
          isurl:
Lines 23552-23558 tables: Link Here
23552
          mandatory: 0
23552
          mandatory: 0
23553
          kohafield: ""
23553
          kohafield: ""
23554
          tab: 4
23554
          tab: 4
23555
          authorised_value: ""
23555
          authorised_value:
23556
          authtypecode: ""
23556
          authtypecode: ""
23557
          value_builder: ""
23557
          value_builder: ""
23558
          isurl: 0
23558
          isurl: 0
Lines 23570-23576 tables: Link Here
23570
          mandatory: 0
23570
          mandatory: 0
23571
          kohafield: ""
23571
          kohafield: ""
23572
          tab: 4
23572
          tab: 4
23573
          authorised_value: ""
23573
          authorised_value:
23574
          authtypecode: ""
23574
          authtypecode: ""
23575
          value_builder: ""
23575
          value_builder: ""
23576
          isurl:
23576
          isurl:
Lines 23588-23594 tables: Link Here
23588
          mandatory: 0
23588
          mandatory: 0
23589
          kohafield: ""
23589
          kohafield: ""
23590
          tab: 4
23590
          tab: 4
23591
          authorised_value: ""
23591
          authorised_value:
23592
          authtypecode: ""
23592
          authtypecode: ""
23593
          value_builder: ""
23593
          value_builder: ""
23594
          isurl:
23594
          isurl:
Lines 23606-23612 tables: Link Here
23606
          mandatory: 0
23606
          mandatory: 0
23607
          kohafield: ""
23607
          kohafield: ""
23608
          tab: 4
23608
          tab: 4
23609
          authorised_value: ""
23609
          authorised_value:
23610
          authtypecode: ""
23610
          authtypecode: ""
23611
          value_builder: ""
23611
          value_builder: ""
23612
          isurl:
23612
          isurl:
Lines 23624-23630 tables: Link Here
23624
          mandatory: 0
23624
          mandatory: 0
23625
          kohafield: ""
23625
          kohafield: ""
23626
          tab: 4
23626
          tab: 4
23627
          authorised_value: ""
23627
          authorised_value:
23628
          authtypecode: ""
23628
          authtypecode: ""
23629
          value_builder: ""
23629
          value_builder: ""
23630
          isurl:
23630
          isurl:
Lines 23642-23648 tables: Link Here
23642
          mandatory: 0
23642
          mandatory: 0
23643
          kohafield: ""
23643
          kohafield: ""
23644
          tab: 4
23644
          tab: 4
23645
          authorised_value: ""
23645
          authorised_value:
23646
          authtypecode: ""
23646
          authtypecode: ""
23647
          value_builder: ""
23647
          value_builder: ""
23648
          isurl:
23648
          isurl:
Lines 23660-23666 tables: Link Here
23660
          mandatory: 0
23660
          mandatory: 0
23661
          kohafield: ""
23661
          kohafield: ""
23662
          tab: 4
23662
          tab: 4
23663
          authorised_value: ""
23663
          authorised_value:
23664
          authtypecode: ""
23664
          authtypecode: ""
23665
          value_builder: ""
23665
          value_builder: ""
23666
          isurl:
23666
          isurl:
Lines 23678-23684 tables: Link Here
23678
          mandatory: 0
23678
          mandatory: 0
23679
          kohafield: ""
23679
          kohafield: ""
23680
          tab: 4
23680
          tab: 4
23681
          authorised_value: ""
23681
          authorised_value:
23682
          authtypecode: ""
23682
          authtypecode: ""
23683
          value_builder: ""
23683
          value_builder: ""
23684
          isurl:
23684
          isurl:
Lines 23696-23702 tables: Link Here
23696
          mandatory: 0
23696
          mandatory: 0
23697
          kohafield: ""
23697
          kohafield: ""
23698
          tab: 4
23698
          tab: 4
23699
          authorised_value: ""
23699
          authorised_value:
23700
          authtypecode: ""
23700
          authtypecode: ""
23701
          value_builder: ""
23701
          value_builder: ""
23702
          isurl:
23702
          isurl:
Lines 23714-23720 tables: Link Here
23714
          mandatory: 0
23714
          mandatory: 0
23715
          kohafield: ""
23715
          kohafield: ""
23716
          tab: 4
23716
          tab: 4
23717
          authorised_value: ""
23717
          authorised_value:
23718
          authtypecode: ""
23718
          authtypecode: ""
23719
          value_builder: ""
23719
          value_builder: ""
23720
          isurl:
23720
          isurl:
Lines 23732-23738 tables: Link Here
23732
          mandatory: 0
23732
          mandatory: 0
23733
          kohafield: ""
23733
          kohafield: ""
23734
          tab: 4
23734
          tab: 4
23735
          authorised_value: ""
23735
          authorised_value:
23736
          authtypecode: ""
23736
          authtypecode: ""
23737
          value_builder: ""
23737
          value_builder: ""
23738
          isurl:
23738
          isurl:
Lines 23750-23756 tables: Link Here
23750
          mandatory: 0
23750
          mandatory: 0
23751
          kohafield: ""
23751
          kohafield: ""
23752
          tab: 4
23752
          tab: 4
23753
          authorised_value: ""
23753
          authorised_value:
23754
          authtypecode: ""
23754
          authtypecode: ""
23755
          value_builder: ""
23755
          value_builder: ""
23756
          isurl:
23756
          isurl:
Lines 23768-23774 tables: Link Here
23768
          mandatory: 0
23768
          mandatory: 0
23769
          kohafield: ""
23769
          kohafield: ""
23770
          tab: 4
23770
          tab: 4
23771
          authorised_value: ""
23771
          authorised_value:
23772
          authtypecode: ""
23772
          authtypecode: ""
23773
          value_builder: ""
23773
          value_builder: ""
23774
          isurl:
23774
          isurl:
Lines 23786-23792 tables: Link Here
23786
          mandatory: 0
23786
          mandatory: 0
23787
          kohafield: ""
23787
          kohafield: ""
23788
          tab: 4
23788
          tab: 4
23789
          authorised_value: ""
23789
          authorised_value:
23790
          authtypecode: ""
23790
          authtypecode: ""
23791
          value_builder: ""
23791
          value_builder: ""
23792
          isurl:
23792
          isurl:
Lines 23804-23810 tables: Link Here
23804
          mandatory: 0
23804
          mandatory: 0
23805
          kohafield: ""
23805
          kohafield: ""
23806
          tab: 4
23806
          tab: 4
23807
          authorised_value: ""
23807
          authorised_value:
23808
          authtypecode: ""
23808
          authtypecode: ""
23809
          value_builder: ""
23809
          value_builder: ""
23810
          isurl:
23810
          isurl:
Lines 23822-23828 tables: Link Here
23822
          mandatory: 0
23822
          mandatory: 0
23823
          kohafield: ""
23823
          kohafield: ""
23824
          tab: 4
23824
          tab: 4
23825
          authorised_value: ""
23825
          authorised_value:
23826
          authtypecode: ""
23826
          authtypecode: ""
23827
          value_builder: ""
23827
          value_builder: ""
23828
          isurl:
23828
          isurl:
Lines 23894-23900 tables: Link Here
23894
          mandatory: 0
23894
          mandatory: 0
23895
          kohafield: ""
23895
          kohafield: ""
23896
          tab: 4
23896
          tab: 4
23897
          authorised_value: ""
23897
          authorised_value:
23898
          authtypecode: ""
23898
          authtypecode: ""
23899
          value_builder: ""
23899
          value_builder: ""
23900
          isurl: 0
23900
          isurl: 0
Lines 24164-24170 tables: Link Here
24164
          mandatory: 0
24164
          mandatory: 0
24165
          kohafield: ""
24165
          kohafield: ""
24166
          tab: 4
24166
          tab: 4
24167
          authorised_value: ""
24167
          authorised_value:
24168
          authtypecode: ""
24168
          authtypecode: ""
24169
          value_builder: ""
24169
          value_builder: ""
24170
          isurl:
24170
          isurl:
Lines 24182-24188 tables: Link Here
24182
          mandatory: 0
24182
          mandatory: 0
24183
          kohafield: ""
24183
          kohafield: ""
24184
          tab: 4
24184
          tab: 4
24185
          authorised_value: ""
24185
          authorised_value:
24186
          authtypecode: ""
24186
          authtypecode: ""
24187
          value_builder: ""
24187
          value_builder: ""
24188
          isurl:
24188
          isurl:
Lines 24200-24206 tables: Link Here
24200
          mandatory: 0
24200
          mandatory: 0
24201
          kohafield: ""
24201
          kohafield: ""
24202
          tab: 4
24202
          tab: 4
24203
          authorised_value: ""
24203
          authorised_value:
24204
          authtypecode: ""
24204
          authtypecode: ""
24205
          value_builder: ""
24205
          value_builder: ""
24206
          isurl:
24206
          isurl:
Lines 24218-24224 tables: Link Here
24218
          mandatory: 0
24218
          mandatory: 0
24219
          kohafield: ""
24219
          kohafield: ""
24220
          tab: 4
24220
          tab: 4
24221
          authorised_value: ""
24221
          authorised_value:
24222
          authtypecode: ""
24222
          authtypecode: ""
24223
          value_builder: ""
24223
          value_builder: ""
24224
          isurl:
24224
          isurl:
Lines 24236-24242 tables: Link Here
24236
          mandatory: 0
24236
          mandatory: 0
24237
          kohafield: ""
24237
          kohafield: ""
24238
          tab: 4
24238
          tab: 4
24239
          authorised_value: ""
24239
          authorised_value:
24240
          authtypecode: ""
24240
          authtypecode: ""
24241
          value_builder: ""
24241
          value_builder: ""
24242
          isurl:
24242
          isurl:
Lines 24254-24260 tables: Link Here
24254
          mandatory: 0
24254
          mandatory: 0
24255
          kohafield: ""
24255
          kohafield: ""
24256
          tab: 4
24256
          tab: 4
24257
          authorised_value: ""
24257
          authorised_value:
24258
          authtypecode: ""
24258
          authtypecode: ""
24259
          value_builder: ""
24259
          value_builder: ""
24260
          isurl: 0
24260
          isurl: 0
Lines 24272-24278 tables: Link Here
24272
          mandatory: 0
24272
          mandatory: 0
24273
          kohafield: biblio.seriestitle
24273
          kohafield: biblio.seriestitle
24274
          tab: 4
24274
          tab: 4
24275
          authorised_value: ""
24275
          authorised_value:
24276
          authtypecode: UNIF_TITLE
24276
          authtypecode: UNIF_TITLE
24277
          value_builder: ""
24277
          value_builder: ""
24278
          isurl:
24278
          isurl:
Lines 24290-24296 tables: Link Here
24290
          mandatory: 0
24290
          mandatory: 0
24291
          kohafield: biblioitems.number
24291
          kohafield: biblioitems.number
24292
          tab: 4
24292
          tab: 4
24293
          authorised_value: ""
24293
          authorised_value:
24294
          authtypecode: ""
24294
          authtypecode: ""
24295
          value_builder: ""
24295
          value_builder: ""
24296
          isurl:
24296
          isurl:
Lines 24308-24314 tables: Link Here
24308
          mandatory: 0
24308
          mandatory: 0
24309
          kohafield: ""
24309
          kohafield: ""
24310
          tab: 4
24310
          tab: 4
24311
          authorised_value: ""
24311
          authorised_value:
24312
          authtypecode: ""
24312
          authtypecode: ""
24313
          value_builder: ""
24313
          value_builder: ""
24314
          isurl:
24314
          isurl:
Lines 24326-24332 tables: Link Here
24326
          mandatory: 0
24326
          mandatory: 0
24327
          kohafield: biblioitems.volume
24327
          kohafield: biblioitems.volume
24328
          tab: 4
24328
          tab: 4
24329
          authorised_value: ""
24329
          authorised_value:
24330
          authtypecode: ""
24330
          authtypecode: ""
24331
          value_builder: ""
24331
          value_builder: ""
24332
          isurl:
24332
          isurl:
Lines 24344-24350 tables: Link Here
24344
          mandatory: 0
24344
          mandatory: 0
24345
          kohafield: ""
24345
          kohafield: ""
24346
          tab: 4
24346
          tab: 4
24347
          authorised_value: ""
24347
          authorised_value:
24348
          authtypecode: ""
24348
          authtypecode: ""
24349
          value_builder: ""
24349
          value_builder: ""
24350
          isurl:
24350
          isurl:
Lines 24362-24368 tables: Link Here
24362
          mandatory: 0
24362
          mandatory: 0
24363
          kohafield: ""
24363
          kohafield: ""
24364
          tab: 4
24364
          tab: 4
24365
          authorised_value: ""
24365
          authorised_value:
24366
          authtypecode: ""
24366
          authtypecode: ""
24367
          value_builder: ""
24367
          value_builder: ""
24368
          isurl:
24368
          isurl:
Lines 24380-24386 tables: Link Here
24380
          mandatory: 0
24380
          mandatory: 0
24381
          kohafield: ""
24381
          kohafield: ""
24382
          tab: 4
24382
          tab: 4
24383
          authorised_value: ""
24383
          authorised_value:
24384
          authtypecode: ""
24384
          authtypecode: ""
24385
          value_builder: ""
24385
          value_builder: ""
24386
          isurl:
24386
          isurl:
Lines 24398-24404 tables: Link Here
24398
          mandatory: 0
24398
          mandatory: 0
24399
          kohafield: ""
24399
          kohafield: ""
24400
          tab: 4
24400
          tab: 4
24401
          authorised_value: ""
24401
          authorised_value:
24402
          authtypecode: ""
24402
          authtypecode: ""
24403
          value_builder: ""
24403
          value_builder: ""
24404
          isurl:
24404
          isurl:
Lines 24416-24422 tables: Link Here
24416
          mandatory: 0
24416
          mandatory: 0
24417
          kohafield: ""
24417
          kohafield: ""
24418
          tab: 4
24418
          tab: 4
24419
          authorised_value: ""
24419
          authorised_value:
24420
          authtypecode: ""
24420
          authtypecode: ""
24421
          value_builder:
24421
          value_builder:
24422
          isurl:
24422
          isurl:
Lines 24434-24440 tables: Link Here
24434
          mandatory: 0
24434
          mandatory: 0
24435
          kohafield: biblio.seriestitle
24435
          kohafield: biblio.seriestitle
24436
          tab: 4
24436
          tab: 4
24437
          authorised_value: ""
24437
          authorised_value:
24438
          authtypecode: ""
24438
          authtypecode: ""
24439
          value_builder: ""
24439
          value_builder: ""
24440
          isurl:
24440
          isurl:
Lines 24452-24458 tables: Link Here
24452
          mandatory: 0
24452
          mandatory: 0
24453
          kohafield: ""
24453
          kohafield: ""
24454
          tab: 4
24454
          tab: 4
24455
          authorised_value: ""
24455
          authorised_value:
24456
          authtypecode: ""
24456
          authtypecode: ""
24457
          value_builder: ""
24457
          value_builder: ""
24458
          isurl:
24458
          isurl:
Lines 24470-24476 tables: Link Here
24470
          mandatory: 0
24470
          mandatory: 0
24471
          kohafield: biblioitems.volume
24471
          kohafield: biblioitems.volume
24472
          tab: 4
24472
          tab: 4
24473
          authorised_value: ""
24473
          authorised_value:
24474
          authtypecode: ""
24474
          authtypecode: ""
24475
          value_builder: ""
24475
          value_builder: ""
24476
          isurl:
24476
          isurl:
Lines 24488-24494 tables: Link Here
24488
          mandatory: 0
24488
          mandatory: 0
24489
          kohafield: ""
24489
          kohafield: ""
24490
          tab: 4
24490
          tab: 4
24491
          authorised_value: ""
24491
          authorised_value:
24492
          authtypecode: ""
24492
          authtypecode: ""
24493
          value_builder: ""
24493
          value_builder: ""
24494
          isurl:
24494
          isurl:
Lines 24506-24512 tables: Link Here
24506
          mandatory: 0
24506
          mandatory: 0
24507
          kohafield: ""
24507
          kohafield: ""
24508
          tab: 5
24508
          tab: 5
24509
          authorised_value: ""
24509
          authorised_value:
24510
          authtypecode: ""
24510
          authtypecode: ""
24511
          value_builder: ""
24511
          value_builder: ""
24512
          isurl:
24512
          isurl:
Lines 24524-24530 tables: Link Here
24524
          mandatory: 0
24524
          mandatory: 0
24525
          kohafield: ""
24525
          kohafield: ""
24526
          tab: 5
24526
          tab: 5
24527
          authorised_value: ""
24527
          authorised_value:
24528
          authtypecode: ""
24528
          authtypecode: ""
24529
          value_builder: ""
24529
          value_builder: ""
24530
          isurl:
24530
          isurl:
Lines 24542-24548 tables: Link Here
24542
          mandatory: 0
24542
          mandatory: 0
24543
          kohafield: ""
24543
          kohafield: ""
24544
          tab: 5
24544
          tab: 5
24545
          authorised_value: ""
24545
          authorised_value:
24546
          authtypecode: ""
24546
          authtypecode: ""
24547
          value_builder: ""
24547
          value_builder: ""
24548
          isurl:
24548
          isurl:
Lines 24560-24566 tables: Link Here
24560
          mandatory: 0
24560
          mandatory: 0
24561
          kohafield: ""
24561
          kohafield: ""
24562
          tab: 5
24562
          tab: 5
24563
          authorised_value: ""
24563
          authorised_value:
24564
          authtypecode: ""
24564
          authtypecode: ""
24565
          value_builder: ""
24565
          value_builder: ""
24566
          isurl:
24566
          isurl:
Lines 24578-24584 tables: Link Here
24578
          mandatory: 0
24578
          mandatory: 0
24579
          kohafield: biblio.notes
24579
          kohafield: biblio.notes
24580
          tab: 5
24580
          tab: 5
24581
          authorised_value: ""
24581
          authorised_value:
24582
          authtypecode: ""
24582
          authtypecode: ""
24583
          value_builder: ""
24583
          value_builder: ""
24584
          isurl:
24584
          isurl:
Lines 24596-24602 tables: Link Here
24596
          mandatory: 0
24596
          mandatory: 0
24597
          kohafield: ""
24597
          kohafield: ""
24598
          tab: 5
24598
          tab: 5
24599
          authorised_value: ""
24599
          authorised_value:
24600
          authtypecode: ""
24600
          authtypecode: ""
24601
          value_builder: ""
24601
          value_builder: ""
24602
          isurl:
24602
          isurl:
Lines 24614-24620 tables: Link Here
24614
          mandatory: 0
24614
          mandatory: 0
24615
          kohafield: ""
24615
          kohafield: ""
24616
          tab: 5
24616
          tab: 5
24617
          authorised_value: ""
24617
          authorised_value:
24618
          authtypecode: ""
24618
          authtypecode: ""
24619
          value_builder: ""
24619
          value_builder: ""
24620
          isurl:
24620
          isurl:
Lines 24632-24638 tables: Link Here
24632
          mandatory: 0
24632
          mandatory: 0
24633
          kohafield: ""
24633
          kohafield: ""
24634
          tab: 5
24634
          tab: 5
24635
          authorised_value: ""
24635
          authorised_value:
24636
          authtypecode: ""
24636
          authtypecode: ""
24637
          value_builder: ""
24637
          value_builder: ""
24638
          isurl:
24638
          isurl:
Lines 24650-24656 tables: Link Here
24650
          mandatory: 0
24650
          mandatory: 0
24651
          kohafield: ""
24651
          kohafield: ""
24652
          tab: 5
24652
          tab: 5
24653
          authorised_value: ""
24653
          authorised_value:
24654
          authtypecode: ""
24654
          authtypecode: ""
24655
          value_builder: ""
24655
          value_builder: ""
24656
          isurl:
24656
          isurl:
Lines 24668-24674 tables: Link Here
24668
          mandatory: 0
24668
          mandatory: 0
24669
          kohafield: ""
24669
          kohafield: ""
24670
          tab: 5
24670
          tab: 5
24671
          authorised_value: ""
24671
          authorised_value:
24672
          authtypecode: ""
24672
          authtypecode: ""
24673
          value_builder: ""
24673
          value_builder: ""
24674
          isurl:
24674
          isurl:
Lines 24686-24692 tables: Link Here
24686
          mandatory: 0
24686
          mandatory: 0
24687
          kohafield: ""
24687
          kohafield: ""
24688
          tab: 5
24688
          tab: 5
24689
          authorised_value: ""
24689
          authorised_value:
24690
          authtypecode: ""
24690
          authtypecode: ""
24691
          value_builder: ""
24691
          value_builder: ""
24692
          isurl:
24692
          isurl:
Lines 24704-24710 tables: Link Here
24704
          mandatory: 0
24704
          mandatory: 0
24705
          kohafield: ""
24705
          kohafield: ""
24706
          tab: 5
24706
          tab: 5
24707
          authorised_value: ""
24707
          authorised_value:
24708
          authtypecode: ""
24708
          authtypecode: ""
24709
          value_builder: ""
24709
          value_builder: ""
24710
          isurl:
24710
          isurl:
Lines 24722-24728 tables: Link Here
24722
          mandatory: 0
24722
          mandatory: 0
24723
          kohafield: ""
24723
          kohafield: ""
24724
          tab: 5
24724
          tab: 5
24725
          authorised_value: ""
24725
          authorised_value:
24726
          authtypecode: ""
24726
          authtypecode: ""
24727
          value_builder: ""
24727
          value_builder: ""
24728
          isurl:
24728
          isurl:
Lines 24740-24746 tables: Link Here
24740
          mandatory: 0
24740
          mandatory: 0
24741
          kohafield: ""
24741
          kohafield: ""
24742
          tab: 5
24742
          tab: 5
24743
          authorised_value: ""
24743
          authorised_value:
24744
          authtypecode: ""
24744
          authtypecode: ""
24745
          value_builder: ""
24745
          value_builder: ""
24746
          isurl:
24746
          isurl:
Lines 24758-24764 tables: Link Here
24758
          mandatory: 0
24758
          mandatory: 0
24759
          kohafield: ""
24759
          kohafield: ""
24760
          tab: 5
24760
          tab: 5
24761
          authorised_value: ""
24761
          authorised_value:
24762
          authtypecode: ""
24762
          authtypecode: ""
24763
          value_builder: ""
24763
          value_builder: ""
24764
          isurl:
24764
          isurl:
Lines 24776-24782 tables: Link Here
24776
          mandatory: 0
24776
          mandatory: 0
24777
          kohafield: ""
24777
          kohafield: ""
24778
          tab: 5
24778
          tab: 5
24779
          authorised_value: ""
24779
          authorised_value:
24780
          authtypecode: ""
24780
          authtypecode: ""
24781
          value_builder: ""
24781
          value_builder: ""
24782
          isurl:
24782
          isurl:
Lines 24794-24800 tables: Link Here
24794
          mandatory: 0
24794
          mandatory: 0
24795
          kohafield: ""
24795
          kohafield: ""
24796
          tab: 5
24796
          tab: 5
24797
          authorised_value: ""
24797
          authorised_value:
24798
          authtypecode: ""
24798
          authtypecode: ""
24799
          value_builder: ""
24799
          value_builder: ""
24800
          isurl:
24800
          isurl:
Lines 24812-24818 tables: Link Here
24812
          mandatory: 0
24812
          mandatory: 0
24813
          kohafield: ""
24813
          kohafield: ""
24814
          tab: 5
24814
          tab: 5
24815
          authorised_value: ""
24815
          authorised_value:
24816
          authtypecode: ""
24816
          authtypecode: ""
24817
          value_builder: ""
24817
          value_builder: ""
24818
          isurl:
24818
          isurl:
Lines 24830-24836 tables: Link Here
24830
          mandatory: 0
24830
          mandatory: 0
24831
          kohafield: ""
24831
          kohafield: ""
24832
          tab: 5
24832
          tab: 5
24833
          authorised_value: ""
24833
          authorised_value:
24834
          authtypecode: ""
24834
          authtypecode: ""
24835
          value_builder: ""
24835
          value_builder: ""
24836
          isurl:
24836
          isurl:
Lines 24848-24854 tables: Link Here
24848
          mandatory: 0
24848
          mandatory: 0
24849
          kohafield: ""
24849
          kohafield: ""
24850
          tab: 5
24850
          tab: 5
24851
          authorised_value: ""
24851
          authorised_value:
24852
          authtypecode: ""
24852
          authtypecode: ""
24853
          value_builder: ""
24853
          value_builder: ""
24854
          isurl:
24854
          isurl:
Lines 24866-24872 tables: Link Here
24866
          mandatory: 0
24866
          mandatory: 0
24867
          kohafield: ""
24867
          kohafield: ""
24868
          tab: 5
24868
          tab: 5
24869
          authorised_value: ""
24869
          authorised_value:
24870
          authtypecode: ""
24870
          authtypecode: ""
24871
          value_builder: ""
24871
          value_builder: ""
24872
          isurl:
24872
          isurl:
Lines 24884-24890 tables: Link Here
24884
          mandatory: 0
24884
          mandatory: 0
24885
          kohafield: ""
24885
          kohafield: ""
24886
          tab: 5
24886
          tab: 5
24887
          authorised_value: ""
24887
          authorised_value:
24888
          authtypecode: ""
24888
          authtypecode: ""
24889
          value_builder: ""
24889
          value_builder: ""
24890
          isurl:
24890
          isurl:
Lines 24902-24908 tables: Link Here
24902
          mandatory: 0
24902
          mandatory: 0
24903
          kohafield: ""
24903
          kohafield: ""
24904
          tab: 5
24904
          tab: 5
24905
          authorised_value: ""
24905
          authorised_value:
24906
          authtypecode: ""
24906
          authtypecode: ""
24907
          value_builder: ""
24907
          value_builder: ""
24908
          isurl:
24908
          isurl:
Lines 24992-24998 tables: Link Here
24992
          mandatory: 0
24992
          mandatory: 0
24993
          kohafield: ""
24993
          kohafield: ""
24994
          tab: 5
24994
          tab: 5
24995
          authorised_value: ""
24995
          authorised_value:
24996
          authtypecode: ""
24996
          authtypecode: ""
24997
          value_builder: ""
24997
          value_builder: ""
24998
          isurl:
24998
          isurl:
Lines 25010-25016 tables: Link Here
25010
          mandatory: 0
25010
          mandatory: 0
25011
          kohafield: ""
25011
          kohafield: ""
25012
          tab: 5
25012
          tab: 5
25013
          authorised_value: ""
25013
          authorised_value:
25014
          authtypecode: ""
25014
          authtypecode: ""
25015
          value_builder: ""
25015
          value_builder: ""
25016
          isurl:
25016
          isurl:
Lines 25028-25034 tables: Link Here
25028
          mandatory: 0
25028
          mandatory: 0
25029
          kohafield: ""
25029
          kohafield: ""
25030
          tab: 5
25030
          tab: 5
25031
          authorised_value: ""
25031
          authorised_value:
25032
          authtypecode: ""
25032
          authtypecode: ""
25033
          value_builder: ""
25033
          value_builder: ""
25034
          isurl:
25034
          isurl:
Lines 25046-25052 tables: Link Here
25046
          mandatory: 0
25046
          mandatory: 0
25047
          kohafield: ""
25047
          kohafield: ""
25048
          tab: 5
25048
          tab: 5
25049
          authorised_value: ""
25049
          authorised_value:
25050
          authtypecode: ""
25050
          authtypecode: ""
25051
          value_builder: ""
25051
          value_builder: ""
25052
          isurl:
25052
          isurl:
Lines 25064-25070 tables: Link Here
25064
          mandatory: 0
25064
          mandatory: 0
25065
          kohafield: ""
25065
          kohafield: ""
25066
          tab: 5
25066
          tab: 5
25067
          authorised_value: ""
25067
          authorised_value:
25068
          authtypecode: ""
25068
          authtypecode: ""
25069
          value_builder: ""
25069
          value_builder: ""
25070
          isurl:
25070
          isurl:
Lines 25082-25088 tables: Link Here
25082
          mandatory: 0
25082
          mandatory: 0
25083
          kohafield: ""
25083
          kohafield: ""
25084
          tab: 5
25084
          tab: 5
25085
          authorised_value: ""
25085
          authorised_value:
25086
          authtypecode: ""
25086
          authtypecode: ""
25087
          value_builder: ""
25087
          value_builder: ""
25088
          isurl:
25088
          isurl:
Lines 25100-25106 tables: Link Here
25100
          mandatory: 0
25100
          mandatory: 0
25101
          kohafield: ""
25101
          kohafield: ""
25102
          tab: 5
25102
          tab: 5
25103
          authorised_value: ""
25103
          authorised_value:
25104
          authtypecode: ""
25104
          authtypecode: ""
25105
          value_builder: ""
25105
          value_builder: ""
25106
          isurl: 1
25106
          isurl: 1
Lines 25118-25124 tables: Link Here
25118
          mandatory: 0
25118
          mandatory: 0
25119
          kohafield: ""
25119
          kohafield: ""
25120
          tab: 5
25120
          tab: 5
25121
          authorised_value: ""
25121
          authorised_value:
25122
          authtypecode: ""
25122
          authtypecode: ""
25123
          value_builder: ""
25123
          value_builder: ""
25124
          isurl:
25124
          isurl:
Lines 25136-25142 tables: Link Here
25136
          mandatory: 0
25136
          mandatory: 0
25137
          kohafield: ""
25137
          kohafield: ""
25138
          tab: 5
25138
          tab: 5
25139
          authorised_value: ""
25139
          authorised_value:
25140
          authtypecode: ""
25140
          authtypecode: ""
25141
          value_builder: ""
25141
          value_builder: ""
25142
          isurl:
25142
          isurl:
Lines 25154-25160 tables: Link Here
25154
          mandatory: 0
25154
          mandatory: 0
25155
          kohafield: ""
25155
          kohafield: ""
25156
          tab: 5
25156
          tab: 5
25157
          authorised_value: ""
25157
          authorised_value:
25158
          authtypecode: ""
25158
          authtypecode: ""
25159
          value_builder: ""
25159
          value_builder: ""
25160
          isurl:
25160
          isurl:
Lines 25172-25178 tables: Link Here
25172
          mandatory: 0
25172
          mandatory: 0
25173
          kohafield: ""
25173
          kohafield: ""
25174
          tab: 5
25174
          tab: 5
25175
          authorised_value: ""
25175
          authorised_value:
25176
          authtypecode: ""
25176
          authtypecode: ""
25177
          value_builder: ""
25177
          value_builder: ""
25178
          isurl:
25178
          isurl:
Lines 25190-25196 tables: Link Here
25190
          mandatory: 0
25190
          mandatory: 0
25191
          kohafield: ""
25191
          kohafield: ""
25192
          tab: 5
25192
          tab: 5
25193
          authorised_value: ""
25193
          authorised_value:
25194
          authtypecode: ""
25194
          authtypecode: ""
25195
          value_builder: ""
25195
          value_builder: ""
25196
          isurl:
25196
          isurl:
Lines 25208-25214 tables: Link Here
25208
          mandatory: 0
25208
          mandatory: 0
25209
          kohafield: ""
25209
          kohafield: ""
25210
          tab: 5
25210
          tab: 5
25211
          authorised_value: ""
25211
          authorised_value:
25212
          authtypecode: ""
25212
          authtypecode: ""
25213
          value_builder: ""
25213
          value_builder: ""
25214
          isurl:
25214
          isurl:
Lines 25226-25232 tables: Link Here
25226
          mandatory: 0
25226
          mandatory: 0
25227
          kohafield: ""
25227
          kohafield: ""
25228
          tab: 5
25228
          tab: 5
25229
          authorised_value: ""
25229
          authorised_value:
25230
          authtypecode: ""
25230
          authtypecode: ""
25231
          value_builder: ""
25231
          value_builder: ""
25232
          isurl:
25232
          isurl:
Lines 25244-25250 tables: Link Here
25244
          mandatory: 0
25244
          mandatory: 0
25245
          kohafield: ""
25245
          kohafield: ""
25246
          tab: 5
25246
          tab: 5
25247
          authorised_value: ""
25247
          authorised_value:
25248
          authtypecode: ""
25248
          authtypecode: ""
25249
          value_builder: ""
25249
          value_builder: ""
25250
          isurl:
25250
          isurl:
Lines 25262-25268 tables: Link Here
25262
          mandatory: 0
25262
          mandatory: 0
25263
          kohafield: ""
25263
          kohafield: ""
25264
          tab: 5
25264
          tab: 5
25265
          authorised_value: ""
25265
          authorised_value:
25266
          authtypecode: ""
25266
          authtypecode: ""
25267
          value_builder: ""
25267
          value_builder: ""
25268
          isurl:
25268
          isurl:
Lines 25280-25286 tables: Link Here
25280
          mandatory: 0
25280
          mandatory: 0
25281
          kohafield: ""
25281
          kohafield: ""
25282
          tab: 5
25282
          tab: 5
25283
          authorised_value: ""
25283
          authorised_value:
25284
          authtypecode: ""
25284
          authtypecode: ""
25285
          value_builder: ""
25285
          value_builder: ""
25286
          isurl:
25286
          isurl:
Lines 25298-25304 tables: Link Here
25298
          mandatory: 0
25298
          mandatory: 0
25299
          kohafield: ""
25299
          kohafield: ""
25300
          tab: 5
25300
          tab: 5
25301
          authorised_value: ""
25301
          authorised_value:
25302
          authtypecode: ""
25302
          authtypecode: ""
25303
          value_builder: ""
25303
          value_builder: ""
25304
          isurl:
25304
          isurl:
Lines 25316-25322 tables: Link Here
25316
          mandatory: 0
25316
          mandatory: 0
25317
          kohafield: ""
25317
          kohafield: ""
25318
          tab: 5
25318
          tab: 5
25319
          authorised_value: ""
25319
          authorised_value:
25320
          authtypecode: ""
25320
          authtypecode: ""
25321
          value_builder: ""
25321
          value_builder: ""
25322
          isurl:
25322
          isurl:
Lines 25334-25340 tables: Link Here
25334
          mandatory: 0
25334
          mandatory: 0
25335
          kohafield: ""
25335
          kohafield: ""
25336
          tab: 5
25336
          tab: 5
25337
          authorised_value: ""
25337
          authorised_value:
25338
          authtypecode: ""
25338
          authtypecode: ""
25339
          value_builder: ""
25339
          value_builder: ""
25340
          isurl:
25340
          isurl:
Lines 25352-25358 tables: Link Here
25352
          mandatory: 0
25352
          mandatory: 0
25353
          kohafield: ""
25353
          kohafield: ""
25354
          tab: 5
25354
          tab: 5
25355
          authorised_value: ""
25355
          authorised_value:
25356
          authtypecode: ""
25356
          authtypecode: ""
25357
          value_builder: ""
25357
          value_builder: ""
25358
          isurl: 1
25358
          isurl: 1
Lines 25370-25376 tables: Link Here
25370
          mandatory: 0
25370
          mandatory: 0
25371
          kohafield: ""
25371
          kohafield: ""
25372
          tab: 5
25372
          tab: 5
25373
          authorised_value: ""
25373
          authorised_value:
25374
          authtypecode: ""
25374
          authtypecode: ""
25375
          value_builder: ""
25375
          value_builder: ""
25376
          isurl:
25376
          isurl:
Lines 25388-25394 tables: Link Here
25388
          mandatory: 0
25388
          mandatory: 0
25389
          kohafield: ""
25389
          kohafield: ""
25390
          tab: 5
25390
          tab: 5
25391
          authorised_value: ""
25391
          authorised_value:
25392
          authtypecode: ""
25392
          authtypecode: ""
25393
          value_builder: ""
25393
          value_builder: ""
25394
          isurl:
25394
          isurl:
Lines 25406-25412 tables: Link Here
25406
          mandatory: 0
25406
          mandatory: 0
25407
          kohafield: ""
25407
          kohafield: ""
25408
          tab: 5
25408
          tab: 5
25409
          authorised_value: ""
25409
          authorised_value:
25410
          authtypecode: ""
25410
          authtypecode: ""
25411
          value_builder: ""
25411
          value_builder: ""
25412
          isurl:
25412
          isurl:
Lines 25424-25430 tables: Link Here
25424
          mandatory: 0
25424
          mandatory: 0
25425
          kohafield: ""
25425
          kohafield: ""
25426
          tab: 5
25426
          tab: 5
25427
          authorised_value: ""
25427
          authorised_value:
25428
          authtypecode: ""
25428
          authtypecode: ""
25429
          value_builder: ""
25429
          value_builder: ""
25430
          isurl:
25430
          isurl:
Lines 25442-25448 tables: Link Here
25442
          mandatory: 0
25442
          mandatory: 0
25443
          kohafield: ""
25443
          kohafield: ""
25444
          tab: 5
25444
          tab: 5
25445
          authorised_value: ""
25445
          authorised_value:
25446
          authtypecode: ""
25446
          authtypecode: ""
25447
          value_builder: ""
25447
          value_builder: ""
25448
          isurl:
25448
          isurl:
Lines 25514-25520 tables: Link Here
25514
          mandatory: 0
25514
          mandatory: 0
25515
          kohafield: ""
25515
          kohafield: ""
25516
          tab: 5
25516
          tab: 5
25517
          authorised_value: ""
25517
          authorised_value:
25518
          authtypecode: ""
25518
          authtypecode: ""
25519
          value_builder: ""
25519
          value_builder: ""
25520
          isurl:
25520
          isurl:
Lines 25532-25538 tables: Link Here
25532
          mandatory: 0
25532
          mandatory: 0
25533
          kohafield: ""
25533
          kohafield: ""
25534
          tab: 5
25534
          tab: 5
25535
          authorised_value: ""
25535
          authorised_value:
25536
          authtypecode: ""
25536
          authtypecode: ""
25537
          value_builder: ""
25537
          value_builder: ""
25538
          isurl:
25538
          isurl:
Lines 25550-25556 tables: Link Here
25550
          mandatory: 0
25550
          mandatory: 0
25551
          kohafield: ""
25551
          kohafield: ""
25552
          tab: 5
25552
          tab: 5
25553
          authorised_value: ""
25553
          authorised_value:
25554
          authtypecode: ""
25554
          authtypecode: ""
25555
          value_builder: ""
25555
          value_builder: ""
25556
          isurl:
25556
          isurl:
Lines 25568-25574 tables: Link Here
25568
          mandatory: 0
25568
          mandatory: 0
25569
          kohafield: ""
25569
          kohafield: ""
25570
          tab: 5
25570
          tab: 5
25571
          authorised_value: ""
25571
          authorised_value:
25572
          authtypecode: ""
25572
          authtypecode: ""
25573
          value_builder: ""
25573
          value_builder: ""
25574
          isurl:
25574
          isurl:
Lines 25586-25592 tables: Link Here
25586
          mandatory: 0
25586
          mandatory: 0
25587
          kohafield: ""
25587
          kohafield: ""
25588
          tab: 5
25588
          tab: 5
25589
          authorised_value: ""
25589
          authorised_value:
25590
          authtypecode: ""
25590
          authtypecode: ""
25591
          value_builder: ""
25591
          value_builder: ""
25592
          isurl:
25592
          isurl:
Lines 25604-25610 tables: Link Here
25604
          mandatory: 0
25604
          mandatory: 0
25605
          kohafield: ""
25605
          kohafield: ""
25606
          tab: 5
25606
          tab: 5
25607
          authorised_value: ""
25607
          authorised_value:
25608
          authtypecode: ""
25608
          authtypecode: ""
25609
          value_builder: ""
25609
          value_builder: ""
25610
          isurl:
25610
          isurl:
Lines 25622-25628 tables: Link Here
25622
          mandatory: 0
25622
          mandatory: 0
25623
          kohafield: ""
25623
          kohafield: ""
25624
          tab: 5
25624
          tab: 5
25625
          authorised_value: ""
25625
          authorised_value:
25626
          authtypecode: ""
25626
          authtypecode: ""
25627
          value_builder: ""
25627
          value_builder: ""
25628
          isurl:
25628
          isurl:
Lines 25640-25646 tables: Link Here
25640
          mandatory: 0
25640
          mandatory: 0
25641
          kohafield: ""
25641
          kohafield: ""
25642
          tab: 5
25642
          tab: 5
25643
          authorised_value: ""
25643
          authorised_value:
25644
          authtypecode: ""
25644
          authtypecode: ""
25645
          value_builder: ""
25645
          value_builder: ""
25646
          isurl:
25646
          isurl:
Lines 25658-25664 tables: Link Here
25658
          mandatory: 0
25658
          mandatory: 0
25659
          kohafield: ""
25659
          kohafield: ""
25660
          tab: 5
25660
          tab: 5
25661
          authorised_value: ""
25661
          authorised_value:
25662
          authtypecode: ""
25662
          authtypecode: ""
25663
          value_builder: ""
25663
          value_builder: ""
25664
          isurl:
25664
          isurl:
Lines 25676-25682 tables: Link Here
25676
          mandatory: 0
25676
          mandatory: 0
25677
          kohafield: ""
25677
          kohafield: ""
25678
          tab: 5
25678
          tab: 5
25679
          authorised_value: ""
25679
          authorised_value:
25680
          authtypecode: ""
25680
          authtypecode: ""
25681
          value_builder: ""
25681
          value_builder: ""
25682
          isurl:
25682
          isurl:
Lines 25694-25700 tables: Link Here
25694
          mandatory: 0
25694
          mandatory: 0
25695
          kohafield: ""
25695
          kohafield: ""
25696
          tab: 5
25696
          tab: 5
25697
          authorised_value: ""
25697
          authorised_value:
25698
          authtypecode: ""
25698
          authtypecode: ""
25699
          value_builder: ""
25699
          value_builder: ""
25700
          isurl:
25700
          isurl:
Lines 25712-25718 tables: Link Here
25712
          mandatory: 0
25712
          mandatory: 0
25713
          kohafield: ""
25713
          kohafield: ""
25714
          tab: -1
25714
          tab: -1
25715
          authorised_value: ""
25715
          authorised_value:
25716
          authtypecode: ""
25716
          authtypecode: ""
25717
          value_builder: ""
25717
          value_builder: ""
25718
          isurl:
25718
          isurl:
Lines 25730-25736 tables: Link Here
25730
          mandatory: 0
25730
          mandatory: 0
25731
          kohafield: ""
25731
          kohafield: ""
25732
          tab: -1
25732
          tab: -1
25733
          authorised_value: ""
25733
          authorised_value:
25734
          authtypecode: ""
25734
          authtypecode: ""
25735
          value_builder: ""
25735
          value_builder: ""
25736
          isurl:
25736
          isurl:
Lines 25748-25754 tables: Link Here
25748
          mandatory: 0
25748
          mandatory: 0
25749
          kohafield: ""
25749
          kohafield: ""
25750
          tab: 5
25750
          tab: 5
25751
          authorised_value: ""
25751
          authorised_value:
25752
          authtypecode: ""
25752
          authtypecode: ""
25753
          value_builder: ""
25753
          value_builder: ""
25754
          isurl:
25754
          isurl:
Lines 25766-25772 tables: Link Here
25766
          mandatory: 0
25766
          mandatory: 0
25767
          kohafield: ""
25767
          kohafield: ""
25768
          tab: 5
25768
          tab: 5
25769
          authorised_value: ""
25769
          authorised_value:
25770
          authtypecode: ""
25770
          authtypecode: ""
25771
          value_builder: ""
25771
          value_builder: ""
25772
          isurl:
25772
          isurl:
Lines 25784-25790 tables: Link Here
25784
          mandatory: 0
25784
          mandatory: 0
25785
          kohafield: ""
25785
          kohafield: ""
25786
          tab: 5
25786
          tab: 5
25787
          authorised_value: ""
25787
          authorised_value:
25788
          authtypecode: ""
25788
          authtypecode: ""
25789
          value_builder: ""
25789
          value_builder: ""
25790
          isurl:
25790
          isurl:
Lines 25802-25808 tables: Link Here
25802
          mandatory: 0
25802
          mandatory: 0
25803
          kohafield: ""
25803
          kohafield: ""
25804
          tab: 5
25804
          tab: 5
25805
          authorised_value: ""
25805
          authorised_value:
25806
          authtypecode: ""
25806
          authtypecode: ""
25807
          value_builder: ""
25807
          value_builder: ""
25808
          isurl:
25808
          isurl:
Lines 25820-25826 tables: Link Here
25820
          mandatory: 0
25820
          mandatory: 0
25821
          kohafield: ""
25821
          kohafield: ""
25822
          tab: 5
25822
          tab: 5
25823
          authorised_value: ""
25823
          authorised_value:
25824
          authtypecode: ""
25824
          authtypecode: ""
25825
          value_builder: ""
25825
          value_builder: ""
25826
          isurl:
25826
          isurl:
Lines 25838-25844 tables: Link Here
25838
          mandatory: 0
25838
          mandatory: 0
25839
          kohafield: ""
25839
          kohafield: ""
25840
          tab: 5
25840
          tab: 5
25841
          authorised_value: ""
25841
          authorised_value:
25842
          authtypecode: ""
25842
          authtypecode: ""
25843
          value_builder: ""
25843
          value_builder: ""
25844
          isurl:
25844
          isurl:
Lines 25856-25862 tables: Link Here
25856
          mandatory: 0
25856
          mandatory: 0
25857
          kohafield: ""
25857
          kohafield: ""
25858
          tab: 5
25858
          tab: 5
25859
          authorised_value: ""
25859
          authorised_value:
25860
          authtypecode: ""
25860
          authtypecode: ""
25861
          value_builder: ""
25861
          value_builder: ""
25862
          isurl:
25862
          isurl:
Lines 25874-25880 tables: Link Here
25874
          mandatory: 0
25874
          mandatory: 0
25875
          kohafield: ""
25875
          kohafield: ""
25876
          tab: 5
25876
          tab: 5
25877
          authorised_value: ""
25877
          authorised_value:
25878
          authtypecode: ""
25878
          authtypecode: ""
25879
          value_builder: ""
25879
          value_builder: ""
25880
          isurl:
25880
          isurl:
Lines 25892-25898 tables: Link Here
25892
          mandatory: 0
25892
          mandatory: 0
25893
          kohafield: ""
25893
          kohafield: ""
25894
          tab: 5
25894
          tab: 5
25895
          authorised_value: ""
25895
          authorised_value:
25896
          authtypecode: ""
25896
          authtypecode: ""
25897
          value_builder: ""
25897
          value_builder: ""
25898
          isurl:
25898
          isurl:
Lines 25910-25916 tables: Link Here
25910
          mandatory: 0
25910
          mandatory: 0
25911
          kohafield: ""
25911
          kohafield: ""
25912
          tab: 5
25912
          tab: 5
25913
          authorised_value: ""
25913
          authorised_value:
25914
          authtypecode: ""
25914
          authtypecode: ""
25915
          value_builder: ""
25915
          value_builder: ""
25916
          isurl:
25916
          isurl:
Lines 25928-25934 tables: Link Here
25928
          mandatory: 0
25928
          mandatory: 0
25929
          kohafield: ""
25929
          kohafield: ""
25930
          tab: 5
25930
          tab: 5
25931
          authorised_value: ""
25931
          authorised_value:
25932
          authtypecode: ""
25932
          authtypecode: ""
25933
          value_builder: ""
25933
          value_builder: ""
25934
          isurl:
25934
          isurl:
Lines 25946-25952 tables: Link Here
25946
          mandatory: 0
25946
          mandatory: 0
25947
          kohafield: ""
25947
          kohafield: ""
25948
          tab: 5
25948
          tab: 5
25949
          authorised_value: ""
25949
          authorised_value:
25950
          authtypecode: ""
25950
          authtypecode: ""
25951
          value_builder: ""
25951
          value_builder: ""
25952
          isurl:
25952
          isurl:
Lines 25964-25970 tables: Link Here
25964
          mandatory: 0
25964
          mandatory: 0
25965
          kohafield: ""
25965
          kohafield: ""
25966
          tab: 5
25966
          tab: 5
25967
          authorised_value: ""
25967
          authorised_value:
25968
          authtypecode: ""
25968
          authtypecode: ""
25969
          value_builder: ""
25969
          value_builder: ""
25970
          isurl:
25970
          isurl:
Lines 25982-25988 tables: Link Here
25982
          mandatory: 0
25982
          mandatory: 0
25983
          kohafield: ""
25983
          kohafield: ""
25984
          tab: 5
25984
          tab: 5
25985
          authorised_value: ""
25985
          authorised_value:
25986
          authtypecode: ""
25986
          authtypecode: ""
25987
          value_builder: ""
25987
          value_builder: ""
25988
          isurl:
25988
          isurl:
Lines 26000-26006 tables: Link Here
26000
          mandatory: 0
26000
          mandatory: 0
26001
          kohafield: ""
26001
          kohafield: ""
26002
          tab: 5
26002
          tab: 5
26003
          authorised_value: ""
26003
          authorised_value:
26004
          authtypecode: ""
26004
          authtypecode: ""
26005
          value_builder: ""
26005
          value_builder: ""
26006
          isurl:
26006
          isurl:
Lines 26018-26024 tables: Link Here
26018
          mandatory: 0
26018
          mandatory: 0
26019
          kohafield: ""
26019
          kohafield: ""
26020
          tab: 5
26020
          tab: 5
26021
          authorised_value: ""
26021
          authorised_value:
26022
          authtypecode: ""
26022
          authtypecode: ""
26023
          value_builder: ""
26023
          value_builder: ""
26024
          isurl:
26024
          isurl:
Lines 26036-26042 tables: Link Here
26036
          mandatory: 0
26036
          mandatory: 0
26037
          kohafield: ""
26037
          kohafield: ""
26038
          tab: 5
26038
          tab: 5
26039
          authorised_value: ""
26039
          authorised_value:
26040
          authtypecode: ""
26040
          authtypecode: ""
26041
          value_builder: ""
26041
          value_builder: ""
26042
          isurl:
26042
          isurl:
Lines 26054-26060 tables: Link Here
26054
          mandatory: 0
26054
          mandatory: 0
26055
          kohafield: ""
26055
          kohafield: ""
26056
          tab: 5
26056
          tab: 5
26057
          authorised_value: ""
26057
          authorised_value:
26058
          authtypecode: ""
26058
          authtypecode: ""
26059
          value_builder: ""
26059
          value_builder: ""
26060
          isurl:
26060
          isurl:
Lines 26072-26078 tables: Link Here
26072
          mandatory: 0
26072
          mandatory: 0
26073
          kohafield: ""
26073
          kohafield: ""
26074
          tab: 5
26074
          tab: 5
26075
          authorised_value: ""
26075
          authorised_value:
26076
          authtypecode: ""
26076
          authtypecode: ""
26077
          value_builder: ""
26077
          value_builder: ""
26078
          isurl: 1
26078
          isurl: 1
Lines 26090-26096 tables: Link Here
26090
          mandatory: 0
26090
          mandatory: 0
26091
          kohafield: ""
26091
          kohafield: ""
26092
          tab: 5
26092
          tab: 5
26093
          authorised_value: ""
26093
          authorised_value:
26094
          authtypecode: ""
26094
          authtypecode: ""
26095
          value_builder: ""
26095
          value_builder: ""
26096
          isurl:
26096
          isurl:
Lines 26108-26114 tables: Link Here
26108
          mandatory: 0
26108
          mandatory: 0
26109
          kohafield: ""
26109
          kohafield: ""
26110
          tab: 5
26110
          tab: 5
26111
          authorised_value: ""
26111
          authorised_value:
26112
          authtypecode: ""
26112
          authtypecode: ""
26113
          value_builder: ""
26113
          value_builder: ""
26114
          isurl:
26114
          isurl:
Lines 26126-26132 tables: Link Here
26126
          mandatory: 0
26126
          mandatory: 0
26127
          kohafield: ""
26127
          kohafield: ""
26128
          tab: 5
26128
          tab: 5
26129
          authorised_value: ""
26129
          authorised_value:
26130
          authtypecode: ""
26130
          authtypecode: ""
26131
          value_builder: ""
26131
          value_builder: ""
26132
          isurl:
26132
          isurl:
Lines 26144-26150 tables: Link Here
26144
          mandatory: 0
26144
          mandatory: 0
26145
          kohafield: ""
26145
          kohafield: ""
26146
          tab: 5
26146
          tab: 5
26147
          authorised_value: ""
26147
          authorised_value:
26148
          authtypecode: ""
26148
          authtypecode: ""
26149
          value_builder: ""
26149
          value_builder: ""
26150
          isurl:
26150
          isurl:
Lines 26162-26168 tables: Link Here
26162
          mandatory: 0
26162
          mandatory: 0
26163
          kohafield: ""
26163
          kohafield: ""
26164
          tab: -1
26164
          tab: -1
26165
          authorised_value: ""
26165
          authorised_value:
26166
          authtypecode: ""
26166
          authtypecode: ""
26167
          value_builder: ""
26167
          value_builder: ""
26168
          isurl:
26168
          isurl:
Lines 26180-26186 tables: Link Here
26180
          mandatory: 0
26180
          mandatory: 0
26181
          kohafield: ""
26181
          kohafield: ""
26182
          tab: 5
26182
          tab: 5
26183
          authorised_value: ""
26183
          authorised_value:
26184
          authtypecode: ""
26184
          authtypecode: ""
26185
          value_builder: ""
26185
          value_builder: ""
26186
          isurl:
26186
          isurl:
Lines 26198-26204 tables: Link Here
26198
          mandatory: 0
26198
          mandatory: 0
26199
          kohafield: ""
26199
          kohafield: ""
26200
          tab: 5
26200
          tab: 5
26201
          authorised_value: ""
26201
          authorised_value:
26202
          authtypecode: ""
26202
          authtypecode: ""
26203
          value_builder: ""
26203
          value_builder: ""
26204
          isurl:
26204
          isurl:
Lines 26216-26222 tables: Link Here
26216
          mandatory: 0
26216
          mandatory: 0
26217
          kohafield: ""
26217
          kohafield: ""
26218
          tab: 5
26218
          tab: 5
26219
          authorised_value: ""
26219
          authorised_value:
26220
          authtypecode: ""
26220
          authtypecode: ""
26221
          value_builder: ""
26221
          value_builder: ""
26222
          isurl:
26222
          isurl:
Lines 26234-26240 tables: Link Here
26234
          mandatory: 0
26234
          mandatory: 0
26235
          kohafield: ""
26235
          kohafield: ""
26236
          tab: 5
26236
          tab: 5
26237
          authorised_value: ""
26237
          authorised_value:
26238
          authtypecode: ""
26238
          authtypecode: ""
26239
          value_builder: ""
26239
          value_builder: ""
26240
          isurl:
26240
          isurl:
Lines 26252-26258 tables: Link Here
26252
          mandatory: 0
26252
          mandatory: 0
26253
          kohafield: ""
26253
          kohafield: ""
26254
          tab: 5
26254
          tab: 5
26255
          authorised_value: ""
26255
          authorised_value:
26256
          authtypecode: ""
26256
          authtypecode: ""
26257
          value_builder: ""
26257
          value_builder: ""
26258
          isurl:
26258
          isurl:
Lines 26270-26276 tables: Link Here
26270
          mandatory: 0
26270
          mandatory: 0
26271
          kohafield: ""
26271
          kohafield: ""
26272
          tab: 5
26272
          tab: 5
26273
          authorised_value: ""
26273
          authorised_value:
26274
          authtypecode: ""
26274
          authtypecode: ""
26275
          value_builder: ""
26275
          value_builder: ""
26276
          isurl:
26276
          isurl:
Lines 26288-26294 tables: Link Here
26288
          mandatory: 0
26288
          mandatory: 0
26289
          kohafield: ""
26289
          kohafield: ""
26290
          tab: 5
26290
          tab: 5
26291
          authorised_value: ""
26291
          authorised_value:
26292
          authtypecode: ""
26292
          authtypecode: ""
26293
          value_builder: ""
26293
          value_builder: ""
26294
          isurl:
26294
          isurl:
Lines 26306-26312 tables: Link Here
26306
          mandatory: 0
26306
          mandatory: 0
26307
          kohafield: ""
26307
          kohafield: ""
26308
          tab: 5
26308
          tab: 5
26309
          authorised_value: ""
26309
          authorised_value:
26310
          authtypecode: ""
26310
          authtypecode: ""
26311
          value_builder: ""
26311
          value_builder: ""
26312
          isurl:
26312
          isurl:
Lines 26324-26330 tables: Link Here
26324
          mandatory: 0
26324
          mandatory: 0
26325
          kohafield: ""
26325
          kohafield: ""
26326
          tab: 5
26326
          tab: 5
26327
          authorised_value: ""
26327
          authorised_value:
26328
          authtypecode: ""
26328
          authtypecode: ""
26329
          value_builder: ""
26329
          value_builder: ""
26330
          isurl:
26330
          isurl:
Lines 26342-26348 tables: Link Here
26342
          mandatory: 0
26342
          mandatory: 0
26343
          kohafield: ""
26343
          kohafield: ""
26344
          tab: 5
26344
          tab: 5
26345
          authorised_value: ""
26345
          authorised_value:
26346
          authtypecode: ""
26346
          authtypecode: ""
26347
          value_builder: ""
26347
          value_builder: ""
26348
          isurl:
26348
          isurl:
Lines 26360-26366 tables: Link Here
26360
          mandatory: 0
26360
          mandatory: 0
26361
          kohafield: ""
26361
          kohafield: ""
26362
          tab: 5
26362
          tab: 5
26363
          authorised_value: ""
26363
          authorised_value:
26364
          authtypecode: ""
26364
          authtypecode: ""
26365
          value_builder: ""
26365
          value_builder: ""
26366
          isurl:
26366
          isurl:
Lines 26378-26384 tables: Link Here
26378
          mandatory: 0
26378
          mandatory: 0
26379
          kohafield: ""
26379
          kohafield: ""
26380
          tab: 5
26380
          tab: 5
26381
          authorised_value: ""
26381
          authorised_value:
26382
          authtypecode: ""
26382
          authtypecode: ""
26383
          value_builder: ""
26383
          value_builder: ""
26384
          isurl:
26384
          isurl:
Lines 26396-26402 tables: Link Here
26396
          mandatory: 0
26396
          mandatory: 0
26397
          kohafield: ""
26397
          kohafield: ""
26398
          tab: 5
26398
          tab: 5
26399
          authorised_value: ""
26399
          authorised_value:
26400
          authtypecode: ""
26400
          authtypecode: ""
26401
          value_builder: ""
26401
          value_builder: ""
26402
          isurl:
26402
          isurl:
Lines 26414-26420 tables: Link Here
26414
          mandatory: 0
26414
          mandatory: 0
26415
          kohafield: ""
26415
          kohafield: ""
26416
          tab: 5
26416
          tab: 5
26417
          authorised_value: ""
26417
          authorised_value:
26418
          authtypecode: ""
26418
          authtypecode: ""
26419
          value_builder: ""
26419
          value_builder: ""
26420
          isurl:
26420
          isurl:
Lines 26432-26438 tables: Link Here
26432
          mandatory: 0
26432
          mandatory: 0
26433
          kohafield: ""
26433
          kohafield: ""
26434
          tab: 5
26434
          tab: 5
26435
          authorised_value: ""
26435
          authorised_value:
26436
          authtypecode: ""
26436
          authtypecode: ""
26437
          value_builder: ""
26437
          value_builder: ""
26438
          isurl:
26438
          isurl:
Lines 26450-26456 tables: Link Here
26450
          mandatory: 0
26450
          mandatory: 0
26451
          kohafield: ""
26451
          kohafield: ""
26452
          tab: 5
26452
          tab: 5
26453
          authorised_value: ""
26453
          authorised_value:
26454
          authtypecode: ""
26454
          authtypecode: ""
26455
          value_builder: ""
26455
          value_builder: ""
26456
          isurl:
26456
          isurl:
Lines 26468-26474 tables: Link Here
26468
          mandatory: 0
26468
          mandatory: 0
26469
          kohafield: ""
26469
          kohafield: ""
26470
          tab: 5
26470
          tab: 5
26471
          authorised_value: ""
26471
          authorised_value:
26472
          authtypecode: ""
26472
          authtypecode: ""
26473
          value_builder: ""
26473
          value_builder: ""
26474
          isurl:
26474
          isurl:
Lines 26486-26492 tables: Link Here
26486
          mandatory: 0
26486
          mandatory: 0
26487
          kohafield: ""
26487
          kohafield: ""
26488
          tab: 5
26488
          tab: 5
26489
          authorised_value: ""
26489
          authorised_value:
26490
          authtypecode: ""
26490
          authtypecode: ""
26491
          value_builder: ""
26491
          value_builder: ""
26492
          isurl:
26492
          isurl:
Lines 26504-26510 tables: Link Here
26504
          mandatory: 0
26504
          mandatory: 0
26505
          kohafield: ""
26505
          kohafield: ""
26506
          tab: 5
26506
          tab: 5
26507
          authorised_value: ""
26507
          authorised_value:
26508
          authtypecode: ""
26508
          authtypecode: ""
26509
          value_builder: ""
26509
          value_builder: ""
26510
          isurl:
26510
          isurl:
Lines 26522-26528 tables: Link Here
26522
          mandatory: 0
26522
          mandatory: 0
26523
          kohafield: ""
26523
          kohafield: ""
26524
          tab: 5
26524
          tab: 5
26525
          authorised_value: ""
26525
          authorised_value:
26526
          authtypecode: ""
26526
          authtypecode: ""
26527
          value_builder: ""
26527
          value_builder: ""
26528
          isurl:
26528
          isurl:
Lines 26540-26546 tables: Link Here
26540
          mandatory: 0
26540
          mandatory: 0
26541
          kohafield: biblio.abstract
26541
          kohafield: biblio.abstract
26542
          tab: 5
26542
          tab: 5
26543
          authorised_value: ""
26543
          authorised_value:
26544
          authtypecode: ""
26544
          authtypecode: ""
26545
          value_builder: ""
26545
          value_builder: ""
26546
          isurl:
26546
          isurl:
Lines 26558-26564 tables: Link Here
26558
          mandatory: 0
26558
          mandatory: 0
26559
          kohafield: ""
26559
          kohafield: ""
26560
          tab: 5
26560
          tab: 5
26561
          authorised_value: ""
26561
          authorised_value:
26562
          authtypecode: ""
26562
          authtypecode: ""
26563
          value_builder: ""
26563
          value_builder: ""
26564
          isurl:
26564
          isurl:
Lines 26576-26582 tables: Link Here
26576
          mandatory: 0
26576
          mandatory: 0
26577
          kohafield: ""
26577
          kohafield: ""
26578
          tab: 5
26578
          tab: 5
26579
          authorised_value: ""
26579
          authorised_value:
26580
          authtypecode: ""
26580
          authtypecode: ""
26581
          value_builder: ""
26581
          value_builder: ""
26582
          isurl:
26582
          isurl:
Lines 26594-26600 tables: Link Here
26594
          mandatory: 0
26594
          mandatory: 0
26595
          kohafield: ""
26595
          kohafield: ""
26596
          tab: 5
26596
          tab: 5
26597
          authorised_value: ""
26597
          authorised_value:
26598
          authtypecode: ""
26598
          authtypecode: ""
26599
          value_builder: ""
26599
          value_builder: ""
26600
          isurl: 1
26600
          isurl: 1
Lines 26612-26618 tables: Link Here
26612
          mandatory: 0
26612
          mandatory: 0
26613
          kohafield: ""
26613
          kohafield: ""
26614
          tab: 5
26614
          tab: 5
26615
          authorised_value: ""
26615
          authorised_value:
26616
          authtypecode: ""
26616
          authtypecode: ""
26617
          value_builder: ""
26617
          value_builder: ""
26618
          isurl:
26618
          isurl:
Lines 26990-26996 tables: Link Here
26990
          mandatory: 0
26990
          mandatory: 0
26991
          kohafield: ""
26991
          kohafield: ""
26992
          tab: 5
26992
          tab: 5
26993
          authorised_value: ""
26993
          authorised_value:
26994
          authtypecode: ""
26994
          authtypecode: ""
26995
          value_builder: ""
26995
          value_builder: ""
26996
          isurl:
26996
          isurl:
Lines 27008-27014 tables: Link Here
27008
          mandatory: 0
27008
          mandatory: 0
27009
          kohafield: ""
27009
          kohafield: ""
27010
          tab: 5
27010
          tab: 5
27011
          authorised_value: ""
27011
          authorised_value:
27012
          authtypecode: ""
27012
          authtypecode: ""
27013
          value_builder: ""
27013
          value_builder: ""
27014
          isurl:
27014
          isurl:
Lines 27026-27032 tables: Link Here
27026
          mandatory: 0
27026
          mandatory: 0
27027
          kohafield: ""
27027
          kohafield: ""
27028
          tab: 5
27028
          tab: 5
27029
          authorised_value: ""
27029
          authorised_value:
27030
          authtypecode: ""
27030
          authtypecode: ""
27031
          value_builder: ""
27031
          value_builder: ""
27032
          isurl:
27032
          isurl:
Lines 27044-27050 tables: Link Here
27044
          mandatory: 0
27044
          mandatory: 0
27045
          kohafield: ""
27045
          kohafield: ""
27046
          tab: 5
27046
          tab: 5
27047
          authorised_value: ""
27047
          authorised_value:
27048
          authtypecode: ""
27048
          authtypecode: ""
27049
          value_builder: ""
27049
          value_builder: ""
27050
          isurl:
27050
          isurl:
Lines 27062-27068 tables: Link Here
27062
          mandatory: 0
27062
          mandatory: 0
27063
          kohafield: ""
27063
          kohafield: ""
27064
          tab: 5
27064
          tab: 5
27065
          authorised_value: ""
27065
          authorised_value:
27066
          authtypecode: ""
27066
          authtypecode: ""
27067
          value_builder: ""
27067
          value_builder: ""
27068
          isurl:
27068
          isurl:
Lines 27080-27086 tables: Link Here
27080
          mandatory: 0
27080
          mandatory: 0
27081
          kohafield: ""
27081
          kohafield: ""
27082
          tab: 5
27082
          tab: 5
27083
          authorised_value: ""
27083
          authorised_value:
27084
          authtypecode: ""
27084
          authtypecode: ""
27085
          value_builder: ""
27085
          value_builder: ""
27086
          isurl:
27086
          isurl:
Lines 27098-27104 tables: Link Here
27098
          mandatory: 0
27098
          mandatory: 0
27099
          kohafield: ""
27099
          kohafield: ""
27100
          tab: 5
27100
          tab: 5
27101
          authorised_value: ""
27101
          authorised_value:
27102
          authtypecode: ""
27102
          authtypecode: ""
27103
          value_builder: ""
27103
          value_builder: ""
27104
          isurl:
27104
          isurl:
Lines 27116-27122 tables: Link Here
27116
          mandatory: 0
27116
          mandatory: 0
27117
          kohafield: ""
27117
          kohafield: ""
27118
          tab: 5
27118
          tab: 5
27119
          authorised_value: ""
27119
          authorised_value:
27120
          authtypecode: ""
27120
          authtypecode: ""
27121
          value_builder: ""
27121
          value_builder: ""
27122
          isurl:
27122
          isurl:
Lines 27134-27140 tables: Link Here
27134
          mandatory: 0
27134
          mandatory: 0
27135
          kohafield: ""
27135
          kohafield: ""
27136
          tab: 5
27136
          tab: 5
27137
          authorised_value: ""
27137
          authorised_value:
27138
          authtypecode: ""
27138
          authtypecode: ""
27139
          value_builder: ""
27139
          value_builder: ""
27140
          isurl:
27140
          isurl:
Lines 27152-27158 tables: Link Here
27152
          mandatory: 0
27152
          mandatory: 0
27153
          kohafield: ""
27153
          kohafield: ""
27154
          tab: 5
27154
          tab: 5
27155
          authorised_value: ""
27155
          authorised_value:
27156
          authtypecode: ""
27156
          authtypecode: ""
27157
          value_builder: ""
27157
          value_builder: ""
27158
          isurl:
27158
          isurl:
Lines 27368-27374 tables: Link Here
27368
          mandatory: 0
27368
          mandatory: 0
27369
          kohafield: ""
27369
          kohafield: ""
27370
          tab: 5
27370
          tab: 5
27371
          authorised_value: ""
27371
          authorised_value:
27372
          authtypecode: ""
27372
          authtypecode: ""
27373
          value_builder: ""
27373
          value_builder: ""
27374
          isurl:
27374
          isurl:
Lines 27386-27392 tables: Link Here
27386
          mandatory: 0
27386
          mandatory: 0
27387
          kohafield: ""
27387
          kohafield: ""
27388
          tab: 5
27388
          tab: 5
27389
          authorised_value: ""
27389
          authorised_value:
27390
          authtypecode: ""
27390
          authtypecode: ""
27391
          value_builder: ""
27391
          value_builder: ""
27392
          isurl:
27392
          isurl:
Lines 27404-27410 tables: Link Here
27404
          mandatory: 0
27404
          mandatory: 0
27405
          kohafield: ""
27405
          kohafield: ""
27406
          tab: 5
27406
          tab: 5
27407
          authorised_value: ""
27407
          authorised_value:
27408
          authtypecode: ""
27408
          authtypecode: ""
27409
          value_builder: ""
27409
          value_builder: ""
27410
          isurl:
27410
          isurl:
Lines 27440-27446 tables: Link Here
27440
          mandatory: 0
27440
          mandatory: 0
27441
          kohafield: ""
27441
          kohafield: ""
27442
          tab: 5
27442
          tab: 5
27443
          authorised_value: ""
27443
          authorised_value:
27444
          authtypecode: ""
27444
          authtypecode: ""
27445
          value_builder: ""
27445
          value_builder: ""
27446
          isurl:
27446
          isurl:
Lines 27656-27662 tables: Link Here
27656
          mandatory: 0
27656
          mandatory: 0
27657
          kohafield: ""
27657
          kohafield: ""
27658
          tab: 5
27658
          tab: 5
27659
          authorised_value: ""
27659
          authorised_value:
27660
          authtypecode: ""
27660
          authtypecode: ""
27661
          value_builder: ""
27661
          value_builder: ""
27662
          isurl:
27662
          isurl:
Lines 27872-27878 tables: Link Here
27872
          mandatory: 0
27872
          mandatory: 0
27873
          kohafield: ""
27873
          kohafield: ""
27874
          tab: 5
27874
          tab: 5
27875
          authorised_value: ""
27875
          authorised_value:
27876
          authtypecode: ""
27876
          authtypecode: ""
27877
          value_builder: ""
27877
          value_builder: ""
27878
          isurl:
27878
          isurl:
Lines 28340-28346 tables: Link Here
28340
          mandatory: 0
28340
          mandatory: 0
28341
          kohafield: ""
28341
          kohafield: ""
28342
          tab: 5
28342
          tab: 5
28343
          authorised_value: ""
28343
          authorised_value:
28344
          authtypecode: ""
28344
          authtypecode: ""
28345
          value_builder: ""
28345
          value_builder: ""
28346
          isurl:
28346
          isurl:
Lines 28358-28364 tables: Link Here
28358
          mandatory: 0
28358
          mandatory: 0
28359
          kohafield: ""
28359
          kohafield: ""
28360
          tab: 5
28360
          tab: 5
28361
          authorised_value: ""
28361
          authorised_value:
28362
          authtypecode: ""
28362
          authtypecode: ""
28363
          value_builder: ""
28363
          value_builder: ""
28364
          isurl:
28364
          isurl:
Lines 28376-28382 tables: Link Here
28376
          mandatory: 0
28376
          mandatory: 0
28377
          kohafield: ""
28377
          kohafield: ""
28378
          tab: 5
28378
          tab: 5
28379
          authorised_value: ""
28379
          authorised_value:
28380
          authtypecode: ""
28380
          authtypecode: ""
28381
          value_builder: ""
28381
          value_builder: ""
28382
          isurl:
28382
          isurl:
Lines 28394-28400 tables: Link Here
28394
          mandatory: 0
28394
          mandatory: 0
28395
          kohafield: ""
28395
          kohafield: ""
28396
          tab: 5
28396
          tab: 5
28397
          authorised_value: ""
28397
          authorised_value:
28398
          authtypecode: ""
28398
          authtypecode: ""
28399
          value_builder: ""
28399
          value_builder: ""
28400
          isurl:
28400
          isurl:
Lines 28412-28418 tables: Link Here
28412
          mandatory: 0
28412
          mandatory: 0
28413
          kohafield: ""
28413
          kohafield: ""
28414
          tab: 5
28414
          tab: 5
28415
          authorised_value: ""
28415
          authorised_value:
28416
          authtypecode: ""
28416
          authtypecode: ""
28417
          value_builder: ""
28417
          value_builder: ""
28418
          isurl:
28418
          isurl:
Lines 28430-28436 tables: Link Here
28430
          mandatory: 0
28430
          mandatory: 0
28431
          kohafield: ""
28431
          kohafield: ""
28432
          tab: 5
28432
          tab: 5
28433
          authorised_value: ""
28433
          authorised_value:
28434
          authtypecode: ""
28434
          authtypecode: ""
28435
          value_builder: ""
28435
          value_builder: ""
28436
          isurl: 1
28436
          isurl: 1
Lines 28448-28454 tables: Link Here
28448
          mandatory: 0
28448
          mandatory: 0
28449
          kohafield: ""
28449
          kohafield: ""
28450
          tab: 5
28450
          tab: 5
28451
          authorised_value: ""
28451
          authorised_value:
28452
          authtypecode: ""
28452
          authtypecode: ""
28453
          value_builder: ""
28453
          value_builder: ""
28454
          isurl:
28454
          isurl:
Lines 28484-28490 tables: Link Here
28484
          mandatory: 0
28484
          mandatory: 0
28485
          kohafield: ""
28485
          kohafield: ""
28486
          tab: 5
28486
          tab: 5
28487
          authorised_value: ""
28487
          authorised_value:
28488
          authtypecode: ""
28488
          authtypecode: ""
28489
          value_builder: ""
28489
          value_builder: ""
28490
          isurl:
28490
          isurl:
Lines 28502-28508 tables: Link Here
28502
          mandatory: 0
28502
          mandatory: 0
28503
          kohafield: ""
28503
          kohafield: ""
28504
          tab: 5
28504
          tab: 5
28505
          authorised_value: ""
28505
          authorised_value:
28506
          authtypecode: ""
28506
          authtypecode: ""
28507
          value_builder: ""
28507
          value_builder: ""
28508
          isurl:
28508
          isurl:
Lines 28520-28526 tables: Link Here
28520
          mandatory: 0
28520
          mandatory: 0
28521
          kohafield: ""
28521
          kohafield: ""
28522
          tab: 5
28522
          tab: 5
28523
          authorised_value: ""
28523
          authorised_value:
28524
          authtypecode: ""
28524
          authtypecode: ""
28525
          value_builder: ""
28525
          value_builder: ""
28526
          isurl:
28526
          isurl:
Lines 28538-28544 tables: Link Here
28538
          mandatory: 0
28538
          mandatory: 0
28539
          kohafield: ""
28539
          kohafield: ""
28540
          tab: 5
28540
          tab: 5
28541
          authorised_value: ""
28541
          authorised_value:
28542
          authtypecode: ""
28542
          authtypecode: ""
28543
          value_builder: ""
28543
          value_builder: ""
28544
          isurl:
28544
          isurl:
Lines 28556-28562 tables: Link Here
28556
          mandatory: 0
28556
          mandatory: 0
28557
          kohafield: ""
28557
          kohafield: ""
28558
          tab: 5
28558
          tab: 5
28559
          authorised_value: ""
28559
          authorised_value:
28560
          authtypecode: ""
28560
          authtypecode: ""
28561
          value_builder: ""
28561
          value_builder: ""
28562
          isurl:
28562
          isurl:
Lines 28574-28580 tables: Link Here
28574
          mandatory: 0
28574
          mandatory: 0
28575
          kohafield: ""
28575
          kohafield: ""
28576
          tab: 5
28576
          tab: 5
28577
          authorised_value: ""
28577
          authorised_value:
28578
          authtypecode: ""
28578
          authtypecode: ""
28579
          value_builder: ""
28579
          value_builder: ""
28580
          isurl:
28580
          isurl:
Lines 28592-28598 tables: Link Here
28592
          mandatory: 0
28592
          mandatory: 0
28593
          kohafield: ""
28593
          kohafield: ""
28594
          tab: 5
28594
          tab: 5
28595
          authorised_value: ""
28595
          authorised_value:
28596
          authtypecode: ""
28596
          authtypecode: ""
28597
          value_builder: ""
28597
          value_builder: ""
28598
          isurl:
28598
          isurl:
Lines 28610-28616 tables: Link Here
28610
          mandatory: 0
28610
          mandatory: 0
28611
          kohafield: ""
28611
          kohafield: ""
28612
          tab: 5
28612
          tab: 5
28613
          authorised_value: ""
28613
          authorised_value:
28614
          authtypecode: ""
28614
          authtypecode: ""
28615
          value_builder: ""
28615
          value_builder: ""
28616
          isurl:
28616
          isurl:
Lines 28628-28634 tables: Link Here
28628
          mandatory: 0
28628
          mandatory: 0
28629
          kohafield: ""
28629
          kohafield: ""
28630
          tab: 5
28630
          tab: 5
28631
          authorised_value: ""
28631
          authorised_value:
28632
          authtypecode: ""
28632
          authtypecode: ""
28633
          value_builder: ""
28633
          value_builder: ""
28634
          isurl:
28634
          isurl:
Lines 28646-28652 tables: Link Here
28646
          mandatory: 0
28646
          mandatory: 0
28647
          kohafield: ""
28647
          kohafield: ""
28648
          tab: 5
28648
          tab: 5
28649
          authorised_value: ""
28649
          authorised_value:
28650
          authtypecode: ""
28650
          authtypecode: ""
28651
          value_builder: ""
28651
          value_builder: ""
28652
          isurl:
28652
          isurl:
Lines 28664-28670 tables: Link Here
28664
          mandatory: 0
28664
          mandatory: 0
28665
          kohafield: ""
28665
          kohafield: ""
28666
          tab: 5
28666
          tab: 5
28667
          authorised_value: ""
28667
          authorised_value:
28668
          authtypecode: ""
28668
          authtypecode: ""
28669
          value_builder: ""
28669
          value_builder: ""
28670
          isurl: 1
28670
          isurl: 1
Lines 28700-28706 tables: Link Here
28700
          mandatory: 0
28700
          mandatory: 0
28701
          kohafield: ""
28701
          kohafield: ""
28702
          tab: 5
28702
          tab: 5
28703
          authorised_value: ""
28703
          authorised_value:
28704
          authtypecode: ""
28704
          authtypecode: ""
28705
          value_builder: ""
28705
          value_builder: ""
28706
          isurl:
28706
          isurl:
Lines 28718-28724 tables: Link Here
28718
          mandatory: 0
28718
          mandatory: 0
28719
          kohafield: ""
28719
          kohafield: ""
28720
          tab: 5
28720
          tab: 5
28721
          authorised_value: ""
28721
          authorised_value:
28722
          authtypecode: ""
28722
          authtypecode: ""
28723
          value_builder: ""
28723
          value_builder: ""
28724
          isurl:
28724
          isurl:
Lines 28736-28742 tables: Link Here
28736
          mandatory: 0
28736
          mandatory: 0
28737
          kohafield: ""
28737
          kohafield: ""
28738
          tab: 5
28738
          tab: 5
28739
          authorised_value: ""
28739
          authorised_value:
28740
          authtypecode: ""
28740
          authtypecode: ""
28741
          value_builder: ""
28741
          value_builder: ""
28742
          isurl:
28742
          isurl:
Lines 28754-28760 tables: Link Here
28754
          mandatory: 0
28754
          mandatory: 0
28755
          kohafield: ""
28755
          kohafield: ""
28756
          tab: 5
28756
          tab: 5
28757
          authorised_value: ""
28757
          authorised_value:
28758
          authtypecode: ""
28758
          authtypecode: ""
28759
          value_builder: ""
28759
          value_builder: ""
28760
          isurl:
28760
          isurl:
Lines 28772-28778 tables: Link Here
28772
          mandatory: 0
28772
          mandatory: 0
28773
          kohafield: ""
28773
          kohafield: ""
28774
          tab: 5
28774
          tab: 5
28775
          authorised_value: ""
28775
          authorised_value:
28776
          authtypecode: ""
28776
          authtypecode: ""
28777
          value_builder: ""
28777
          value_builder: ""
28778
          isurl:
28778
          isurl:
Lines 28790-28796 tables: Link Here
28790
          mandatory: 0
28790
          mandatory: 0
28791
          kohafield: ""
28791
          kohafield: ""
28792
          tab: 5
28792
          tab: 5
28793
          authorised_value: ""
28793
          authorised_value:
28794
          authtypecode: ""
28794
          authtypecode: ""
28795
          value_builder: ""
28795
          value_builder: ""
28796
          isurl:
28796
          isurl:
Lines 28808-28814 tables: Link Here
28808
          mandatory: 0
28808
          mandatory: 0
28809
          kohafield: ""
28809
          kohafield: ""
28810
          tab: 5
28810
          tab: 5
28811
          authorised_value: ""
28811
          authorised_value:
28812
          authtypecode: ""
28812
          authtypecode: ""
28813
          value_builder: ""
28813
          value_builder: ""
28814
          isurl:
28814
          isurl:
Lines 28826-28832 tables: Link Here
28826
          mandatory: 0
28826
          mandatory: 0
28827
          kohafield: ""
28827
          kohafield: ""
28828
          tab: 5
28828
          tab: 5
28829
          authorised_value: ""
28829
          authorised_value:
28830
          authtypecode: ""
28830
          authtypecode: ""
28831
          value_builder: ""
28831
          value_builder: ""
28832
          isurl:
28832
          isurl:
Lines 28844-28850 tables: Link Here
28844
          mandatory: 0
28844
          mandatory: 0
28845
          kohafield: ""
28845
          kohafield: ""
28846
          tab: 5
28846
          tab: 5
28847
          authorised_value: ""
28847
          authorised_value:
28848
          authtypecode: ""
28848
          authtypecode: ""
28849
          value_builder: ""
28849
          value_builder: ""
28850
          isurl:
28850
          isurl:
Lines 28862-28868 tables: Link Here
28862
          mandatory: 0
28862
          mandatory: 0
28863
          kohafield: ""
28863
          kohafield: ""
28864
          tab: 5
28864
          tab: 5
28865
          authorised_value: ""
28865
          authorised_value:
28866
          authtypecode: ""
28866
          authtypecode: ""
28867
          value_builder: ""
28867
          value_builder: ""
28868
          isurl:
28868
          isurl:
Lines 28880-28886 tables: Link Here
28880
          mandatory: 0
28880
          mandatory: 0
28881
          kohafield: ""
28881
          kohafield: ""
28882
          tab: 5
28882
          tab: 5
28883
          authorised_value: ""
28883
          authorised_value:
28884
          authtypecode: ""
28884
          authtypecode: ""
28885
          value_builder: ""
28885
          value_builder: ""
28886
          isurl:
28886
          isurl:
Lines 28898-28904 tables: Link Here
28898
          mandatory: 0
28898
          mandatory: 0
28899
          kohafield: ""
28899
          kohafield: ""
28900
          tab: 5
28900
          tab: 5
28901
          authorised_value: ""
28901
          authorised_value:
28902
          authtypecode: ""
28902
          authtypecode: ""
28903
          value_builder: ""
28903
          value_builder: ""
28904
          isurl:
28904
          isurl:
Lines 28916-28922 tables: Link Here
28916
          mandatory: 0
28916
          mandatory: 0
28917
          kohafield: ""
28917
          kohafield: ""
28918
          tab: 5
28918
          tab: 5
28919
          authorised_value: ""
28919
          authorised_value:
28920
          authtypecode: ""
28920
          authtypecode: ""
28921
          value_builder: ""
28921
          value_builder: ""
28922
          isurl:
28922
          isurl:
Lines 28934-28940 tables: Link Here
28934
          mandatory: 0
28934
          mandatory: 0
28935
          kohafield: ""
28935
          kohafield: ""
28936
          tab: 5
28936
          tab: 5
28937
          authorised_value: ""
28937
          authorised_value:
28938
          authtypecode: ""
28938
          authtypecode: ""
28939
          value_builder: ""
28939
          value_builder: ""
28940
          isurl:
28940
          isurl:
Lines 28952-28958 tables: Link Here
28952
          mandatory: 0
28952
          mandatory: 0
28953
          kohafield: ""
28953
          kohafield: ""
28954
          tab: 5
28954
          tab: 5
28955
          authorised_value: ""
28955
          authorised_value:
28956
          authtypecode: ""
28956
          authtypecode: ""
28957
          value_builder: ""
28957
          value_builder: ""
28958
          isurl:
28958
          isurl:
Lines 28970-28976 tables: Link Here
28970
          mandatory: 0
28970
          mandatory: 0
28971
          kohafield: ""
28971
          kohafield: ""
28972
          tab: 5
28972
          tab: 5
28973
          authorised_value: ""
28973
          authorised_value:
28974
          authtypecode: ""
28974
          authtypecode: ""
28975
          value_builder: ""
28975
          value_builder: ""
28976
          isurl:
28976
          isurl:
Lines 28988-28994 tables: Link Here
28988
          mandatory: 0
28988
          mandatory: 0
28989
          kohafield: ""
28989
          kohafield: ""
28990
          tab: 5
28990
          tab: 5
28991
          authorised_value: ""
28991
          authorised_value:
28992
          authtypecode: ""
28992
          authtypecode: ""
28993
          value_builder: ""
28993
          value_builder: ""
28994
          isurl:
28994
          isurl:
Lines 29006-29012 tables: Link Here
29006
          mandatory: 0
29006
          mandatory: 0
29007
          kohafield: ""
29007
          kohafield: ""
29008
          tab: 5
29008
          tab: 5
29009
          authorised_value: ""
29009
          authorised_value:
29010
          authtypecode: ""
29010
          authtypecode: ""
29011
          value_builder: ""
29011
          value_builder: ""
29012
          isurl:
29012
          isurl:
Lines 29024-29030 tables: Link Here
29024
          mandatory: 0
29024
          mandatory: 0
29025
          kohafield: ""
29025
          kohafield: ""
29026
          tab: 5
29026
          tab: 5
29027
          authorised_value: ""
29027
          authorised_value:
29028
          authtypecode: ""
29028
          authtypecode: ""
29029
          value_builder: ""
29029
          value_builder: ""
29030
          isurl:
29030
          isurl:
Lines 29042-29048 tables: Link Here
29042
          mandatory: 0
29042
          mandatory: 0
29043
          kohafield: ""
29043
          kohafield: ""
29044
          tab: 5
29044
          tab: 5
29045
          authorised_value: ""
29045
          authorised_value:
29046
          authtypecode: ""
29046
          authtypecode: ""
29047
          value_builder: ""
29047
          value_builder: ""
29048
          isurl:
29048
          isurl:
Lines 29060-29066 tables: Link Here
29060
          mandatory: 0
29060
          mandatory: 0
29061
          kohafield: ""
29061
          kohafield: ""
29062
          tab: 5
29062
          tab: 5
29063
          authorised_value: ""
29063
          authorised_value:
29064
          authtypecode: ""
29064
          authtypecode: ""
29065
          value_builder: ""
29065
          value_builder: ""
29066
          isurl:
29066
          isurl:
Lines 29078-29084 tables: Link Here
29078
          mandatory: 0
29078
          mandatory: 0
29079
          kohafield: ""
29079
          kohafield: ""
29080
          tab: 5
29080
          tab: 5
29081
          authorised_value: ""
29081
          authorised_value:
29082
          authtypecode: ""
29082
          authtypecode: ""
29083
          value_builder: ""
29083
          value_builder: ""
29084
          isurl:
29084
          isurl:
Lines 29096-29102 tables: Link Here
29096
          mandatory: 0
29096
          mandatory: 0
29097
          kohafield: ""
29097
          kohafield: ""
29098
          tab: 5
29098
          tab: 5
29099
          authorised_value: ""
29099
          authorised_value:
29100
          authtypecode: ""
29100
          authtypecode: ""
29101
          value_builder: ""
29101
          value_builder: ""
29102
          isurl:
29102
          isurl:
Lines 29114-29120 tables: Link Here
29114
          mandatory: 0
29114
          mandatory: 0
29115
          kohafield: ""
29115
          kohafield: ""
29116
          tab: 5
29116
          tab: 5
29117
          authorised_value: ""
29117
          authorised_value:
29118
          authtypecode: ""
29118
          authtypecode: ""
29119
          value_builder: ""
29119
          value_builder: ""
29120
          isurl:
29120
          isurl:
Lines 29132-29138 tables: Link Here
29132
          mandatory: 0
29132
          mandatory: 0
29133
          kohafield: ""
29133
          kohafield: ""
29134
          tab: 5
29134
          tab: 5
29135
          authorised_value: ""
29135
          authorised_value:
29136
          authtypecode: ""
29136
          authtypecode: ""
29137
          value_builder: ""
29137
          value_builder: ""
29138
          isurl:
29138
          isurl:
Lines 29150-29156 tables: Link Here
29150
          mandatory: 0
29150
          mandatory: 0
29151
          kohafield: ""
29151
          kohafield: ""
29152
          tab: 5
29152
          tab: 5
29153
          authorised_value: ""
29153
          authorised_value:
29154
          authtypecode: ""
29154
          authtypecode: ""
29155
          value_builder: ""
29155
          value_builder: ""
29156
          isurl:
29156
          isurl:
Lines 29168-29174 tables: Link Here
29168
          mandatory: 0
29168
          mandatory: 0
29169
          kohafield: ""
29169
          kohafield: ""
29170
          tab: 5
29170
          tab: 5
29171
          authorised_value: ""
29171
          authorised_value:
29172
          authtypecode: ""
29172
          authtypecode: ""
29173
          value_builder: ""
29173
          value_builder: ""
29174
          isurl:
29174
          isurl:
Lines 29186-29192 tables: Link Here
29186
          mandatory: 0
29186
          mandatory: 0
29187
          kohafield: ""
29187
          kohafield: ""
29188
          tab: 5
29188
          tab: 5
29189
          authorised_value: ""
29189
          authorised_value:
29190
          authtypecode: ""
29190
          authtypecode: ""
29191
          value_builder: ""
29191
          value_builder: ""
29192
          isurl:
29192
          isurl:
Lines 29204-29210 tables: Link Here
29204
          mandatory: 0
29204
          mandatory: 0
29205
          kohafield: ""
29205
          kohafield: ""
29206
          tab: 5
29206
          tab: 5
29207
          authorised_value: ""
29207
          authorised_value:
29208
          authtypecode: ""
29208
          authtypecode: ""
29209
          value_builder: ""
29209
          value_builder: ""
29210
          isurl:
29210
          isurl:
Lines 29222-29228 tables: Link Here
29222
          mandatory: 0
29222
          mandatory: 0
29223
          kohafield: ""
29223
          kohafield: ""
29224
          tab: 5
29224
          tab: 5
29225
          authorised_value: ""
29225
          authorised_value:
29226
          authtypecode: ""
29226
          authtypecode: ""
29227
          value_builder: ""
29227
          value_builder: ""
29228
          isurl:
29228
          isurl:
Lines 29240-29246 tables: Link Here
29240
          mandatory: 0
29240
          mandatory: 0
29241
          kohafield: ""
29241
          kohafield: ""
29242
          tab: 5
29242
          tab: 5
29243
          authorised_value: ""
29243
          authorised_value:
29244
          authtypecode: ""
29244
          authtypecode: ""
29245
          value_builder: ""
29245
          value_builder: ""
29246
          isurl:
29246
          isurl:
Lines 29258-29264 tables: Link Here
29258
          mandatory: 0
29258
          mandatory: 0
29259
          kohafield: ""
29259
          kohafield: ""
29260
          tab: 5
29260
          tab: 5
29261
          authorised_value: ""
29261
          authorised_value:
29262
          authtypecode: ""
29262
          authtypecode: ""
29263
          value_builder: ""
29263
          value_builder: ""
29264
          isurl:
29264
          isurl:
Lines 29276-29282 tables: Link Here
29276
          mandatory: 0
29276
          mandatory: 0
29277
          kohafield: ""
29277
          kohafield: ""
29278
          tab: 5
29278
          tab: 5
29279
          authorised_value: ""
29279
          authorised_value:
29280
          authtypecode: ""
29280
          authtypecode: ""
29281
          value_builder: ""
29281
          value_builder: ""
29282
          isurl:
29282
          isurl:
Lines 29294-29300 tables: Link Here
29294
          mandatory: 0
29294
          mandatory: 0
29295
          kohafield: ""
29295
          kohafield: ""
29296
          tab: 5
29296
          tab: 5
29297
          authorised_value: ""
29297
          authorised_value:
29298
          authtypecode: ""
29298
          authtypecode: ""
29299
          value_builder: ""
29299
          value_builder: ""
29300
          isurl:
29300
          isurl:
Lines 29312-29318 tables: Link Here
29312
          mandatory: 0
29312
          mandatory: 0
29313
          kohafield: ""
29313
          kohafield: ""
29314
          tab: 5
29314
          tab: 5
29315
          authorised_value: ""
29315
          authorised_value:
29316
          authtypecode: ""
29316
          authtypecode: ""
29317
          value_builder: ""
29317
          value_builder: ""
29318
          isurl:
29318
          isurl:
Lines 29384-29390 tables: Link Here
29384
          mandatory: 0
29384
          mandatory: 0
29385
          kohafield: ""
29385
          kohafield: ""
29386
          tab: 5
29386
          tab: 5
29387
          authorised_value: ""
29387
          authorised_value:
29388
          authtypecode: ""
29388
          authtypecode: ""
29389
          value_builder: ""
29389
          value_builder: ""
29390
          isurl:
29390
          isurl:
Lines 29402-29408 tables: Link Here
29402
          mandatory: 0
29402
          mandatory: 0
29403
          kohafield: ""
29403
          kohafield: ""
29404
          tab: 5
29404
          tab: 5
29405
          authorised_value: ""
29405
          authorised_value:
29406
          authtypecode: ""
29406
          authtypecode: ""
29407
          value_builder: ""
29407
          value_builder: ""
29408
          isurl:
29408
          isurl:
Lines 29420-29426 tables: Link Here
29420
          mandatory: 0
29420
          mandatory: 0
29421
          kohafield: ""
29421
          kohafield: ""
29422
          tab: 5
29422
          tab: 5
29423
          authorised_value: ""
29423
          authorised_value:
29424
          authtypecode: ""
29424
          authtypecode: ""
29425
          value_builder: ""
29425
          value_builder: ""
29426
          isurl:
29426
          isurl:
Lines 29438-29444 tables: Link Here
29438
          mandatory: 0
29438
          mandatory: 0
29439
          kohafield: ""
29439
          kohafield: ""
29440
          tab: 5
29440
          tab: 5
29441
          authorised_value: ""
29441
          authorised_value:
29442
          authtypecode: ""
29442
          authtypecode: ""
29443
          value_builder: ""
29443
          value_builder: ""
29444
          isurl:
29444
          isurl:
Lines 29456-29462 tables: Link Here
29456
          mandatory: 0
29456
          mandatory: 0
29457
          kohafield: ""
29457
          kohafield: ""
29458
          tab: 5
29458
          tab: 5
29459
          authorised_value: ""
29459
          authorised_value:
29460
          authtypecode: ""
29460
          authtypecode: ""
29461
          value_builder: ""
29461
          value_builder: ""
29462
          isurl:
29462
          isurl:
Lines 29474-29480 tables: Link Here
29474
          mandatory: 0
29474
          mandatory: 0
29475
          kohafield: ""
29475
          kohafield: ""
29476
          tab: 5
29476
          tab: 5
29477
          authorised_value: ""
29477
          authorised_value:
29478
          authtypecode: ""
29478
          authtypecode: ""
29479
          value_builder: ""
29479
          value_builder: ""
29480
          isurl:
29480
          isurl:
Lines 29492-29498 tables: Link Here
29492
          mandatory: 0
29492
          mandatory: 0
29493
          kohafield: ""
29493
          kohafield: ""
29494
          tab: 5
29494
          tab: 5
29495
          authorised_value: ""
29495
          authorised_value:
29496
          authtypecode: ""
29496
          authtypecode: ""
29497
          value_builder: ""
29497
          value_builder: ""
29498
          isurl:
29498
          isurl:
Lines 29510-29516 tables: Link Here
29510
          mandatory: 0
29510
          mandatory: 0
29511
          kohafield: ""
29511
          kohafield: ""
29512
          tab: 5
29512
          tab: 5
29513
          authorised_value: ""
29513
          authorised_value:
29514
          authtypecode: ""
29514
          authtypecode: ""
29515
          value_builder: ""
29515
          value_builder: ""
29516
          isurl:
29516
          isurl:
Lines 29528-29534 tables: Link Here
29528
          mandatory: 0
29528
          mandatory: 0
29529
          kohafield: ""
29529
          kohafield: ""
29530
          tab: 5
29530
          tab: 5
29531
          authorised_value: ""
29531
          authorised_value:
29532
          authtypecode: ""
29532
          authtypecode: ""
29533
          value_builder: ""
29533
          value_builder: ""
29534
          isurl:
29534
          isurl:
Lines 29546-29552 tables: Link Here
29546
          mandatory: 0
29546
          mandatory: 0
29547
          kohafield: ""
29547
          kohafield: ""
29548
          tab: 5
29548
          tab: 5
29549
          authorised_value: ""
29549
          authorised_value:
29550
          authtypecode: ""
29550
          authtypecode: ""
29551
          value_builder: ""
29551
          value_builder: ""
29552
          isurl:
29552
          isurl:
Lines 29564-29570 tables: Link Here
29564
          mandatory: 0
29564
          mandatory: 0
29565
          kohafield: ""
29565
          kohafield: ""
29566
          tab: 5
29566
          tab: 5
29567
          authorised_value: ""
29567
          authorised_value:
29568
          authtypecode: ""
29568
          authtypecode: ""
29569
          value_builder: ""
29569
          value_builder: ""
29570
          isurl:
29570
          isurl:
Lines 29582-29588 tables: Link Here
29582
          mandatory: 0
29582
          mandatory: 0
29583
          kohafield: ""
29583
          kohafield: ""
29584
          tab: 5
29584
          tab: 5
29585
          authorised_value: ""
29585
          authorised_value:
29586
          authtypecode: ""
29586
          authtypecode: ""
29587
          value_builder: ""
29587
          value_builder: ""
29588
          isurl:
29588
          isurl:
Lines 29600-29606 tables: Link Here
29600
          mandatory: 0
29600
          mandatory: 0
29601
          kohafield: ""
29601
          kohafield: ""
29602
          tab: 5
29602
          tab: 5
29603
          authorised_value: ""
29603
          authorised_value:
29604
          authtypecode: ""
29604
          authtypecode: ""
29605
          value_builder: ""
29605
          value_builder: ""
29606
          isurl: 1
29606
          isurl: 1
Lines 29870-29876 tables: Link Here
29870
          mandatory: 0
29870
          mandatory: 0
29871
          kohafield: ""
29871
          kohafield: ""
29872
          tab: 5
29872
          tab: 5
29873
          authorised_value: ""
29873
          authorised_value:
29874
          authtypecode: ""
29874
          authtypecode: ""
29875
          value_builder: ""
29875
          value_builder: ""
29876
          isurl:
29876
          isurl:
Lines 29888-29894 tables: Link Here
29888
          mandatory: 0
29888
          mandatory: 0
29889
          kohafield: ""
29889
          kohafield: ""
29890
          tab: 5
29890
          tab: 5
29891
          authorised_value: ""
29891
          authorised_value:
29892
          authtypecode: ""
29892
          authtypecode: ""
29893
          value_builder: ""
29893
          value_builder: ""
29894
          isurl:
29894
          isurl:
Lines 29906-29912 tables: Link Here
29906
          mandatory: 0
29906
          mandatory: 0
29907
          kohafield: ""
29907
          kohafield: ""
29908
          tab: 5
29908
          tab: 5
29909
          authorised_value: ""
29909
          authorised_value:
29910
          authtypecode: ""
29910
          authtypecode: ""
29911
          value_builder: ""
29911
          value_builder: ""
29912
          isurl:
29912
          isurl:
Lines 29924-29930 tables: Link Here
29924
          mandatory: 0
29924
          mandatory: 0
29925
          kohafield: ""
29925
          kohafield: ""
29926
          tab: 5
29926
          tab: 5
29927
          authorised_value: ""
29927
          authorised_value:
29928
          authtypecode: ""
29928
          authtypecode: ""
29929
          value_builder: ""
29929
          value_builder: ""
29930
          isurl:
29930
          isurl:
Lines 29942-29948 tables: Link Here
29942
          mandatory: 0
29942
          mandatory: 0
29943
          kohafield: ""
29943
          kohafield: ""
29944
          tab: 5
29944
          tab: 5
29945
          authorised_value: ""
29945
          authorised_value:
29946
          authtypecode: ""
29946
          authtypecode: ""
29947
          value_builder: ""
29947
          value_builder: ""
29948
          isurl:
29948
          isurl:
Lines 29960-29966 tables: Link Here
29960
          mandatory: 0
29960
          mandatory: 0
29961
          kohafield: ""
29961
          kohafield: ""
29962
          tab: 5
29962
          tab: 5
29963
          authorised_value: ""
29963
          authorised_value:
29964
          authtypecode: ""
29964
          authtypecode: ""
29965
          value_builder: ""
29965
          value_builder: ""
29966
          isurl:
29966
          isurl:
Lines 29978-29984 tables: Link Here
29978
          mandatory: 0
29978
          mandatory: 0
29979
          kohafield: ""
29979
          kohafield: ""
29980
          tab: 5
29980
          tab: 5
29981
          authorised_value: ""
29981
          authorised_value:
29982
          authtypecode: ""
29982
          authtypecode: ""
29983
          value_builder: ""
29983
          value_builder: ""
29984
          isurl:
29984
          isurl:
Lines 29996-30002 tables: Link Here
29996
          mandatory: 0
29996
          mandatory: 0
29997
          kohafield: ""
29997
          kohafield: ""
29998
          tab: 5
29998
          tab: 5
29999
          authorised_value: ""
29999
          authorised_value:
30000
          authtypecode: ""
30000
          authtypecode: ""
30001
          value_builder: ""
30001
          value_builder: ""
30002
          isurl:
30002
          isurl:
Lines 30014-30020 tables: Link Here
30014
          mandatory: 0
30014
          mandatory: 0
30015
          kohafield: ""
30015
          kohafield: ""
30016
          tab: 5
30016
          tab: 5
30017
          authorised_value: ""
30017
          authorised_value:
30018
          authtypecode: ""
30018
          authtypecode: ""
30019
          value_builder: ""
30019
          value_builder: ""
30020
          isurl:
30020
          isurl:
Lines 30032-30038 tables: Link Here
30032
          mandatory: 0
30032
          mandatory: 0
30033
          kohafield: ""
30033
          kohafield: ""
30034
          tab: 5
30034
          tab: 5
30035
          authorised_value: ""
30035
          authorised_value:
30036
          authtypecode: ""
30036
          authtypecode: ""
30037
          value_builder: ""
30037
          value_builder: ""
30038
          isurl:
30038
          isurl:
Lines 30050-30056 tables: Link Here
30050
          mandatory: 0
30050
          mandatory: 0
30051
          kohafield: ""
30051
          kohafield: ""
30052
          tab: 5
30052
          tab: 5
30053
          authorised_value: ""
30053
          authorised_value:
30054
          authtypecode: ""
30054
          authtypecode: ""
30055
          value_builder: ""
30055
          value_builder: ""
30056
          isurl:
30056
          isurl:
Lines 30068-30074 tables: Link Here
30068
          mandatory: 0
30068
          mandatory: 0
30069
          kohafield: ""
30069
          kohafield: ""
30070
          tab: 5
30070
          tab: 5
30071
          authorised_value: ""
30071
          authorised_value:
30072
          authtypecode: ""
30072
          authtypecode: ""
30073
          value_builder: ""
30073
          value_builder: ""
30074
          isurl:
30074
          isurl:
Lines 30086-30092 tables: Link Here
30086
          mandatory: 0
30086
          mandatory: 0
30087
          kohafield: ""
30087
          kohafield: ""
30088
          tab: 5
30088
          tab: 5
30089
          authorised_value: ""
30089
          authorised_value:
30090
          authtypecode: ""
30090
          authtypecode: ""
30091
          value_builder: ""
30091
          value_builder: ""
30092
          isurl:
30092
          isurl:
Lines 30104-30110 tables: Link Here
30104
          mandatory: 0
30104
          mandatory: 0
30105
          kohafield: ""
30105
          kohafield: ""
30106
          tab: 5
30106
          tab: 5
30107
          authorised_value: ""
30107
          authorised_value:
30108
          authtypecode: ""
30108
          authtypecode: ""
30109
          value_builder: ""
30109
          value_builder: ""
30110
          isurl:
30110
          isurl:
Lines 30122-30128 tables: Link Here
30122
          mandatory: 0
30122
          mandatory: 0
30123
          kohafield: ""
30123
          kohafield: ""
30124
          tab: 5
30124
          tab: 5
30125
          authorised_value: ""
30125
          authorised_value:
30126
          authtypecode: ""
30126
          authtypecode: ""
30127
          value_builder: ""
30127
          value_builder: ""
30128
          isurl:
30128
          isurl:
Lines 30140-30146 tables: Link Here
30140
          mandatory: 0
30140
          mandatory: 0
30141
          kohafield: ""
30141
          kohafield: ""
30142
          tab: 5
30142
          tab: 5
30143
          authorised_value: ""
30143
          authorised_value:
30144
          authtypecode: ""
30144
          authtypecode: ""
30145
          value_builder: ""
30145
          value_builder: ""
30146
          isurl:
30146
          isurl:
Lines 30158-30164 tables: Link Here
30158
          mandatory: 0
30158
          mandatory: 0
30159
          kohafield: ""
30159
          kohafield: ""
30160
          tab: 5
30160
          tab: 5
30161
          authorised_value: ""
30161
          authorised_value:
30162
          authtypecode: ""
30162
          authtypecode: ""
30163
          value_builder: ""
30163
          value_builder: ""
30164
          isurl:
30164
          isurl:
Lines 30176-30182 tables: Link Here
30176
          mandatory: 0
30176
          mandatory: 0
30177
          kohafield: ""
30177
          kohafield: ""
30178
          tab: 5
30178
          tab: 5
30179
          authorised_value: ""
30179
          authorised_value:
30180
          authtypecode: ""
30180
          authtypecode: ""
30181
          value_builder: ""
30181
          value_builder: ""
30182
          isurl:
30182
          isurl:
Lines 30194-30200 tables: Link Here
30194
          mandatory: 0
30194
          mandatory: 0
30195
          kohafield: ""
30195
          kohafield: ""
30196
          tab: 5
30196
          tab: 5
30197
          authorised_value: ""
30197
          authorised_value:
30198
          authtypecode: ""
30198
          authtypecode: ""
30199
          value_builder: ""
30199
          value_builder: ""
30200
          isurl: 1
30200
          isurl: 1
Lines 30212-30218 tables: Link Here
30212
          mandatory: 0
30212
          mandatory: 0
30213
          kohafield: ""
30213
          kohafield: ""
30214
          tab: 5
30214
          tab: 5
30215
          authorised_value: ""
30215
          authorised_value:
30216
          authtypecode: ""
30216
          authtypecode: ""
30217
          value_builder: ""
30217
          value_builder: ""
30218
          isurl:
30218
          isurl:
Lines 30464-30470 tables: Link Here
30464
          mandatory: 0
30464
          mandatory: 0
30465
          kohafield: ""
30465
          kohafield: ""
30466
          tab: 5
30466
          tab: 5
30467
          authorised_value: ""
30467
          authorised_value:
30468
          authtypecode: ""
30468
          authtypecode: ""
30469
          value_builder: ""
30469
          value_builder: ""
30470
          isurl:
30470
          isurl:
Lines 30482-30488 tables: Link Here
30482
          mandatory: 0
30482
          mandatory: 0
30483
          kohafield: ""
30483
          kohafield: ""
30484
          tab: 5
30484
          tab: 5
30485
          authorised_value: ""
30485
          authorised_value:
30486
          authtypecode: ""
30486
          authtypecode: ""
30487
          value_builder: ""
30487
          value_builder: ""
30488
          isurl:
30488
          isurl:
Lines 30500-30506 tables: Link Here
30500
          mandatory: 0
30500
          mandatory: 0
30501
          kohafield: ""
30501
          kohafield: ""
30502
          tab: 5
30502
          tab: 5
30503
          authorised_value: ""
30503
          authorised_value:
30504
          authtypecode: ""
30504
          authtypecode: ""
30505
          value_builder: ""
30505
          value_builder: ""
30506
          isurl:
30506
          isurl:
Lines 30518-30524 tables: Link Here
30518
          mandatory: 0
30518
          mandatory: 0
30519
          kohafield: ""
30519
          kohafield: ""
30520
          tab: 5
30520
          tab: 5
30521
          authorised_value: ""
30521
          authorised_value:
30522
          authtypecode: ""
30522
          authtypecode: ""
30523
          value_builder: ""
30523
          value_builder: ""
30524
          isurl:
30524
          isurl:
Lines 30536-30542 tables: Link Here
30536
          mandatory: 0
30536
          mandatory: 0
30537
          kohafield: ""
30537
          kohafield: ""
30538
          tab: 5
30538
          tab: 5
30539
          authorised_value: ""
30539
          authorised_value:
30540
          authtypecode: ""
30540
          authtypecode: ""
30541
          value_builder: ""
30541
          value_builder: ""
30542
          isurl:
30542
          isurl:
Lines 30554-30560 tables: Link Here
30554
          mandatory: 0
30554
          mandatory: 0
30555
          kohafield: ""
30555
          kohafield: ""
30556
          tab: 5
30556
          tab: 5
30557
          authorised_value: ""
30557
          authorised_value:
30558
          authtypecode: ""
30558
          authtypecode: ""
30559
          value_builder: ""
30559
          value_builder: ""
30560
          isurl:
30560
          isurl:
Lines 30986-30992 tables: Link Here
30986
          mandatory: 0
30986
          mandatory: 0
30987
          kohafield: ""
30987
          kohafield: ""
30988
          tab: 5
30988
          tab: 5
30989
          authorised_value: ""
30989
          authorised_value:
30990
          authtypecode: ""
30990
          authtypecode: ""
30991
          value_builder: ""
30991
          value_builder: ""
30992
          isurl:
30992
          isurl:
Lines 31004-31010 tables: Link Here
31004
          mandatory: 0
31004
          mandatory: 0
31005
          kohafield: ""
31005
          kohafield: ""
31006
          tab: 5
31006
          tab: 5
31007
          authorised_value: ""
31007
          authorised_value:
31008
          authtypecode: ""
31008
          authtypecode: ""
31009
          value_builder: ""
31009
          value_builder: ""
31010
          isurl:
31010
          isurl:
Lines 31022-31028 tables: Link Here
31022
          mandatory: 0
31022
          mandatory: 0
31023
          kohafield: ""
31023
          kohafield: ""
31024
          tab: 5
31024
          tab: 5
31025
          authorised_value: ""
31025
          authorised_value:
31026
          authtypecode: ""
31026
          authtypecode: ""
31027
          value_builder: ""
31027
          value_builder: ""
31028
          isurl:
31028
          isurl:
Lines 31094-31100 tables: Link Here
31094
          mandatory: 0
31094
          mandatory: 0
31095
          kohafield: ""
31095
          kohafield: ""
31096
          tab: 5
31096
          tab: 5
31097
          authorised_value: ""
31097
          authorised_value:
31098
          authtypecode: ""
31098
          authtypecode: ""
31099
          value_builder: ""
31099
          value_builder: ""
31100
          isurl:
31100
          isurl:
Lines 31400-31406 tables: Link Here
31400
          mandatory: 0
31400
          mandatory: 0
31401
          kohafield: ""
31401
          kohafield: ""
31402
          tab: 5
31402
          tab: 5
31403
          authorised_value: ""
31403
          authorised_value:
31404
          authtypecode: ""
31404
          authtypecode: ""
31405
          value_builder: ""
31405
          value_builder: ""
31406
          isurl:
31406
          isurl:
Lines 31418-31424 tables: Link Here
31418
          mandatory: 0
31418
          mandatory: 0
31419
          kohafield: ""
31419
          kohafield: ""
31420
          tab: 5
31420
          tab: 5
31421
          authorised_value: ""
31421
          authorised_value:
31422
          authtypecode: ""
31422
          authtypecode: ""
31423
          value_builder: ""
31423
          value_builder: ""
31424
          isurl:
31424
          isurl:
Lines 31436-31442 tables: Link Here
31436
          mandatory: 0
31436
          mandatory: 0
31437
          kohafield: ""
31437
          kohafield: ""
31438
          tab: 5
31438
          tab: 5
31439
          authorised_value: ""
31439
          authorised_value:
31440
          authtypecode: ""
31440
          authtypecode: ""
31441
          value_builder: ""
31441
          value_builder: ""
31442
          isurl:
31442
          isurl:
Lines 31454-31460 tables: Link Here
31454
          mandatory: 0
31454
          mandatory: 0
31455
          kohafield: ""
31455
          kohafield: ""
31456
          tab: 5
31456
          tab: 5
31457
          authorised_value: ""
31457
          authorised_value:
31458
          authtypecode: ""
31458
          authtypecode: ""
31459
          value_builder: ""
31459
          value_builder: ""
31460
          isurl:
31460
          isurl:
Lines 31472-31478 tables: Link Here
31472
          mandatory: 0
31472
          mandatory: 0
31473
          kohafield: ""
31473
          kohafield: ""
31474
          tab: 5
31474
          tab: 5
31475
          authorised_value: ""
31475
          authorised_value:
31476
          authtypecode: ""
31476
          authtypecode: ""
31477
          value_builder: ""
31477
          value_builder: ""
31478
          isurl:
31478
          isurl:
Lines 31490-31496 tables: Link Here
31490
          mandatory: 0
31490
          mandatory: 0
31491
          kohafield: ""
31491
          kohafield: ""
31492
          tab: 5
31492
          tab: 5
31493
          authorised_value: ""
31493
          authorised_value:
31494
          authtypecode: ""
31494
          authtypecode: ""
31495
          value_builder: ""
31495
          value_builder: ""
31496
          isurl:
31496
          isurl:
Lines 31508-31514 tables: Link Here
31508
          mandatory: 0
31508
          mandatory: 0
31509
          kohafield: ""
31509
          kohafield: ""
31510
          tab: 5
31510
          tab: 5
31511
          authorised_value: ""
31511
          authorised_value:
31512
          authtypecode: ""
31512
          authtypecode: ""
31513
          value_builder: ""
31513
          value_builder: ""
31514
          isurl:
31514
          isurl:
Lines 31526-31532 tables: Link Here
31526
          mandatory: 0
31526
          mandatory: 0
31527
          kohafield: ""
31527
          kohafield: ""
31528
          tab: 5
31528
          tab: 5
31529
          authorised_value: ""
31529
          authorised_value:
31530
          authtypecode: ""
31530
          authtypecode: ""
31531
          value_builder: ""
31531
          value_builder: ""
31532
          isurl:
31532
          isurl:
Lines 31544-31550 tables: Link Here
31544
          mandatory: 0
31544
          mandatory: 0
31545
          kohafield: ""
31545
          kohafield: ""
31546
          tab: 5
31546
          tab: 5
31547
          authorised_value: ""
31547
          authorised_value:
31548
          authtypecode: ""
31548
          authtypecode: ""
31549
          value_builder: ""
31549
          value_builder: ""
31550
          isurl:
31550
          isurl:
Lines 31562-31568 tables: Link Here
31562
          mandatory: 0
31562
          mandatory: 0
31563
          kohafield: ""
31563
          kohafield: ""
31564
          tab: 5
31564
          tab: 5
31565
          authorised_value: ""
31565
          authorised_value:
31566
          authtypecode: ""
31566
          authtypecode: ""
31567
          value_builder: ""
31567
          value_builder: ""
31568
          isurl:
31568
          isurl:
Lines 31580-31586 tables: Link Here
31580
          mandatory: 0
31580
          mandatory: 0
31581
          kohafield: ""
31581
          kohafield: ""
31582
          tab: 5
31582
          tab: 5
31583
          authorised_value: ""
31583
          authorised_value:
31584
          authtypecode: ""
31584
          authtypecode: ""
31585
          value_builder: ""
31585
          value_builder: ""
31586
          isurl:
31586
          isurl:
Lines 31598-31604 tables: Link Here
31598
          mandatory: 0
31598
          mandatory: 0
31599
          kohafield: ""
31599
          kohafield: ""
31600
          tab: 5
31600
          tab: 5
31601
          authorised_value: ""
31601
          authorised_value:
31602
          authtypecode: ""
31602
          authtypecode: ""
31603
          value_builder: ""
31603
          value_builder: ""
31604
          isurl:
31604
          isurl:
Lines 31616-31622 tables: Link Here
31616
          mandatory: 0
31616
          mandatory: 0
31617
          kohafield: ""
31617
          kohafield: ""
31618
          tab: 5
31618
          tab: 5
31619
          authorised_value: ""
31619
          authorised_value:
31620
          authtypecode: ""
31620
          authtypecode: ""
31621
          value_builder: ""
31621
          value_builder: ""
31622
          isurl:
31622
          isurl:
Lines 31634-31640 tables: Link Here
31634
          mandatory: 0
31634
          mandatory: 0
31635
          kohafield: ""
31635
          kohafield: ""
31636
          tab: 5
31636
          tab: 5
31637
          authorised_value: ""
31637
          authorised_value:
31638
          authtypecode: ""
31638
          authtypecode: ""
31639
          value_builder: ""
31639
          value_builder: ""
31640
          isurl:
31640
          isurl:
Lines 31652-31658 tables: Link Here
31652
          mandatory: 0
31652
          mandatory: 0
31653
          kohafield: ""
31653
          kohafield: ""
31654
          tab: 5
31654
          tab: 5
31655
          authorised_value: ""
31655
          authorised_value:
31656
          authtypecode: ""
31656
          authtypecode: ""
31657
          value_builder: ""
31657
          value_builder: ""
31658
          isurl:
31658
          isurl:
Lines 31670-31676 tables: Link Here
31670
          mandatory: 0
31670
          mandatory: 0
31671
          kohafield: ""
31671
          kohafield: ""
31672
          tab: 5
31672
          tab: 5
31673
          authorised_value: ""
31673
          authorised_value:
31674
          authtypecode: ""
31674
          authtypecode: ""
31675
          value_builder: ""
31675
          value_builder: ""
31676
          isurl:
31676
          isurl:
Lines 31688-31694 tables: Link Here
31688
          mandatory: 0
31688
          mandatory: 0
31689
          kohafield: ""
31689
          kohafield: ""
31690
          tab: 5
31690
          tab: 5
31691
          authorised_value: ""
31691
          authorised_value:
31692
          authtypecode: ""
31692
          authtypecode: ""
31693
          value_builder: ""
31693
          value_builder: ""
31694
          isurl: 1
31694
          isurl: 1
Lines 31706-31712 tables: Link Here
31706
          mandatory: 0
31706
          mandatory: 0
31707
          kohafield: ""
31707
          kohafield: ""
31708
          tab: 5
31708
          tab: 5
31709
          authorised_value: ""
31709
          authorised_value:
31710
          authtypecode: ""
31710
          authtypecode: ""
31711
          value_builder: ""
31711
          value_builder: ""
31712
          isurl:
31712
          isurl:
Lines 31724-31730 tables: Link Here
31724
          mandatory: 0
31724
          mandatory: 0
31725
          kohafield: ""
31725
          kohafield: ""
31726
          tab: 5
31726
          tab: 5
31727
          authorised_value: ""
31727
          authorised_value:
31728
          authtypecode: ""
31728
          authtypecode: ""
31729
          value_builder: ""
31729
          value_builder: ""
31730
          isurl:
31730
          isurl:
Lines 31760-31766 tables: Link Here
31760
          mandatory: 0
31760
          mandatory: 0
31761
          kohafield: ""
31761
          kohafield: ""
31762
          tab: 5
31762
          tab: 5
31763
          authorised_value: ""
31763
          authorised_value:
31764
          authtypecode: ""
31764
          authtypecode: ""
31765
          value_builder: ""
31765
          value_builder: ""
31766
          isurl:
31766
          isurl:
Lines 31778-31784 tables: Link Here
31778
          mandatory: 0
31778
          mandatory: 0
31779
          kohafield: ""
31779
          kohafield: ""
31780
          tab: 5
31780
          tab: 5
31781
          authorised_value: ""
31781
          authorised_value:
31782
          authtypecode: ""
31782
          authtypecode: ""
31783
          value_builder: ""
31783
          value_builder: ""
31784
          isurl:
31784
          isurl:
Lines 31796-31802 tables: Link Here
31796
          mandatory: 0
31796
          mandatory: 0
31797
          kohafield: ""
31797
          kohafield: ""
31798
          tab: 5
31798
          tab: 5
31799
          authorised_value: ""
31799
          authorised_value:
31800
          authtypecode: ""
31800
          authtypecode: ""
31801
          value_builder: ""
31801
          value_builder: ""
31802
          isurl:
31802
          isurl:
Lines 31814-31820 tables: Link Here
31814
          mandatory: 0
31814
          mandatory: 0
31815
          kohafield: ""
31815
          kohafield: ""
31816
          tab: 5
31816
          tab: 5
31817
          authorised_value: ""
31817
          authorised_value:
31818
          authtypecode: ""
31818
          authtypecode: ""
31819
          value_builder: ""
31819
          value_builder: ""
31820
          isurl:
31820
          isurl:
Lines 31832-31838 tables: Link Here
31832
          mandatory: 0
31832
          mandatory: 0
31833
          kohafield: ""
31833
          kohafield: ""
31834
          tab: 5
31834
          tab: 5
31835
          authorised_value: ""
31835
          authorised_value:
31836
          authtypecode: ""
31836
          authtypecode: ""
31837
          value_builder: ""
31837
          value_builder: ""
31838
          isurl:
31838
          isurl:
Lines 31868-31874 tables: Link Here
31868
          mandatory: -6
31868
          mandatory: -6
31869
          kohafield: ""
31869
          kohafield: ""
31870
          tab: 5
31870
          tab: 5
31871
          authorised_value: ""
31871
          authorised_value:
31872
          authtypecode: ""
31872
          authtypecode: ""
31873
          value_builder: ""
31873
          value_builder: ""
31874
          isurl:
31874
          isurl:
Lines 31886-31892 tables: Link Here
31886
          mandatory: 0
31886
          mandatory: 0
31887
          kohafield: ""
31887
          kohafield: ""
31888
          tab: 5
31888
          tab: 5
31889
          authorised_value: ""
31889
          authorised_value:
31890
          authtypecode: ""
31890
          authtypecode: ""
31891
          value_builder: ""
31891
          value_builder: ""
31892
          isurl:
31892
          isurl:
Lines 31904-31910 tables: Link Here
31904
          mandatory: 0
31904
          mandatory: 0
31905
          kohafield: ""
31905
          kohafield: ""
31906
          tab: 5
31906
          tab: 5
31907
          authorised_value: ""
31907
          authorised_value:
31908
          authtypecode: ""
31908
          authtypecode: ""
31909
          value_builder: ""
31909
          value_builder: ""
31910
          isurl:
31910
          isurl:
Lines 31922-31928 tables: Link Here
31922
          mandatory: 0
31922
          mandatory: 0
31923
          kohafield: ""
31923
          kohafield: ""
31924
          tab: 5
31924
          tab: 5
31925
          authorised_value: ""
31925
          authorised_value:
31926
          authtypecode: ""
31926
          authtypecode: ""
31927
          value_builder: ""
31927
          value_builder: ""
31928
          isurl:
31928
          isurl:
Lines 32012-32018 tables: Link Here
32012
          mandatory: 0
32012
          mandatory: 0
32013
          kohafield: ""
32013
          kohafield: ""
32014
          tab: 5
32014
          tab: 5
32015
          authorised_value: ""
32015
          authorised_value:
32016
          authtypecode: ""
32016
          authtypecode: ""
32017
          value_builder: ""
32017
          value_builder: ""
32018
          isurl:
32018
          isurl:
Lines 32030-32036 tables: Link Here
32030
          mandatory: 0
32030
          mandatory: 0
32031
          kohafield: ""
32031
          kohafield: ""
32032
          tab: 5
32032
          tab: 5
32033
          authorised_value: ""
32033
          authorised_value:
32034
          authtypecode: ""
32034
          authtypecode: ""
32035
          value_builder: ""
32035
          value_builder: ""
32036
          isurl:
32036
          isurl:
Lines 32048-32054 tables: Link Here
32048
          mandatory: 0
32048
          mandatory: 0
32049
          kohafield: ""
32049
          kohafield: ""
32050
          tab: 5
32050
          tab: 5
32051
          authorised_value: ""
32051
          authorised_value:
32052
          authtypecode: ""
32052
          authtypecode: ""
32053
          value_builder: ""
32053
          value_builder: ""
32054
          isurl:
32054
          isurl:
Lines 32066-32072 tables: Link Here
32066
          mandatory: 0
32066
          mandatory: 0
32067
          kohafield: ""
32067
          kohafield: ""
32068
          tab: 5
32068
          tab: 5
32069
          authorised_value: ""
32069
          authorised_value:
32070
          authtypecode: ""
32070
          authtypecode: ""
32071
          value_builder: ""
32071
          value_builder: ""
32072
          isurl:
32072
          isurl:
Lines 32192-32198 tables: Link Here
32192
          mandatory: 0
32192
          mandatory: 0
32193
          kohafield: ""
32193
          kohafield: ""
32194
          tab: 6
32194
          tab: 6
32195
          authorised_value: ""
32195
          authorised_value:
32196
          authtypecode: ""
32196
          authtypecode: ""
32197
          value_builder: ""
32197
          value_builder: ""
32198
          isurl:
32198
          isurl:
Lines 32210-32216 tables: Link Here
32210
          mandatory: 0
32210
          mandatory: 0
32211
          kohafield: ""
32211
          kohafield: ""
32212
          tab: 6
32212
          tab: 6
32213
          authorised_value: ""
32213
          authorised_value:
32214
          authtypecode: ""
32214
          authtypecode: ""
32215
          value_builder: ""
32215
          value_builder: ""
32216
          isurl:
32216
          isurl:
Lines 32228-32234 tables: Link Here
32228
          mandatory: 0
32228
          mandatory: 0
32229
          kohafield: ""
32229
          kohafield: ""
32230
          tab: 6
32230
          tab: 6
32231
          authorised_value: ""
32231
          authorised_value:
32232
          authtypecode: ""
32232
          authtypecode: ""
32233
          value_builder: ""
32233
          value_builder: ""
32234
          isurl:
32234
          isurl:
Lines 32246-32252 tables: Link Here
32246
          mandatory: 0
32246
          mandatory: 0
32247
          kohafield: ""
32247
          kohafield: ""
32248
          tab: 6
32248
          tab: 6
32249
          authorised_value: ""
32249
          authorised_value:
32250
          authtypecode: ""
32250
          authtypecode: ""
32251
          value_builder: ""
32251
          value_builder: ""
32252
          isurl:
32252
          isurl:
Lines 32264-32270 tables: Link Here
32264
          mandatory: 0
32264
          mandatory: 0
32265
          kohafield: ""
32265
          kohafield: ""
32266
          tab: 6
32266
          tab: 6
32267
          authorised_value: ""
32267
          authorised_value:
32268
          authtypecode: ""
32268
          authtypecode: ""
32269
          value_builder: ""
32269
          value_builder: ""
32270
          isurl:
32270
          isurl:
Lines 32282-32288 tables: Link Here
32282
          mandatory: 0
32282
          mandatory: 0
32283
          kohafield: ""
32283
          kohafield: ""
32284
          tab: 6
32284
          tab: 6
32285
          authorised_value: ""
32285
          authorised_value:
32286
          authtypecode: ""
32286
          authtypecode: ""
32287
          value_builder: ""
32287
          value_builder: ""
32288
          isurl:
32288
          isurl:
Lines 32300-32306 tables: Link Here
32300
          mandatory: 0
32300
          mandatory: 0
32301
          kohafield: ""
32301
          kohafield: ""
32302
          tab: 6
32302
          tab: 6
32303
          authorised_value: ""
32303
          authorised_value:
32304
          authtypecode: ""
32304
          authtypecode: ""
32305
          value_builder: ""
32305
          value_builder: ""
32306
          isurl:
32306
          isurl:
Lines 32318-32324 tables: Link Here
32318
          mandatory: 0
32318
          mandatory: 0
32319
          kohafield: ""
32319
          kohafield: ""
32320
          tab: 6
32320
          tab: 6
32321
          authorised_value: ""
32321
          authorised_value:
32322
          authtypecode: ""
32322
          authtypecode: ""
32323
          value_builder: ""
32323
          value_builder: ""
32324
          isurl: 0
32324
          isurl: 0
Lines 32336-32342 tables: Link Here
32336
          mandatory: 0
32336
          mandatory: 0
32337
          kohafield: ""
32337
          kohafield: ""
32338
          tab: 6
32338
          tab: 6
32339
          authorised_value: ""
32339
          authorised_value:
32340
          authtypecode: PERSO_NAME
32340
          authtypecode: PERSO_NAME
32341
          value_builder: ""
32341
          value_builder: ""
32342
          isurl:
32342
          isurl:
Lines 32354-32360 tables: Link Here
32354
          mandatory: 0
32354
          mandatory: 0
32355
          kohafield: ""
32355
          kohafield: ""
32356
          tab: 6
32356
          tab: 6
32357
          authorised_value: ""
32357
          authorised_value:
32358
          authtypecode: ""
32358
          authtypecode: ""
32359
          value_builder: ""
32359
          value_builder: ""
32360
          isurl:
32360
          isurl:
Lines 32372-32378 tables: Link Here
32372
          mandatory: 0
32372
          mandatory: 0
32373
          kohafield: ""
32373
          kohafield: ""
32374
          tab: 6
32374
          tab: 6
32375
          authorised_value: ""
32375
          authorised_value:
32376
          authtypecode: ""
32376
          authtypecode: ""
32377
          value_builder: ""
32377
          value_builder: ""
32378
          isurl:
32378
          isurl:
Lines 32390-32396 tables: Link Here
32390
          mandatory: 0
32390
          mandatory: 0
32391
          kohafield: ""
32391
          kohafield: ""
32392
          tab: 6
32392
          tab: 6
32393
          authorised_value: ""
32393
          authorised_value:
32394
          authtypecode: ""
32394
          authtypecode: ""
32395
          value_builder: ""
32395
          value_builder: ""
32396
          isurl:
32396
          isurl:
Lines 32408-32414 tables: Link Here
32408
          mandatory: 0
32408
          mandatory: 0
32409
          kohafield: ""
32409
          kohafield: ""
32410
          tab: 6
32410
          tab: 6
32411
          authorised_value: ""
32411
          authorised_value:
32412
          authtypecode: ""
32412
          authtypecode: ""
32413
          value_builder: ""
32413
          value_builder: ""
32414
          isurl:
32414
          isurl:
Lines 32426-32432 tables: Link Here
32426
          mandatory: 0
32426
          mandatory: 0
32427
          kohafield: ""
32427
          kohafield: ""
32428
          tab: 6
32428
          tab: 6
32429
          authorised_value: ""
32429
          authorised_value:
32430
          authtypecode: ""
32430
          authtypecode: ""
32431
          value_builder: ""
32431
          value_builder: ""
32432
          isurl:
32432
          isurl:
Lines 32444-32450 tables: Link Here
32444
          mandatory: 0
32444
          mandatory: 0
32445
          kohafield: ""
32445
          kohafield: ""
32446
          tab: 6
32446
          tab: 6
32447
          authorised_value: ""
32447
          authorised_value:
32448
          authtypecode: ""
32448
          authtypecode: ""
32449
          value_builder: ""
32449
          value_builder: ""
32450
          isurl:
32450
          isurl:
Lines 32462-32468 tables: Link Here
32462
          mandatory: 0
32462
          mandatory: 0
32463
          kohafield: ""
32463
          kohafield: ""
32464
          tab: 6
32464
          tab: 6
32465
          authorised_value: ""
32465
          authorised_value:
32466
          authtypecode: ""
32466
          authtypecode: ""
32467
          value_builder: ""
32467
          value_builder: ""
32468
          isurl:
32468
          isurl:
Lines 32480-32486 tables: Link Here
32480
          mandatory: 0
32480
          mandatory: 0
32481
          kohafield: ""
32481
          kohafield: ""
32482
          tab: 6
32482
          tab: 6
32483
          authorised_value: ""
32483
          authorised_value:
32484
          authtypecode: ""
32484
          authtypecode: ""
32485
          value_builder: ""
32485
          value_builder: ""
32486
          isurl:
32486
          isurl:
Lines 32498-32504 tables: Link Here
32498
          mandatory: 0
32498
          mandatory: 0
32499
          kohafield: ""
32499
          kohafield: ""
32500
          tab: 6
32500
          tab: 6
32501
          authorised_value: ""
32501
          authorised_value:
32502
          authtypecode: ""
32502
          authtypecode: ""
32503
          value_builder: ""
32503
          value_builder: ""
32504
          isurl:
32504
          isurl:
Lines 32516-32522 tables: Link Here
32516
          mandatory: 0
32516
          mandatory: 0
32517
          kohafield: ""
32517
          kohafield: ""
32518
          tab: 6
32518
          tab: 6
32519
          authorised_value: ""
32519
          authorised_value:
32520
          authtypecode: ""
32520
          authtypecode: ""
32521
          value_builder: ""
32521
          value_builder: ""
32522
          isurl:
32522
          isurl:
Lines 32534-32540 tables: Link Here
32534
          mandatory: 0
32534
          mandatory: 0
32535
          kohafield: ""
32535
          kohafield: ""
32536
          tab: 6
32536
          tab: 6
32537
          authorised_value: ""
32537
          authorised_value:
32538
          authtypecode: ""
32538
          authtypecode: ""
32539
          value_builder: ""
32539
          value_builder: ""
32540
          isurl:
32540
          isurl:
Lines 32552-32558 tables: Link Here
32552
          mandatory: 0
32552
          mandatory: 0
32553
          kohafield: ""
32553
          kohafield: ""
32554
          tab: 6
32554
          tab: 6
32555
          authorised_value: ""
32555
          authorised_value:
32556
          authtypecode: ""
32556
          authtypecode: ""
32557
          value_builder: ""
32557
          value_builder: ""
32558
          isurl:
32558
          isurl:
Lines 32570-32576 tables: Link Here
32570
          mandatory: 0
32570
          mandatory: 0
32571
          kohafield: ""
32571
          kohafield: ""
32572
          tab: 6
32572
          tab: 6
32573
          authorised_value: ""
32573
          authorised_value:
32574
          authtypecode: ""
32574
          authtypecode: ""
32575
          value_builder: ""
32575
          value_builder: ""
32576
          isurl:
32576
          isurl:
Lines 32588-32594 tables: Link Here
32588
          mandatory: 0
32588
          mandatory: 0
32589
          kohafield: ""
32589
          kohafield: ""
32590
          tab: 6
32590
          tab: 6
32591
          authorised_value: ""
32591
          authorised_value:
32592
          authtypecode: ""
32592
          authtypecode: ""
32593
          value_builder: ""
32593
          value_builder: ""
32594
          isurl:
32594
          isurl:
Lines 32606-32612 tables: Link Here
32606
          mandatory: 0
32606
          mandatory: 0
32607
          kohafield: ""
32607
          kohafield: ""
32608
          tab: 6
32608
          tab: 6
32609
          authorised_value: ""
32609
          authorised_value:
32610
          authtypecode: ""
32610
          authtypecode: ""
32611
          value_builder: ""
32611
          value_builder: ""
32612
          isurl:
32612
          isurl:
Lines 32624-32630 tables: Link Here
32624
          mandatory: 0
32624
          mandatory: 0
32625
          kohafield: ""
32625
          kohafield: ""
32626
          tab: 6
32626
          tab: 6
32627
          authorised_value: ""
32627
          authorised_value:
32628
          authtypecode: ""
32628
          authtypecode: ""
32629
          value_builder: ""
32629
          value_builder: ""
32630
          isurl:
32630
          isurl:
Lines 32642-32648 tables: Link Here
32642
          mandatory: 0
32642
          mandatory: 0
32643
          kohafield: ""
32643
          kohafield: ""
32644
          tab: 6
32644
          tab: 6
32645
          authorised_value: ""
32645
          authorised_value:
32646
          authtypecode: ""
32646
          authtypecode: ""
32647
          value_builder: ""
32647
          value_builder: ""
32648
          isurl:
32648
          isurl:
Lines 32660-32666 tables: Link Here
32660
          mandatory: 0
32660
          mandatory: 0
32661
          kohafield: ""
32661
          kohafield: ""
32662
          tab: 6
32662
          tab: 6
32663
          authorised_value: ""
32663
          authorised_value:
32664
          authtypecode: ""
32664
          authtypecode: ""
32665
          value_builder: ""
32665
          value_builder: ""
32666
          isurl:
32666
          isurl:
Lines 32678-32684 tables: Link Here
32678
          mandatory: 0
32678
          mandatory: 0
32679
          kohafield: ""
32679
          kohafield: ""
32680
          tab: 6
32680
          tab: 6
32681
          authorised_value: ""
32681
          authorised_value:
32682
          authtypecode: ""
32682
          authtypecode: ""
32683
          value_builder: ""
32683
          value_builder: ""
32684
          isurl:
32684
          isurl:
Lines 32696-32702 tables: Link Here
32696
          mandatory: 0
32696
          mandatory: 0
32697
          kohafield: ""
32697
          kohafield: ""
32698
          tab: 6
32698
          tab: 6
32699
          authorised_value: ""
32699
          authorised_value:
32700
          authtypecode: ""
32700
          authtypecode: ""
32701
          value_builder: ""
32701
          value_builder: ""
32702
          isurl:
32702
          isurl:
Lines 32714-32720 tables: Link Here
32714
          mandatory: 0
32714
          mandatory: 0
32715
          kohafield: ""
32715
          kohafield: ""
32716
          tab: 6
32716
          tab: 6
32717
          authorised_value: ""
32717
          authorised_value:
32718
          authtypecode: ""
32718
          authtypecode: ""
32719
          value_builder: ""
32719
          value_builder: ""
32720
          isurl:
32720
          isurl:
Lines 32732-32738 tables: Link Here
32732
          mandatory: 0
32732
          mandatory: 0
32733
          kohafield: ""
32733
          kohafield: ""
32734
          tab: 6
32734
          tab: 6
32735
          authorised_value: ""
32735
          authorised_value:
32736
          authtypecode: ""
32736
          authtypecode: ""
32737
          value_builder: ""
32737
          value_builder: ""
32738
          isurl:
32738
          isurl:
Lines 32750-32756 tables: Link Here
32750
          mandatory: 0
32750
          mandatory: 0
32751
          kohafield: ""
32751
          kohafield: ""
32752
          tab: 6
32752
          tab: 6
32753
          authorised_value: ""
32753
          authorised_value:
32754
          authtypecode: ""
32754
          authtypecode: ""
32755
          value_builder: ""
32755
          value_builder: ""
32756
          isurl:
32756
          isurl:
Lines 32768-32774 tables: Link Here
32768
          mandatory: 0
32768
          mandatory: 0
32769
          kohafield: ""
32769
          kohafield: ""
32770
          tab: 6
32770
          tab: 6
32771
          authorised_value: ""
32771
          authorised_value:
32772
          authtypecode: ""
32772
          authtypecode: ""
32773
          value_builder: ""
32773
          value_builder: ""
32774
          isurl:
32774
          isurl:
Lines 32786-32792 tables: Link Here
32786
          mandatory: 0
32786
          mandatory: 0
32787
          kohafield: ""
32787
          kohafield: ""
32788
          tab: 6
32788
          tab: 6
32789
          authorised_value: ""
32789
          authorised_value:
32790
          authtypecode: ""
32790
          authtypecode: ""
32791
          value_builder: ""
32791
          value_builder: ""
32792
          isurl:
32792
          isurl:
Lines 32804-32810 tables: Link Here
32804
          mandatory: 0
32804
          mandatory: 0
32805
          kohafield: ""
32805
          kohafield: ""
32806
          tab: 6
32806
          tab: 6
32807
          authorised_value: ""
32807
          authorised_value:
32808
          authtypecode: ""
32808
          authtypecode: ""
32809
          value_builder: ""
32809
          value_builder: ""
32810
          isurl:
32810
          isurl:
Lines 32822-32828 tables: Link Here
32822
          mandatory: 0
32822
          mandatory: 0
32823
          kohafield: ""
32823
          kohafield: ""
32824
          tab: 6
32824
          tab: 6
32825
          authorised_value: ""
32825
          authorised_value:
32826
          authtypecode: ""
32826
          authtypecode: ""
32827
          value_builder: ""
32827
          value_builder: ""
32828
          isurl:
32828
          isurl:
Lines 32840-32846 tables: Link Here
32840
          mandatory: 0
32840
          mandatory: 0
32841
          kohafield: ""
32841
          kohafield: ""
32842
          tab: 6
32842
          tab: 6
32843
          authorised_value: ""
32843
          authorised_value:
32844
          authtypecode: ""
32844
          authtypecode: ""
32845
          value_builder: ""
32845
          value_builder: ""
32846
          isurl:
32846
          isurl:
Lines 32858-32864 tables: Link Here
32858
          mandatory: 0
32858
          mandatory: 0
32859
          kohafield: ""
32859
          kohafield: ""
32860
          tab: 6
32860
          tab: 6
32861
          authorised_value: ""
32861
          authorised_value:
32862
          authtypecode: ""
32862
          authtypecode: ""
32863
          value_builder: ""
32863
          value_builder: ""
32864
          isurl:
32864
          isurl:
Lines 32876-32882 tables: Link Here
32876
          mandatory: 0
32876
          mandatory: 0
32877
          kohafield: ""
32877
          kohafield: ""
32878
          tab: 6
32878
          tab: 6
32879
          authorised_value: ""
32879
          authorised_value:
32880
          authtypecode: ""
32880
          authtypecode: ""
32881
          value_builder: ""
32881
          value_builder: ""
32882
          isurl:
32882
          isurl:
Lines 32894-32900 tables: Link Here
32894
          mandatory: 0
32894
          mandatory: 0
32895
          kohafield: ""
32895
          kohafield: ""
32896
          tab: 6
32896
          tab: 6
32897
          authorised_value: ""
32897
          authorised_value:
32898
          authtypecode: ""
32898
          authtypecode: ""
32899
          value_builder: ""
32899
          value_builder: ""
32900
          isurl: 0
32900
          isurl: 0
Lines 32912-32918 tables: Link Here
32912
          mandatory: 0
32912
          mandatory: 0
32913
          kohafield: ""
32913
          kohafield: ""
32914
          tab: 6
32914
          tab: 6
32915
          authorised_value: ""
32915
          authorised_value:
32916
          authtypecode: CORPO_NAME
32916
          authtypecode: CORPO_NAME
32917
          value_builder: ""
32917
          value_builder: ""
32918
          isurl:
32918
          isurl:
Lines 32930-32936 tables: Link Here
32930
          mandatory: 0
32930
          mandatory: 0
32931
          kohafield: ""
32931
          kohafield: ""
32932
          tab: 6
32932
          tab: 6
32933
          authorised_value: ""
32933
          authorised_value:
32934
          authtypecode: ""
32934
          authtypecode: ""
32935
          value_builder: ""
32935
          value_builder: ""
32936
          isurl:
32936
          isurl:
Lines 32948-32954 tables: Link Here
32948
          mandatory: 0
32948
          mandatory: 0
32949
          kohafield: ""
32949
          kohafield: ""
32950
          tab: 6
32950
          tab: 6
32951
          authorised_value: ""
32951
          authorised_value:
32952
          authtypecode: ""
32952
          authtypecode: ""
32953
          value_builder: ""
32953
          value_builder: ""
32954
          isurl:
32954
          isurl:
Lines 32966-32972 tables: Link Here
32966
          mandatory: 0
32966
          mandatory: 0
32967
          kohafield: ""
32967
          kohafield: ""
32968
          tab: 6
32968
          tab: 6
32969
          authorised_value: ""
32969
          authorised_value:
32970
          authtypecode: ""
32970
          authtypecode: ""
32971
          value_builder: ""
32971
          value_builder: ""
32972
          isurl:
32972
          isurl:
Lines 32984-32990 tables: Link Here
32984
          mandatory: 0
32984
          mandatory: 0
32985
          kohafield: ""
32985
          kohafield: ""
32986
          tab: 6
32986
          tab: 6
32987
          authorised_value: ""
32987
          authorised_value:
32988
          authtypecode: ""
32988
          authtypecode: ""
32989
          value_builder: ""
32989
          value_builder: ""
32990
          isurl:
32990
          isurl:
Lines 33002-33008 tables: Link Here
33002
          mandatory: 0
33002
          mandatory: 0
33003
          kohafield: ""
33003
          kohafield: ""
33004
          tab: 6
33004
          tab: 6
33005
          authorised_value: ""
33005
          authorised_value:
33006
          authtypecode: ""
33006
          authtypecode: ""
33007
          value_builder: ""
33007
          value_builder: ""
33008
          isurl:
33008
          isurl:
Lines 33020-33026 tables: Link Here
33020
          mandatory: 0
33020
          mandatory: 0
33021
          kohafield: ""
33021
          kohafield: ""
33022
          tab: 6
33022
          tab: 6
33023
          authorised_value: ""
33023
          authorised_value:
33024
          authtypecode: ""
33024
          authtypecode: ""
33025
          value_builder: ""
33025
          value_builder: ""
33026
          isurl:
33026
          isurl:
Lines 33038-33044 tables: Link Here
33038
          mandatory: 0
33038
          mandatory: 0
33039
          kohafield: ""
33039
          kohafield: ""
33040
          tab: 6
33040
          tab: 6
33041
          authorised_value: ""
33041
          authorised_value:
33042
          authtypecode: ""
33042
          authtypecode: ""
33043
          value_builder: ""
33043
          value_builder: ""
33044
          isurl:
33044
          isurl:
Lines 33056-33062 tables: Link Here
33056
          mandatory: 0
33056
          mandatory: 0
33057
          kohafield: ""
33057
          kohafield: ""
33058
          tab: 6
33058
          tab: 6
33059
          authorised_value: ""
33059
          authorised_value:
33060
          authtypecode: ""
33060
          authtypecode: ""
33061
          value_builder: ""
33061
          value_builder: ""
33062
          isurl:
33062
          isurl:
Lines 33074-33080 tables: Link Here
33074
          mandatory: 0
33074
          mandatory: 0
33075
          kohafield: ""
33075
          kohafield: ""
33076
          tab: 6
33076
          tab: 6
33077
          authorised_value: ""
33077
          authorised_value:
33078
          authtypecode: ""
33078
          authtypecode: ""
33079
          value_builder: ""
33079
          value_builder: ""
33080
          isurl:
33080
          isurl:
Lines 33092-33098 tables: Link Here
33092
          mandatory: 0
33092
          mandatory: 0
33093
          kohafield: ""
33093
          kohafield: ""
33094
          tab: 6
33094
          tab: 6
33095
          authorised_value: ""
33095
          authorised_value:
33096
          authtypecode: ""
33096
          authtypecode: ""
33097
          value_builder: ""
33097
          value_builder: ""
33098
          isurl:
33098
          isurl:
Lines 33110-33116 tables: Link Here
33110
          mandatory: 0
33110
          mandatory: 0
33111
          kohafield: ""
33111
          kohafield: ""
33112
          tab: 6
33112
          tab: 6
33113
          authorised_value: ""
33113
          authorised_value:
33114
          authtypecode: ""
33114
          authtypecode: ""
33115
          value_builder: ""
33115
          value_builder: ""
33116
          isurl:
33116
          isurl:
Lines 33128-33134 tables: Link Here
33128
          mandatory: 0
33128
          mandatory: 0
33129
          kohafield: ""
33129
          kohafield: ""
33130
          tab: 6
33130
          tab: 6
33131
          authorised_value: ""
33131
          authorised_value:
33132
          authtypecode: ""
33132
          authtypecode: ""
33133
          value_builder: ""
33133
          value_builder: ""
33134
          isurl:
33134
          isurl:
Lines 33146-33152 tables: Link Here
33146
          mandatory: 0
33146
          mandatory: 0
33147
          kohafield: ""
33147
          kohafield: ""
33148
          tab: 6
33148
          tab: 6
33149
          authorised_value: ""
33149
          authorised_value:
33150
          authtypecode: ""
33150
          authtypecode: ""
33151
          value_builder: ""
33151
          value_builder: ""
33152
          isurl:
33152
          isurl:
Lines 33164-33170 tables: Link Here
33164
          mandatory: 0
33164
          mandatory: 0
33165
          kohafield: ""
33165
          kohafield: ""
33166
          tab: 6
33166
          tab: 6
33167
          authorised_value: ""
33167
          authorised_value:
33168
          authtypecode: ""
33168
          authtypecode: ""
33169
          value_builder: ""
33169
          value_builder: ""
33170
          isurl:
33170
          isurl:
Lines 33182-33188 tables: Link Here
33182
          mandatory: 0
33182
          mandatory: 0
33183
          kohafield: ""
33183
          kohafield: ""
33184
          tab: 6
33184
          tab: 6
33185
          authorised_value: ""
33185
          authorised_value:
33186
          authtypecode: ""
33186
          authtypecode: ""
33187
          value_builder: ""
33187
          value_builder: ""
33188
          isurl:
33188
          isurl:
Lines 33200-33206 tables: Link Here
33200
          mandatory: 0
33200
          mandatory: 0
33201
          kohafield: ""
33201
          kohafield: ""
33202
          tab: 6
33202
          tab: 6
33203
          authorised_value: ""
33203
          authorised_value:
33204
          authtypecode: ""
33204
          authtypecode: ""
33205
          value_builder: ""
33205
          value_builder: ""
33206
          isurl:
33206
          isurl:
Lines 33218-33224 tables: Link Here
33218
          mandatory: 0
33218
          mandatory: 0
33219
          kohafield: ""
33219
          kohafield: ""
33220
          tab: 6
33220
          tab: 6
33221
          authorised_value: ""
33221
          authorised_value:
33222
          authtypecode: ""
33222
          authtypecode: ""
33223
          value_builder: ""
33223
          value_builder: ""
33224
          isurl:
33224
          isurl:
Lines 33236-33242 tables: Link Here
33236
          mandatory: 0
33236
          mandatory: 0
33237
          kohafield: ""
33237
          kohafield: ""
33238
          tab: 6
33238
          tab: 6
33239
          authorised_value: ""
33239
          authorised_value:
33240
          authtypecode: ""
33240
          authtypecode: ""
33241
          value_builder: ""
33241
          value_builder: ""
33242
          isurl:
33242
          isurl:
Lines 33254-33260 tables: Link Here
33254
          mandatory: 0
33254
          mandatory: 0
33255
          kohafield: ""
33255
          kohafield: ""
33256
          tab: 6
33256
          tab: 6
33257
          authorised_value: ""
33257
          authorised_value:
33258
          authtypecode: ""
33258
          authtypecode: ""
33259
          value_builder: ""
33259
          value_builder: ""
33260
          isurl:
33260
          isurl:
Lines 33272-33278 tables: Link Here
33272
          mandatory: 0
33272
          mandatory: 0
33273
          kohafield: ""
33273
          kohafield: ""
33274
          tab: 6
33274
          tab: 6
33275
          authorised_value: ""
33275
          authorised_value:
33276
          authtypecode: ""
33276
          authtypecode: ""
33277
          value_builder: ""
33277
          value_builder: ""
33278
          isurl:
33278
          isurl:
Lines 33290-33296 tables: Link Here
33290
          mandatory: 0
33290
          mandatory: 0
33291
          kohafield: ""
33291
          kohafield: ""
33292
          tab: 6
33292
          tab: 6
33293
          authorised_value: ""
33293
          authorised_value:
33294
          authtypecode: ""
33294
          authtypecode: ""
33295
          value_builder: ""
33295
          value_builder: ""
33296
          isurl:
33296
          isurl:
Lines 33308-33314 tables: Link Here
33308
          mandatory: 0
33308
          mandatory: 0
33309
          kohafield: ""
33309
          kohafield: ""
33310
          tab: 6
33310
          tab: 6
33311
          authorised_value: ""
33311
          authorised_value:
33312
          authtypecode: ""
33312
          authtypecode: ""
33313
          value_builder: ""
33313
          value_builder: ""
33314
          isurl:
33314
          isurl:
Lines 33326-33332 tables: Link Here
33326
          mandatory: 0
33326
          mandatory: 0
33327
          kohafield: ""
33327
          kohafield: ""
33328
          tab: 6
33328
          tab: 6
33329
          authorised_value: ""
33329
          authorised_value:
33330
          authtypecode: ""
33330
          authtypecode: ""
33331
          value_builder: ""
33331
          value_builder: ""
33332
          isurl:
33332
          isurl:
Lines 33380-33386 tables: Link Here
33380
          mandatory: 0
33380
          mandatory: 0
33381
          kohafield: ""
33381
          kohafield: ""
33382
          tab: 6
33382
          tab: 6
33383
          authorised_value: ""
33383
          authorised_value:
33384
          authtypecode: ""
33384
          authtypecode: ""
33385
          value_builder: ""
33385
          value_builder: ""
33386
          isurl:
33386
          isurl:
Lines 33434-33440 tables: Link Here
33434
          mandatory: 0
33434
          mandatory: 0
33435
          kohafield: ""
33435
          kohafield: ""
33436
          tab: 6
33436
          tab: 6
33437
          authorised_value: ""
33437
          authorised_value:
33438
          authtypecode: ""
33438
          authtypecode: ""
33439
          value_builder: ""
33439
          value_builder: ""
33440
          isurl: 0
33440
          isurl: 0
Lines 33506-33512 tables: Link Here
33506
          mandatory: 0
33506
          mandatory: 0
33507
          kohafield: ""
33507
          kohafield: ""
33508
          tab: 6
33508
          tab: 6
33509
          authorised_value: ""
33509
          authorised_value:
33510
          authtypecode: ""
33510
          authtypecode: ""
33511
          value_builder: ""
33511
          value_builder: ""
33512
          isurl:
33512
          isurl:
Lines 33830-33836 tables: Link Here
33830
          mandatory: 0
33830
          mandatory: 0
33831
          kohafield: ""
33831
          kohafield: ""
33832
          tab: 6
33832
          tab: 6
33833
          authorised_value: ""
33833
          authorised_value:
33834
          authtypecode: ""
33834
          authtypecode: ""
33835
          value_builder: ""
33835
          value_builder: ""
33836
          isurl:
33836
          isurl:
Lines 33848-33854 tables: Link Here
33848
          mandatory: 0
33848
          mandatory: 0
33849
          kohafield: ""
33849
          kohafield: ""
33850
          tab: 6
33850
          tab: 6
33851
          authorised_value: ""
33851
          authorised_value:
33852
          authtypecode: ""
33852
          authtypecode: ""
33853
          value_builder: ""
33853
          value_builder: ""
33854
          isurl:
33854
          isurl:
Lines 33902-33908 tables: Link Here
33902
          mandatory: 0
33902
          mandatory: 0
33903
          kohafield: ""
33903
          kohafield: ""
33904
          tab: 6
33904
          tab: 6
33905
          authorised_value: ""
33905
          authorised_value:
33906
          authtypecode: ""
33906
          authtypecode: ""
33907
          value_builder: ""
33907
          value_builder: ""
33908
          isurl:
33908
          isurl:
Lines 33956-33962 tables: Link Here
33956
          mandatory: 0
33956
          mandatory: 0
33957
          kohafield: ""
33957
          kohafield: ""
33958
          tab: 6
33958
          tab: 6
33959
          authorised_value: ""
33959
          authorised_value:
33960
          authtypecode: ""
33960
          authtypecode: ""
33961
          value_builder: ""
33961
          value_builder: ""
33962
          isurl: 0
33962
          isurl: 0
Lines 34010-34016 tables: Link Here
34010
          mandatory: 0
34010
          mandatory: 0
34011
          kohafield: ""
34011
          kohafield: ""
34012
          tab: 6
34012
          tab: 6
34013
          authorised_value: ""
34013
          authorised_value:
34014
          authtypecode: ""
34014
          authtypecode: ""
34015
          value_builder: ""
34015
          value_builder: ""
34016
          isurl:
34016
          isurl:
Lines 34316-34322 tables: Link Here
34316
          mandatory: 0
34316
          mandatory: 0
34317
          kohafield: ""
34317
          kohafield: ""
34318
          tab: 6
34318
          tab: 6
34319
          authorised_value: ""
34319
          authorised_value:
34320
          authtypecode: ""
34320
          authtypecode: ""
34321
          value_builder: ""
34321
          value_builder: ""
34322
          isurl:
34322
          isurl:
Lines 34334-34340 tables: Link Here
34334
          mandatory: 0
34334
          mandatory: 0
34335
          kohafield: ""
34335
          kohafield: ""
34336
          tab: 6
34336
          tab: 6
34337
          authorised_value: ""
34337
          authorised_value:
34338
          authtypecode: ""
34338
          authtypecode: ""
34339
          value_builder: ""
34339
          value_builder: ""
34340
          isurl:
34340
          isurl:
Lines 34352-34358 tables: Link Here
34352
          mandatory: 0
34352
          mandatory: 0
34353
          kohafield: ""
34353
          kohafield: ""
34354
          tab: 6
34354
          tab: 6
34355
          authorised_value: ""
34355
          authorised_value:
34356
          authtypecode: ""
34356
          authtypecode: ""
34357
          value_builder: ""
34357
          value_builder: ""
34358
          isurl:
34358
          isurl:
Lines 34370-34376 tables: Link Here
34370
          mandatory: 0
34370
          mandatory: 0
34371
          kohafield: ""
34371
          kohafield: ""
34372
          tab: 6
34372
          tab: 6
34373
          authorised_value: ""
34373
          authorised_value:
34374
          authtypecode: ""
34374
          authtypecode: ""
34375
          value_builder: ""
34375
          value_builder: ""
34376
          isurl:
34376
          isurl:
Lines 34388-34394 tables: Link Here
34388
          mandatory: 0
34388
          mandatory: 0
34389
          kohafield: ""
34389
          kohafield: ""
34390
          tab: 6
34390
          tab: 6
34391
          authorised_value: ""
34391
          authorised_value:
34392
          authtypecode: ""
34392
          authtypecode: ""
34393
          value_builder: ""
34393
          value_builder: ""
34394
          isurl:
34394
          isurl:
Lines 34406-34412 tables: Link Here
34406
          mandatory: 0
34406
          mandatory: 0
34407
          kohafield: ""
34407
          kohafield: ""
34408
          tab: 6
34408
          tab: 6
34409
          authorised_value: ""
34409
          authorised_value:
34410
          authtypecode: ""
34410
          authtypecode: ""
34411
          value_builder: ""
34411
          value_builder: ""
34412
          isurl:
34412
          isurl:
Lines 34424-34430 tables: Link Here
34424
          mandatory: 0
34424
          mandatory: 0
34425
          kohafield: ""
34425
          kohafield: ""
34426
          tab: 6
34426
          tab: 6
34427
          authorised_value: ""
34427
          authorised_value:
34428
          authtypecode: ""
34428
          authtypecode: ""
34429
          value_builder: ""
34429
          value_builder: ""
34430
          isurl:
34430
          isurl:
Lines 34442-34448 tables: Link Here
34442
          mandatory: 0
34442
          mandatory: 0
34443
          kohafield: ""
34443
          kohafield: ""
34444
          tab: 6
34444
          tab: 6
34445
          authorised_value: ""
34445
          authorised_value:
34446
          authtypecode: ""
34446
          authtypecode: ""
34447
          value_builder: ""
34447
          value_builder: ""
34448
          isurl:
34448
          isurl:
Lines 34460-34466 tables: Link Here
34460
          mandatory: 0
34460
          mandatory: 0
34461
          kohafield: ""
34461
          kohafield: ""
34462
          tab: 6
34462
          tab: 6
34463
          authorised_value: ""
34463
          authorised_value:
34464
          authtypecode: ""
34464
          authtypecode: ""
34465
          value_builder: ""
34465
          value_builder: ""
34466
          isurl:
34466
          isurl:
Lines 34478-34484 tables: Link Here
34478
          mandatory: 0
34478
          mandatory: 0
34479
          kohafield: ""
34479
          kohafield: ""
34480
          tab: 6
34480
          tab: 6
34481
          authorised_value: ""
34481
          authorised_value:
34482
          authtypecode: ""
34482
          authtypecode: ""
34483
          value_builder: ""
34483
          value_builder: ""
34484
          isurl:
34484
          isurl:
Lines 34496-34502 tables: Link Here
34496
          mandatory: 0
34496
          mandatory: 0
34497
          kohafield: ""
34497
          kohafield: ""
34498
          tab: 6
34498
          tab: 6
34499
          authorised_value: ""
34499
          authorised_value:
34500
          authtypecode: ""
34500
          authtypecode: ""
34501
          value_builder: ""
34501
          value_builder: ""
34502
          isurl:
34502
          isurl:
Lines 34514-34520 tables: Link Here
34514
          mandatory: 0
34514
          mandatory: 0
34515
          kohafield: ""
34515
          kohafield: ""
34516
          tab: 6
34516
          tab: 6
34517
          authorised_value: ""
34517
          authorised_value:
34518
          authtypecode: ""
34518
          authtypecode: ""
34519
          value_builder: ""
34519
          value_builder: ""
34520
          isurl:
34520
          isurl:
Lines 34604-34610 tables: Link Here
34604
          mandatory: 0
34604
          mandatory: 0
34605
          kohafield: ""
34605
          kohafield: ""
34606
          tab: 6
34606
          tab: 6
34607
          authorised_value: ""
34607
          authorised_value:
34608
          authtypecode: ""
34608
          authtypecode: ""
34609
          value_builder: ""
34609
          value_builder: ""
34610
          isurl: 0
34610
          isurl: 0
Lines 34712-34718 tables: Link Here
34712
          mandatory: 0
34712
          mandatory: 0
34713
          kohafield: ""
34713
          kohafield: ""
34714
          tab: 6
34714
          tab: 6
34715
          authorised_value: ""
34715
          authorised_value:
34716
          authtypecode: ""
34716
          authtypecode: ""
34717
          value_builder: ""
34717
          value_builder: ""
34718
          isurl:
34718
          isurl:
Lines 34730-34736 tables: Link Here
34730
          mandatory: 0
34730
          mandatory: 0
34731
          kohafield: ""
34731
          kohafield: ""
34732
          tab: 6
34732
          tab: 6
34733
          authorised_value: ""
34733
          authorised_value:
34734
          authtypecode: ""
34734
          authtypecode: ""
34735
          value_builder: ""
34735
          value_builder: ""
34736
          isurl:
34736
          isurl:
Lines 34748-34754 tables: Link Here
34748
          mandatory: 0
34748
          mandatory: 0
34749
          kohafield: ""
34749
          kohafield: ""
34750
          tab: 6
34750
          tab: 6
34751
          authorised_value: ""
34751
          authorised_value:
34752
          authtypecode: ""
34752
          authtypecode: ""
34753
          value_builder: ""
34753
          value_builder: ""
34754
          isurl: 0
34754
          isurl: 0
Lines 34766-34772 tables: Link Here
34766
          mandatory: 0
34766
          mandatory: 0
34767
          kohafield: ""
34767
          kohafield: ""
34768
          tab: 6
34768
          tab: 6
34769
          authorised_value: ""
34769
          authorised_value:
34770
          authtypecode: ""
34770
          authtypecode: ""
34771
          value_builder: ""
34771
          value_builder: ""
34772
          isurl: 0
34772
          isurl: 0
Lines 34784-34790 tables: Link Here
34784
          mandatory: 0
34784
          mandatory: 0
34785
          kohafield: ""
34785
          kohafield: ""
34786
          tab: 6
34786
          tab: 6
34787
          authorised_value: ""
34787
          authorised_value:
34788
          authtypecode: ""
34788
          authtypecode: ""
34789
          value_builder: ""
34789
          value_builder: ""
34790
          isurl:
34790
          isurl:
Lines 34802-34808 tables: Link Here
34802
          mandatory: 0
34802
          mandatory: 0
34803
          kohafield: ""
34803
          kohafield: ""
34804
          tab: 6
34804
          tab: 6
34805
          authorised_value: ""
34805
          authorised_value:
34806
          authtypecode: ""
34806
          authtypecode: ""
34807
          value_builder: ""
34807
          value_builder: ""
34808
          isurl: 0
34808
          isurl: 0
Lines 34820-34826 tables: Link Here
34820
          mandatory: 0
34820
          mandatory: 0
34821
          kohafield: ""
34821
          kohafield: ""
34822
          tab: 6
34822
          tab: 6
34823
          authorised_value: ""
34823
          authorised_value:
34824
          authtypecode: ""
34824
          authtypecode: ""
34825
          value_builder: ""
34825
          value_builder: ""
34826
          isurl: 0
34826
          isurl: 0
Lines 34838-34844 tables: Link Here
34838
          mandatory: 0
34838
          mandatory: 0
34839
          kohafield: ""
34839
          kohafield: ""
34840
          tab: 6
34840
          tab: 6
34841
          authorised_value: ""
34841
          authorised_value:
34842
          authtypecode: ""
34842
          authtypecode: ""
34843
          value_builder: ""
34843
          value_builder: ""
34844
          isurl: 0
34844
          isurl: 0
Lines 34856-34862 tables: Link Here
34856
          mandatory: 0
34856
          mandatory: 0
34857
          kohafield:
34857
          kohafield:
34858
          tab: 6
34858
          tab: 6
34859
          authorised_value: ""
34859
          authorised_value:
34860
          authtypecode: TOPIC_TERM
34860
          authtypecode: TOPIC_TERM
34861
          value_builder: ""
34861
          value_builder: ""
34862
          isurl: 0
34862
          isurl: 0
Lines 34874-34880 tables: Link Here
34874
          mandatory: 0
34874
          mandatory: 0
34875
          kohafield: ""
34875
          kohafield: ""
34876
          tab: 6
34876
          tab: 6
34877
          authorised_value: ""
34877
          authorised_value:
34878
          authtypecode: ""
34878
          authtypecode: ""
34879
          value_builder: ""
34879
          value_builder: ""
34880
          isurl: 0
34880
          isurl: 0
Lines 34892-34898 tables: Link Here
34892
          mandatory: 0
34892
          mandatory: 0
34893
          kohafield: ""
34893
          kohafield: ""
34894
          tab: 6
34894
          tab: 6
34895
          authorised_value: ""
34895
          authorised_value:
34896
          authtypecode: ""
34896
          authtypecode: ""
34897
          value_builder: ""
34897
          value_builder: ""
34898
          isurl: 0
34898
          isurl: 0
Lines 34910-34916 tables: Link Here
34910
          mandatory: 0
34910
          mandatory: 0
34911
          kohafield: ""
34911
          kohafield: ""
34912
          tab: 6
34912
          tab: 6
34913
          authorised_value: ""
34913
          authorised_value:
34914
          authtypecode: ""
34914
          authtypecode: ""
34915
          value_builder: ""
34915
          value_builder: ""
34916
          isurl: 0
34916
          isurl: 0
Lines 34928-34934 tables: Link Here
34928
          mandatory: 0
34928
          mandatory: 0
34929
          kohafield: ""
34929
          kohafield: ""
34930
          tab: 6
34930
          tab: 6
34931
          authorised_value: ""
34931
          authorised_value:
34932
          authtypecode: ""
34932
          authtypecode: ""
34933
          value_builder: ""
34933
          value_builder: ""
34934
          isurl: 0
34934
          isurl: 0
Lines 34946-34952 tables: Link Here
34946
          mandatory: 0
34946
          mandatory: 0
34947
          kohafield: ""
34947
          kohafield: ""
34948
          tab: 6
34948
          tab: 6
34949
          authorised_value: ""
34949
          authorised_value:
34950
          authtypecode: ""
34950
          authtypecode: ""
34951
          value_builder: ""
34951
          value_builder: ""
34952
          isurl: 0
34952
          isurl: 0
Lines 34964-34970 tables: Link Here
34964
          mandatory: 0
34964
          mandatory: 0
34965
          kohafield: ""
34965
          kohafield: ""
34966
          tab: 6
34966
          tab: 6
34967
          authorised_value: ""
34967
          authorised_value:
34968
          authtypecode: ""
34968
          authtypecode: ""
34969
          value_builder: ""
34969
          value_builder: ""
34970
          isurl: 0
34970
          isurl: 0
Lines 34982-34988 tables: Link Here
34982
          mandatory: 0
34982
          mandatory: 0
34983
          kohafield: ""
34983
          kohafield: ""
34984
          tab: 6
34984
          tab: 6
34985
          authorised_value: ""
34985
          authorised_value:
34986
          authtypecode: ""
34986
          authtypecode: ""
34987
          value_builder: ""
34987
          value_builder: ""
34988
          isurl: 0
34988
          isurl: 0
Lines 35000-35006 tables: Link Here
35000
          mandatory: 0
35000
          mandatory: 0
35001
          kohafield: ""
35001
          kohafield: ""
35002
          tab: 6
35002
          tab: 6
35003
          authorised_value: ""
35003
          authorised_value:
35004
          authtypecode: ""
35004
          authtypecode: ""
35005
          value_builder: ""
35005
          value_builder: ""
35006
          isurl: 0
35006
          isurl: 0
Lines 35018-35024 tables: Link Here
35018
          mandatory: 0
35018
          mandatory: 0
35019
          kohafield: ""
35019
          kohafield: ""
35020
          tab: 6
35020
          tab: 6
35021
          authorised_value: ""
35021
          authorised_value:
35022
          authtypecode: ""
35022
          authtypecode: ""
35023
          value_builder: ""
35023
          value_builder: ""
35024
          isurl: 0
35024
          isurl: 0
Lines 35036-35042 tables: Link Here
35036
          mandatory: 0
35036
          mandatory: 0
35037
          kohafield: ""
35037
          kohafield: ""
35038
          tab: 6
35038
          tab: 6
35039
          authorised_value: ""
35039
          authorised_value:
35040
          authtypecode: ""
35040
          authtypecode: ""
35041
          value_builder: ""
35041
          value_builder: ""
35042
          isurl:
35042
          isurl:
Lines 35054-35060 tables: Link Here
35054
          mandatory: 0
35054
          mandatory: 0
35055
          kohafield: ""
35055
          kohafield: ""
35056
          tab: 6
35056
          tab: 6
35057
          authorised_value: ""
35057
          authorised_value:
35058
          authtypecode: ""
35058
          authtypecode: ""
35059
          value_builder: ""
35059
          value_builder: ""
35060
          isurl:
35060
          isurl:
Lines 35072-35078 tables: Link Here
35072
          mandatory: 0
35072
          mandatory: 0
35073
          kohafield: ""
35073
          kohafield: ""
35074
          tab: 6
35074
          tab: 6
35075
          authorised_value: ""
35075
          authorised_value:
35076
          authtypecode: ""
35076
          authtypecode: ""
35077
          value_builder: ""
35077
          value_builder: ""
35078
          isurl:
35078
          isurl:
Lines 35090-35096 tables: Link Here
35090
          mandatory: 0
35090
          mandatory: 0
35091
          kohafield: ""
35091
          kohafield: ""
35092
          tab: 6
35092
          tab: 6
35093
          authorised_value: ""
35093
          authorised_value:
35094
          authtypecode: ""
35094
          authtypecode: ""
35095
          value_builder: ""
35095
          value_builder: ""
35096
          isurl:
35096
          isurl:
Lines 35108-35114 tables: Link Here
35108
          mandatory: 0
35108
          mandatory: 0
35109
          kohafield: ""
35109
          kohafield: ""
35110
          tab: 6
35110
          tab: 6
35111
          authorised_value: ""
35111
          authorised_value:
35112
          authtypecode: ""
35112
          authtypecode: ""
35113
          value_builder: ""
35113
          value_builder: ""
35114
          isurl:
35114
          isurl:
Lines 35126-35132 tables: Link Here
35126
          mandatory: 0
35126
          mandatory: 0
35127
          kohafield: ""
35127
          kohafield: ""
35128
          tab: 6
35128
          tab: 6
35129
          authorised_value: ""
35129
          authorised_value:
35130
          authtypecode: ""
35130
          authtypecode: ""
35131
          value_builder: ""
35131
          value_builder: ""
35132
          isurl:
35132
          isurl:
Lines 35144-35150 tables: Link Here
35144
          mandatory: 0
35144
          mandatory: 0
35145
          kohafield: ""
35145
          kohafield: ""
35146
          tab: 6
35146
          tab: 6
35147
          authorised_value: ""
35147
          authorised_value:
35148
          authtypecode: ""
35148
          authtypecode: ""
35149
          value_builder: ""
35149
          value_builder: ""
35150
          isurl:
35150
          isurl:
Lines 35162-35168 tables: Link Here
35162
          mandatory: 0
35162
          mandatory: 0
35163
          kohafield: ""
35163
          kohafield: ""
35164
          tab: 6
35164
          tab: 6
35165
          authorised_value: ""
35165
          authorised_value:
35166
          authtypecode: ""
35166
          authtypecode: ""
35167
          value_builder: ""
35167
          value_builder: ""
35168
          isurl: 0
35168
          isurl: 0
Lines 35180-35186 tables: Link Here
35180
          mandatory: 0
35180
          mandatory: 0
35181
          kohafield: ""
35181
          kohafield: ""
35182
          tab: 6
35182
          tab: 6
35183
          authorised_value: ""
35183
          authorised_value:
35184
          authtypecode: GEOGR_NAME
35184
          authtypecode: GEOGR_NAME
35185
          value_builder: ""
35185
          value_builder: ""
35186
          isurl:
35186
          isurl:
Lines 35198-35204 tables: Link Here
35198
          mandatory: 0
35198
          mandatory: 0
35199
          kohafield: ""
35199
          kohafield: ""
35200
          tab: 6
35200
          tab: 6
35201
          authorised_value: ""
35201
          authorised_value:
35202
          authtypecode: ""
35202
          authtypecode: ""
35203
          value_builder: ""
35203
          value_builder: ""
35204
          isurl:
35204
          isurl:
Lines 35216-35222 tables: Link Here
35216
          mandatory: 0
35216
          mandatory: 0
35217
          kohafield: ""
35217
          kohafield: ""
35218
          tab: 6
35218
          tab: 6
35219
          authorised_value: ""
35219
          authorised_value:
35220
          authtypecode: ""
35220
          authtypecode: ""
35221
          value_builder: ""
35221
          value_builder: ""
35222
          isurl:
35222
          isurl:
Lines 35234-35240 tables: Link Here
35234
          mandatory: 0
35234
          mandatory: 0
35235
          kohafield: ""
35235
          kohafield: ""
35236
          tab: 6
35236
          tab: 6
35237
          authorised_value: ""
35237
          authorised_value:
35238
          authtypecode: ""
35238
          authtypecode: ""
35239
          value_builder: ""
35239
          value_builder: ""
35240
          isurl: 0
35240
          isurl: 0
Lines 35252-35258 tables: Link Here
35252
          mandatory: 0
35252
          mandatory: 0
35253
          kohafield: ""
35253
          kohafield: ""
35254
          tab: 6
35254
          tab: 6
35255
          authorised_value: ""
35255
          authorised_value:
35256
          authtypecode: ""
35256
          authtypecode: ""
35257
          value_builder: ""
35257
          value_builder: ""
35258
          isurl:
35258
          isurl:
Lines 35270-35276 tables: Link Here
35270
          mandatory: 0
35270
          mandatory: 0
35271
          kohafield: ""
35271
          kohafield: ""
35272
          tab: 6
35272
          tab: 6
35273
          authorised_value: ""
35273
          authorised_value:
35274
          authtypecode: ""
35274
          authtypecode: ""
35275
          value_builder: ""
35275
          value_builder: ""
35276
          isurl:
35276
          isurl:
Lines 35288-35294 tables: Link Here
35288
          mandatory: 0
35288
          mandatory: 0
35289
          kohafield: ""
35289
          kohafield: ""
35290
          tab: 6
35290
          tab: 6
35291
          authorised_value: ""
35291
          authorised_value:
35292
          authtypecode: ""
35292
          authtypecode: ""
35293
          value_builder: ""
35293
          value_builder: ""
35294
          isurl:
35294
          isurl:
Lines 35306-35312 tables: Link Here
35306
          mandatory: 0
35306
          mandatory: 0
35307
          kohafield: ""
35307
          kohafield: ""
35308
          tab: 6
35308
          tab: 6
35309
          authorised_value: ""
35309
          authorised_value:
35310
          authtypecode: ""
35310
          authtypecode: ""
35311
          value_builder: ""
35311
          value_builder: ""
35312
          isurl:
35312
          isurl:
Lines 35324-35330 tables: Link Here
35324
          mandatory: 0
35324
          mandatory: 0
35325
          kohafield: ""
35325
          kohafield: ""
35326
          tab: 6
35326
          tab: 6
35327
          authorised_value: ""
35327
          authorised_value:
35328
          authtypecode: ""
35328
          authtypecode: ""
35329
          value_builder: ""
35329
          value_builder: ""
35330
          isurl:
35330
          isurl:
Lines 35342-35348 tables: Link Here
35342
          mandatory: 0
35342
          mandatory: 0
35343
          kohafield: ""
35343
          kohafield: ""
35344
          tab: 6
35344
          tab: 6
35345
          authorised_value: ""
35345
          authorised_value:
35346
          authtypecode: ""
35346
          authtypecode: ""
35347
          value_builder: ""
35347
          value_builder: ""
35348
          isurl:
35348
          isurl:
Lines 35360-35366 tables: Link Here
35360
          mandatory: 0
35360
          mandatory: 0
35361
          kohafield: ""
35361
          kohafield: ""
35362
          tab: 6
35362
          tab: 6
35363
          authorised_value: ""
35363
          authorised_value:
35364
          authtypecode: ""
35364
          authtypecode: ""
35365
          value_builder: ""
35365
          value_builder: ""
35366
          isurl:
35366
          isurl:
Lines 35378-35384 tables: Link Here
35378
          mandatory: 0
35378
          mandatory: 0
35379
          kohafield: ""
35379
          kohafield: ""
35380
          tab: 6
35380
          tab: 6
35381
          authorised_value: ""
35381
          authorised_value:
35382
          authtypecode: ""
35382
          authtypecode: ""
35383
          value_builder: ""
35383
          value_builder: ""
35384
          isurl:
35384
          isurl:
Lines 35450-35456 tables: Link Here
35450
          mandatory: 0
35450
          mandatory: 0
35451
          kohafield: ""
35451
          kohafield: ""
35452
          tab: 6
35452
          tab: 6
35453
          authorised_value: ""
35453
          authorised_value:
35454
          authtypecode: ""
35454
          authtypecode: ""
35455
          value_builder: ""
35455
          value_builder: ""
35456
          isurl:
35456
          isurl:
Lines 35468-35474 tables: Link Here
35468
          mandatory: 0
35468
          mandatory: 0
35469
          kohafield: ""
35469
          kohafield: ""
35470
          tab: 6
35470
          tab: 6
35471
          authorised_value: ""
35471
          authorised_value:
35472
          authtypecode: ""
35472
          authtypecode: ""
35473
          value_builder: ""
35473
          value_builder: ""
35474
          isurl:
35474
          isurl:
Lines 35486-35492 tables: Link Here
35486
          mandatory: 0
35486
          mandatory: 0
35487
          kohafield: ""
35487
          kohafield: ""
35488
          tab: 6
35488
          tab: 6
35489
          authorised_value: ""
35489
          authorised_value:
35490
          authtypecode: ""
35490
          authtypecode: ""
35491
          value_builder: ""
35491
          value_builder: ""
35492
          isurl:
35492
          isurl:
Lines 35504-35510 tables: Link Here
35504
          mandatory: 0
35504
          mandatory: 0
35505
          kohafield: ""
35505
          kohafield: ""
35506
          tab: 6
35506
          tab: 6
35507
          authorised_value: ""
35507
          authorised_value:
35508
          authtypecode: ""
35508
          authtypecode: ""
35509
          value_builder: ""
35509
          value_builder: ""
35510
          isurl:
35510
          isurl:
Lines 35522-35528 tables: Link Here
35522
          mandatory: 0
35522
          mandatory: 0
35523
          kohafield: ""
35523
          kohafield: ""
35524
          tab: 6
35524
          tab: 6
35525
          authorised_value: ""
35525
          authorised_value:
35526
          authtypecode: ""
35526
          authtypecode: ""
35527
          value_builder: ""
35527
          value_builder: ""
35528
          isurl:
35528
          isurl:
Lines 35540-35546 tables: Link Here
35540
          mandatory: 0
35540
          mandatory: 0
35541
          kohafield: ""
35541
          kohafield: ""
35542
          tab: 6
35542
          tab: 6
35543
          authorised_value: ""
35543
          authorised_value:
35544
          authtypecode: ""
35544
          authtypecode: ""
35545
          value_builder: ""
35545
          value_builder: ""
35546
          isurl:
35546
          isurl:
Lines 35558-35564 tables: Link Here
35558
          mandatory: 0
35558
          mandatory: 0
35559
          kohafield: ""
35559
          kohafield: ""
35560
          tab: 6
35560
          tab: 6
35561
          authorised_value: ""
35561
          authorised_value:
35562
          authtypecode: ""
35562
          authtypecode: ""
35563
          value_builder: ""
35563
          value_builder: ""
35564
          isurl:
35564
          isurl:
Lines 35576-35582 tables: Link Here
35576
          mandatory: 0
35576
          mandatory: 0
35577
          kohafield: ""
35577
          kohafield: ""
35578
          tab: 6
35578
          tab: 6
35579
          authorised_value: ""
35579
          authorised_value:
35580
          authtypecode: ""
35580
          authtypecode: ""
35581
          value_builder: ""
35581
          value_builder: ""
35582
          isurl: 0
35582
          isurl: 0
Lines 35594-35600 tables: Link Here
35594
          mandatory: 0
35594
          mandatory: 0
35595
          kohafield: ""
35595
          kohafield: ""
35596
          tab: 6
35596
          tab: 6
35597
          authorised_value: ""
35597
          authorised_value:
35598
          authtypecode: TOPIC_TERM
35598
          authtypecode: TOPIC_TERM
35599
          value_builder: ""
35599
          value_builder: ""
35600
          isurl:
35600
          isurl:
Lines 35612-35618 tables: Link Here
35612
          mandatory: 0
35612
          mandatory: 0
35613
          kohafield: ""
35613
          kohafield: ""
35614
          tab: 6
35614
          tab: 6
35615
          authorised_value: ""
35615
          authorised_value:
35616
          authtypecode: ""
35616
          authtypecode: ""
35617
          value_builder: ""
35617
          value_builder: ""
35618
          isurl:
35618
          isurl:
Lines 35630-35636 tables: Link Here
35630
          mandatory: 0
35630
          mandatory: 0
35631
          kohafield: ""
35631
          kohafield: ""
35632
          tab: 6
35632
          tab: 6
35633
          authorised_value: ""
35633
          authorised_value:
35634
          authtypecode: ""
35634
          authtypecode: ""
35635
          value_builder: ""
35635
          value_builder: ""
35636
          isurl:
35636
          isurl:
Lines 35648-35654 tables: Link Here
35648
          mandatory: 0
35648
          mandatory: 0
35649
          kohafield: ""
35649
          kohafield: ""
35650
          tab: 6
35650
          tab: 6
35651
          authorised_value: ""
35651
          authorised_value:
35652
          authtypecode: ""
35652
          authtypecode: ""
35653
          value_builder: ""
35653
          value_builder: ""
35654
          isurl:
35654
          isurl:
Lines 35666-35672 tables: Link Here
35666
          mandatory: 0
35666
          mandatory: 0
35667
          kohafield: ""
35667
          kohafield: ""
35668
          tab: 6
35668
          tab: 6
35669
          authorised_value: ""
35669
          authorised_value:
35670
          authtypecode: ""
35670
          authtypecode: ""
35671
          value_builder: ""
35671
          value_builder: ""
35672
          isurl:
35672
          isurl:
Lines 35684-35690 tables: Link Here
35684
          mandatory: 0
35684
          mandatory: 0
35685
          kohafield: ""
35685
          kohafield: ""
35686
          tab: 6
35686
          tab: 6
35687
          authorised_value: ""
35687
          authorised_value:
35688
          authtypecode: ""
35688
          authtypecode: ""
35689
          value_builder: ""
35689
          value_builder: ""
35690
          isurl:
35690
          isurl:
Lines 35702-35708 tables: Link Here
35702
          mandatory: 0
35702
          mandatory: 0
35703
          kohafield: ""
35703
          kohafield: ""
35704
          tab: 6
35704
          tab: 6
35705
          authorised_value: ""
35705
          authorised_value:
35706
          authtypecode: ""
35706
          authtypecode: ""
35707
          value_builder: ""
35707
          value_builder: ""
35708
          isurl:
35708
          isurl:
Lines 35720-35726 tables: Link Here
35720
          mandatory: 0
35720
          mandatory: 0
35721
          kohafield: ""
35721
          kohafield: ""
35722
          tab: 6
35722
          tab: 6
35723
          authorised_value: ""
35723
          authorised_value:
35724
          authtypecode: ""
35724
          authtypecode: ""
35725
          value_builder: ""
35725
          value_builder: ""
35726
          isurl:
35726
          isurl:
Lines 35738-35744 tables: Link Here
35738
          mandatory: 0
35738
          mandatory: 0
35739
          kohafield: ""
35739
          kohafield: ""
35740
          tab: 6
35740
          tab: 6
35741
          authorised_value: ""
35741
          authorised_value:
35742
          authtypecode: ""
35742
          authtypecode: ""
35743
          value_builder: ""
35743
          value_builder: ""
35744
          isurl:
35744
          isurl:
Lines 35756-35762 tables: Link Here
35756
          mandatory: 0
35756
          mandatory: 0
35757
          kohafield: ""
35757
          kohafield: ""
35758
          tab: 6
35758
          tab: 6
35759
          authorised_value: ""
35759
          authorised_value:
35760
          authtypecode: ""
35760
          authtypecode: ""
35761
          value_builder: ""
35761
          value_builder: ""
35762
          isurl:
35762
          isurl:
Lines 35774-35780 tables: Link Here
35774
          mandatory: 0
35774
          mandatory: 0
35775
          kohafield: ""
35775
          kohafield: ""
35776
          tab: 6
35776
          tab: 6
35777
          authorised_value: ""
35777
          authorised_value:
35778
          authtypecode: ""
35778
          authtypecode: ""
35779
          value_builder: ""
35779
          value_builder: ""
35780
          isurl:
35780
          isurl:
Lines 35792-35798 tables: Link Here
35792
          mandatory: 0
35792
          mandatory: 0
35793
          kohafield: ""
35793
          kohafield: ""
35794
          tab: 6
35794
          tab: 6
35795
          authorised_value: ""
35795
          authorised_value:
35796
          authtypecode: ""
35796
          authtypecode: ""
35797
          value_builder: ""
35797
          value_builder: ""
35798
          isurl:
35798
          isurl:
Lines 35810-35816 tables: Link Here
35810
          mandatory: 0
35810
          mandatory: 0
35811
          kohafield: ""
35811
          kohafield: ""
35812
          tab: 6
35812
          tab: 6
35813
          authorised_value: ""
35813
          authorised_value:
35814
          authtypecode: ""
35814
          authtypecode: ""
35815
          value_builder: ""
35815
          value_builder: ""
35816
          isurl:
35816
          isurl:
Lines 35828-35834 tables: Link Here
35828
          mandatory: 0
35828
          mandatory: 0
35829
          kohafield: ""
35829
          kohafield: ""
35830
          tab: 6
35830
          tab: 6
35831
          authorised_value: ""
35831
          authorised_value:
35832
          authtypecode: ""
35832
          authtypecode: ""
35833
          value_builder: ""
35833
          value_builder: ""
35834
          isurl:
35834
          isurl:
Lines 35846-35852 tables: Link Here
35846
          mandatory: 0
35846
          mandatory: 0
35847
          kohafield: ""
35847
          kohafield: ""
35848
          tab: 6
35848
          tab: 6
35849
          authorised_value: ""
35849
          authorised_value:
35850
          authtypecode: ""
35850
          authtypecode: ""
35851
          value_builder: ""
35851
          value_builder: ""
35852
          isurl:
35852
          isurl:
Lines 35864-35870 tables: Link Here
35864
          mandatory: 0
35864
          mandatory: 0
35865
          kohafield: ""
35865
          kohafield: ""
35866
          tab: 6
35866
          tab: 6
35867
          authorised_value: ""
35867
          authorised_value:
35868
          authtypecode: ""
35868
          authtypecode: ""
35869
          value_builder: ""
35869
          value_builder: ""
35870
          isurl: 0
35870
          isurl: 0
Lines 35882-35888 tables: Link Here
35882
          mandatory: 0
35882
          mandatory: 0
35883
          kohafield: ""
35883
          kohafield: ""
35884
          tab: 6
35884
          tab: 6
35885
          authorised_value: ""
35885
          authorised_value:
35886
          authtypecode: GENRE/FORM
35886
          authtypecode: GENRE/FORM
35887
          value_builder: ""
35887
          value_builder: ""
35888
          isurl:
35888
          isurl:
Lines 35900-35906 tables: Link Here
35900
          mandatory: 0
35900
          mandatory: 0
35901
          kohafield: ""
35901
          kohafield: ""
35902
          tab: 6
35902
          tab: 6
35903
          authorised_value: ""
35903
          authorised_value:
35904
          authtypecode: ""
35904
          authtypecode: ""
35905
          value_builder: ""
35905
          value_builder: ""
35906
          isurl:
35906
          isurl:
Lines 35918-35924 tables: Link Here
35918
          mandatory: 0
35918
          mandatory: 0
35919
          kohafield: ""
35919
          kohafield: ""
35920
          tab: 6
35920
          tab: 6
35921
          authorised_value: ""
35921
          authorised_value:
35922
          authtypecode: ""
35922
          authtypecode: ""
35923
          value_builder: ""
35923
          value_builder: ""
35924
          isurl:
35924
          isurl:
Lines 35936-35942 tables: Link Here
35936
          mandatory: 0
35936
          mandatory: 0
35937
          kohafield: ""
35937
          kohafield: ""
35938
          tab: 6
35938
          tab: 6
35939
          authorised_value: ""
35939
          authorised_value:
35940
          authtypecode: ""
35940
          authtypecode: ""
35941
          value_builder: ""
35941
          value_builder: ""
35942
          isurl:
35942
          isurl:
Lines 35954-35960 tables: Link Here
35954
          mandatory: 0
35954
          mandatory: 0
35955
          kohafield: ""
35955
          kohafield: ""
35956
          tab: 6
35956
          tab: 6
35957
          authorised_value: ""
35957
          authorised_value:
35958
          authtypecode: ""
35958
          authtypecode: ""
35959
          value_builder: ""
35959
          value_builder: ""
35960
          isurl:
35960
          isurl:
Lines 35972-35978 tables: Link Here
35972
          mandatory: 0
35972
          mandatory: 0
35973
          kohafield: ""
35973
          kohafield: ""
35974
          tab: 6
35974
          tab: 6
35975
          authorised_value: ""
35975
          authorised_value:
35976
          authtypecode: ""
35976
          authtypecode: ""
35977
          value_builder: ""
35977
          value_builder: ""
35978
          isurl:
35978
          isurl:
Lines 35990-35996 tables: Link Here
35990
          mandatory: 0
35990
          mandatory: 0
35991
          kohafield: ""
35991
          kohafield: ""
35992
          tab: 6
35992
          tab: 6
35993
          authorised_value: ""
35993
          authorised_value:
35994
          authtypecode: ""
35994
          authtypecode: ""
35995
          value_builder: ""
35995
          value_builder: ""
35996
          isurl:
35996
          isurl:
Lines 36008-36014 tables: Link Here
36008
          mandatory: 0
36008
          mandatory: 0
36009
          kohafield: ""
36009
          kohafield: ""
36010
          tab: 6
36010
          tab: 6
36011
          authorised_value: ""
36011
          authorised_value:
36012
          authtypecode: ""
36012
          authtypecode: ""
36013
          value_builder: ""
36013
          value_builder: ""
36014
          isurl:
36014
          isurl:
Lines 36026-36032 tables: Link Here
36026
          mandatory: 0
36026
          mandatory: 0
36027
          kohafield: ""
36027
          kohafield: ""
36028
          tab: 6
36028
          tab: 6
36029
          authorised_value: ""
36029
          authorised_value:
36030
          authtypecode: ""
36030
          authtypecode: ""
36031
          value_builder: ""
36031
          value_builder: ""
36032
          isurl:
36032
          isurl:
Lines 36044-36050 tables: Link Here
36044
          mandatory: 0
36044
          mandatory: 0
36045
          kohafield: ""
36045
          kohafield: ""
36046
          tab: 6
36046
          tab: 6
36047
          authorised_value: ""
36047
          authorised_value:
36048
          authtypecode: ""
36048
          authtypecode: ""
36049
          value_builder: ""
36049
          value_builder: ""
36050
          isurl:
36050
          isurl:
Lines 36062-36068 tables: Link Here
36062
          mandatory: 0
36062
          mandatory: 0
36063
          kohafield: ""
36063
          kohafield: ""
36064
          tab: 6
36064
          tab: 6
36065
          authorised_value: ""
36065
          authorised_value:
36066
          authtypecode: ""
36066
          authtypecode: ""
36067
          value_builder: ""
36067
          value_builder: ""
36068
          isurl:
36068
          isurl:
Lines 36080-36086 tables: Link Here
36080
          mandatory: 0
36080
          mandatory: 0
36081
          kohafield: ""
36081
          kohafield: ""
36082
          tab: 6
36082
          tab: 6
36083
          authorised_value: ""
36083
          authorised_value:
36084
          authtypecode: ""
36084
          authtypecode: ""
36085
          value_builder: ""
36085
          value_builder: ""
36086
          isurl:
36086
          isurl:
Lines 36098-36104 tables: Link Here
36098
          mandatory: 0
36098
          mandatory: 0
36099
          kohafield: ""
36099
          kohafield: ""
36100
          tab: 6
36100
          tab: 6
36101
          authorised_value: ""
36101
          authorised_value:
36102
          authtypecode: ""
36102
          authtypecode: ""
36103
          value_builder: ""
36103
          value_builder: ""
36104
          isurl:
36104
          isurl:
Lines 36116-36122 tables: Link Here
36116
          mandatory: 0
36116
          mandatory: 0
36117
          kohafield: ""
36117
          kohafield: ""
36118
          tab: 6
36118
          tab: 6
36119
          authorised_value: ""
36119
          authorised_value:
36120
          authtypecode: ""
36120
          authtypecode: ""
36121
          value_builder: ""
36121
          value_builder: ""
36122
          isurl: 0
36122
          isurl: 0
Lines 36134-36140 tables: Link Here
36134
          mandatory: 0
36134
          mandatory: 0
36135
          kohafield: ""
36135
          kohafield: ""
36136
          tab: 6
36136
          tab: 6
36137
          authorised_value: ""
36137
          authorised_value:
36138
          authtypecode: TOPIC_TERM
36138
          authtypecode: TOPIC_TERM
36139
          value_builder: ""
36139
          value_builder: ""
36140
          isurl:
36140
          isurl:
Lines 36152-36158 tables: Link Here
36152
          mandatory: 0
36152
          mandatory: 0
36153
          kohafield: ""
36153
          kohafield: ""
36154
          tab: 6
36154
          tab: 6
36155
          authorised_value: ""
36155
          authorised_value:
36156
          authtypecode: ""
36156
          authtypecode: ""
36157
          value_builder: ""
36157
          value_builder: ""
36158
          isurl:
36158
          isurl:
Lines 36170-36176 tables: Link Here
36170
          mandatory: 0
36170
          mandatory: 0
36171
          kohafield: ""
36171
          kohafield: ""
36172
          tab: 6
36172
          tab: 6
36173
          authorised_value: ""
36173
          authorised_value:
36174
          authtypecode: ""
36174
          authtypecode: ""
36175
          value_builder: ""
36175
          value_builder: ""
36176
          isurl:
36176
          isurl:
Lines 36188-36194 tables: Link Here
36188
          mandatory: 0
36188
          mandatory: 0
36189
          kohafield: ""
36189
          kohafield: ""
36190
          tab: 6
36190
          tab: 6
36191
          authorised_value: ""
36191
          authorised_value:
36192
          authtypecode: ""
36192
          authtypecode: ""
36193
          value_builder: ""
36193
          value_builder: ""
36194
          isurl:
36194
          isurl:
Lines 36206-36212 tables: Link Here
36206
          mandatory: 0
36206
          mandatory: 0
36207
          kohafield: ""
36207
          kohafield: ""
36208
          tab: 6
36208
          tab: 6
36209
          authorised_value: ""
36209
          authorised_value:
36210
          authtypecode: ""
36210
          authtypecode: ""
36211
          value_builder: ""
36211
          value_builder: ""
36212
          isurl:
36212
          isurl:
Lines 36224-36230 tables: Link Here
36224
          mandatory: 0
36224
          mandatory: 0
36225
          kohafield: ""
36225
          kohafield: ""
36226
          tab: 6
36226
          tab: 6
36227
          authorised_value: ""
36227
          authorised_value:
36228
          authtypecode: ""
36228
          authtypecode: ""
36229
          value_builder: ""
36229
          value_builder: ""
36230
          isurl:
36230
          isurl:
Lines 36242-36248 tables: Link Here
36242
          mandatory: 0
36242
          mandatory: 0
36243
          kohafield: ""
36243
          kohafield: ""
36244
          tab: 6
36244
          tab: 6
36245
          authorised_value: ""
36245
          authorised_value:
36246
          authtypecode: ""
36246
          authtypecode: ""
36247
          value_builder: ""
36247
          value_builder: ""
36248
          isurl:
36248
          isurl:
Lines 36260-36266 tables: Link Here
36260
          mandatory: 0
36260
          mandatory: 0
36261
          kohafield: ""
36261
          kohafield: ""
36262
          tab: 6
36262
          tab: 6
36263
          authorised_value: ""
36263
          authorised_value:
36264
          authtypecode: ""
36264
          authtypecode: ""
36265
          value_builder: ""
36265
          value_builder: ""
36266
          isurl:
36266
          isurl:
Lines 36278-36284 tables: Link Here
36278
          mandatory: 0
36278
          mandatory: 0
36279
          kohafield: ""
36279
          kohafield: ""
36280
          tab: 6
36280
          tab: 6
36281
          authorised_value: ""
36281
          authorised_value:
36282
          authtypecode: ""
36282
          authtypecode: ""
36283
          value_builder: ""
36283
          value_builder: ""
36284
          isurl:
36284
          isurl:
Lines 36296-36302 tables: Link Here
36296
          mandatory: 0
36296
          mandatory: 0
36297
          kohafield: ""
36297
          kohafield: ""
36298
          tab: 6
36298
          tab: 6
36299
          authorised_value: ""
36299
          authorised_value:
36300
          authtypecode: ""
36300
          authtypecode: ""
36301
          value_builder: ""
36301
          value_builder: ""
36302
          isurl:
36302
          isurl:
Lines 36314-36320 tables: Link Here
36314
          mandatory: 0
36314
          mandatory: 0
36315
          kohafield: ""
36315
          kohafield: ""
36316
          tab: 6
36316
          tab: 6
36317
          authorised_value: ""
36317
          authorised_value:
36318
          authtypecode: ""
36318
          authtypecode: ""
36319
          value_builder: ""
36319
          value_builder: ""
36320
          isurl:
36320
          isurl:
Lines 36332-36338 tables: Link Here
36332
          mandatory: 0
36332
          mandatory: 0
36333
          kohafield: ""
36333
          kohafield: ""
36334
          tab: 6
36334
          tab: 6
36335
          authorised_value: ""
36335
          authorised_value:
36336
          authtypecode: ""
36336
          authtypecode: ""
36337
          value_builder: ""
36337
          value_builder: ""
36338
          isurl:
36338
          isurl:
Lines 36350-36356 tables: Link Here
36350
          mandatory: 0
36350
          mandatory: 0
36351
          kohafield: ""
36351
          kohafield: ""
36352
          tab: 6
36352
          tab: 6
36353
          authorised_value: ""
36353
          authorised_value:
36354
          authtypecode: ""
36354
          authtypecode: ""
36355
          value_builder: ""
36355
          value_builder: ""
36356
          isurl: 0
36356
          isurl: 0
Lines 36368-36374 tables: Link Here
36368
          mandatory: 0
36368
          mandatory: 0
36369
          kohafield: ""
36369
          kohafield: ""
36370
          tab: 6
36370
          tab: 6
36371
          authorised_value: ""
36371
          authorised_value:
36372
          authtypecode: TOPIC_TERM
36372
          authtypecode: TOPIC_TERM
36373
          value_builder: ""
36373
          value_builder: ""
36374
          isurl:
36374
          isurl:
Lines 36386-36392 tables: Link Here
36386
          mandatory: 0
36386
          mandatory: 0
36387
          kohafield: ""
36387
          kohafield: ""
36388
          tab: 6
36388
          tab: 6
36389
          authorised_value: ""
36389
          authorised_value:
36390
          authtypecode: ""
36390
          authtypecode: ""
36391
          value_builder: ""
36391
          value_builder: ""
36392
          isurl:
36392
          isurl:
Lines 36404-36410 tables: Link Here
36404
          mandatory: 0
36404
          mandatory: 0
36405
          kohafield: ""
36405
          kohafield: ""
36406
          tab: 6
36406
          tab: 6
36407
          authorised_value: ""
36407
          authorised_value:
36408
          authtypecode: ""
36408
          authtypecode: ""
36409
          value_builder: ""
36409
          value_builder: ""
36410
          isurl:
36410
          isurl:
Lines 36422-36428 tables: Link Here
36422
          mandatory: 0
36422
          mandatory: 0
36423
          kohafield: ""
36423
          kohafield: ""
36424
          tab: 6
36424
          tab: 6
36425
          authorised_value: ""
36425
          authorised_value:
36426
          authtypecode: ""
36426
          authtypecode: ""
36427
          value_builder: ""
36427
          value_builder: ""
36428
          isurl:
36428
          isurl:
Lines 36440-36446 tables: Link Here
36440
          mandatory: 0
36440
          mandatory: 0
36441
          kohafield: ""
36441
          kohafield: ""
36442
          tab: 6
36442
          tab: 6
36443
          authorised_value: ""
36443
          authorised_value:
36444
          authtypecode: ""
36444
          authtypecode: ""
36445
          value_builder: ""
36445
          value_builder: ""
36446
          isurl:
36446
          isurl:
Lines 36458-36464 tables: Link Here
36458
          mandatory: 0
36458
          mandatory: 0
36459
          kohafield: ""
36459
          kohafield: ""
36460
          tab: 6
36460
          tab: 6
36461
          authorised_value: ""
36461
          authorised_value:
36462
          authtypecode: ""
36462
          authtypecode: ""
36463
          value_builder: ""
36463
          value_builder: ""
36464
          isurl:
36464
          isurl:
Lines 36476-36482 tables: Link Here
36476
          mandatory: 0
36476
          mandatory: 0
36477
          kohafield: ""
36477
          kohafield: ""
36478
          tab: 6
36478
          tab: 6
36479
          authorised_value: ""
36479
          authorised_value:
36480
          authtypecode: ""
36480
          authtypecode: ""
36481
          value_builder: ""
36481
          value_builder: ""
36482
          isurl:
36482
          isurl:
Lines 36494-36500 tables: Link Here
36494
          mandatory: 0
36494
          mandatory: 0
36495
          kohafield: ""
36495
          kohafield: ""
36496
          tab: 6
36496
          tab: 6
36497
          authorised_value: ""
36497
          authorised_value:
36498
          authtypecode: ""
36498
          authtypecode: ""
36499
          value_builder: ""
36499
          value_builder: ""
36500
          isurl:
36500
          isurl:
Lines 36512-36518 tables: Link Here
36512
          mandatory: 0
36512
          mandatory: 0
36513
          kohafield: ""
36513
          kohafield: ""
36514
          tab: 6
36514
          tab: 6
36515
          authorised_value: ""
36515
          authorised_value:
36516
          authtypecode: ""
36516
          authtypecode: ""
36517
          value_builder: ""
36517
          value_builder: ""
36518
          isurl: 0
36518
          isurl: 0
Lines 36530-36536 tables: Link Here
36530
          mandatory: 0
36530
          mandatory: 0
36531
          kohafield: ""
36531
          kohafield: ""
36532
          tab: 6
36532
          tab: 6
36533
          authorised_value: ""
36533
          authorised_value:
36534
          authtypecode: TOPIC_TERM
36534
          authtypecode: TOPIC_TERM
36535
          value_builder: ""
36535
          value_builder: ""
36536
          isurl:
36536
          isurl:
Lines 36548-36554 tables: Link Here
36548
          mandatory: 0
36548
          mandatory: 0
36549
          kohafield: ""
36549
          kohafield: ""
36550
          tab: 6
36550
          tab: 6
36551
          authorised_value: ""
36551
          authorised_value:
36552
          authtypecode: ""
36552
          authtypecode: ""
36553
          value_builder: ""
36553
          value_builder: ""
36554
          isurl:
36554
          isurl:
Lines 36566-36572 tables: Link Here
36566
          mandatory: 0
36566
          mandatory: 0
36567
          kohafield: ""
36567
          kohafield: ""
36568
          tab: 6
36568
          tab: 6
36569
          authorised_value: ""
36569
          authorised_value:
36570
          authtypecode: ""
36570
          authtypecode: ""
36571
          value_builder: ""
36571
          value_builder: ""
36572
          isurl:
36572
          isurl:
Lines 36584-36590 tables: Link Here
36584
          mandatory: 0
36584
          mandatory: 0
36585
          kohafield: ""
36585
          kohafield: ""
36586
          tab: 6
36586
          tab: 6
36587
          authorised_value: ""
36587
          authorised_value:
36588
          authtypecode: ""
36588
          authtypecode: ""
36589
          value_builder: ""
36589
          value_builder: ""
36590
          isurl:
36590
          isurl:
Lines 36602-36608 tables: Link Here
36602
          mandatory: 0
36602
          mandatory: 0
36603
          kohafield: ""
36603
          kohafield: ""
36604
          tab: 6
36604
          tab: 6
36605
          authorised_value: ""
36605
          authorised_value:
36606
          authtypecode: ""
36606
          authtypecode: ""
36607
          value_builder: ""
36607
          value_builder: ""
36608
          isurl:
36608
          isurl:
Lines 36620-36626 tables: Link Here
36620
          mandatory: 0
36620
          mandatory: 0
36621
          kohafield: ""
36621
          kohafield: ""
36622
          tab: 6
36622
          tab: 6
36623
          authorised_value: ""
36623
          authorised_value:
36624
          authtypecode: ""
36624
          authtypecode: ""
36625
          value_builder: ""
36625
          value_builder: ""
36626
          isurl:
36626
          isurl:
Lines 36638-36644 tables: Link Here
36638
          mandatory: 0
36638
          mandatory: 0
36639
          kohafield: ""
36639
          kohafield: ""
36640
          tab: 6
36640
          tab: 6
36641
          authorised_value: ""
36641
          authorised_value:
36642
          authtypecode: ""
36642
          authtypecode: ""
36643
          value_builder: ""
36643
          value_builder: ""
36644
          isurl:
36644
          isurl:
Lines 36656-36662 tables: Link Here
36656
          mandatory: 0
36656
          mandatory: 0
36657
          kohafield: ""
36657
          kohafield: ""
36658
          tab: 6
36658
          tab: 6
36659
          authorised_value: ""
36659
          authorised_value:
36660
          authtypecode: ""
36660
          authtypecode: ""
36661
          value_builder: ""
36661
          value_builder: ""
36662
          isurl:
36662
          isurl:
Lines 36674-36680 tables: Link Here
36674
          mandatory: 0
36674
          mandatory: 0
36675
          kohafield: ""
36675
          kohafield: ""
36676
          tab: 6
36676
          tab: 6
36677
          authorised_value: ""
36677
          authorised_value:
36678
          authtypecode: ""
36678
          authtypecode: ""
36679
          value_builder: ""
36679
          value_builder: ""
36680
          isurl:
36680
          isurl:
Lines 36692-36698 tables: Link Here
36692
          mandatory: 0
36692
          mandatory: 0
36693
          kohafield: ""
36693
          kohafield: ""
36694
          tab: 6
36694
          tab: 6
36695
          authorised_value: ""
36695
          authorised_value:
36696
          authtypecode: ""
36696
          authtypecode: ""
36697
          value_builder: ""
36697
          value_builder: ""
36698
          isurl:
36698
          isurl:
Lines 36710-36716 tables: Link Here
36710
          mandatory: 0
36710
          mandatory: 0
36711
          kohafield: ""
36711
          kohafield: ""
36712
          tab: 6
36712
          tab: 6
36713
          authorised_value: ""
36713
          authorised_value:
36714
          authtypecode: ""
36714
          authtypecode: ""
36715
          value_builder: ""
36715
          value_builder: ""
36716
          isurl:
36716
          isurl:
Lines 36728-36734 tables: Link Here
36728
          mandatory: 0
36728
          mandatory: 0
36729
          kohafield: ""
36729
          kohafield: ""
36730
          tab: 6
36730
          tab: 6
36731
          authorised_value: ""
36731
          authorised_value:
36732
          authtypecode: ""
36732
          authtypecode: ""
36733
          value_builder: ""
36733
          value_builder: ""
36734
          isurl: 0
36734
          isurl: 0
Lines 36746-36752 tables: Link Here
36746
          mandatory: 0
36746
          mandatory: 0
36747
          kohafield: ""
36747
          kohafield: ""
36748
          tab: 6
36748
          tab: 6
36749
          authorised_value: ""
36749
          authorised_value:
36750
          authtypecode: GEOGR_NAME
36750
          authtypecode: GEOGR_NAME
36751
          value_builder: ""
36751
          value_builder: ""
36752
          isurl:
36752
          isurl:
Lines 36764-36770 tables: Link Here
36764
          mandatory: 0
36764
          mandatory: 0
36765
          kohafield: ""
36765
          kohafield: ""
36766
          tab: 6
36766
          tab: 6
36767
          authorised_value: ""
36767
          authorised_value:
36768
          authtypecode: ""
36768
          authtypecode: ""
36769
          value_builder: ""
36769
          value_builder: ""
36770
          isurl:
36770
          isurl:
Lines 36782-36788 tables: Link Here
36782
          mandatory: 0
36782
          mandatory: 0
36783
          kohafield: ""
36783
          kohafield: ""
36784
          tab: 6
36784
          tab: 6
36785
          authorised_value: ""
36785
          authorised_value:
36786
          authtypecode: ""
36786
          authtypecode: ""
36787
          value_builder: ""
36787
          value_builder: ""
36788
          isurl:
36788
          isurl:
Lines 36800-36806 tables: Link Here
36800
          mandatory: 0
36800
          mandatory: 0
36801
          kohafield: ""
36801
          kohafield: ""
36802
          tab: 6
36802
          tab: 6
36803
          authorised_value: ""
36803
          authorised_value:
36804
          authtypecode: ""
36804
          authtypecode: ""
36805
          value_builder: ""
36805
          value_builder: ""
36806
          isurl:
36806
          isurl:
Lines 36818-36824 tables: Link Here
36818
          mandatory: 0
36818
          mandatory: 0
36819
          kohafield: ""
36819
          kohafield: ""
36820
          tab: 6
36820
          tab: 6
36821
          authorised_value: ""
36821
          authorised_value:
36822
          authtypecode: ""
36822
          authtypecode: ""
36823
          value_builder: ""
36823
          value_builder: ""
36824
          isurl:
36824
          isurl:
Lines 36836-36842 tables: Link Here
36836
          mandatory: 0
36836
          mandatory: 0
36837
          kohafield: ""
36837
          kohafield: ""
36838
          tab: 6
36838
          tab: 6
36839
          authorised_value: ""
36839
          authorised_value:
36840
          authtypecode: ""
36840
          authtypecode: ""
36841
          value_builder: ""
36841
          value_builder: ""
36842
          isurl:
36842
          isurl:
Lines 36854-36860 tables: Link Here
36854
          mandatory: 0
36854
          mandatory: 0
36855
          kohafield: ""
36855
          kohafield: ""
36856
          tab: 6
36856
          tab: 6
36857
          authorised_value: ""
36857
          authorised_value:
36858
          authtypecode: ""
36858
          authtypecode: ""
36859
          value_builder: ""
36859
          value_builder: ""
36860
          isurl:
36860
          isurl:
Lines 36872-36878 tables: Link Here
36872
          mandatory: 0
36872
          mandatory: 0
36873
          kohafield: ""
36873
          kohafield: ""
36874
          tab: 6
36874
          tab: 6
36875
          authorised_value: ""
36875
          authorised_value:
36876
          authtypecode: ""
36876
          authtypecode: ""
36877
          value_builder: ""
36877
          value_builder: ""
36878
          isurl:
36878
          isurl:
Lines 36890-36896 tables: Link Here
36890
          mandatory: 0
36890
          mandatory: 0
36891
          kohafield: ""
36891
          kohafield: ""
36892
          tab: 6
36892
          tab: 6
36893
          authorised_value: ""
36893
          authorised_value:
36894
          authtypecode: ""
36894
          authtypecode: ""
36895
          value_builder: ""
36895
          value_builder: ""
36896
          isurl:
36896
          isurl:
Lines 36908-36914 tables: Link Here
36908
          mandatory: 0
36908
          mandatory: 0
36909
          kohafield: ""
36909
          kohafield: ""
36910
          tab: 6
36910
          tab: 6
36911
          authorised_value: ""
36911
          authorised_value:
36912
          authtypecode: ""
36912
          authtypecode: ""
36913
          value_builder: ""
36913
          value_builder: ""
36914
          isurl:
36914
          isurl:
Lines 36926-36932 tables: Link Here
36926
          mandatory: 0
36926
          mandatory: 0
36927
          kohafield: ""
36927
          kohafield: ""
36928
          tab: 6
36928
          tab: 6
36929
          authorised_value: ""
36929
          authorised_value:
36930
          authtypecode: ""
36930
          authtypecode: ""
36931
          value_builder: ""
36931
          value_builder: ""
36932
          isurl:
36932
          isurl:
Lines 36944-36950 tables: Link Here
36944
          mandatory: 0
36944
          mandatory: 0
36945
          kohafield: ""
36945
          kohafield: ""
36946
          tab: 6
36946
          tab: 6
36947
          authorised_value: ""
36947
          authorised_value:
36948
          authtypecode: ""
36948
          authtypecode: ""
36949
          value_builder: ""
36949
          value_builder: ""
36950
          isurl:
36950
          isurl:
Lines 36962-36968 tables: Link Here
36962
          mandatory: 0
36962
          mandatory: 0
36963
          kohafield: ""
36963
          kohafield: ""
36964
          tab: 6
36964
          tab: 6
36965
          authorised_value: ""
36965
          authorised_value:
36966
          authtypecode: ""
36966
          authtypecode: ""
36967
          value_builder: ""
36967
          value_builder: ""
36968
          isurl:
36968
          isurl:
Lines 36980-36986 tables: Link Here
36980
          mandatory: 0
36980
          mandatory: 0
36981
          kohafield: ""
36981
          kohafield: ""
36982
          tab: 6
36982
          tab: 6
36983
          authorised_value: ""
36983
          authorised_value:
36984
          authtypecode: ""
36984
          authtypecode: ""
36985
          value_builder: ""
36985
          value_builder: ""
36986
          isurl:
36986
          isurl:
Lines 36998-37004 tables: Link Here
36998
          mandatory: 0
36998
          mandatory: 0
36999
          kohafield: ""
36999
          kohafield: ""
37000
          tab: 6
37000
          tab: 6
37001
          authorised_value: ""
37001
          authorised_value:
37002
          authtypecode: ""
37002
          authtypecode: ""
37003
          value_builder: ""
37003
          value_builder: ""
37004
          isurl:
37004
          isurl:
Lines 37016-37022 tables: Link Here
37016
          mandatory: 0
37016
          mandatory: 0
37017
          kohafield: ""
37017
          kohafield: ""
37018
          tab: 6
37018
          tab: 6
37019
          authorised_value: ""
37019
          authorised_value:
37020
          authtypecode: ""
37020
          authtypecode: ""
37021
          value_builder: ""
37021
          value_builder: ""
37022
          isurl:
37022
          isurl:
Lines 37034-37040 tables: Link Here
37034
          mandatory: 0
37034
          mandatory: 0
37035
          kohafield: ""
37035
          kohafield: ""
37036
          tab: 6
37036
          tab: 6
37037
          authorised_value: ""
37037
          authorised_value:
37038
          authtypecode: ""
37038
          authtypecode: ""
37039
          value_builder: ""
37039
          value_builder: ""
37040
          isurl:
37040
          isurl:
Lines 37052-37058 tables: Link Here
37052
          mandatory: 0
37052
          mandatory: 0
37053
          kohafield: ""
37053
          kohafield: ""
37054
          tab: 6
37054
          tab: 6
37055
          authorised_value: ""
37055
          authorised_value:
37056
          authtypecode: ""
37056
          authtypecode: ""
37057
          value_builder: ""
37057
          value_builder: ""
37058
          isurl:
37058
          isurl:
Lines 37070-37076 tables: Link Here
37070
          mandatory: 0
37070
          mandatory: 0
37071
          kohafield: ""
37071
          kohafield: ""
37072
          tab: 6
37072
          tab: 6
37073
          authorised_value: ""
37073
          authorised_value:
37074
          authtypecode: ""
37074
          authtypecode: ""
37075
          value_builder: ""
37075
          value_builder: ""
37076
          isurl: 0
37076
          isurl: 0
Lines 37088-37094 tables: Link Here
37088
          mandatory: 0
37088
          mandatory: 0
37089
          kohafield: ""
37089
          kohafield: ""
37090
          tab: 6
37090
          tab: 6
37091
          authorised_value: ""
37091
          authorised_value:
37092
          authtypecode: ""
37092
          authtypecode: ""
37093
          value_builder: ""
37093
          value_builder: ""
37094
          isurl: 0
37094
          isurl: 0
Lines 37106-37112 tables: Link Here
37106
          mandatory: 0
37106
          mandatory: 0
37107
          kohafield: ""
37107
          kohafield: ""
37108
          tab: 6
37108
          tab: 6
37109
          authorised_value: ""
37109
          authorised_value:
37110
          authtypecode: ""
37110
          authtypecode: ""
37111
          value_builder: ""
37111
          value_builder: ""
37112
          isurl: 0
37112
          isurl: 0
Lines 37124-37130 tables: Link Here
37124
          mandatory: 0
37124
          mandatory: 0
37125
          kohafield: ""
37125
          kohafield: ""
37126
          tab: 6
37126
          tab: 6
37127
          authorised_value: ""
37127
          authorised_value:
37128
          authtypecode: ""
37128
          authtypecode: ""
37129
          value_builder: ""
37129
          value_builder: ""
37130
          isurl: 0
37130
          isurl: 0
Lines 37142-37148 tables: Link Here
37142
          mandatory: 0
37142
          mandatory: 0
37143
          kohafield: ""
37143
          kohafield: ""
37144
          tab: 6
37144
          tab: 6
37145
          authorised_value: ""
37145
          authorised_value:
37146
          authtypecode: ""
37146
          authtypecode: ""
37147
          value_builder: ""
37147
          value_builder: ""
37148
          isurl: 0
37148
          isurl: 0
Lines 37160-37166 tables: Link Here
37160
          mandatory: 0
37160
          mandatory: 0
37161
          kohafield: ""
37161
          kohafield: ""
37162
          tab: 6
37162
          tab: 6
37163
          authorised_value: ""
37163
          authorised_value:
37164
          authtypecode: ""
37164
          authtypecode: ""
37165
          value_builder: ""
37165
          value_builder: ""
37166
          isurl: 0
37166
          isurl: 0
Lines 37178-37184 tables: Link Here
37178
          mandatory: 0
37178
          mandatory: 0
37179
          kohafield: ""
37179
          kohafield: ""
37180
          tab: 6
37180
          tab: 6
37181
          authorised_value: ""
37181
          authorised_value:
37182
          authtypecode: TOPIC_TERM
37182
          authtypecode: TOPIC_TERM
37183
          value_builder: ""
37183
          value_builder: ""
37184
          isurl: 0
37184
          isurl: 0
Lines 37196-37202 tables: Link Here
37196
          mandatory: 0
37196
          mandatory: 0
37197
          kohafield: ""
37197
          kohafield: ""
37198
          tab: 6
37198
          tab: 6
37199
          authorised_value: ""
37199
          authorised_value:
37200
          authtypecode: ""
37200
          authtypecode: ""
37201
          value_builder: ""
37201
          value_builder: ""
37202
          isurl: 0
37202
          isurl: 0
Lines 37214-37220 tables: Link Here
37214
          mandatory: 0
37214
          mandatory: 0
37215
          kohafield: ""
37215
          kohafield: ""
37216
          tab: 6
37216
          tab: 6
37217
          authorised_value: ""
37217
          authorised_value:
37218
          authtypecode: ""
37218
          authtypecode: ""
37219
          value_builder: ""
37219
          value_builder: ""
37220
          isurl: 0
37220
          isurl: 0
Lines 37232-37238 tables: Link Here
37232
          mandatory: 0
37232
          mandatory: 0
37233
          kohafield: ""
37233
          kohafield: ""
37234
          tab: 6
37234
          tab: 6
37235
          authorised_value: ""
37235
          authorised_value:
37236
          authtypecode: ""
37236
          authtypecode: ""
37237
          value_builder: ""
37237
          value_builder: ""
37238
          isurl: 0
37238
          isurl: 0
Lines 37250-37256 tables: Link Here
37250
          mandatory: 0
37250
          mandatory: 0
37251
          kohafield: ""
37251
          kohafield: ""
37252
          tab: 6
37252
          tab: 6
37253
          authorised_value: ""
37253
          authorised_value:
37254
          authtypecode: ""
37254
          authtypecode: ""
37255
          value_builder: ""
37255
          value_builder: ""
37256
          isurl: 0
37256
          isurl: 0
Lines 37268-37274 tables: Link Here
37268
          mandatory: 0
37268
          mandatory: 0
37269
          kohafield: ""
37269
          kohafield: ""
37270
          tab: 6
37270
          tab: 6
37271
          authorised_value: ""
37271
          authorised_value:
37272
          authtypecode: ""
37272
          authtypecode: ""
37273
          value_builder: ""
37273
          value_builder: ""
37274
          isurl: 0
37274
          isurl: 0
Lines 37286-37292 tables: Link Here
37286
          mandatory: 0
37286
          mandatory: 0
37287
          kohafield: ""
37287
          kohafield: ""
37288
          tab: 6
37288
          tab: 6
37289
          authorised_value: ""
37289
          authorised_value:
37290
          authtypecode: ""
37290
          authtypecode: ""
37291
          value_builder: ""
37291
          value_builder: ""
37292
          isurl: 0
37292
          isurl: 0
Lines 37304-37310 tables: Link Here
37304
          mandatory: 0
37304
          mandatory: 0
37305
          kohafield: ""
37305
          kohafield: ""
37306
          tab: 6
37306
          tab: 6
37307
          authorised_value: ""
37307
          authorised_value:
37308
          authtypecode: ""
37308
          authtypecode: ""
37309
          value_builder: ""
37309
          value_builder: ""
37310
          isurl: 0
37310
          isurl: 0
Lines 37322-37328 tables: Link Here
37322
          mandatory: 0
37322
          mandatory: 0
37323
          kohafield: ""
37323
          kohafield: ""
37324
          tab: 6
37324
          tab: 6
37325
          authorised_value: ""
37325
          authorised_value:
37326
          authtypecode: ""
37326
          authtypecode: ""
37327
          value_builder: ""
37327
          value_builder: ""
37328
          isurl: 0
37328
          isurl: 0
Lines 37340-37346 tables: Link Here
37340
          mandatory: 0
37340
          mandatory: 0
37341
          kohafield: ""
37341
          kohafield: ""
37342
          tab: 6
37342
          tab: 6
37343
          authorised_value: ""
37343
          authorised_value:
37344
          authtypecode: ""
37344
          authtypecode: ""
37345
          value_builder: ""
37345
          value_builder: ""
37346
          isurl: 0
37346
          isurl: 0
Lines 37358-37364 tables: Link Here
37358
          mandatory: 0
37358
          mandatory: 0
37359
          kohafield: ""
37359
          kohafield: ""
37360
          tab: 6
37360
          tab: 6
37361
          authorised_value: ""
37361
          authorised_value:
37362
          authtypecode: ""
37362
          authtypecode: ""
37363
          value_builder: ""
37363
          value_builder: ""
37364
          isurl:
37364
          isurl:
Lines 37376-37382 tables: Link Here
37376
          mandatory: 0
37376
          mandatory: 0
37377
          kohafield: ""
37377
          kohafield: ""
37378
          tab: 6
37378
          tab: 6
37379
          authorised_value: ""
37379
          authorised_value:
37380
          authtypecode: ""
37380
          authtypecode: ""
37381
          value_builder: ""
37381
          value_builder: ""
37382
          isurl:
37382
          isurl:
Lines 37394-37400 tables: Link Here
37394
          mandatory: 0
37394
          mandatory: 0
37395
          kohafield: ""
37395
          kohafield: ""
37396
          tab: 6
37396
          tab: 6
37397
          authorised_value: ""
37397
          authorised_value:
37398
          authtypecode: ""
37398
          authtypecode: ""
37399
          value_builder: ""
37399
          value_builder: ""
37400
          isurl:
37400
          isurl:
Lines 37412-37418 tables: Link Here
37412
          mandatory: 0
37412
          mandatory: 0
37413
          kohafield: ""
37413
          kohafield: ""
37414
          tab: 6
37414
          tab: 6
37415
          authorised_value: ""
37415
          authorised_value:
37416
          authtypecode: ""
37416
          authtypecode: ""
37417
          value_builder: ""
37417
          value_builder: ""
37418
          isurl:
37418
          isurl:
Lines 37430-37436 tables: Link Here
37430
          mandatory: 0
37430
          mandatory: 0
37431
          kohafield: ""
37431
          kohafield: ""
37432
          tab: 6
37432
          tab: 6
37433
          authorised_value: ""
37433
          authorised_value:
37434
          authtypecode: ""
37434
          authtypecode: ""
37435
          value_builder: ""
37435
          value_builder: ""
37436
          isurl: 0
37436
          isurl: 0
Lines 37448-37454 tables: Link Here
37448
          mandatory: 0
37448
          mandatory: 0
37449
          kohafield: ""
37449
          kohafield: ""
37450
          tab: 6
37450
          tab: 6
37451
          authorised_value: ""
37451
          authorised_value:
37452
          authtypecode: GEOGR_NAME
37452
          authtypecode: GEOGR_NAME
37453
          value_builder: ""
37453
          value_builder: ""
37454
          isurl:
37454
          isurl:
Lines 37466-37472 tables: Link Here
37466
          mandatory: 0
37466
          mandatory: 0
37467
          kohafield: ""
37467
          kohafield: ""
37468
          tab: 6
37468
          tab: 6
37469
          authorised_value: ""
37469
          authorised_value:
37470
          authtypecode: ""
37470
          authtypecode: ""
37471
          value_builder: ""
37471
          value_builder: ""
37472
          isurl:
37472
          isurl:
Lines 37484-37490 tables: Link Here
37484
          mandatory: 0
37484
          mandatory: 0
37485
          kohafield: ""
37485
          kohafield: ""
37486
          tab: 6
37486
          tab: 6
37487
          authorised_value: ""
37487
          authorised_value:
37488
          authtypecode: ""
37488
          authtypecode: ""
37489
          value_builder: ""
37489
          value_builder: ""
37490
          isurl:
37490
          isurl:
Lines 37502-37508 tables: Link Here
37502
          mandatory: 0
37502
          mandatory: 0
37503
          kohafield: ""
37503
          kohafield: ""
37504
          tab: 6
37504
          tab: 6
37505
          authorised_value: ""
37505
          authorised_value:
37506
          authtypecode: ""
37506
          authtypecode: ""
37507
          value_builder: ""
37507
          value_builder: ""
37508
          isurl:
37508
          isurl:
Lines 37520-37526 tables: Link Here
37520
          mandatory: 0
37520
          mandatory: 0
37521
          kohafield: ""
37521
          kohafield: ""
37522
          tab: 6
37522
          tab: 6
37523
          authorised_value: ""
37523
          authorised_value:
37524
          authtypecode: ""
37524
          authtypecode: ""
37525
          value_builder: ""
37525
          value_builder: ""
37526
          isurl:
37526
          isurl:
Lines 37538-37544 tables: Link Here
37538
          mandatory: 0
37538
          mandatory: 0
37539
          kohafield: ""
37539
          kohafield: ""
37540
          tab: 6
37540
          tab: 6
37541
          authorised_value: ""
37541
          authorised_value:
37542
          authtypecode: ""
37542
          authtypecode: ""
37543
          value_builder: ""
37543
          value_builder: ""
37544
          isurl:
37544
          isurl:
Lines 37556-37562 tables: Link Here
37556
          mandatory: 0
37556
          mandatory: 0
37557
          kohafield: ""
37557
          kohafield: ""
37558
          tab: 6
37558
          tab: 6
37559
          authorised_value: ""
37559
          authorised_value:
37560
          authtypecode: ""
37560
          authtypecode: ""
37561
          value_builder: ""
37561
          value_builder: ""
37562
          isurl: 0
37562
          isurl: 0
Lines 37574-37580 tables: Link Here
37574
          mandatory: 0
37574
          mandatory: 0
37575
          kohafield: ""
37575
          kohafield: ""
37576
          tab: 6
37576
          tab: 6
37577
          authorised_value: ""
37577
          authorised_value:
37578
          authtypecode: ""
37578
          authtypecode: ""
37579
          value_builder: ""
37579
          value_builder: ""
37580
          isurl:
37580
          isurl:
Lines 37592-37598 tables: Link Here
37592
          mandatory: 0
37592
          mandatory: 0
37593
          kohafield: ""
37593
          kohafield: ""
37594
          tab: 6
37594
          tab: 6
37595
          authorised_value: ""
37595
          authorised_value:
37596
          authtypecode: ""
37596
          authtypecode: ""
37597
          value_builder: ""
37597
          value_builder: ""
37598
          isurl:
37598
          isurl:
Lines 37610-37616 tables: Link Here
37610
          mandatory: 0
37610
          mandatory: 0
37611
          kohafield: ""
37611
          kohafield: ""
37612
          tab: 6
37612
          tab: 6
37613
          authorised_value: ""
37613
          authorised_value:
37614
          authtypecode: ""
37614
          authtypecode: ""
37615
          value_builder: ""
37615
          value_builder: ""
37616
          isurl:
37616
          isurl:
Lines 37628-37634 tables: Link Here
37628
          mandatory: 0
37628
          mandatory: 0
37629
          kohafield: ""
37629
          kohafield: ""
37630
          tab: 6
37630
          tab: 6
37631
          authorised_value: ""
37631
          authorised_value:
37632
          authtypecode: ""
37632
          authtypecode: ""
37633
          value_builder: ""
37633
          value_builder: ""
37634
          isurl:
37634
          isurl:
Lines 37646-37652 tables: Link Here
37646
          mandatory: 0
37646
          mandatory: 0
37647
          kohafield: ""
37647
          kohafield: ""
37648
          tab: 6
37648
          tab: 6
37649
          authorised_value: ""
37649
          authorised_value:
37650
          authtypecode: ""
37650
          authtypecode: ""
37651
          value_builder: ""
37651
          value_builder: ""
37652
          isurl:
37652
          isurl:
Lines 37664-37670 tables: Link Here
37664
          mandatory: 0
37664
          mandatory: 0
37665
          kohafield: ""
37665
          kohafield: ""
37666
          tab: 6
37666
          tab: 6
37667
          authorised_value: ""
37667
          authorised_value:
37668
          authtypecode: ""
37668
          authtypecode: ""
37669
          value_builder: ""
37669
          value_builder: ""
37670
          isurl: 0
37670
          isurl: 0
Lines 37682-37688 tables: Link Here
37682
          mandatory: 0
37682
          mandatory: 0
37683
          kohafield: ""
37683
          kohafield: ""
37684
          tab: 6
37684
          tab: 6
37685
          authorised_value: ""
37685
          authorised_value:
37686
          authtypecode: PERSO_NAME
37686
          authtypecode: PERSO_NAME
37687
          value_builder: ""
37687
          value_builder: ""
37688
          isurl:
37688
          isurl:
Lines 37700-37706 tables: Link Here
37700
          mandatory: 0
37700
          mandatory: 0
37701
          kohafield: ""
37701
          kohafield: ""
37702
          tab: 6
37702
          tab: 6
37703
          authorised_value: ""
37703
          authorised_value:
37704
          authtypecode: ""
37704
          authtypecode: ""
37705
          value_builder: ""
37705
          value_builder: ""
37706
          isurl:
37706
          isurl:
Lines 37718-37724 tables: Link Here
37718
          mandatory: 0
37718
          mandatory: 0
37719
          kohafield: ""
37719
          kohafield: ""
37720
          tab: 6
37720
          tab: 6
37721
          authorised_value: ""
37721
          authorised_value:
37722
          authtypecode: ""
37722
          authtypecode: ""
37723
          value_builder: ""
37723
          value_builder: ""
37724
          isurl:
37724
          isurl:
Lines 37736-37742 tables: Link Here
37736
          mandatory: 0
37736
          mandatory: 0
37737
          kohafield: ""
37737
          kohafield: ""
37738
          tab: 6
37738
          tab: 6
37739
          authorised_value: ""
37739
          authorised_value:
37740
          authtypecode: ""
37740
          authtypecode: ""
37741
          value_builder: ""
37741
          value_builder: ""
37742
          isurl:
37742
          isurl:
Lines 37754-37760 tables: Link Here
37754
          mandatory: 0
37754
          mandatory: 0
37755
          kohafield: ""
37755
          kohafield: ""
37756
          tab: 6
37756
          tab: 6
37757
          authorised_value: ""
37757
          authorised_value:
37758
          authtypecode: ""
37758
          authtypecode: ""
37759
          value_builder: ""
37759
          value_builder: ""
37760
          isurl:
37760
          isurl:
Lines 37772-37778 tables: Link Here
37772
          mandatory: 0
37772
          mandatory: 0
37773
          kohafield: ""
37773
          kohafield: ""
37774
          tab: 6
37774
          tab: 6
37775
          authorised_value: ""
37775
          authorised_value:
37776
          authtypecode: ""
37776
          authtypecode: ""
37777
          value_builder: ""
37777
          value_builder: ""
37778
          isurl:
37778
          isurl:
Lines 37790-37796 tables: Link Here
37790
          mandatory: 0
37790
          mandatory: 0
37791
          kohafield: ""
37791
          kohafield: ""
37792
          tab: 6
37792
          tab: 6
37793
          authorised_value: ""
37793
          authorised_value:
37794
          authtypecode: ""
37794
          authtypecode: ""
37795
          value_builder: ""
37795
          value_builder: ""
37796
          isurl:
37796
          isurl:
Lines 37808-37814 tables: Link Here
37808
          mandatory: 0
37808
          mandatory: 0
37809
          kohafield: ""
37809
          kohafield: ""
37810
          tab: 6
37810
          tab: 6
37811
          authorised_value: ""
37811
          authorised_value:
37812
          authtypecode: ""
37812
          authtypecode: ""
37813
          value_builder: ""
37813
          value_builder: ""
37814
          isurl:
37814
          isurl:
Lines 37826-37832 tables: Link Here
37826
          mandatory: 0
37826
          mandatory: 0
37827
          kohafield: ""
37827
          kohafield: ""
37828
          tab: 6
37828
          tab: 6
37829
          authorised_value: ""
37829
          authorised_value:
37830
          authtypecode: ""
37830
          authtypecode: ""
37831
          value_builder: ""
37831
          value_builder: ""
37832
          isurl:
37832
          isurl:
Lines 37844-37850 tables: Link Here
37844
          mandatory: 0
37844
          mandatory: 0
37845
          kohafield: ""
37845
          kohafield: ""
37846
          tab: 6
37846
          tab: 6
37847
          authorised_value: ""
37847
          authorised_value:
37848
          authtypecode: ""
37848
          authtypecode: ""
37849
          value_builder: ""
37849
          value_builder: ""
37850
          isurl:
37850
          isurl:
Lines 37862-37868 tables: Link Here
37862
          mandatory: 0
37862
          mandatory: 0
37863
          kohafield: ""
37863
          kohafield: ""
37864
          tab: 6
37864
          tab: 6
37865
          authorised_value: ""
37865
          authorised_value:
37866
          authtypecode: ""
37866
          authtypecode: ""
37867
          value_builder: ""
37867
          value_builder: ""
37868
          isurl:
37868
          isurl:
Lines 37880-37886 tables: Link Here
37880
          mandatory: 0
37880
          mandatory: 0
37881
          kohafield: ""
37881
          kohafield: ""
37882
          tab: 6
37882
          tab: 6
37883
          authorised_value: ""
37883
          authorised_value:
37884
          authtypecode: ""
37884
          authtypecode: ""
37885
          value_builder: ""
37885
          value_builder: ""
37886
          isurl:
37886
          isurl:
Lines 37898-37904 tables: Link Here
37898
          mandatory: 0
37898
          mandatory: 0
37899
          kohafield: ""
37899
          kohafield: ""
37900
          tab: 6
37900
          tab: 6
37901
          authorised_value: ""
37901
          authorised_value:
37902
          authtypecode: ""
37902
          authtypecode: ""
37903
          value_builder: ""
37903
          value_builder: ""
37904
          isurl:
37904
          isurl:
Lines 37916-37922 tables: Link Here
37916
          mandatory: 0
37916
          mandatory: 0
37917
          kohafield: ""
37917
          kohafield: ""
37918
          tab: 6
37918
          tab: 6
37919
          authorised_value: ""
37919
          authorised_value:
37920
          authtypecode: ""
37920
          authtypecode: ""
37921
          value_builder: ""
37921
          value_builder: ""
37922
          isurl:
37922
          isurl:
Lines 37934-37940 tables: Link Here
37934
          mandatory: 0
37934
          mandatory: 0
37935
          kohafield: ""
37935
          kohafield: ""
37936
          tab: 6
37936
          tab: 6
37937
          authorised_value: ""
37937
          authorised_value:
37938
          authtypecode: ""
37938
          authtypecode: ""
37939
          value_builder: ""
37939
          value_builder: ""
37940
          isurl:
37940
          isurl:
Lines 37952-37958 tables: Link Here
37952
          mandatory: 0
37952
          mandatory: 0
37953
          kohafield: ""
37953
          kohafield: ""
37954
          tab: 6
37954
          tab: 6
37955
          authorised_value: ""
37955
          authorised_value:
37956
          authtypecode: ""
37956
          authtypecode: ""
37957
          value_builder: ""
37957
          value_builder: ""
37958
          isurl:
37958
          isurl:
Lines 37970-37976 tables: Link Here
37970
          mandatory: 0
37970
          mandatory: 0
37971
          kohafield: ""
37971
          kohafield: ""
37972
          tab: 6
37972
          tab: 6
37973
          authorised_value: ""
37973
          authorised_value:
37974
          authtypecode: ""
37974
          authtypecode: ""
37975
          value_builder: ""
37975
          value_builder: ""
37976
          isurl:
37976
          isurl:
Lines 37988-37994 tables: Link Here
37988
          mandatory: 0
37988
          mandatory: 0
37989
          kohafield: ""
37989
          kohafield: ""
37990
          tab: 6
37990
          tab: 6
37991
          authorised_value: ""
37991
          authorised_value:
37992
          authtypecode: ""
37992
          authtypecode: ""
37993
          value_builder: ""
37993
          value_builder: ""
37994
          isurl:
37994
          isurl:
Lines 38006-38012 tables: Link Here
38006
          mandatory: 0
38006
          mandatory: 0
38007
          kohafield: ""
38007
          kohafield: ""
38008
          tab: 6
38008
          tab: 6
38009
          authorised_value: ""
38009
          authorised_value:
38010
          authtypecode: ""
38010
          authtypecode: ""
38011
          value_builder: ""
38011
          value_builder: ""
38012
          isurl:
38012
          isurl:
Lines 38024-38030 tables: Link Here
38024
          mandatory: 0
38024
          mandatory: 0
38025
          kohafield: ""
38025
          kohafield: ""
38026
          tab: 6
38026
          tab: 6
38027
          authorised_value: ""
38027
          authorised_value:
38028
          authtypecode: ""
38028
          authtypecode: ""
38029
          value_builder: ""
38029
          value_builder: ""
38030
          isurl:
38030
          isurl:
Lines 38042-38048 tables: Link Here
38042
          mandatory: 0
38042
          mandatory: 0
38043
          kohafield: ""
38043
          kohafield: ""
38044
          tab: 6
38044
          tab: 6
38045
          authorised_value: ""
38045
          authorised_value:
38046
          authtypecode: ""
38046
          authtypecode: ""
38047
          value_builder: ""
38047
          value_builder: ""
38048
          isurl:
38048
          isurl:
Lines 38060-38066 tables: Link Here
38060
          mandatory: 0
38060
          mandatory: 0
38061
          kohafield: ""
38061
          kohafield: ""
38062
          tab: 6
38062
          tab: 6
38063
          authorised_value: ""
38063
          authorised_value:
38064
          authtypecode: ""
38064
          authtypecode: ""
38065
          value_builder: ""
38065
          value_builder: ""
38066
          isurl:
38066
          isurl:
Lines 38078-38084 tables: Link Here
38078
          mandatory: 0
38078
          mandatory: 0
38079
          kohafield: ""
38079
          kohafield: ""
38080
          tab: 6
38080
          tab: 6
38081
          authorised_value: ""
38081
          authorised_value:
38082
          authtypecode: ""
38082
          authtypecode: ""
38083
          value_builder: ""
38083
          value_builder: ""
38084
          isurl:
38084
          isurl:
Lines 38096-38102 tables: Link Here
38096
          mandatory: 0
38096
          mandatory: 0
38097
          kohafield: ""
38097
          kohafield: ""
38098
          tab: 6
38098
          tab: 6
38099
          authorised_value: ""
38099
          authorised_value:
38100
          authtypecode: ""
38100
          authtypecode: ""
38101
          value_builder: ""
38101
          value_builder: ""
38102
          isurl:
38102
          isurl:
Lines 38114-38120 tables: Link Here
38114
          mandatory: 0
38114
          mandatory: 0
38115
          kohafield: ""
38115
          kohafield: ""
38116
          tab: 6
38116
          tab: 6
38117
          authorised_value: ""
38117
          authorised_value:
38118
          authtypecode: ""
38118
          authtypecode: ""
38119
          value_builder: ""
38119
          value_builder: ""
38120
          isurl: 0
38120
          isurl: 0
Lines 38132-38138 tables: Link Here
38132
          mandatory: 0
38132
          mandatory: 0
38133
          kohafield: ""
38133
          kohafield: ""
38134
          tab: 6
38134
          tab: 6
38135
          authorised_value: ""
38135
          authorised_value:
38136
          authtypecode: ""
38136
          authtypecode: ""
38137
          value_builder: ""
38137
          value_builder: ""
38138
          isurl:
38138
          isurl:
Lines 38150-38156 tables: Link Here
38150
          mandatory: 0
38150
          mandatory: 0
38151
          kohafield: ""
38151
          kohafield: ""
38152
          tab: 6
38152
          tab: 6
38153
          authorised_value: ""
38153
          authorised_value:
38154
          authtypecode: ""
38154
          authtypecode: ""
38155
          value_builder: ""
38155
          value_builder: ""
38156
          isurl:
38156
          isurl:
Lines 38168-38174 tables: Link Here
38168
          mandatory: 0
38168
          mandatory: 0
38169
          kohafield: ""
38169
          kohafield: ""
38170
          tab: 6
38170
          tab: 6
38171
          authorised_value: ""
38171
          authorised_value:
38172
          authtypecode: ""
38172
          authtypecode: ""
38173
          value_builder: ""
38173
          value_builder: ""
38174
          isurl:
38174
          isurl:
Lines 38186-38192 tables: Link Here
38186
          mandatory: 0
38186
          mandatory: 0
38187
          kohafield: ""
38187
          kohafield: ""
38188
          tab: 6
38188
          tab: 6
38189
          authorised_value: ""
38189
          authorised_value:
38190
          authtypecode: ""
38190
          authtypecode: ""
38191
          value_builder: ""
38191
          value_builder: ""
38192
          isurl:
38192
          isurl:
Lines 38204-38210 tables: Link Here
38204
          mandatory: 0
38204
          mandatory: 0
38205
          kohafield: ""
38205
          kohafield: ""
38206
          tab: 6
38206
          tab: 6
38207
          authorised_value: ""
38207
          authorised_value:
38208
          authtypecode: ""
38208
          authtypecode: ""
38209
          value_builder: ""
38209
          value_builder: ""
38210
          isurl:
38210
          isurl:
Lines 38222-38228 tables: Link Here
38222
          mandatory: 0
38222
          mandatory: 0
38223
          kohafield: ""
38223
          kohafield: ""
38224
          tab: 6
38224
          tab: 6
38225
          authorised_value: ""
38225
          authorised_value:
38226
          authtypecode: ""
38226
          authtypecode: ""
38227
          value_builder: ""
38227
          value_builder: ""
38228
          isurl: 0
38228
          isurl: 0
Lines 38240-38246 tables: Link Here
38240
          mandatory: 0
38240
          mandatory: 0
38241
          kohafield: ""
38241
          kohafield: ""
38242
          tab: 6
38242
          tab: 6
38243
          authorised_value: ""
38243
          authorised_value:
38244
          authtypecode: CORPO_NAME
38244
          authtypecode: CORPO_NAME
38245
          value_builder: ""
38245
          value_builder: ""
38246
          isurl:
38246
          isurl:
Lines 38258-38264 tables: Link Here
38258
          mandatory: 0
38258
          mandatory: 0
38259
          kohafield: ""
38259
          kohafield: ""
38260
          tab: 6
38260
          tab: 6
38261
          authorised_value: ""
38261
          authorised_value:
38262
          authtypecode: ""
38262
          authtypecode: ""
38263
          value_builder: ""
38263
          value_builder: ""
38264
          isurl:
38264
          isurl:
Lines 38276-38282 tables: Link Here
38276
          mandatory: 0
38276
          mandatory: 0
38277
          kohafield: ""
38277
          kohafield: ""
38278
          tab: 6
38278
          tab: 6
38279
          authorised_value: ""
38279
          authorised_value:
38280
          authtypecode: ""
38280
          authtypecode: ""
38281
          value_builder: ""
38281
          value_builder: ""
38282
          isurl:
38282
          isurl:
Lines 38294-38300 tables: Link Here
38294
          mandatory: 0
38294
          mandatory: 0
38295
          kohafield: ""
38295
          kohafield: ""
38296
          tab: 6
38296
          tab: 6
38297
          authorised_value: ""
38297
          authorised_value:
38298
          authtypecode: ""
38298
          authtypecode: ""
38299
          value_builder: ""
38299
          value_builder: ""
38300
          isurl:
38300
          isurl:
Lines 38312-38318 tables: Link Here
38312
          mandatory: 0
38312
          mandatory: 0
38313
          kohafield: ""
38313
          kohafield: ""
38314
          tab: 6
38314
          tab: 6
38315
          authorised_value: ""
38315
          authorised_value:
38316
          authtypecode: ""
38316
          authtypecode: ""
38317
          value_builder: ""
38317
          value_builder: ""
38318
          isurl:
38318
          isurl:
Lines 38330-38336 tables: Link Here
38330
          mandatory: 0
38330
          mandatory: 0
38331
          kohafield: ""
38331
          kohafield: ""
38332
          tab: 6
38332
          tab: 6
38333
          authorised_value: ""
38333
          authorised_value:
38334
          authtypecode: ""
38334
          authtypecode: ""
38335
          value_builder: ""
38335
          value_builder: ""
38336
          isurl:
38336
          isurl:
Lines 38348-38354 tables: Link Here
38348
          mandatory: 0
38348
          mandatory: 0
38349
          kohafield: ""
38349
          kohafield: ""
38350
          tab: 6
38350
          tab: 6
38351
          authorised_value: ""
38351
          authorised_value:
38352
          authtypecode: ""
38352
          authtypecode: ""
38353
          value_builder: ""
38353
          value_builder: ""
38354
          isurl:
38354
          isurl:
Lines 38366-38372 tables: Link Here
38366
          mandatory: 0
38366
          mandatory: 0
38367
          kohafield: ""
38367
          kohafield: ""
38368
          tab: 6
38368
          tab: 6
38369
          authorised_value: ""
38369
          authorised_value:
38370
          authtypecode: ""
38370
          authtypecode: ""
38371
          value_builder: ""
38371
          value_builder: ""
38372
          isurl:
38372
          isurl:
Lines 38384-38390 tables: Link Here
38384
          mandatory: 0
38384
          mandatory: 0
38385
          kohafield: ""
38385
          kohafield: ""
38386
          tab: 6
38386
          tab: 6
38387
          authorised_value: ""
38387
          authorised_value:
38388
          authtypecode: ""
38388
          authtypecode: ""
38389
          value_builder: ""
38389
          value_builder: ""
38390
          isurl:
38390
          isurl:
Lines 38402-38408 tables: Link Here
38402
          mandatory: 0
38402
          mandatory: 0
38403
          kohafield: ""
38403
          kohafield: ""
38404
          tab: 6
38404
          tab: 6
38405
          authorised_value: ""
38405
          authorised_value:
38406
          authtypecode: ""
38406
          authtypecode: ""
38407
          value_builder: ""
38407
          value_builder: ""
38408
          isurl:
38408
          isurl:
Lines 38420-38426 tables: Link Here
38420
          mandatory: 0
38420
          mandatory: 0
38421
          kohafield: ""
38421
          kohafield: ""
38422
          tab: 6
38422
          tab: 6
38423
          authorised_value: ""
38423
          authorised_value:
38424
          authtypecode: ""
38424
          authtypecode: ""
38425
          value_builder: ""
38425
          value_builder: ""
38426
          isurl:
38426
          isurl:
Lines 38438-38444 tables: Link Here
38438
          mandatory: 0
38438
          mandatory: 0
38439
          kohafield: ""
38439
          kohafield: ""
38440
          tab: 6
38440
          tab: 6
38441
          authorised_value: ""
38441
          authorised_value:
38442
          authtypecode: ""
38442
          authtypecode: ""
38443
          value_builder: ""
38443
          value_builder: ""
38444
          isurl:
38444
          isurl:
Lines 38456-38462 tables: Link Here
38456
          mandatory: 0
38456
          mandatory: 0
38457
          kohafield: ""
38457
          kohafield: ""
38458
          tab: 6
38458
          tab: 6
38459
          authorised_value: ""
38459
          authorised_value:
38460
          authtypecode: ""
38460
          authtypecode: ""
38461
          value_builder: ""
38461
          value_builder: ""
38462
          isurl:
38462
          isurl:
Lines 38474-38480 tables: Link Here
38474
          mandatory: 0
38474
          mandatory: 0
38475
          kohafield: ""
38475
          kohafield: ""
38476
          tab: 6
38476
          tab: 6
38477
          authorised_value: ""
38477
          authorised_value:
38478
          authtypecode: ""
38478
          authtypecode: ""
38479
          value_builder: ""
38479
          value_builder: ""
38480
          isurl:
38480
          isurl:
Lines 38492-38498 tables: Link Here
38492
          mandatory: 0
38492
          mandatory: 0
38493
          kohafield: ""
38493
          kohafield: ""
38494
          tab: 6
38494
          tab: 6
38495
          authorised_value: ""
38495
          authorised_value:
38496
          authtypecode: ""
38496
          authtypecode: ""
38497
          value_builder: ""
38497
          value_builder: ""
38498
          isurl:
38498
          isurl:
Lines 38510-38516 tables: Link Here
38510
          mandatory: 0
38510
          mandatory: 0
38511
          kohafield: ""
38511
          kohafield: ""
38512
          tab: 6
38512
          tab: 6
38513
          authorised_value: ""
38513
          authorised_value:
38514
          authtypecode: ""
38514
          authtypecode: ""
38515
          value_builder: ""
38515
          value_builder: ""
38516
          isurl:
38516
          isurl:
Lines 38528-38534 tables: Link Here
38528
          mandatory: 0
38528
          mandatory: 0
38529
          kohafield: ""
38529
          kohafield: ""
38530
          tab: 6
38530
          tab: 6
38531
          authorised_value: ""
38531
          authorised_value:
38532
          authtypecode: ""
38532
          authtypecode: ""
38533
          value_builder: ""
38533
          value_builder: ""
38534
          isurl:
38534
          isurl:
Lines 38546-38552 tables: Link Here
38546
          mandatory: 0
38546
          mandatory: 0
38547
          kohafield: ""
38547
          kohafield: ""
38548
          tab: 6
38548
          tab: 6
38549
          authorised_value: ""
38549
          authorised_value:
38550
          authtypecode: ""
38550
          authtypecode: ""
38551
          value_builder: ""
38551
          value_builder: ""
38552
          isurl:
38552
          isurl:
Lines 38564-38570 tables: Link Here
38564
          mandatory: 0
38564
          mandatory: 0
38565
          kohafield: ""
38565
          kohafield: ""
38566
          tab: 6
38566
          tab: 6
38567
          authorised_value: ""
38567
          authorised_value:
38568
          authtypecode: ""
38568
          authtypecode: ""
38569
          value_builder: ""
38569
          value_builder: ""
38570
          isurl:
38570
          isurl:
Lines 38582-38588 tables: Link Here
38582
          mandatory: 0
38582
          mandatory: 0
38583
          kohafield: ""
38583
          kohafield: ""
38584
          tab: 6
38584
          tab: 6
38585
          authorised_value: ""
38585
          authorised_value:
38586
          authtypecode: ""
38586
          authtypecode: ""
38587
          value_builder: ""
38587
          value_builder: ""
38588
          isurl:
38588
          isurl:
Lines 38600-38606 tables: Link Here
38600
          mandatory: 0
38600
          mandatory: 0
38601
          kohafield: ""
38601
          kohafield: ""
38602
          tab: 6
38602
          tab: 6
38603
          authorised_value: ""
38603
          authorised_value:
38604
          authtypecode: ""
38604
          authtypecode: ""
38605
          value_builder: ""
38605
          value_builder: ""
38606
          isurl:
38606
          isurl:
Lines 38618-38624 tables: Link Here
38618
          mandatory: 0
38618
          mandatory: 0
38619
          kohafield: ""
38619
          kohafield: ""
38620
          tab: 6
38620
          tab: 6
38621
          authorised_value: ""
38621
          authorised_value:
38622
          authtypecode: ""
38622
          authtypecode: ""
38623
          value_builder: ""
38623
          value_builder: ""
38624
          isurl:
38624
          isurl:
Lines 38636-38642 tables: Link Here
38636
          mandatory: 0
38636
          mandatory: 0
38637
          kohafield: ""
38637
          kohafield: ""
38638
          tab: 6
38638
          tab: 6
38639
          authorised_value: ""
38639
          authorised_value:
38640
          authtypecode: ""
38640
          authtypecode: ""
38641
          value_builder: ""
38641
          value_builder: ""
38642
          isurl: 0
38642
          isurl: 0
Lines 38744-38750 tables: Link Here
38744
          mandatory: 0
38744
          mandatory: 0
38745
          kohafield: ""
38745
          kohafield: ""
38746
          tab: 6
38746
          tab: 6
38747
          authorised_value: ""
38747
          authorised_value:
38748
          authtypecode: ""
38748
          authtypecode: ""
38749
          value_builder: ""
38749
          value_builder: ""
38750
          isurl: 0
38750
          isurl: 0
Lines 39122-39128 tables: Link Here
39122
          mandatory: 0
39122
          mandatory: 0
39123
          kohafield: ""
39123
          kohafield: ""
39124
          tab: 6
39124
          tab: 6
39125
          authorised_value: ""
39125
          authorised_value:
39126
          authtypecode: ""
39126
          authtypecode: ""
39127
          value_builder: ""
39127
          value_builder: ""
39128
          isurl: 0
39128
          isurl: 0
Lines 39212-39218 tables: Link Here
39212
          mandatory: 0
39212
          mandatory: 0
39213
          kohafield: ""
39213
          kohafield: ""
39214
          tab: 6
39214
          tab: 6
39215
          authorised_value: ""
39215
          authorised_value:
39216
          authtypecode: ""
39216
          authtypecode: ""
39217
          value_builder: ""
39217
          value_builder: ""
39218
          isurl: 0
39218
          isurl: 0
Lines 39536-39542 tables: Link Here
39536
          mandatory: 0
39536
          mandatory: 0
39537
          kohafield: ""
39537
          kohafield: ""
39538
          tab: 7
39538
          tab: 7
39539
          authorised_value: ""
39539
          authorised_value:
39540
          authtypecode: ""
39540
          authtypecode: ""
39541
          value_builder: ""
39541
          value_builder: ""
39542
          isurl:
39542
          isurl:
Lines 39554-39560 tables: Link Here
39554
          mandatory: 0
39554
          mandatory: 0
39555
          kohafield: ""
39555
          kohafield: ""
39556
          tab: 7
39556
          tab: 7
39557
          authorised_value: ""
39557
          authorised_value:
39558
          authtypecode: ""
39558
          authtypecode: ""
39559
          value_builder: ""
39559
          value_builder: ""
39560
          isurl:
39560
          isurl:
Lines 39572-39578 tables: Link Here
39572
          mandatory: 0
39572
          mandatory: 0
39573
          kohafield: ""
39573
          kohafield: ""
39574
          tab: 1
39574
          tab: 1
39575
          authorised_value: ""
39575
          authorised_value:
39576
          authtypecode: ""
39576
          authtypecode: ""
39577
          value_builder: ""
39577
          value_builder: ""
39578
          isurl:
39578
          isurl:
Lines 39590-39596 tables: Link Here
39590
          mandatory: 0
39590
          mandatory: 0
39591
          kohafield: ""
39591
          kohafield: ""
39592
          tab: 7
39592
          tab: 7
39593
          authorised_value: ""
39593
          authorised_value:
39594
          authtypecode: ""
39594
          authtypecode: ""
39595
          value_builder: ""
39595
          value_builder: ""
39596
          isurl:
39596
          isurl:
Lines 39608-39614 tables: Link Here
39608
          mandatory: 0
39608
          mandatory: 0
39609
          kohafield: ""
39609
          kohafield: ""
39610
          tab: 7
39610
          tab: 7
39611
          authorised_value: ""
39611
          authorised_value:
39612
          authtypecode: ""
39612
          authtypecode: ""
39613
          value_builder: ""
39613
          value_builder: ""
39614
          isurl:
39614
          isurl:
Lines 39626-39632 tables: Link Here
39626
          mandatory: 0
39626
          mandatory: 0
39627
          kohafield: ""
39627
          kohafield: ""
39628
          tab: 7
39628
          tab: 7
39629
          authorised_value: ""
39629
          authorised_value:
39630
          authtypecode: ""
39630
          authtypecode: ""
39631
          value_builder: ""
39631
          value_builder: ""
39632
          isurl:
39632
          isurl:
Lines 39644-39650 tables: Link Here
39644
          mandatory: 0
39644
          mandatory: 0
39645
          kohafield: ""
39645
          kohafield: ""
39646
          tab: 7
39646
          tab: 7
39647
          authorised_value: ""
39647
          authorised_value:
39648
          authtypecode: ""
39648
          authtypecode: ""
39649
          value_builder: ""
39649
          value_builder: ""
39650
          isurl:
39650
          isurl:
Lines 39662-39668 tables: Link Here
39662
          mandatory: 0
39662
          mandatory: 0
39663
          kohafield: ""
39663
          kohafield: ""
39664
          tab: 7
39664
          tab: 7
39665
          authorised_value: ""
39665
          authorised_value:
39666
          authtypecode: ""
39666
          authtypecode: ""
39667
          value_builder: ""
39667
          value_builder: ""
39668
          isurl:
39668
          isurl:
Lines 39680-39686 tables: Link Here
39680
          mandatory: 0
39680
          mandatory: 0
39681
          kohafield: ""
39681
          kohafield: ""
39682
          tab: 7
39682
          tab: 7
39683
          authorised_value: ""
39683
          authorised_value:
39684
          authtypecode: ""
39684
          authtypecode: ""
39685
          value_builder: ""
39685
          value_builder: ""
39686
          isurl: 0
39686
          isurl: 0
Lines 39698-39704 tables: Link Here
39698
          mandatory: 0
39698
          mandatory: 0
39699
          kohafield: ""
39699
          kohafield: ""
39700
          tab: 7
39700
          tab: 7
39701
          authorised_value: ""
39701
          authorised_value:
39702
          authtypecode: PERSO_NAME
39702
          authtypecode: PERSO_NAME
39703
          value_builder: ""
39703
          value_builder: ""
39704
          isurl:
39704
          isurl:
Lines 39716-39722 tables: Link Here
39716
          mandatory: 0
39716
          mandatory: 0
39717
          kohafield: ""
39717
          kohafield: ""
39718
          tab: 7
39718
          tab: 7
39719
          authorised_value: ""
39719
          authorised_value:
39720
          authtypecode: ""
39720
          authtypecode: ""
39721
          value_builder: ""
39721
          value_builder: ""
39722
          isurl:
39722
          isurl:
Lines 39734-39740 tables: Link Here
39734
          mandatory: 0
39734
          mandatory: 0
39735
          kohafield: ""
39735
          kohafield: ""
39736
          tab: 7
39736
          tab: 7
39737
          authorised_value: ""
39737
          authorised_value:
39738
          authtypecode: ""
39738
          authtypecode: ""
39739
          value_builder: ""
39739
          value_builder: ""
39740
          isurl:
39740
          isurl:
Lines 39752-39758 tables: Link Here
39752
          mandatory: 0
39752
          mandatory: 0
39753
          kohafield: ""
39753
          kohafield: ""
39754
          tab: 7
39754
          tab: 7
39755
          authorised_value: ""
39755
          authorised_value:
39756
          authtypecode: ""
39756
          authtypecode: ""
39757
          value_builder: ""
39757
          value_builder: ""
39758
          isurl:
39758
          isurl:
Lines 39770-39776 tables: Link Here
39770
          mandatory: 0
39770
          mandatory: 0
39771
          kohafield: ""
39771
          kohafield: ""
39772
          tab: 7
39772
          tab: 7
39773
          authorised_value: ""
39773
          authorised_value:
39774
          authtypecode: ""
39774
          authtypecode: ""
39775
          value_builder: ""
39775
          value_builder: ""
39776
          isurl:
39776
          isurl:
Lines 39788-39794 tables: Link Here
39788
          mandatory: 0
39788
          mandatory: 0
39789
          kohafield: ""
39789
          kohafield: ""
39790
          tab: 7
39790
          tab: 7
39791
          authorised_value: ""
39791
          authorised_value:
39792
          authtypecode: ""
39792
          authtypecode: ""
39793
          value_builder: ""
39793
          value_builder: ""
39794
          isurl:
39794
          isurl:
Lines 39806-39812 tables: Link Here
39806
          mandatory: 0
39806
          mandatory: 0
39807
          kohafield: ""
39807
          kohafield: ""
39808
          tab: 7
39808
          tab: 7
39809
          authorised_value: ""
39809
          authorised_value:
39810
          authtypecode: ""
39810
          authtypecode: ""
39811
          value_builder: ""
39811
          value_builder: ""
39812
          isurl:
39812
          isurl:
Lines 39824-39830 tables: Link Here
39824
          mandatory: 0
39824
          mandatory: 0
39825
          kohafield: ""
39825
          kohafield: ""
39826
          tab: 7
39826
          tab: 7
39827
          authorised_value: ""
39827
          authorised_value:
39828
          authtypecode: ""
39828
          authtypecode: ""
39829
          value_builder: ""
39829
          value_builder: ""
39830
          isurl:
39830
          isurl:
Lines 39842-39848 tables: Link Here
39842
          mandatory: 0
39842
          mandatory: 0
39843
          kohafield: ""
39843
          kohafield: ""
39844
          tab: 7
39844
          tab: 7
39845
          authorised_value: ""
39845
          authorised_value:
39846
          authtypecode: ""
39846
          authtypecode: ""
39847
          value_builder: ""
39847
          value_builder: ""
39848
          isurl:
39848
          isurl:
Lines 39860-39866 tables: Link Here
39860
          mandatory: 0
39860
          mandatory: 0
39861
          kohafield: ""
39861
          kohafield: ""
39862
          tab: 7
39862
          tab: 7
39863
          authorised_value: ""
39863
          authorised_value:
39864
          authtypecode: ""
39864
          authtypecode: ""
39865
          value_builder: ""
39865
          value_builder: ""
39866
          isurl:
39866
          isurl:
Lines 39878-39884 tables: Link Here
39878
          mandatory: 0
39878
          mandatory: 0
39879
          kohafield: ""
39879
          kohafield: ""
39880
          tab: 7
39880
          tab: 7
39881
          authorised_value: ""
39881
          authorised_value:
39882
          authtypecode: ""
39882
          authtypecode: ""
39883
          value_builder: ""
39883
          value_builder: ""
39884
          isurl:
39884
          isurl:
Lines 39896-39902 tables: Link Here
39896
          mandatory: 0
39896
          mandatory: 0
39897
          kohafield: ""
39897
          kohafield: ""
39898
          tab: 7
39898
          tab: 7
39899
          authorised_value: ""
39899
          authorised_value:
39900
          authtypecode: ""
39900
          authtypecode: ""
39901
          value_builder: ""
39901
          value_builder: ""
39902
          isurl:
39902
          isurl:
Lines 39914-39920 tables: Link Here
39914
          mandatory: 0
39914
          mandatory: 0
39915
          kohafield: ""
39915
          kohafield: ""
39916
          tab: 7
39916
          tab: 7
39917
          authorised_value: ""
39917
          authorised_value:
39918
          authtypecode: ""
39918
          authtypecode: ""
39919
          value_builder: ""
39919
          value_builder: ""
39920
          isurl:
39920
          isurl:
Lines 39932-39938 tables: Link Here
39932
          mandatory: 0
39932
          mandatory: 0
39933
          kohafield: ""
39933
          kohafield: ""
39934
          tab: 7
39934
          tab: 7
39935
          authorised_value: ""
39935
          authorised_value:
39936
          authtypecode: ""
39936
          authtypecode: ""
39937
          value_builder: ""
39937
          value_builder: ""
39938
          isurl:
39938
          isurl:
Lines 39950-39956 tables: Link Here
39950
          mandatory: 0
39950
          mandatory: 0
39951
          kohafield: ""
39951
          kohafield: ""
39952
          tab: 7
39952
          tab: 7
39953
          authorised_value: ""
39953
          authorised_value:
39954
          authtypecode: ""
39954
          authtypecode: ""
39955
          value_builder: ""
39955
          value_builder: ""
39956
          isurl:
39956
          isurl:
Lines 39968-39974 tables: Link Here
39968
          mandatory: 0
39968
          mandatory: 0
39969
          kohafield: ""
39969
          kohafield: ""
39970
          tab: 7
39970
          tab: 7
39971
          authorised_value: ""
39971
          authorised_value:
39972
          authtypecode: ""
39972
          authtypecode: ""
39973
          value_builder: ""
39973
          value_builder: ""
39974
          isurl:
39974
          isurl:
Lines 39986-39992 tables: Link Here
39986
          mandatory: 0
39986
          mandatory: 0
39987
          kohafield: ""
39987
          kohafield: ""
39988
          tab: 7
39988
          tab: 7
39989
          authorised_value: ""
39989
          authorised_value:
39990
          authtypecode: ""
39990
          authtypecode: ""
39991
          value_builder: ""
39991
          value_builder: ""
39992
          isurl:
39992
          isurl:
Lines 40004-40010 tables: Link Here
40004
          mandatory: 0
40004
          mandatory: 0
40005
          kohafield: ""
40005
          kohafield: ""
40006
          tab: 7
40006
          tab: 7
40007
          authorised_value: ""
40007
          authorised_value:
40008
          authtypecode: ""
40008
          authtypecode: ""
40009
          value_builder: ""
40009
          value_builder: ""
40010
          isurl:
40010
          isurl:
Lines 40022-40028 tables: Link Here
40022
          mandatory: 0
40022
          mandatory: 0
40023
          kohafield: ""
40023
          kohafield: ""
40024
          tab: 7
40024
          tab: 7
40025
          authorised_value: ""
40025
          authorised_value:
40026
          authtypecode: ""
40026
          authtypecode: ""
40027
          value_builder: ""
40027
          value_builder: ""
40028
          isurl:
40028
          isurl:
Lines 40040-40046 tables: Link Here
40040
          mandatory: 0
40040
          mandatory: 0
40041
          kohafield: ""
40041
          kohafield: ""
40042
          tab: 7
40042
          tab: 7
40043
          authorised_value: ""
40043
          authorised_value:
40044
          authtypecode: ""
40044
          authtypecode: ""
40045
          value_builder: ""
40045
          value_builder: ""
40046
          isurl:
40046
          isurl:
Lines 40058-40064 tables: Link Here
40058
          mandatory: 0
40058
          mandatory: 0
40059
          kohafield: ""
40059
          kohafield: ""
40060
          tab: 7
40060
          tab: 7
40061
          authorised_value: ""
40061
          authorised_value:
40062
          authtypecode: ""
40062
          authtypecode: ""
40063
          value_builder: ""
40063
          value_builder: ""
40064
          isurl:
40064
          isurl:
Lines 40076-40082 tables: Link Here
40076
          mandatory: 0
40076
          mandatory: 0
40077
          kohafield: ""
40077
          kohafield: ""
40078
          tab: 7
40078
          tab: 7
40079
          authorised_value: ""
40079
          authorised_value:
40080
          authtypecode: ""
40080
          authtypecode: ""
40081
          value_builder: ""
40081
          value_builder: ""
40082
          isurl:
40082
          isurl:
Lines 40094-40100 tables: Link Here
40094
          mandatory: 0
40094
          mandatory: 0
40095
          kohafield: ""
40095
          kohafield: ""
40096
          tab: 7
40096
          tab: 7
40097
          authorised_value: ""
40097
          authorised_value:
40098
          authtypecode: ""
40098
          authtypecode: ""
40099
          value_builder: ""
40099
          value_builder: ""
40100
          isurl:
40100
          isurl:
Lines 40112-40118 tables: Link Here
40112
          mandatory: 0
40112
          mandatory: 0
40113
          kohafield: ""
40113
          kohafield: ""
40114
          tab: 7
40114
          tab: 7
40115
          authorised_value: ""
40115
          authorised_value:
40116
          authtypecode: ""
40116
          authtypecode: ""
40117
          value_builder: ""
40117
          value_builder: ""
40118
          isurl:
40118
          isurl:
Lines 40130-40136 tables: Link Here
40130
          mandatory: 0
40130
          mandatory: 0
40131
          kohafield: ""
40131
          kohafield: ""
40132
          tab: 7
40132
          tab: 7
40133
          authorised_value: ""
40133
          authorised_value:
40134
          authtypecode: ""
40134
          authtypecode: ""
40135
          value_builder: ""
40135
          value_builder: ""
40136
          isurl:
40136
          isurl:
Lines 40148-40154 tables: Link Here
40148
          mandatory: 0
40148
          mandatory: 0
40149
          kohafield: ""
40149
          kohafield: ""
40150
          tab: 7
40150
          tab: 7
40151
          authorised_value: ""
40151
          authorised_value:
40152
          authtypecode: ""
40152
          authtypecode: ""
40153
          value_builder: ""
40153
          value_builder: ""
40154
          isurl:
40154
          isurl:
Lines 40166-40172 tables: Link Here
40166
          mandatory: 0
40166
          mandatory: 0
40167
          kohafield: ""
40167
          kohafield: ""
40168
          tab: 7
40168
          tab: 7
40169
          authorised_value: ""
40169
          authorised_value:
40170
          authtypecode: ""
40170
          authtypecode: ""
40171
          value_builder: ""
40171
          value_builder: ""
40172
          isurl:
40172
          isurl:
Lines 40184-40190 tables: Link Here
40184
          mandatory: 0
40184
          mandatory: 0
40185
          kohafield: ""
40185
          kohafield: ""
40186
          tab: 7
40186
          tab: 7
40187
          authorised_value: ""
40187
          authorised_value:
40188
          authtypecode: ""
40188
          authtypecode: ""
40189
          value_builder: ""
40189
          value_builder: ""
40190
          isurl:
40190
          isurl:
Lines 40202-40208 tables: Link Here
40202
          mandatory: 0
40202
          mandatory: 0
40203
          kohafield: ""
40203
          kohafield: ""
40204
          tab: 7
40204
          tab: 7
40205
          authorised_value: ""
40205
          authorised_value:
40206
          authtypecode: ""
40206
          authtypecode: ""
40207
          value_builder: ""
40207
          value_builder: ""
40208
          isurl:
40208
          isurl:
Lines 40220-40226 tables: Link Here
40220
          mandatory: 0
40220
          mandatory: 0
40221
          kohafield: ""
40221
          kohafield: ""
40222
          tab: 7
40222
          tab: 7
40223
          authorised_value: ""
40223
          authorised_value:
40224
          authtypecode: ""
40224
          authtypecode: ""
40225
          value_builder: ""
40225
          value_builder: ""
40226
          isurl:
40226
          isurl:
Lines 40238-40244 tables: Link Here
40238
          mandatory: 0
40238
          mandatory: 0
40239
          kohafield: ""
40239
          kohafield: ""
40240
          tab: 7
40240
          tab: 7
40241
          authorised_value: ""
40241
          authorised_value:
40242
          authtypecode: ""
40242
          authtypecode: ""
40243
          value_builder: ""
40243
          value_builder: ""
40244
          isurl:
40244
          isurl:
Lines 40256-40262 tables: Link Here
40256
          mandatory: 0
40256
          mandatory: 0
40257
          kohafield: ""
40257
          kohafield: ""
40258
          tab: 7
40258
          tab: 7
40259
          authorised_value: ""
40259
          authorised_value:
40260
          authtypecode: ""
40260
          authtypecode: ""
40261
          value_builder: ""
40261
          value_builder: ""
40262
          isurl:
40262
          isurl:
Lines 40274-40280 tables: Link Here
40274
          mandatory: 0
40274
          mandatory: 0
40275
          kohafield: ""
40275
          kohafield: ""
40276
          tab: 7
40276
          tab: 7
40277
          authorised_value: ""
40277
          authorised_value:
40278
          authtypecode: ""
40278
          authtypecode: ""
40279
          value_builder: ""
40279
          value_builder: ""
40280
          isurl:
40280
          isurl:
Lines 40292-40298 tables: Link Here
40292
          mandatory: 0
40292
          mandatory: 0
40293
          kohafield: ""
40293
          kohafield: ""
40294
          tab: 7
40294
          tab: 7
40295
          authorised_value: ""
40295
          authorised_value:
40296
          authtypecode: ""
40296
          authtypecode: ""
40297
          value_builder: ""
40297
          value_builder: ""
40298
          isurl:
40298
          isurl:
Lines 40310-40316 tables: Link Here
40310
          mandatory: 0
40310
          mandatory: 0
40311
          kohafield: ""
40311
          kohafield: ""
40312
          tab: 7
40312
          tab: 7
40313
          authorised_value: ""
40313
          authorised_value:
40314
          authtypecode: ""
40314
          authtypecode: ""
40315
          value_builder: ""
40315
          value_builder: ""
40316
          isurl:
40316
          isurl:
Lines 40328-40334 tables: Link Here
40328
          mandatory: 0
40328
          mandatory: 0
40329
          kohafield: ""
40329
          kohafield: ""
40330
          tab: 7
40330
          tab: 7
40331
          authorised_value: ""
40331
          authorised_value:
40332
          authtypecode: ""
40332
          authtypecode: ""
40333
          value_builder: ""
40333
          value_builder: ""
40334
          isurl:
40334
          isurl:
Lines 40346-40352 tables: Link Here
40346
          mandatory: 0
40346
          mandatory: 0
40347
          kohafield: ""
40347
          kohafield: ""
40348
          tab: 7
40348
          tab: 7
40349
          authorised_value: ""
40349
          authorised_value:
40350
          authtypecode: ""
40350
          authtypecode: ""
40351
          value_builder: ""
40351
          value_builder: ""
40352
          isurl:
40352
          isurl:
Lines 40364-40370 tables: Link Here
40364
          mandatory: 0
40364
          mandatory: 0
40365
          kohafield: ""
40365
          kohafield: ""
40366
          tab: 7
40366
          tab: 7
40367
          authorised_value: ""
40367
          authorised_value:
40368
          authtypecode: ""
40368
          authtypecode: ""
40369
          value_builder: ""
40369
          value_builder: ""
40370
          isurl:
40370
          isurl:
Lines 40382-40388 tables: Link Here
40382
          mandatory: 0
40382
          mandatory: 0
40383
          kohafield: ""
40383
          kohafield: ""
40384
          tab: 7
40384
          tab: 7
40385
          authorised_value: ""
40385
          authorised_value:
40386
          authtypecode: ""
40386
          authtypecode: ""
40387
          value_builder: ""
40387
          value_builder: ""
40388
          isurl:
40388
          isurl:
Lines 40400-40406 tables: Link Here
40400
          mandatory: 0
40400
          mandatory: 0
40401
          kohafield: ""
40401
          kohafield: ""
40402
          tab: 7
40402
          tab: 7
40403
          authorised_value: ""
40403
          authorised_value:
40404
          authtypecode: ""
40404
          authtypecode: ""
40405
          value_builder: ""
40405
          value_builder: ""
40406
          isurl:
40406
          isurl:
Lines 40418-40424 tables: Link Here
40418
          mandatory: 0
40418
          mandatory: 0
40419
          kohafield: ""
40419
          kohafield: ""
40420
          tab: 7
40420
          tab: 7
40421
          authorised_value: ""
40421
          authorised_value:
40422
          authtypecode: ""
40422
          authtypecode: ""
40423
          value_builder: ""
40423
          value_builder: ""
40424
          isurl:
40424
          isurl:
Lines 40436-40442 tables: Link Here
40436
          mandatory: 0
40436
          mandatory: 0
40437
          kohafield: ""
40437
          kohafield: ""
40438
          tab: 1
40438
          tab: 1
40439
          authorised_value: ""
40439
          authorised_value:
40440
          authtypecode: ""
40440
          authtypecode: ""
40441
          value_builder: ""
40441
          value_builder: ""
40442
          isurl:
40442
          isurl:
Lines 40454-40460 tables: Link Here
40454
          mandatory: 0
40454
          mandatory: 0
40455
          kohafield: ""
40455
          kohafield: ""
40456
          tab: 7
40456
          tab: 7
40457
          authorised_value: ""
40457
          authorised_value:
40458
          authtypecode: ""
40458
          authtypecode: ""
40459
          value_builder: ""
40459
          value_builder: ""
40460
          isurl:
40460
          isurl:
Lines 40472-40478 tables: Link Here
40472
          mandatory: 0
40472
          mandatory: 0
40473
          kohafield: ""
40473
          kohafield: ""
40474
          tab: 7
40474
          tab: 7
40475
          authorised_value: ""
40475
          authorised_value:
40476
          authtypecode: ""
40476
          authtypecode: ""
40477
          value_builder: ""
40477
          value_builder: ""
40478
          isurl:
40478
          isurl:
Lines 40490-40496 tables: Link Here
40490
          mandatory: 0
40490
          mandatory: 0
40491
          kohafield: ""
40491
          kohafield: ""
40492
          tab: 7
40492
          tab: 7
40493
          authorised_value: ""
40493
          authorised_value:
40494
          authtypecode: ""
40494
          authtypecode: ""
40495
          value_builder: ""
40495
          value_builder: ""
40496
          isurl:
40496
          isurl:
Lines 40508-40514 tables: Link Here
40508
          mandatory: 0
40508
          mandatory: 0
40509
          kohafield: ""
40509
          kohafield: ""
40510
          tab: 7
40510
          tab: 7
40511
          authorised_value: ""
40511
          authorised_value:
40512
          authtypecode: ""
40512
          authtypecode: ""
40513
          value_builder: ""
40513
          value_builder: ""
40514
          isurl:
40514
          isurl:
Lines 40526-40532 tables: Link Here
40526
          mandatory: 0
40526
          mandatory: 0
40527
          kohafield: ""
40527
          kohafield: ""
40528
          tab: 7
40528
          tab: 7
40529
          authorised_value: ""
40529
          authorised_value:
40530
          authtypecode: ""
40530
          authtypecode: ""
40531
          value_builder: ""
40531
          value_builder: ""
40532
          isurl:
40532
          isurl:
Lines 40544-40550 tables: Link Here
40544
          mandatory: 0
40544
          mandatory: 0
40545
          kohafield: ""
40545
          kohafield: ""
40546
          tab: 7
40546
          tab: 7
40547
          authorised_value: ""
40547
          authorised_value:
40548
          authtypecode: ""
40548
          authtypecode: ""
40549
          value_builder: ""
40549
          value_builder: ""
40550
          isurl: 0
40550
          isurl: 0
Lines 40562-40568 tables: Link Here
40562
          mandatory: 0
40562
          mandatory: 0
40563
          kohafield: ""
40563
          kohafield: ""
40564
          tab: 7
40564
          tab: 7
40565
          authorised_value: ""
40565
          authorised_value:
40566
          authtypecode: CORPO_NAME
40566
          authtypecode: CORPO_NAME
40567
          value_builder: ""
40567
          value_builder: ""
40568
          isurl:
40568
          isurl:
Lines 40580-40586 tables: Link Here
40580
          mandatory: 0
40580
          mandatory: 0
40581
          kohafield: ""
40581
          kohafield: ""
40582
          tab: 7
40582
          tab: 7
40583
          authorised_value: ""
40583
          authorised_value:
40584
          authtypecode: ""
40584
          authtypecode: ""
40585
          value_builder: ""
40585
          value_builder: ""
40586
          isurl:
40586
          isurl:
Lines 40598-40604 tables: Link Here
40598
          mandatory: 0
40598
          mandatory: 0
40599
          kohafield: ""
40599
          kohafield: ""
40600
          tab: 7
40600
          tab: 7
40601
          authorised_value: ""
40601
          authorised_value:
40602
          authtypecode: ""
40602
          authtypecode: ""
40603
          value_builder: ""
40603
          value_builder: ""
40604
          isurl:
40604
          isurl:
Lines 40616-40622 tables: Link Here
40616
          mandatory: 0
40616
          mandatory: 0
40617
          kohafield: ""
40617
          kohafield: ""
40618
          tab: 7
40618
          tab: 7
40619
          authorised_value: ""
40619
          authorised_value:
40620
          authtypecode: ""
40620
          authtypecode: ""
40621
          value_builder: ""
40621
          value_builder: ""
40622
          isurl:
40622
          isurl:
Lines 40634-40640 tables: Link Here
40634
          mandatory: 0
40634
          mandatory: 0
40635
          kohafield: ""
40635
          kohafield: ""
40636
          tab: 7
40636
          tab: 7
40637
          authorised_value: ""
40637
          authorised_value:
40638
          authtypecode: ""
40638
          authtypecode: ""
40639
          value_builder: ""
40639
          value_builder: ""
40640
          isurl:
40640
          isurl:
Lines 40652-40658 tables: Link Here
40652
          mandatory: 0
40652
          mandatory: 0
40653
          kohafield: ""
40653
          kohafield: ""
40654
          tab: 7
40654
          tab: 7
40655
          authorised_value: ""
40655
          authorised_value:
40656
          authtypecode: ""
40656
          authtypecode: ""
40657
          value_builder: ""
40657
          value_builder: ""
40658
          isurl:
40658
          isurl:
Lines 40670-40676 tables: Link Here
40670
          mandatory: 0
40670
          mandatory: 0
40671
          kohafield: ""
40671
          kohafield: ""
40672
          tab: 7
40672
          tab: 7
40673
          authorised_value: ""
40673
          authorised_value:
40674
          authtypecode: ""
40674
          authtypecode: ""
40675
          value_builder: ""
40675
          value_builder: ""
40676
          isurl:
40676
          isurl:
Lines 40688-40694 tables: Link Here
40688
          mandatory: 0
40688
          mandatory: 0
40689
          kohafield: ""
40689
          kohafield: ""
40690
          tab: 7
40690
          tab: 7
40691
          authorised_value: ""
40691
          authorised_value:
40692
          authtypecode: ""
40692
          authtypecode: ""
40693
          value_builder: ""
40693
          value_builder: ""
40694
          isurl:
40694
          isurl:
Lines 40706-40712 tables: Link Here
40706
          mandatory: 0
40706
          mandatory: 0
40707
          kohafield: ""
40707
          kohafield: ""
40708
          tab: 7
40708
          tab: 7
40709
          authorised_value: ""
40709
          authorised_value:
40710
          authtypecode: ""
40710
          authtypecode: ""
40711
          value_builder: ""
40711
          value_builder: ""
40712
          isurl:
40712
          isurl:
Lines 40724-40730 tables: Link Here
40724
          mandatory: 0
40724
          mandatory: 0
40725
          kohafield: ""
40725
          kohafield: ""
40726
          tab: 7
40726
          tab: 7
40727
          authorised_value: ""
40727
          authorised_value:
40728
          authtypecode: ""
40728
          authtypecode: ""
40729
          value_builder: ""
40729
          value_builder: ""
40730
          isurl:
40730
          isurl:
Lines 40742-40748 tables: Link Here
40742
          mandatory: 0
40742
          mandatory: 0
40743
          kohafield: ""
40743
          kohafield: ""
40744
          tab: 7
40744
          tab: 7
40745
          authorised_value: ""
40745
          authorised_value:
40746
          authtypecode: ""
40746
          authtypecode: ""
40747
          value_builder: ""
40747
          value_builder: ""
40748
          isurl:
40748
          isurl:
Lines 40760-40766 tables: Link Here
40760
          mandatory: 0
40760
          mandatory: 0
40761
          kohafield: ""
40761
          kohafield: ""
40762
          tab: 7
40762
          tab: 7
40763
          authorised_value: ""
40763
          authorised_value:
40764
          authtypecode: ""
40764
          authtypecode: ""
40765
          value_builder: ""
40765
          value_builder: ""
40766
          isurl:
40766
          isurl:
Lines 40778-40784 tables: Link Here
40778
          mandatory: 0
40778
          mandatory: 0
40779
          kohafield: ""
40779
          kohafield: ""
40780
          tab: 7
40780
          tab: 7
40781
          authorised_value: ""
40781
          authorised_value:
40782
          authtypecode: ""
40782
          authtypecode: ""
40783
          value_builder: ""
40783
          value_builder: ""
40784
          isurl:
40784
          isurl:
Lines 40796-40802 tables: Link Here
40796
          mandatory: 0
40796
          mandatory: 0
40797
          kohafield: ""
40797
          kohafield: ""
40798
          tab: 7
40798
          tab: 7
40799
          authorised_value: ""
40799
          authorised_value:
40800
          authtypecode: ""
40800
          authtypecode: ""
40801
          value_builder: ""
40801
          value_builder: ""
40802
          isurl:
40802
          isurl:
Lines 40814-40820 tables: Link Here
40814
          mandatory: 0
40814
          mandatory: 0
40815
          kohafield: ""
40815
          kohafield: ""
40816
          tab: 7
40816
          tab: 7
40817
          authorised_value: ""
40817
          authorised_value:
40818
          authtypecode: ""
40818
          authtypecode: ""
40819
          value_builder: ""
40819
          value_builder: ""
40820
          isurl:
40820
          isurl:
Lines 40832-40838 tables: Link Here
40832
          mandatory: 0
40832
          mandatory: 0
40833
          kohafield: ""
40833
          kohafield: ""
40834
          tab: 7
40834
          tab: 7
40835
          authorised_value: ""
40835
          authorised_value:
40836
          authtypecode: ""
40836
          authtypecode: ""
40837
          value_builder: ""
40837
          value_builder: ""
40838
          isurl:
40838
          isurl:
Lines 40850-40856 tables: Link Here
40850
          mandatory: 0
40850
          mandatory: 0
40851
          kohafield: ""
40851
          kohafield: ""
40852
          tab: 7
40852
          tab: 7
40853
          authorised_value: ""
40853
          authorised_value:
40854
          authtypecode: ""
40854
          authtypecode: ""
40855
          value_builder: ""
40855
          value_builder: ""
40856
          isurl:
40856
          isurl:
Lines 40868-40874 tables: Link Here
40868
          mandatory: 0
40868
          mandatory: 0
40869
          kohafield: ""
40869
          kohafield: ""
40870
          tab: 7
40870
          tab: 7
40871
          authorised_value: ""
40871
          authorised_value:
40872
          authtypecode: ""
40872
          authtypecode: ""
40873
          value_builder: ""
40873
          value_builder: ""
40874
          isurl:
40874
          isurl:
Lines 40886-40892 tables: Link Here
40886
          mandatory: 0
40886
          mandatory: 0
40887
          kohafield: ""
40887
          kohafield: ""
40888
          tab: 7
40888
          tab: 7
40889
          authorised_value: ""
40889
          authorised_value:
40890
          authtypecode: ""
40890
          authtypecode: ""
40891
          value_builder: ""
40891
          value_builder: ""
40892
          isurl:
40892
          isurl:
Lines 40904-40910 tables: Link Here
40904
          mandatory: 0
40904
          mandatory: 0
40905
          kohafield: ""
40905
          kohafield: ""
40906
          tab: 7
40906
          tab: 7
40907
          authorised_value: ""
40907
          authorised_value:
40908
          authtypecode: ""
40908
          authtypecode: ""
40909
          value_builder: ""
40909
          value_builder: ""
40910
          isurl:
40910
          isurl:
Lines 40922-40928 tables: Link Here
40922
          mandatory: 0
40922
          mandatory: 0
40923
          kohafield: ""
40923
          kohafield: ""
40924
          tab: 7
40924
          tab: 7
40925
          authorised_value: ""
40925
          authorised_value:
40926
          authtypecode: ""
40926
          authtypecode: ""
40927
          value_builder: ""
40927
          value_builder: ""
40928
          isurl:
40928
          isurl:
Lines 40940-40946 tables: Link Here
40940
          mandatory: 0
40940
          mandatory: 0
40941
          kohafield: ""
40941
          kohafield: ""
40942
          tab: 7
40942
          tab: 7
40943
          authorised_value: ""
40943
          authorised_value:
40944
          authtypecode: ""
40944
          authtypecode: ""
40945
          value_builder: ""
40945
          value_builder: ""
40946
          isurl:
40946
          isurl:
Lines 40958-40964 tables: Link Here
40958
          mandatory: 0
40958
          mandatory: 0
40959
          kohafield: ""
40959
          kohafield: ""
40960
          tab: 1
40960
          tab: 1
40961
          authorised_value: ""
40961
          authorised_value:
40962
          authtypecode: ""
40962
          authtypecode: ""
40963
          value_builder: ""
40963
          value_builder: ""
40964
          isurl:
40964
          isurl:
Lines 40994-41000 tables: Link Here
40994
          mandatory: 0
40994
          mandatory: 0
40995
          kohafield: ""
40995
          kohafield: ""
40996
          tab: 7
40996
          tab: 7
40997
          authorised_value: ""
40997
          authorised_value:
40998
          authtypecode: ""
40998
          authtypecode: ""
40999
          value_builder: ""
40999
          value_builder: ""
41000
          isurl:
41000
          isurl:
Lines 41066-41072 tables: Link Here
41066
          mandatory: 0
41066
          mandatory: 0
41067
          kohafield: ""
41067
          kohafield: ""
41068
          tab: 7
41068
          tab: 7
41069
          authorised_value: ""
41069
          authorised_value:
41070
          authtypecode: ""
41070
          authtypecode: ""
41071
          value_builder: ""
41071
          value_builder: ""
41072
          isurl: 0
41072
          isurl: 0
Lines 41138-41144 tables: Link Here
41138
          mandatory: 0
41138
          mandatory: 0
41139
          kohafield: ""
41139
          kohafield: ""
41140
          tab: 7
41140
          tab: 7
41141
          authorised_value: ""
41141
          authorised_value:
41142
          authtypecode: ""
41142
          authtypecode: ""
41143
          value_builder: ""
41143
          value_builder: ""
41144
          isurl:
41144
          isurl:
Lines 41228-41234 tables: Link Here
41228
          mandatory: 0
41228
          mandatory: 0
41229
          kohafield: ""
41229
          kohafield: ""
41230
          tab: 7
41230
          tab: 7
41231
          authorised_value: ""
41231
          authorised_value:
41232
          authtypecode: ""
41232
          authtypecode: ""
41233
          value_builder: ""
41233
          value_builder: ""
41234
          isurl:
41234
          isurl:
Lines 41426-41432 tables: Link Here
41426
          mandatory: 0
41426
          mandatory: 0
41427
          kohafield: ""
41427
          kohafield: ""
41428
          tab: 7
41428
          tab: 7
41429
          authorised_value: ""
41429
          authorised_value:
41430
          authtypecode: ""
41430
          authtypecode: ""
41431
          value_builder: ""
41431
          value_builder: ""
41432
          isurl: 0
41432
          isurl: 0
Lines 41786-41792 tables: Link Here
41786
          mandatory: 0
41786
          mandatory: 0
41787
          kohafield: ""
41787
          kohafield: ""
41788
          tab: 7
41788
          tab: 7
41789
          authorised_value: ""
41789
          authorised_value:
41790
          authtypecode: ""
41790
          authtypecode: ""
41791
          value_builder: ""
41791
          value_builder: ""
41792
          isurl:
41792
          isurl:
Lines 41804-41810 tables: Link Here
41804
          mandatory: 0
41804
          mandatory: 0
41805
          kohafield: ""
41805
          kohafield: ""
41806
          tab: 7
41806
          tab: 7
41807
          authorised_value: ""
41807
          authorised_value:
41808
          authtypecode: ""
41808
          authtypecode: ""
41809
          value_builder: ""
41809
          value_builder: ""
41810
          isurl:
41810
          isurl:
Lines 41822-41828 tables: Link Here
41822
          mandatory: 0
41822
          mandatory: 0
41823
          kohafield: ""
41823
          kohafield: ""
41824
          tab: 1
41824
          tab: 1
41825
          authorised_value: ""
41825
          authorised_value:
41826
          authtypecode: ""
41826
          authtypecode: ""
41827
          value_builder: ""
41827
          value_builder: ""
41828
          isurl:
41828
          isurl:
Lines 41840-41846 tables: Link Here
41840
          mandatory: 0
41840
          mandatory: 0
41841
          kohafield: ""
41841
          kohafield: ""
41842
          tab: 7
41842
          tab: 7
41843
          authorised_value: ""
41843
          authorised_value:
41844
          authtypecode: ""
41844
          authtypecode: ""
41845
          value_builder: ""
41845
          value_builder: ""
41846
          isurl:
41846
          isurl:
Lines 41858-41864 tables: Link Here
41858
          mandatory: 0
41858
          mandatory: 0
41859
          kohafield: ""
41859
          kohafield: ""
41860
          tab: 7
41860
          tab: 7
41861
          authorised_value: ""
41861
          authorised_value:
41862
          authtypecode: ""
41862
          authtypecode: ""
41863
          value_builder: ""
41863
          value_builder: ""
41864
          isurl:
41864
          isurl:
Lines 41876-41882 tables: Link Here
41876
          mandatory: 0
41876
          mandatory: 0
41877
          kohafield: ""
41877
          kohafield: ""
41878
          tab: 7
41878
          tab: 7
41879
          authorised_value: ""
41879
          authorised_value:
41880
          authtypecode: ""
41880
          authtypecode: ""
41881
          value_builder: ""
41881
          value_builder: ""
41882
          isurl:
41882
          isurl:
Lines 41894-41900 tables: Link Here
41894
          mandatory: 0
41894
          mandatory: 0
41895
          kohafield: ""
41895
          kohafield: ""
41896
          tab: 7
41896
          tab: 7
41897
          authorised_value: ""
41897
          authorised_value:
41898
          authtypecode: ""
41898
          authtypecode: ""
41899
          value_builder: ""
41899
          value_builder: ""
41900
          isurl:
41900
          isurl:
Lines 41912-41918 tables: Link Here
41912
          mandatory: 0
41912
          mandatory: 0
41913
          kohafield: ""
41913
          kohafield: ""
41914
          tab: 7
41914
          tab: 7
41915
          authorised_value: ""
41915
          authorised_value:
41916
          authtypecode: ""
41916
          authtypecode: ""
41917
          value_builder: ""
41917
          value_builder: ""
41918
          isurl:
41918
          isurl:
Lines 41930-41936 tables: Link Here
41930
          mandatory: 0
41930
          mandatory: 0
41931
          kohafield: ""
41931
          kohafield: ""
41932
          tab: 7
41932
          tab: 7
41933
          authorised_value: ""
41933
          authorised_value:
41934
          authtypecode: ""
41934
          authtypecode: ""
41935
          value_builder: ""
41935
          value_builder: ""
41936
          isurl: 0
41936
          isurl: 0
Lines 41948-41954 tables: Link Here
41948
          mandatory: 0
41948
          mandatory: 0
41949
          kohafield: ""
41949
          kohafield: ""
41950
          tab: 7
41950
          tab: 7
41951
          authorised_value: ""
41951
          authorised_value:
41952
          authtypecode: UNIF_TITLE
41952
          authtypecode: UNIF_TITLE
41953
          value_builder: ""
41953
          value_builder: ""
41954
          isurl:
41954
          isurl:
Lines 41966-41972 tables: Link Here
41966
          mandatory: 0
41966
          mandatory: 0
41967
          kohafield: ""
41967
          kohafield: ""
41968
          tab: 7
41968
          tab: 7
41969
          authorised_value: ""
41969
          authorised_value:
41970
          authtypecode: ""
41970
          authtypecode: ""
41971
          value_builder: ""
41971
          value_builder: ""
41972
          isurl:
41972
          isurl:
Lines 41984-41990 tables: Link Here
41984
          mandatory: 0
41984
          mandatory: 0
41985
          kohafield: ""
41985
          kohafield: ""
41986
          tab: 7
41986
          tab: 7
41987
          authorised_value: ""
41987
          authorised_value:
41988
          authtypecode: ""
41988
          authtypecode: ""
41989
          value_builder: ""
41989
          value_builder: ""
41990
          isurl:
41990
          isurl:
Lines 42002-42008 tables: Link Here
42002
          mandatory: 0
42002
          mandatory: 0
42003
          kohafield: ""
42003
          kohafield: ""
42004
          tab: 7
42004
          tab: 7
42005
          authorised_value: ""
42005
          authorised_value:
42006
          authtypecode: ""
42006
          authtypecode: ""
42007
          value_builder: ""
42007
          value_builder: ""
42008
          isurl:
42008
          isurl:
Lines 42020-42026 tables: Link Here
42020
          mandatory: 0
42020
          mandatory: 0
42021
          kohafield: ""
42021
          kohafield: ""
42022
          tab: 7
42022
          tab: 7
42023
          authorised_value: ""
42023
          authorised_value:
42024
          authtypecode: ""
42024
          authtypecode: ""
42025
          value_builder: ""
42025
          value_builder: ""
42026
          isurl:
42026
          isurl:
Lines 42038-42044 tables: Link Here
42038
          mandatory: 0
42038
          mandatory: 0
42039
          kohafield: ""
42039
          kohafield: ""
42040
          tab: 7
42040
          tab: 7
42041
          authorised_value: ""
42041
          authorised_value:
42042
          authtypecode: ""
42042
          authtypecode: ""
42043
          value_builder: ""
42043
          value_builder: ""
42044
          isurl:
42044
          isurl:
Lines 42056-42062 tables: Link Here
42056
          mandatory: 0
42056
          mandatory: 0
42057
          kohafield: ""
42057
          kohafield: ""
42058
          tab: 7
42058
          tab: 7
42059
          authorised_value: ""
42059
          authorised_value:
42060
          authtypecode: ""
42060
          authtypecode: ""
42061
          value_builder: ""
42061
          value_builder: ""
42062
          isurl:
42062
          isurl:
Lines 42074-42080 tables: Link Here
42074
          mandatory: 0
42074
          mandatory: 0
42075
          kohafield: ""
42075
          kohafield: ""
42076
          tab: 7
42076
          tab: 7
42077
          authorised_value: ""
42077
          authorised_value:
42078
          authtypecode: ""
42078
          authtypecode: ""
42079
          value_builder: ""
42079
          value_builder: ""
42080
          isurl:
42080
          isurl:
Lines 42092-42098 tables: Link Here
42092
          mandatory: 0
42092
          mandatory: 0
42093
          kohafield: ""
42093
          kohafield: ""
42094
          tab: 7
42094
          tab: 7
42095
          authorised_value: ""
42095
          authorised_value:
42096
          authtypecode: ""
42096
          authtypecode: ""
42097
          value_builder: ""
42097
          value_builder: ""
42098
          isurl:
42098
          isurl:
Lines 42110-42116 tables: Link Here
42110
          mandatory: 0
42110
          mandatory: 0
42111
          kohafield: ""
42111
          kohafield: ""
42112
          tab: 7
42112
          tab: 7
42113
          authorised_value: ""
42113
          authorised_value:
42114
          authtypecode: ""
42114
          authtypecode: ""
42115
          value_builder: ""
42115
          value_builder: ""
42116
          isurl:
42116
          isurl:
Lines 42128-42134 tables: Link Here
42128
          mandatory: 0
42128
          mandatory: 0
42129
          kohafield: ""
42129
          kohafield: ""
42130
          tab: 7
42130
          tab: 7
42131
          authorised_value: ""
42131
          authorised_value:
42132
          authtypecode: ""
42132
          authtypecode: ""
42133
          value_builder: ""
42133
          value_builder: ""
42134
          isurl:
42134
          isurl:
Lines 42146-42152 tables: Link Here
42146
          mandatory: 0
42146
          mandatory: 0
42147
          kohafield: ""
42147
          kohafield: ""
42148
          tab: 7
42148
          tab: 7
42149
          authorised_value: ""
42149
          authorised_value:
42150
          authtypecode: ""
42150
          authtypecode: ""
42151
          value_builder: ""
42151
          value_builder: ""
42152
          isurl:
42152
          isurl:
Lines 42164-42170 tables: Link Here
42164
          mandatory: 0
42164
          mandatory: 0
42165
          kohafield: ""
42165
          kohafield: ""
42166
          tab: 7
42166
          tab: 7
42167
          authorised_value: ""
42167
          authorised_value:
42168
          authtypecode: ""
42168
          authtypecode: ""
42169
          value_builder: ""
42169
          value_builder: ""
42170
          isurl:
42170
          isurl:
Lines 42182-42188 tables: Link Here
42182
          mandatory: 0
42182
          mandatory: 0
42183
          kohafield: ""
42183
          kohafield: ""
42184
          tab: 7
42184
          tab: 7
42185
          authorised_value: ""
42185
          authorised_value:
42186
          authtypecode: ""
42186
          authtypecode: ""
42187
          value_builder: ""
42187
          value_builder: ""
42188
          isurl:
42188
          isurl:
Lines 42200-42206 tables: Link Here
42200
          mandatory: 0
42200
          mandatory: 0
42201
          kohafield: ""
42201
          kohafield: ""
42202
          tab: 7
42202
          tab: 7
42203
          authorised_value: ""
42203
          authorised_value:
42204
          authtypecode: ""
42204
          authtypecode: ""
42205
          value_builder: ""
42205
          value_builder: ""
42206
          isurl:
42206
          isurl:
Lines 42218-42224 tables: Link Here
42218
          mandatory: 0
42218
          mandatory: 0
42219
          kohafield: ""
42219
          kohafield: ""
42220
          tab: 7
42220
          tab: 7
42221
          authorised_value: ""
42221
          authorised_value:
42222
          authtypecode: ""
42222
          authtypecode: ""
42223
          value_builder: ""
42223
          value_builder: ""
42224
          isurl:
42224
          isurl:
Lines 42236-42242 tables: Link Here
42236
          mandatory: 0
42236
          mandatory: 0
42237
          kohafield: ""
42237
          kohafield: ""
42238
          tab: 7
42238
          tab: 7
42239
          authorised_value: ""
42239
          authorised_value:
42240
          authtypecode: ""
42240
          authtypecode: ""
42241
          value_builder: ""
42241
          value_builder: ""
42242
          isurl:
42242
          isurl:
Lines 42254-42260 tables: Link Here
42254
          mandatory: 0
42254
          mandatory: 0
42255
          kohafield: ""
42255
          kohafield: ""
42256
          tab: 7
42256
          tab: 7
42257
          authorised_value: ""
42257
          authorised_value:
42258
          authtypecode: ""
42258
          authtypecode: ""
42259
          value_builder: ""
42259
          value_builder: ""
42260
          isurl:
42260
          isurl:
Lines 42272-42278 tables: Link Here
42272
          mandatory: 0
42272
          mandatory: 0
42273
          kohafield: ""
42273
          kohafield: ""
42274
          tab: 7
42274
          tab: 7
42275
          authorised_value: ""
42275
          authorised_value:
42276
          authtypecode: ""
42276
          authtypecode: ""
42277
          value_builder: ""
42277
          value_builder: ""
42278
          isurl:
42278
          isurl:
Lines 42290-42296 tables: Link Here
42290
          mandatory: 0
42290
          mandatory: 0
42291
          kohafield: ""
42291
          kohafield: ""
42292
          tab: 7
42292
          tab: 7
42293
          authorised_value: ""
42293
          authorised_value:
42294
          authtypecode: ""
42294
          authtypecode: ""
42295
          value_builder: ""
42295
          value_builder: ""
42296
          isurl:
42296
          isurl:
Lines 42308-42314 tables: Link Here
42308
          mandatory: 0
42308
          mandatory: 0
42309
          kohafield: ""
42309
          kohafield: ""
42310
          tab: 7
42310
          tab: 7
42311
          authorised_value: ""
42311
          authorised_value:
42312
          authtypecode: ""
42312
          authtypecode: ""
42313
          value_builder: ""
42313
          value_builder: ""
42314
          isurl:
42314
          isurl:
Lines 42326-42332 tables: Link Here
42326
          mandatory: 0
42326
          mandatory: 0
42327
          kohafield: ""
42327
          kohafield: ""
42328
          tab: 7
42328
          tab: 7
42329
          authorised_value: ""
42329
          authorised_value:
42330
          authtypecode: ""
42330
          authtypecode: ""
42331
          value_builder: ""
42331
          value_builder: ""
42332
          isurl:
42332
          isurl:
Lines 42344-42350 tables: Link Here
42344
          mandatory: 0
42344
          mandatory: 0
42345
          kohafield: ""
42345
          kohafield: ""
42346
          tab: 7
42346
          tab: 7
42347
          authorised_value: ""
42347
          authorised_value:
42348
          authtypecode: ""
42348
          authtypecode: ""
42349
          value_builder: ""
42349
          value_builder: ""
42350
          isurl:
42350
          isurl:
Lines 42362-42368 tables: Link Here
42362
          mandatory: 0
42362
          mandatory: 0
42363
          kohafield: ""
42363
          kohafield: ""
42364
          tab: 7
42364
          tab: 7
42365
          authorised_value: ""
42365
          authorised_value:
42366
          authtypecode: ""
42366
          authtypecode: ""
42367
          value_builder: ""
42367
          value_builder: ""
42368
          isurl:
42368
          isurl:
Lines 42380-42386 tables: Link Here
42380
          mandatory: 0
42380
          mandatory: 0
42381
          kohafield: ""
42381
          kohafield: ""
42382
          tab: 7
42382
          tab: 7
42383
          authorised_value: ""
42383
          authorised_value:
42384
          authtypecode: ""
42384
          authtypecode: ""
42385
          value_builder: ""
42385
          value_builder: ""
42386
          isurl:
42386
          isurl:
Lines 42398-42404 tables: Link Here
42398
          mandatory: 0
42398
          mandatory: 0
42399
          kohafield: ""
42399
          kohafield: ""
42400
          tab: 7
42400
          tab: 7
42401
          authorised_value: ""
42401
          authorised_value:
42402
          authtypecode: ""
42402
          authtypecode: ""
42403
          value_builder: ""
42403
          value_builder: ""
42404
          isurl:
42404
          isurl:
Lines 42416-42422 tables: Link Here
42416
          mandatory: 0
42416
          mandatory: 0
42417
          kohafield: ""
42417
          kohafield: ""
42418
          tab: 7
42418
          tab: 7
42419
          authorised_value: ""
42419
          authorised_value:
42420
          authtypecode: ""
42420
          authtypecode: ""
42421
          value_builder: ""
42421
          value_builder: ""
42422
          isurl:
42422
          isurl:
Lines 42434-42440 tables: Link Here
42434
          mandatory: 0
42434
          mandatory: 0
42435
          kohafield: ""
42435
          kohafield: ""
42436
          tab: 7
42436
          tab: 7
42437
          authorised_value: ""
42437
          authorised_value:
42438
          authtypecode: ""
42438
          authtypecode: ""
42439
          value_builder: ""
42439
          value_builder: ""
42440
          isurl:
42440
          isurl:
Lines 42452-42458 tables: Link Here
42452
          mandatory: 0
42452
          mandatory: 0
42453
          kohafield: ""
42453
          kohafield: ""
42454
          tab: 7
42454
          tab: 7
42455
          authorised_value: ""
42455
          authorised_value:
42456
          authtypecode: ""
42456
          authtypecode: ""
42457
          value_builder: ""
42457
          value_builder: ""
42458
          isurl:
42458
          isurl:
Lines 42470-42476 tables: Link Here
42470
          mandatory: 0
42470
          mandatory: 0
42471
          kohafield: ""
42471
          kohafield: ""
42472
          tab: 7
42472
          tab: 7
42473
          authorised_value: ""
42473
          authorised_value:
42474
          authtypecode: ""
42474
          authtypecode: ""
42475
          value_builder: ""
42475
          value_builder: ""
42476
          isurl:
42476
          isurl:
Lines 42488-42494 tables: Link Here
42488
          mandatory: 0
42488
          mandatory: 0
42489
          kohafield: ""
42489
          kohafield: ""
42490
          tab: 7
42490
          tab: 7
42491
          authorised_value: ""
42491
          authorised_value:
42492
          authtypecode: ""
42492
          authtypecode: ""
42493
          value_builder: ""
42493
          value_builder: ""
42494
          isurl:
42494
          isurl:
Lines 42506-42512 tables: Link Here
42506
          mandatory: 0
42506
          mandatory: 0
42507
          kohafield: ""
42507
          kohafield: ""
42508
          tab: 7
42508
          tab: 7
42509
          authorised_value: ""
42509
          authorised_value:
42510
          authtypecode: ""
42510
          authtypecode: ""
42511
          value_builder: ""
42511
          value_builder: ""
42512
          isurl:
42512
          isurl:
Lines 42524-42530 tables: Link Here
42524
          mandatory: 0
42524
          mandatory: 0
42525
          kohafield: ""
42525
          kohafield: ""
42526
          tab: 7
42526
          tab: 7
42527
          authorised_value: ""
42527
          authorised_value:
42528
          authtypecode: ""
42528
          authtypecode: ""
42529
          value_builder: ""
42529
          value_builder: ""
42530
          isurl:
42530
          isurl:
Lines 42542-42548 tables: Link Here
42542
          mandatory: 0
42542
          mandatory: 0
42543
          kohafield: ""
42543
          kohafield: ""
42544
          tab: 7
42544
          tab: 7
42545
          authorised_value: ""
42545
          authorised_value:
42546
          authtypecode: ""
42546
          authtypecode: ""
42547
          value_builder: ""
42547
          value_builder: ""
42548
          isurl:
42548
          isurl:
Lines 42560-42566 tables: Link Here
42560
          mandatory: 0
42560
          mandatory: 0
42561
          kohafield: ""
42561
          kohafield: ""
42562
          tab: 7
42562
          tab: 7
42563
          authorised_value: ""
42563
          authorised_value:
42564
          authtypecode: ""
42564
          authtypecode: ""
42565
          value_builder: ""
42565
          value_builder: ""
42566
          isurl:
42566
          isurl:
Lines 42596-42602 tables: Link Here
42596
          mandatory: 0
42596
          mandatory: 0
42597
          kohafield: ""
42597
          kohafield: ""
42598
          tab: 7
42598
          tab: 7
42599
          authorised_value: ""
42599
          authorised_value:
42600
          authtypecode: ""
42600
          authtypecode: ""
42601
          value_builder: ""
42601
          value_builder: ""
42602
          isurl:
42602
          isurl:
Lines 42722-42728 tables: Link Here
42722
          mandatory: 0
42722
          mandatory: 0
42723
          kohafield: ""
42723
          kohafield: ""
42724
          tab: 7
42724
          tab: 7
42725
          authorised_value: ""
42725
          authorised_value:
42726
          authtypecode: ""
42726
          authtypecode: ""
42727
          value_builder: ""
42727
          value_builder: ""
42728
          isurl:
42728
          isurl:
Lines 42794-42800 tables: Link Here
42794
          mandatory: 0
42794
          mandatory: 0
42795
          kohafield: ""
42795
          kohafield: ""
42796
          tab: 7
42796
          tab: 7
42797
          authorised_value: ""
42797
          authorised_value:
42798
          authtypecode: ""
42798
          authtypecode: ""
42799
          value_builder: ""
42799
          value_builder: ""
42800
          isurl:
42800
          isurl:
Lines 42812-42818 tables: Link Here
42812
          mandatory: 0
42812
          mandatory: 0
42813
          kohafield: ""
42813
          kohafield: ""
42814
          tab: 7
42814
          tab: 7
42815
          authorised_value: ""
42815
          authorised_value:
42816
          authtypecode: ""
42816
          authtypecode: ""
42817
          value_builder: ""
42817
          value_builder: ""
42818
          isurl:
42818
          isurl:
Lines 42830-42836 tables: Link Here
42830
          mandatory: 0
42830
          mandatory: 0
42831
          kohafield: ""
42831
          kohafield: ""
42832
          tab: 7
42832
          tab: 7
42833
          authorised_value: ""
42833
          authorised_value:
42834
          authtypecode: ""
42834
          authtypecode: ""
42835
          value_builder: ""
42835
          value_builder: ""
42836
          isurl:
42836
          isurl:
Lines 42938-42944 tables: Link Here
42938
          mandatory: 0
42938
          mandatory: 0
42939
          kohafield: ""
42939
          kohafield: ""
42940
          tab: 7
42940
          tab: 7
42941
          authorised_value: ""
42941
          authorised_value:
42942
          authtypecode: ""
42942
          authtypecode: ""
42943
          value_builder: ""
42943
          value_builder: ""
42944
          isurl:
42944
          isurl:
Lines 42956-42962 tables: Link Here
42956
          mandatory: 0
42956
          mandatory: 0
42957
          kohafield: ""
42957
          kohafield: ""
42958
          tab: 7
42958
          tab: 7
42959
          authorised_value: ""
42959
          authorised_value:
42960
          authtypecode: ""
42960
          authtypecode: ""
42961
          value_builder: ""
42961
          value_builder: ""
42962
          isurl:
42962
          isurl:
Lines 43136-43142 tables: Link Here
43136
          mandatory: 0
43136
          mandatory: 0
43137
          kohafield: ""
43137
          kohafield: ""
43138
          tab: 7
43138
          tab: 7
43139
          authorised_value: ""
43139
          authorised_value:
43140
          authtypecode: ""
43140
          authtypecode: ""
43141
          value_builder: ""
43141
          value_builder: ""
43142
          isurl:
43142
          isurl:
Lines 43208-43214 tables: Link Here
43208
          mandatory: 0
43208
          mandatory: 0
43209
          kohafield: ""
43209
          kohafield: ""
43210
          tab: 7
43210
          tab: 7
43211
          authorised_value: ""
43211
          authorised_value:
43212
          authtypecode: ""
43212
          authtypecode: ""
43213
          value_builder: ""
43213
          value_builder: ""
43214
          isurl:
43214
          isurl:
Lines 43226-43232 tables: Link Here
43226
          mandatory: 0
43226
          mandatory: 0
43227
          kohafield: ""
43227
          kohafield: ""
43228
          tab: 7
43228
          tab: 7
43229
          authorised_value: ""
43229
          authorised_value:
43230
          authtypecode: ""
43230
          authtypecode: ""
43231
          value_builder: ""
43231
          value_builder: ""
43232
          isurl:
43232
          isurl:
Lines 43244-43250 tables: Link Here
43244
          mandatory: 0
43244
          mandatory: 0
43245
          kohafield: ""
43245
          kohafield: ""
43246
          tab: 7
43246
          tab: 7
43247
          authorised_value: ""
43247
          authorised_value:
43248
          authtypecode: ""
43248
          authtypecode: ""
43249
          value_builder: ""
43249
          value_builder: ""
43250
          isurl:
43250
          isurl:
Lines 43262-43268 tables: Link Here
43262
          mandatory: 0
43262
          mandatory: 0
43263
          kohafield: ""
43263
          kohafield: ""
43264
          tab: 7
43264
          tab: 7
43265
          authorised_value: ""
43265
          authorised_value:
43266
          authtypecode: ""
43266
          authtypecode: ""
43267
          value_builder: ""
43267
          value_builder: ""
43268
          isurl:
43268
          isurl:
Lines 43280-43286 tables: Link Here
43280
          mandatory: 0
43280
          mandatory: 0
43281
          kohafield: ""
43281
          kohafield: ""
43282
          tab: 7
43282
          tab: 7
43283
          authorised_value: ""
43283
          authorised_value:
43284
          authtypecode: ""
43284
          authtypecode: ""
43285
          value_builder: ""
43285
          value_builder: ""
43286
          isurl:
43286
          isurl:
Lines 43298-43304 tables: Link Here
43298
          mandatory: 0
43298
          mandatory: 0
43299
          kohafield: ""
43299
          kohafield: ""
43300
          tab: 1
43300
          tab: 1
43301
          authorised_value: ""
43301
          authorised_value:
43302
          authtypecode: ""
43302
          authtypecode: ""
43303
          value_builder: ""
43303
          value_builder: ""
43304
          isurl:
43304
          isurl:
Lines 43316-43322 tables: Link Here
43316
          mandatory: 0
43316
          mandatory: 0
43317
          kohafield: ""
43317
          kohafield: ""
43318
          tab: 7
43318
          tab: 7
43319
          authorised_value: ""
43319
          authorised_value:
43320
          authtypecode: ""
43320
          authtypecode: ""
43321
          value_builder: ""
43321
          value_builder: ""
43322
          isurl:
43322
          isurl:
Lines 43334-43340 tables: Link Here
43334
          mandatory: 0
43334
          mandatory: 0
43335
          kohafield: ""
43335
          kohafield: ""
43336
          tab: 7
43336
          tab: 7
43337
          authorised_value: ""
43337
          authorised_value:
43338
          authtypecode: ""
43338
          authtypecode: ""
43339
          value_builder: ""
43339
          value_builder: ""
43340
          isurl:
43340
          isurl:
Lines 43352-43358 tables: Link Here
43352
          mandatory: 0
43352
          mandatory: 0
43353
          kohafield: ""
43353
          kohafield: ""
43354
          tab: 7
43354
          tab: 7
43355
          authorised_value: ""
43355
          authorised_value:
43356
          authtypecode: ""
43356
          authtypecode: ""
43357
          value_builder: ""
43357
          value_builder: ""
43358
          isurl:
43358
          isurl:
Lines 43370-43376 tables: Link Here
43370
          mandatory: 0
43370
          mandatory: 0
43371
          kohafield: ""
43371
          kohafield: ""
43372
          tab: 7
43372
          tab: 7
43373
          authorised_value: ""
43373
          authorised_value:
43374
          authtypecode: ""
43374
          authtypecode: ""
43375
          value_builder: ""
43375
          value_builder: ""
43376
          isurl:
43376
          isurl:
Lines 43388-43394 tables: Link Here
43388
          mandatory: 0
43388
          mandatory: 0
43389
          kohafield: ""
43389
          kohafield: ""
43390
          tab: 7
43390
          tab: 7
43391
          authorised_value: ""
43391
          authorised_value:
43392
          authtypecode: ""
43392
          authtypecode: ""
43393
          value_builder: ""
43393
          value_builder: ""
43394
          isurl:
43394
          isurl:
Lines 43406-43412 tables: Link Here
43406
          mandatory: 0
43406
          mandatory: 0
43407
          kohafield: ""
43407
          kohafield: ""
43408
          tab: 7
43408
          tab: 7
43409
          authorised_value: ""
43409
          authorised_value:
43410
          authtypecode: ""
43410
          authtypecode: ""
43411
          value_builder: ""
43411
          value_builder: ""
43412
          isurl:
43412
          isurl:
Lines 43424-43430 tables: Link Here
43424
          mandatory: 0
43424
          mandatory: 0
43425
          kohafield: ""
43425
          kohafield: ""
43426
          tab: 7
43426
          tab: 7
43427
          authorised_value: ""
43427
          authorised_value:
43428
          authtypecode: ""
43428
          authtypecode: ""
43429
          value_builder: ""
43429
          value_builder: ""
43430
          isurl:
43430
          isurl:
Lines 43442-43448 tables: Link Here
43442
          mandatory: 0
43442
          mandatory: 0
43443
          kohafield: ""
43443
          kohafield: ""
43444
          tab: 7
43444
          tab: 7
43445
          authorised_value: ""
43445
          authorised_value:
43446
          authtypecode: ""
43446
          authtypecode: ""
43447
          value_builder: ""
43447
          value_builder: ""
43448
          isurl:
43448
          isurl:
Lines 43802-43808 tables: Link Here
43802
          mandatory: 0
43802
          mandatory: 0
43803
          kohafield: ""
43803
          kohafield: ""
43804
          tab: 7
43804
          tab: 7
43805
          authorised_value: ""
43805
          authorised_value:
43806
          authtypecode: ""
43806
          authtypecode: ""
43807
          value_builder: ""
43807
          value_builder: ""
43808
          isurl:
43808
          isurl:
Lines 44162-44168 tables: Link Here
44162
          mandatory: 0
44162
          mandatory: 0
44163
          kohafield: ""
44163
          kohafield: ""
44164
          tab: 7
44164
          tab: 7
44165
          authorised_value: ""
44165
          authorised_value:
44166
          authtypecode: ""
44166
          authtypecode: ""
44167
          value_builder: ""
44167
          value_builder: ""
44168
          isurl:
44168
          isurl:
Lines 44594-44600 tables: Link Here
44594
          mandatory: 0
44594
          mandatory: 0
44595
          kohafield: ""
44595
          kohafield: ""
44596
          tab: 7
44596
          tab: 7
44597
          authorised_value: ""
44597
          authorised_value:
44598
          authtypecode: ""
44598
          authtypecode: ""
44599
          value_builder: ""
44599
          value_builder: ""
44600
          isurl:
44600
          isurl:
Lines 45026-45032 tables: Link Here
45026
          mandatory: 0
45026
          mandatory: 0
45027
          kohafield: ""
45027
          kohafield: ""
45028
          tab: 7
45028
          tab: 7
45029
          authorised_value: ""
45029
          authorised_value:
45030
          authtypecode: ""
45030
          authtypecode: ""
45031
          value_builder: ""
45031
          value_builder: ""
45032
          isurl:
45032
          isurl:
Lines 45458-45464 tables: Link Here
45458
          mandatory: 0
45458
          mandatory: 0
45459
          kohafield: ""
45459
          kohafield: ""
45460
          tab: 7
45460
          tab: 7
45461
          authorised_value: ""
45461
          authorised_value:
45462
          authtypecode: ""
45462
          authtypecode: ""
45463
          value_builder: ""
45463
          value_builder: ""
45464
          isurl:
45464
          isurl:
Lines 45926-45932 tables: Link Here
45926
          mandatory: 0
45926
          mandatory: 0
45927
          kohafield: ""
45927
          kohafield: ""
45928
          tab: 7
45928
          tab: 7
45929
          authorised_value: ""
45929
          authorised_value:
45930
          authtypecode: ""
45930
          authtypecode: ""
45931
          value_builder: ""
45931
          value_builder: ""
45932
          isurl:
45932
          isurl:
Lines 46214-46220 tables: Link Here
46214
          mandatory: 0
46214
          mandatory: 0
46215
          kohafield: ""
46215
          kohafield: ""
46216
          tab: 7
46216
          tab: 7
46217
          authorised_value: ""
46217
          authorised_value:
46218
          authtypecode: ""
46218
          authtypecode: ""
46219
          value_builder: ""
46219
          value_builder: ""
46220
          isurl:
46220
          isurl:
Lines 46376-46382 tables: Link Here
46376
          mandatory: 0
46376
          mandatory: 0
46377
          kohafield: ""
46377
          kohafield: ""
46378
          tab: 7
46378
          tab: 7
46379
          authorised_value: ""
46379
          authorised_value:
46380
          authtypecode: ""
46380
          authtypecode: ""
46381
          value_builder: ""
46381
          value_builder: ""
46382
          isurl:
46382
          isurl:
Lines 46790-46796 tables: Link Here
46790
          mandatory: 0
46790
          mandatory: 0
46791
          kohafield: ""
46791
          kohafield: ""
46792
          tab: 7
46792
          tab: 7
46793
          authorised_value: ""
46793
          authorised_value:
46794
          authtypecode: ""
46794
          authtypecode: ""
46795
          value_builder: ""
46795
          value_builder: ""
46796
          isurl:
46796
          isurl:
Lines 47258-47264 tables: Link Here
47258
          mandatory: 0
47258
          mandatory: 0
47259
          kohafield: ""
47259
          kohafield: ""
47260
          tab: 7
47260
          tab: 7
47261
          authorised_value: ""
47261
          authorised_value:
47262
          authtypecode: ""
47262
          authtypecode: ""
47263
          value_builder: ""
47263
          value_builder: ""
47264
          isurl:
47264
          isurl:
Lines 47690-47696 tables: Link Here
47690
          mandatory: 0
47690
          mandatory: 0
47691
          kohafield: ""
47691
          kohafield: ""
47692
          tab: 7
47692
          tab: 7
47693
          authorised_value: ""
47693
          authorised_value:
47694
          authtypecode: ""
47694
          authtypecode: ""
47695
          value_builder: ""
47695
          value_builder: ""
47696
          isurl:
47696
          isurl:
Lines 47978-47984 tables: Link Here
47978
          mandatory: 0
47978
          mandatory: 0
47979
          kohafield: ""
47979
          kohafield: ""
47980
          tab: 7
47980
          tab: 7
47981
          authorised_value: ""
47981
          authorised_value:
47982
          authtypecode: ""
47982
          authtypecode: ""
47983
          value_builder: ""
47983
          value_builder: ""
47984
          isurl:
47984
          isurl:
Lines 48032-48038 tables: Link Here
48032
          mandatory: 0
48032
          mandatory: 0
48033
          kohafield: ""
48033
          kohafield: ""
48034
          tab: 7
48034
          tab: 7
48035
          authorised_value: ""
48035
          authorised_value:
48036
          authtypecode: ""
48036
          authtypecode: ""
48037
          value_builder: ""
48037
          value_builder: ""
48038
          isurl:
48038
          isurl:
Lines 48104-48110 tables: Link Here
48104
          mandatory: 0
48104
          mandatory: 0
48105
          kohafield: ""
48105
          kohafield: ""
48106
          tab: 7
48106
          tab: 7
48107
          authorised_value: ""
48107
          authorised_value:
48108
          authtypecode: ""
48108
          authtypecode: ""
48109
          value_builder: ""
48109
          value_builder: ""
48110
          isurl:
48110
          isurl:
Lines 48122-48128 tables: Link Here
48122
          mandatory: 0
48122
          mandatory: 0
48123
          kohafield: ""
48123
          kohafield: ""
48124
          tab: 7
48124
          tab: 7
48125
          authorised_value: ""
48125
          authorised_value:
48126
          authtypecode: ""
48126
          authtypecode: ""
48127
          value_builder: ""
48127
          value_builder: ""
48128
          isurl:
48128
          isurl:
Lines 48554-48560 tables: Link Here
48554
          mandatory: 0
48554
          mandatory: 0
48555
          kohafield: ""
48555
          kohafield: ""
48556
          tab: 7
48556
          tab: 7
48557
          authorised_value: ""
48557
          authorised_value:
48558
          authtypecode: ""
48558
          authtypecode: ""
48559
          value_builder: ""
48559
          value_builder: ""
48560
          isurl:
48560
          isurl:
Lines 48986-48992 tables: Link Here
48986
          mandatory: 0
48986
          mandatory: 0
48987
          kohafield: ""
48987
          kohafield: ""
48988
          tab: 7
48988
          tab: 7
48989
          authorised_value: ""
48989
          authorised_value:
48990
          authtypecode: ""
48990
          authtypecode: ""
48991
          value_builder: ""
48991
          value_builder: ""
48992
          isurl:
48992
          isurl:
Lines 49364-49370 tables: Link Here
49364
          mandatory: 0
49364
          mandatory: 0
49365
          kohafield: ""
49365
          kohafield: ""
49366
          tab: 7
49366
          tab: 7
49367
          authorised_value: ""
49367
          authorised_value:
49368
          authtypecode: ""
49368
          authtypecode: ""
49369
          value_builder: ""
49369
          value_builder: ""
49370
          isurl:
49370
          isurl:
Lines 49454-49460 tables: Link Here
49454
          mandatory: 0
49454
          mandatory: 0
49455
          kohafield: ""
49455
          kohafield: ""
49456
          tab: 7
49456
          tab: 7
49457
          authorised_value: ""
49457
          authorised_value:
49458
          authtypecode: ""
49458
          authtypecode: ""
49459
          value_builder: ""
49459
          value_builder: ""
49460
          isurl:
49460
          isurl:
Lines 49886-49892 tables: Link Here
49886
          mandatory: 0
49886
          mandatory: 0
49887
          kohafield: ""
49887
          kohafield: ""
49888
          tab: 7
49888
          tab: 7
49889
          authorised_value: ""
49889
          authorised_value:
49890
          authtypecode: ""
49890
          authtypecode: ""
49891
          value_builder: ""
49891
          value_builder: ""
49892
          isurl: 0
49892
          isurl: 0
Lines 49904-49910 tables: Link Here
49904
          mandatory: 0
49904
          mandatory: 0
49905
          kohafield: ""
49905
          kohafield: ""
49906
          tab: 7
49906
          tab: 7
49907
          authorised_value: ""
49907
          authorised_value:
49908
          authtypecode: ""
49908
          authtypecode: ""
49909
          value_builder: ""
49909
          value_builder: ""
49910
          isurl:
49910
          isurl:
Lines 49922-49928 tables: Link Here
49922
          mandatory: 0
49922
          mandatory: 0
49923
          kohafield: ""
49923
          kohafield: ""
49924
          tab: 7
49924
          tab: 7
49925
          authorised_value: ""
49925
          authorised_value:
49926
          authtypecode: ""
49926
          authtypecode: ""
49927
          value_builder: ""
49927
          value_builder: ""
49928
          isurl:
49928
          isurl:
Lines 49940-49946 tables: Link Here
49940
          mandatory: 0
49940
          mandatory: 0
49941
          kohafield: ""
49941
          kohafield: ""
49942
          tab: 7
49942
          tab: 7
49943
          authorised_value: ""
49943
          authorised_value:
49944
          authtypecode: ""
49944
          authtypecode: ""
49945
          value_builder: ""
49945
          value_builder: ""
49946
          isurl:
49946
          isurl:
Lines 49958-49964 tables: Link Here
49958
          mandatory: 0
49958
          mandatory: 0
49959
          kohafield: ""
49959
          kohafield: ""
49960
          tab: 7
49960
          tab: 7
49961
          authorised_value: ""
49961
          authorised_value:
49962
          authtypecode: ""
49962
          authtypecode: ""
49963
          value_builder: ""
49963
          value_builder: ""
49964
          isurl:
49964
          isurl:
Lines 49976-49982 tables: Link Here
49976
          mandatory: 0
49976
          mandatory: 0
49977
          kohafield: ""
49977
          kohafield: ""
49978
          tab: 7
49978
          tab: 7
49979
          authorised_value: ""
49979
          authorised_value:
49980
          authtypecode: ""
49980
          authtypecode: ""
49981
          value_builder: ""
49981
          value_builder: ""
49982
          isurl:
49982
          isurl:
Lines 49994-50000 tables: Link Here
49994
          mandatory: 0
49994
          mandatory: 0
49995
          kohafield: ""
49995
          kohafield: ""
49996
          tab: 7
49996
          tab: 7
49997
          authorised_value: ""
49997
          authorised_value:
49998
          authtypecode: ""
49998
          authtypecode: ""
49999
          value_builder: ""
49999
          value_builder: ""
50000
          isurl:
50000
          isurl:
Lines 50012-50018 tables: Link Here
50012
          mandatory: 0
50012
          mandatory: 0
50013
          kohafield: ""
50013
          kohafield: ""
50014
          tab: 7
50014
          tab: 7
50015
          authorised_value: ""
50015
          authorised_value:
50016
          authtypecode: ""
50016
          authtypecode: ""
50017
          value_builder: ""
50017
          value_builder: ""
50018
          isurl:
50018
          isurl:
Lines 50030-50036 tables: Link Here
50030
          mandatory: 0
50030
          mandatory: 0
50031
          kohafield: ""
50031
          kohafield: ""
50032
          tab: 7
50032
          tab: 7
50033
          authorised_value: ""
50033
          authorised_value:
50034
          authtypecode: ""
50034
          authtypecode: ""
50035
          value_builder: ""
50035
          value_builder: ""
50036
          isurl:
50036
          isurl:
Lines 50048-50054 tables: Link Here
50048
          mandatory: 0
50048
          mandatory: 0
50049
          kohafield: ""
50049
          kohafield: ""
50050
          tab: 7
50050
          tab: 7
50051
          authorised_value: ""
50051
          authorised_value:
50052
          authtypecode: ""
50052
          authtypecode: ""
50053
          value_builder: ""
50053
          value_builder: ""
50054
          isurl:
50054
          isurl:
Lines 50066-50072 tables: Link Here
50066
          mandatory: 0
50066
          mandatory: 0
50067
          kohafield: ""
50067
          kohafield: ""
50068
          tab: 7
50068
          tab: 7
50069
          authorised_value: ""
50069
          authorised_value:
50070
          authtypecode: ""
50070
          authtypecode: ""
50071
          value_builder: ""
50071
          value_builder: ""
50072
          isurl:
50072
          isurl:
Lines 50084-50090 tables: Link Here
50084
          mandatory: 0
50084
          mandatory: 0
50085
          kohafield: ""
50085
          kohafield: ""
50086
          tab: 7
50086
          tab: 7
50087
          authorised_value: ""
50087
          authorised_value:
50088
          authtypecode: ""
50088
          authtypecode: ""
50089
          value_builder: ""
50089
          value_builder: ""
50090
          isurl:
50090
          isurl:
Lines 50102-50108 tables: Link Here
50102
          mandatory: 0
50102
          mandatory: 0
50103
          kohafield: ""
50103
          kohafield: ""
50104
          tab: 7
50104
          tab: 7
50105
          authorised_value: ""
50105
          authorised_value:
50106
          authtypecode: ""
50106
          authtypecode: ""
50107
          value_builder: ""
50107
          value_builder: ""
50108
          isurl:
50108
          isurl:
Lines 50120-50126 tables: Link Here
50120
          mandatory: 0
50120
          mandatory: 0
50121
          kohafield: ""
50121
          kohafield: ""
50122
          tab: 7
50122
          tab: 7
50123
          authorised_value: ""
50123
          authorised_value:
50124
          authtypecode: ""
50124
          authtypecode: ""
50125
          value_builder: ""
50125
          value_builder: ""
50126
          isurl:
50126
          isurl:
Lines 50138-50144 tables: Link Here
50138
          mandatory: 0
50138
          mandatory: 0
50139
          kohafield: ""
50139
          kohafield: ""
50140
          tab: 7
50140
          tab: 7
50141
          authorised_value: ""
50141
          authorised_value:
50142
          authtypecode: ""
50142
          authtypecode: ""
50143
          value_builder: ""
50143
          value_builder: ""
50144
          isurl:
50144
          isurl:
Lines 50156-50162 tables: Link Here
50156
          mandatory: 0
50156
          mandatory: 0
50157
          kohafield: ""
50157
          kohafield: ""
50158
          tab: 7
50158
          tab: 7
50159
          authorised_value: ""
50159
          authorised_value:
50160
          authtypecode: ""
50160
          authtypecode: ""
50161
          value_builder: ""
50161
          value_builder: ""
50162
          isurl:
50162
          isurl:
Lines 50174-50180 tables: Link Here
50174
          mandatory: 0
50174
          mandatory: 0
50175
          kohafield: ""
50175
          kohafield: ""
50176
          tab: 7
50176
          tab: 7
50177
          authorised_value: ""
50177
          authorised_value:
50178
          authtypecode: ""
50178
          authtypecode: ""
50179
          value_builder: ""
50179
          value_builder: ""
50180
          isurl:
50180
          isurl:
Lines 50192-50198 tables: Link Here
50192
          mandatory: 0
50192
          mandatory: 0
50193
          kohafield: ""
50193
          kohafield: ""
50194
          tab: 7
50194
          tab: 7
50195
          authorised_value: ""
50195
          authorised_value:
50196
          authtypecode: ""
50196
          authtypecode: ""
50197
          value_builder: ""
50197
          value_builder: ""
50198
          isurl:
50198
          isurl:
Lines 50210-50216 tables: Link Here
50210
          mandatory: 0
50210
          mandatory: 0
50211
          kohafield: ""
50211
          kohafield: ""
50212
          tab: 7
50212
          tab: 7
50213
          authorised_value: ""
50213
          authorised_value:
50214
          authtypecode: ""
50214
          authtypecode: ""
50215
          value_builder: ""
50215
          value_builder: ""
50216
          isurl:
50216
          isurl:
Lines 50228-50234 tables: Link Here
50228
          mandatory: 0
50228
          mandatory: 0
50229
          kohafield: ""
50229
          kohafield: ""
50230
          tab: 7
50230
          tab: 7
50231
          authorised_value: ""
50231
          authorised_value:
50232
          authtypecode: ""
50232
          authtypecode: ""
50233
          value_builder: ""
50233
          value_builder: ""
50234
          isurl:
50234
          isurl:
Lines 50246-50252 tables: Link Here
50246
          mandatory: 0
50246
          mandatory: 0
50247
          kohafield: ""
50247
          kohafield: ""
50248
          tab: 7
50248
          tab: 7
50249
          authorised_value: ""
50249
          authorised_value:
50250
          authtypecode: ""
50250
          authtypecode: ""
50251
          value_builder: ""
50251
          value_builder: ""
50252
          isurl:
50252
          isurl:
Lines 50264-50270 tables: Link Here
50264
          mandatory: 0
50264
          mandatory: 0
50265
          kohafield: ""
50265
          kohafield: ""
50266
          tab: 7
50266
          tab: 7
50267
          authorised_value: ""
50267
          authorised_value:
50268
          authtypecode: ""
50268
          authtypecode: ""
50269
          value_builder: ""
50269
          value_builder: ""
50270
          isurl:
50270
          isurl:
Lines 50282-50288 tables: Link Here
50282
          mandatory: 0
50282
          mandatory: 0
50283
          kohafield: ""
50283
          kohafield: ""
50284
          tab: 7
50284
          tab: 7
50285
          authorised_value: ""
50285
          authorised_value:
50286
          authtypecode: ""
50286
          authtypecode: ""
50287
          value_builder: ""
50287
          value_builder: ""
50288
          isurl:
50288
          isurl:
Lines 50300-50306 tables: Link Here
50300
          mandatory: 0
50300
          mandatory: 0
50301
          kohafield: ""
50301
          kohafield: ""
50302
          tab: 7
50302
          tab: 7
50303
          authorised_value: ""
50303
          authorised_value:
50304
          authtypecode: ""
50304
          authtypecode: ""
50305
          value_builder: ""
50305
          value_builder: ""
50306
          isurl:
50306
          isurl:
Lines 50318-50324 tables: Link Here
50318
          mandatory: 0
50318
          mandatory: 0
50319
          kohafield: ""
50319
          kohafield: ""
50320
          tab: 7
50320
          tab: 7
50321
          authorised_value: ""
50321
          authorised_value:
50322
          authtypecode: ""
50322
          authtypecode: ""
50323
          value_builder: ""
50323
          value_builder: ""
50324
          isurl:
50324
          isurl:
Lines 50336-50342 tables: Link Here
50336
          mandatory: 0
50336
          mandatory: 0
50337
          kohafield: ""
50337
          kohafield: ""
50338
          tab: 7
50338
          tab: 7
50339
          authorised_value: ""
50339
          authorised_value:
50340
          authtypecode: ""
50340
          authtypecode: ""
50341
          value_builder: ""
50341
          value_builder: ""
50342
          isurl:
50342
          isurl:
Lines 50354-50360 tables: Link Here
50354
          mandatory: 0
50354
          mandatory: 0
50355
          kohafield: ""
50355
          kohafield: ""
50356
          tab: 7
50356
          tab: 7
50357
          authorised_value: ""
50357
          authorised_value:
50358
          authtypecode: ""
50358
          authtypecode: ""
50359
          value_builder: ""
50359
          value_builder: ""
50360
          isurl:
50360
          isurl:
Lines 50372-50378 tables: Link Here
50372
          mandatory: 0
50372
          mandatory: 0
50373
          kohafield: ""
50373
          kohafield: ""
50374
          tab: 7
50374
          tab: 7
50375
          authorised_value: ""
50375
          authorised_value:
50376
          authtypecode: ""
50376
          authtypecode: ""
50377
          value_builder: ""
50377
          value_builder: ""
50378
          isurl:
50378
          isurl:
Lines 50390-50396 tables: Link Here
50390
          mandatory: 0
50390
          mandatory: 0
50391
          kohafield: ""
50391
          kohafield: ""
50392
          tab: 7
50392
          tab: 7
50393
          authorised_value: ""
50393
          authorised_value:
50394
          authtypecode: ""
50394
          authtypecode: ""
50395
          value_builder: ""
50395
          value_builder: ""
50396
          isurl:
50396
          isurl:
Lines 50408-50414 tables: Link Here
50408
          mandatory: 0
50408
          mandatory: 0
50409
          kohafield: ""
50409
          kohafield: ""
50410
          tab: 7
50410
          tab: 7
50411
          authorised_value: ""
50411
          authorised_value:
50412
          authtypecode: ""
50412
          authtypecode: ""
50413
          value_builder: ""
50413
          value_builder: ""
50414
          isurl:
50414
          isurl:
Lines 50426-50432 tables: Link Here
50426
          mandatory: 0
50426
          mandatory: 0
50427
          kohafield: ""
50427
          kohafield: ""
50428
          tab: 7
50428
          tab: 7
50429
          authorised_value: ""
50429
          authorised_value:
50430
          authtypecode: ""
50430
          authtypecode: ""
50431
          value_builder: ""
50431
          value_builder: ""
50432
          isurl:
50432
          isurl:
Lines 50444-50450 tables: Link Here
50444
          mandatory: 0
50444
          mandatory: 0
50445
          kohafield: ""
50445
          kohafield: ""
50446
          tab: 7
50446
          tab: 7
50447
          authorised_value: ""
50447
          authorised_value:
50448
          authtypecode: ""
50448
          authtypecode: ""
50449
          value_builder: ""
50449
          value_builder: ""
50450
          isurl:
50450
          isurl:
Lines 50462-50468 tables: Link Here
50462
          mandatory: 0
50462
          mandatory: 0
50463
          kohafield: ""
50463
          kohafield: ""
50464
          tab: 7
50464
          tab: 7
50465
          authorised_value: ""
50465
          authorised_value:
50466
          authtypecode: ""
50466
          authtypecode: ""
50467
          value_builder: ""
50467
          value_builder: ""
50468
          isurl:
50468
          isurl:
Lines 50480-50486 tables: Link Here
50480
          mandatory: 0
50480
          mandatory: 0
50481
          kohafield: ""
50481
          kohafield: ""
50482
          tab: 7
50482
          tab: 7
50483
          authorised_value: ""
50483
          authorised_value:
50484
          authtypecode: ""
50484
          authtypecode: ""
50485
          value_builder: ""
50485
          value_builder: ""
50486
          isurl:
50486
          isurl:
Lines 50498-50504 tables: Link Here
50498
          mandatory: 0
50498
          mandatory: 0
50499
          kohafield: ""
50499
          kohafield: ""
50500
          tab: 7
50500
          tab: 7
50501
          authorised_value: ""
50501
          authorised_value:
50502
          authtypecode: ""
50502
          authtypecode: ""
50503
          value_builder: ""
50503
          value_builder: ""
50504
          isurl:
50504
          isurl:
Lines 50516-50522 tables: Link Here
50516
          mandatory: 0
50516
          mandatory: 0
50517
          kohafield: ""
50517
          kohafield: ""
50518
          tab: 7
50518
          tab: 7
50519
          authorised_value: ""
50519
          authorised_value:
50520
          authtypecode: ""
50520
          authtypecode: ""
50521
          value_builder: ""
50521
          value_builder: ""
50522
          isurl: 0
50522
          isurl: 0
Lines 50534-50540 tables: Link Here
50534
          mandatory: 0
50534
          mandatory: 0
50535
          kohafield: ""
50535
          kohafield: ""
50536
          tab: 7
50536
          tab: 7
50537
          authorised_value: ""
50537
          authorised_value:
50538
          authtypecode: ""
50538
          authtypecode: ""
50539
          value_builder: ""
50539
          value_builder: ""
50540
          isurl:
50540
          isurl:
Lines 50552-50558 tables: Link Here
50552
          mandatory: 0
50552
          mandatory: 0
50553
          kohafield: ""
50553
          kohafield: ""
50554
          tab: 7
50554
          tab: 7
50555
          authorised_value: ""
50555
          authorised_value:
50556
          authtypecode: ""
50556
          authtypecode: ""
50557
          value_builder: ""
50557
          value_builder: ""
50558
          isurl:
50558
          isurl:
Lines 50570-50576 tables: Link Here
50570
          mandatory: 0
50570
          mandatory: 0
50571
          kohafield: ""
50571
          kohafield: ""
50572
          tab: 7
50572
          tab: 7
50573
          authorised_value: ""
50573
          authorised_value:
50574
          authtypecode: ""
50574
          authtypecode: ""
50575
          value_builder: ""
50575
          value_builder: ""
50576
          isurl:
50576
          isurl:
Lines 50588-50594 tables: Link Here
50588
          mandatory: 0
50588
          mandatory: 0
50589
          kohafield: ""
50589
          kohafield: ""
50590
          tab: 7
50590
          tab: 7
50591
          authorised_value: ""
50591
          authorised_value:
50592
          authtypecode: ""
50592
          authtypecode: ""
50593
          value_builder: ""
50593
          value_builder: ""
50594
          isurl:
50594
          isurl:
Lines 50606-50612 tables: Link Here
50606
          mandatory: 0
50606
          mandatory: 0
50607
          kohafield: ""
50607
          kohafield: ""
50608
          tab: 7
50608
          tab: 7
50609
          authorised_value: ""
50609
          authorised_value:
50610
          authtypecode: ""
50610
          authtypecode: ""
50611
          value_builder: ""
50611
          value_builder: ""
50612
          isurl:
50612
          isurl:
Lines 50624-50630 tables: Link Here
50624
          mandatory: 0
50624
          mandatory: 0
50625
          kohafield: ""
50625
          kohafield: ""
50626
          tab: 7
50626
          tab: 7
50627
          authorised_value: ""
50627
          authorised_value:
50628
          authtypecode: ""
50628
          authtypecode: ""
50629
          value_builder: ""
50629
          value_builder: ""
50630
          isurl: 0
50630
          isurl: 0
Lines 50642-50648 tables: Link Here
50642
          mandatory: 0
50642
          mandatory: 0
50643
          kohafield: ""
50643
          kohafield: ""
50644
          tab: 7
50644
          tab: 7
50645
          authorised_value: ""
50645
          authorised_value:
50646
          authtypecode: PERSO_NAME
50646
          authtypecode: PERSO_NAME
50647
          value_builder: ""
50647
          value_builder: ""
50648
          isurl:
50648
          isurl:
Lines 50660-50666 tables: Link Here
50660
          mandatory: 0
50660
          mandatory: 0
50661
          kohafield: ""
50661
          kohafield: ""
50662
          tab: 7
50662
          tab: 7
50663
          authorised_value: ""
50663
          authorised_value:
50664
          authtypecode: ""
50664
          authtypecode: ""
50665
          value_builder: ""
50665
          value_builder: ""
50666
          isurl:
50666
          isurl:
Lines 50678-50684 tables: Link Here
50678
          mandatory: 0
50678
          mandatory: 0
50679
          kohafield: ""
50679
          kohafield: ""
50680
          tab: 7
50680
          tab: 7
50681
          authorised_value: ""
50681
          authorised_value:
50682
          authtypecode: ""
50682
          authtypecode: ""
50683
          value_builder: ""
50683
          value_builder: ""
50684
          isurl:
50684
          isurl:
Lines 50696-50702 tables: Link Here
50696
          mandatory: 0
50696
          mandatory: 0
50697
          kohafield: ""
50697
          kohafield: ""
50698
          tab: 7
50698
          tab: 7
50699
          authorised_value: ""
50699
          authorised_value:
50700
          authtypecode: ""
50700
          authtypecode: ""
50701
          value_builder: ""
50701
          value_builder: ""
50702
          isurl:
50702
          isurl:
Lines 50714-50720 tables: Link Here
50714
          mandatory: 0
50714
          mandatory: 0
50715
          kohafield: ""
50715
          kohafield: ""
50716
          tab: 7
50716
          tab: 7
50717
          authorised_value: ""
50717
          authorised_value:
50718
          authtypecode: ""
50718
          authtypecode: ""
50719
          value_builder: ""
50719
          value_builder: ""
50720
          isurl:
50720
          isurl:
Lines 50732-50738 tables: Link Here
50732
          mandatory: 0
50732
          mandatory: 0
50733
          kohafield: ""
50733
          kohafield: ""
50734
          tab: 7
50734
          tab: 7
50735
          authorised_value: ""
50735
          authorised_value:
50736
          authtypecode: ""
50736
          authtypecode: ""
50737
          value_builder: ""
50737
          value_builder: ""
50738
          isurl:
50738
          isurl:
Lines 50750-50756 tables: Link Here
50750
          mandatory: 0
50750
          mandatory: 0
50751
          kohafield: ""
50751
          kohafield: ""
50752
          tab: 7
50752
          tab: 7
50753
          authorised_value: ""
50753
          authorised_value:
50754
          authtypecode: ""
50754
          authtypecode: ""
50755
          value_builder: ""
50755
          value_builder: ""
50756
          isurl:
50756
          isurl:
Lines 50768-50774 tables: Link Here
50768
          mandatory: 0
50768
          mandatory: 0
50769
          kohafield: ""
50769
          kohafield: ""
50770
          tab: 7
50770
          tab: 7
50771
          authorised_value: ""
50771
          authorised_value:
50772
          authtypecode: ""
50772
          authtypecode: ""
50773
          value_builder: ""
50773
          value_builder: ""
50774
          isurl:
50774
          isurl:
Lines 50786-50792 tables: Link Here
50786
          mandatory: 0
50786
          mandatory: 0
50787
          kohafield: ""
50787
          kohafield: ""
50788
          tab: 7
50788
          tab: 7
50789
          authorised_value: ""
50789
          authorised_value:
50790
          authtypecode: ""
50790
          authtypecode: ""
50791
          value_builder: ""
50791
          value_builder: ""
50792
          isurl:
50792
          isurl:
Lines 50804-50810 tables: Link Here
50804
          mandatory: 0
50804
          mandatory: 0
50805
          kohafield: ""
50805
          kohafield: ""
50806
          tab: 7
50806
          tab: 7
50807
          authorised_value: ""
50807
          authorised_value:
50808
          authtypecode: ""
50808
          authtypecode: ""
50809
          value_builder: ""
50809
          value_builder: ""
50810
          isurl:
50810
          isurl:
Lines 50822-50828 tables: Link Here
50822
          mandatory: 0
50822
          mandatory: 0
50823
          kohafield: ""
50823
          kohafield: ""
50824
          tab: 7
50824
          tab: 7
50825
          authorised_value: ""
50825
          authorised_value:
50826
          authtypecode: ""
50826
          authtypecode: ""
50827
          value_builder: ""
50827
          value_builder: ""
50828
          isurl:
50828
          isurl:
Lines 50840-50846 tables: Link Here
50840
          mandatory: 0
50840
          mandatory: 0
50841
          kohafield: ""
50841
          kohafield: ""
50842
          tab: 7
50842
          tab: 7
50843
          authorised_value: ""
50843
          authorised_value:
50844
          authtypecode: ""
50844
          authtypecode: ""
50845
          value_builder: ""
50845
          value_builder: ""
50846
          isurl:
50846
          isurl:
Lines 50858-50864 tables: Link Here
50858
          mandatory: 0
50858
          mandatory: 0
50859
          kohafield: ""
50859
          kohafield: ""
50860
          tab: 7
50860
          tab: 7
50861
          authorised_value: ""
50861
          authorised_value:
50862
          authtypecode: ""
50862
          authtypecode: ""
50863
          value_builder: ""
50863
          value_builder: ""
50864
          isurl:
50864
          isurl:
Lines 50876-50882 tables: Link Here
50876
          mandatory: 0
50876
          mandatory: 0
50877
          kohafield: ""
50877
          kohafield: ""
50878
          tab: 7
50878
          tab: 7
50879
          authorised_value: ""
50879
          authorised_value:
50880
          authtypecode: ""
50880
          authtypecode: ""
50881
          value_builder: ""
50881
          value_builder: ""
50882
          isurl:
50882
          isurl:
Lines 50894-50900 tables: Link Here
50894
          mandatory: 0
50894
          mandatory: 0
50895
          kohafield: ""
50895
          kohafield: ""
50896
          tab: 7
50896
          tab: 7
50897
          authorised_value: ""
50897
          authorised_value:
50898
          authtypecode: ""
50898
          authtypecode: ""
50899
          value_builder: ""
50899
          value_builder: ""
50900
          isurl:
50900
          isurl:
Lines 50912-50918 tables: Link Here
50912
          mandatory: 0
50912
          mandatory: 0
50913
          kohafield: ""
50913
          kohafield: ""
50914
          tab: 7
50914
          tab: 7
50915
          authorised_value: ""
50915
          authorised_value:
50916
          authtypecode: ""
50916
          authtypecode: ""
50917
          value_builder: ""
50917
          value_builder: ""
50918
          isurl:
50918
          isurl:
Lines 50930-50936 tables: Link Here
50930
          mandatory: 0
50930
          mandatory: 0
50931
          kohafield: ""
50931
          kohafield: ""
50932
          tab: 7
50932
          tab: 7
50933
          authorised_value: ""
50933
          authorised_value:
50934
          authtypecode: ""
50934
          authtypecode: ""
50935
          value_builder: ""
50935
          value_builder: ""
50936
          isurl:
50936
          isurl:
Lines 50948-50954 tables: Link Here
50948
          mandatory: 0
50948
          mandatory: 0
50949
          kohafield: ""
50949
          kohafield: ""
50950
          tab: 7
50950
          tab: 7
50951
          authorised_value: ""
50951
          authorised_value:
50952
          authtypecode: ""
50952
          authtypecode: ""
50953
          value_builder: ""
50953
          value_builder: ""
50954
          isurl:
50954
          isurl:
Lines 50966-50972 tables: Link Here
50966
          mandatory: 0
50966
          mandatory: 0
50967
          kohafield: ""
50967
          kohafield: ""
50968
          tab: 7
50968
          tab: 7
50969
          authorised_value: ""
50969
          authorised_value:
50970
          authtypecode: ""
50970
          authtypecode: ""
50971
          value_builder: ""
50971
          value_builder: ""
50972
          isurl:
50972
          isurl:
Lines 50984-50990 tables: Link Here
50984
          mandatory: 0
50984
          mandatory: 0
50985
          kohafield: ""
50985
          kohafield: ""
50986
          tab: 7
50986
          tab: 7
50987
          authorised_value: ""
50987
          authorised_value:
50988
          authtypecode: ""
50988
          authtypecode: ""
50989
          value_builder: ""
50989
          value_builder: ""
50990
          isurl:
50990
          isurl:
Lines 51002-51008 tables: Link Here
51002
          mandatory: 0
51002
          mandatory: 0
51003
          kohafield: ""
51003
          kohafield: ""
51004
          tab: 7
51004
          tab: 7
51005
          authorised_value: ""
51005
          authorised_value:
51006
          authtypecode: ""
51006
          authtypecode: ""
51007
          value_builder: ""
51007
          value_builder: ""
51008
          isurl:
51008
          isurl:
Lines 51020-51026 tables: Link Here
51020
          mandatory: 0
51020
          mandatory: 0
51021
          kohafield: ""
51021
          kohafield: ""
51022
          tab: 7
51022
          tab: 7
51023
          authorised_value: ""
51023
          authorised_value:
51024
          authtypecode: ""
51024
          authtypecode: ""
51025
          value_builder: ""
51025
          value_builder: ""
51026
          isurl: 0
51026
          isurl: 0
Lines 51038-51044 tables: Link Here
51038
          mandatory: 0
51038
          mandatory: 0
51039
          kohafield: ""
51039
          kohafield: ""
51040
          tab: 7
51040
          tab: 7
51041
          authorised_value: ""
51041
          authorised_value:
51042
          authtypecode: ""
51042
          authtypecode: ""
51043
          value_builder: ""
51043
          value_builder: ""
51044
          isurl:
51044
          isurl:
Lines 51056-51062 tables: Link Here
51056
          mandatory: 0
51056
          mandatory: 0
51057
          kohafield: ""
51057
          kohafield: ""
51058
          tab: 7
51058
          tab: 7
51059
          authorised_value: ""
51059
          authorised_value:
51060
          authtypecode: ""
51060
          authtypecode: ""
51061
          value_builder: ""
51061
          value_builder: ""
51062
          isurl:
51062
          isurl:
Lines 51074-51080 tables: Link Here
51074
          mandatory: 0
51074
          mandatory: 0
51075
          kohafield: ""
51075
          kohafield: ""
51076
          tab: 7
51076
          tab: 7
51077
          authorised_value: ""
51077
          authorised_value:
51078
          authtypecode: ""
51078
          authtypecode: ""
51079
          value_builder: ""
51079
          value_builder: ""
51080
          isurl:
51080
          isurl:
Lines 51092-51098 tables: Link Here
51092
          mandatory: 0
51092
          mandatory: 0
51093
          kohafield: ""
51093
          kohafield: ""
51094
          tab: 7
51094
          tab: 7
51095
          authorised_value: ""
51095
          authorised_value:
51096
          authtypecode: ""
51096
          authtypecode: ""
51097
          value_builder: ""
51097
          value_builder: ""
51098
          isurl:
51098
          isurl:
Lines 51110-51116 tables: Link Here
51110
          mandatory: 0
51110
          mandatory: 0
51111
          kohafield: ""
51111
          kohafield: ""
51112
          tab: 7
51112
          tab: 7
51113
          authorised_value: ""
51113
          authorised_value:
51114
          authtypecode: ""
51114
          authtypecode: ""
51115
          value_builder: ""
51115
          value_builder: ""
51116
          isurl:
51116
          isurl:
Lines 51128-51134 tables: Link Here
51128
          mandatory: 0
51128
          mandatory: 0
51129
          kohafield: ""
51129
          kohafield: ""
51130
          tab: 7
51130
          tab: 7
51131
          authorised_value: ""
51131
          authorised_value:
51132
          authtypecode: ""
51132
          authtypecode: ""
51133
          value_builder: ""
51133
          value_builder: ""
51134
          isurl: 0
51134
          isurl: 0
Lines 51146-51152 tables: Link Here
51146
          mandatory: 0
51146
          mandatory: 0
51147
          kohafield: ""
51147
          kohafield: ""
51148
          tab: 7
51148
          tab: 7
51149
          authorised_value: ""
51149
          authorised_value:
51150
          authtypecode: CORPO_NAME
51150
          authtypecode: CORPO_NAME
51151
          value_builder: ""
51151
          value_builder: ""
51152
          isurl:
51152
          isurl:
Lines 51164-51170 tables: Link Here
51164
          mandatory: 0
51164
          mandatory: 0
51165
          kohafield: ""
51165
          kohafield: ""
51166
          tab: 7
51166
          tab: 7
51167
          authorised_value: ""
51167
          authorised_value:
51168
          authtypecode: ""
51168
          authtypecode: ""
51169
          value_builder: ""
51169
          value_builder: ""
51170
          isurl:
51170
          isurl:
Lines 51182-51188 tables: Link Here
51182
          mandatory: 0
51182
          mandatory: 0
51183
          kohafield: ""
51183
          kohafield: ""
51184
          tab: 7
51184
          tab: 7
51185
          authorised_value: ""
51185
          authorised_value:
51186
          authtypecode: ""
51186
          authtypecode: ""
51187
          value_builder: ""
51187
          value_builder: ""
51188
          isurl:
51188
          isurl:
Lines 51200-51206 tables: Link Here
51200
          mandatory: 0
51200
          mandatory: 0
51201
          kohafield: ""
51201
          kohafield: ""
51202
          tab: 7
51202
          tab: 7
51203
          authorised_value: ""
51203
          authorised_value:
51204
          authtypecode: ""
51204
          authtypecode: ""
51205
          value_builder: ""
51205
          value_builder: ""
51206
          isurl:
51206
          isurl:
Lines 51218-51224 tables: Link Here
51218
          mandatory: 0
51218
          mandatory: 0
51219
          kohafield: ""
51219
          kohafield: ""
51220
          tab: 7
51220
          tab: 7
51221
          authorised_value: ""
51221
          authorised_value:
51222
          authtypecode: ""
51222
          authtypecode: ""
51223
          value_builder: ""
51223
          value_builder: ""
51224
          isurl:
51224
          isurl:
Lines 51236-51242 tables: Link Here
51236
          mandatory: 0
51236
          mandatory: 0
51237
          kohafield: ""
51237
          kohafield: ""
51238
          tab: 7
51238
          tab: 7
51239
          authorised_value: ""
51239
          authorised_value:
51240
          authtypecode: ""
51240
          authtypecode: ""
51241
          value_builder: ""
51241
          value_builder: ""
51242
          isurl:
51242
          isurl:
Lines 51254-51260 tables: Link Here
51254
          mandatory: 0
51254
          mandatory: 0
51255
          kohafield: ""
51255
          kohafield: ""
51256
          tab: 7
51256
          tab: 7
51257
          authorised_value: ""
51257
          authorised_value:
51258
          authtypecode: ""
51258
          authtypecode: ""
51259
          value_builder: ""
51259
          value_builder: ""
51260
          isurl:
51260
          isurl:
Lines 51272-51278 tables: Link Here
51272
          mandatory: 0
51272
          mandatory: 0
51273
          kohafield: ""
51273
          kohafield: ""
51274
          tab: 7
51274
          tab: 7
51275
          authorised_value: ""
51275
          authorised_value:
51276
          authtypecode: ""
51276
          authtypecode: ""
51277
          value_builder: ""
51277
          value_builder: ""
51278
          isurl:
51278
          isurl:
Lines 51290-51296 tables: Link Here
51290
          mandatory: 0
51290
          mandatory: 0
51291
          kohafield: ""
51291
          kohafield: ""
51292
          tab: 7
51292
          tab: 7
51293
          authorised_value: ""
51293
          authorised_value:
51294
          authtypecode: ""
51294
          authtypecode: ""
51295
          value_builder: ""
51295
          value_builder: ""
51296
          isurl:
51296
          isurl:
Lines 51308-51314 tables: Link Here
51308
          mandatory: 0
51308
          mandatory: 0
51309
          kohafield: ""
51309
          kohafield: ""
51310
          tab: 7
51310
          tab: 7
51311
          authorised_value: ""
51311
          authorised_value:
51312
          authtypecode: ""
51312
          authtypecode: ""
51313
          value_builder: ""
51313
          value_builder: ""
51314
          isurl:
51314
          isurl:
Lines 51326-51332 tables: Link Here
51326
          mandatory: 0
51326
          mandatory: 0
51327
          kohafield: ""
51327
          kohafield: ""
51328
          tab: 7
51328
          tab: 7
51329
          authorised_value: ""
51329
          authorised_value:
51330
          authtypecode: ""
51330
          authtypecode: ""
51331
          value_builder: ""
51331
          value_builder: ""
51332
          isurl:
51332
          isurl:
Lines 51344-51350 tables: Link Here
51344
          mandatory: 0
51344
          mandatory: 0
51345
          kohafield: ""
51345
          kohafield: ""
51346
          tab: 7
51346
          tab: 7
51347
          authorised_value: ""
51347
          authorised_value:
51348
          authtypecode: ""
51348
          authtypecode: ""
51349
          value_builder: ""
51349
          value_builder: ""
51350
          isurl:
51350
          isurl:
Lines 51362-51368 tables: Link Here
51362
          mandatory: 0
51362
          mandatory: 0
51363
          kohafield: ""
51363
          kohafield: ""
51364
          tab: 7
51364
          tab: 7
51365
          authorised_value: ""
51365
          authorised_value:
51366
          authtypecode: ""
51366
          authtypecode: ""
51367
          value_builder: ""
51367
          value_builder: ""
51368
          isurl:
51368
          isurl:
Lines 51380-51386 tables: Link Here
51380
          mandatory: 0
51380
          mandatory: 0
51381
          kohafield: ""
51381
          kohafield: ""
51382
          tab: 7
51382
          tab: 7
51383
          authorised_value: ""
51383
          authorised_value:
51384
          authtypecode: ""
51384
          authtypecode: ""
51385
          value_builder: ""
51385
          value_builder: ""
51386
          isurl:
51386
          isurl:
Lines 51398-51404 tables: Link Here
51398
          mandatory: 0
51398
          mandatory: 0
51399
          kohafield: ""
51399
          kohafield: ""
51400
          tab: 7
51400
          tab: 7
51401
          authorised_value: ""
51401
          authorised_value:
51402
          authtypecode: ""
51402
          authtypecode: ""
51403
          value_builder: ""
51403
          value_builder: ""
51404
          isurl:
51404
          isurl:
Lines 51416-51422 tables: Link Here
51416
          mandatory: 0
51416
          mandatory: 0
51417
          kohafield: ""
51417
          kohafield: ""
51418
          tab: 7
51418
          tab: 7
51419
          authorised_value: ""
51419
          authorised_value:
51420
          authtypecode: ""
51420
          authtypecode: ""
51421
          value_builder: ""
51421
          value_builder: ""
51422
          isurl:
51422
          isurl:
Lines 51434-51440 tables: Link Here
51434
          mandatory: 0
51434
          mandatory: 0
51435
          kohafield: ""
51435
          kohafield: ""
51436
          tab: 7
51436
          tab: 7
51437
          authorised_value: ""
51437
          authorised_value:
51438
          authtypecode: ""
51438
          authtypecode: ""
51439
          value_builder: ""
51439
          value_builder: ""
51440
          isurl:
51440
          isurl:
Lines 51452-51458 tables: Link Here
51452
          mandatory: 0
51452
          mandatory: 0
51453
          kohafield: ""
51453
          kohafield: ""
51454
          tab: 7
51454
          tab: 7
51455
          authorised_value: ""
51455
          authorised_value:
51456
          authtypecode: ""
51456
          authtypecode: ""
51457
          value_builder: ""
51457
          value_builder: ""
51458
          isurl:
51458
          isurl:
Lines 51470-51476 tables: Link Here
51470
          mandatory: 0
51470
          mandatory: 0
51471
          kohafield: ""
51471
          kohafield: ""
51472
          tab: 7
51472
          tab: 7
51473
          authorised_value: ""
51473
          authorised_value:
51474
          authtypecode: ""
51474
          authtypecode: ""
51475
          value_builder: ""
51475
          value_builder: ""
51476
          isurl:
51476
          isurl:
Lines 51488-51494 tables: Link Here
51488
          mandatory: 0
51488
          mandatory: 0
51489
          kohafield: ""
51489
          kohafield: ""
51490
          tab: 7
51490
          tab: 7
51491
          authorised_value: ""
51491
          authorised_value:
51492
          authtypecode: ""
51492
          authtypecode: ""
51493
          value_builder: ""
51493
          value_builder: ""
51494
          isurl: 0
51494
          isurl: 0
Lines 51596-51602 tables: Link Here
51596
          mandatory: 0
51596
          mandatory: 0
51597
          kohafield: ""
51597
          kohafield: ""
51598
          tab: 7
51598
          tab: 7
51599
          authorised_value: ""
51599
          authorised_value:
51600
          authtypecode: ""
51600
          authtypecode: ""
51601
          value_builder: ""
51601
          value_builder: ""
51602
          isurl: 0
51602
          isurl: 0
Lines 51920-51926 tables: Link Here
51920
          mandatory: 0
51920
          mandatory: 0
51921
          kohafield: ""
51921
          kohafield: ""
51922
          tab: 7
51922
          tab: 7
51923
          authorised_value: ""
51923
          authorised_value:
51924
          authtypecode: ""
51924
          authtypecode: ""
51925
          value_builder: ""
51925
          value_builder: ""
51926
          isurl: 0
51926
          isurl: 0
Lines 51938-51944 tables: Link Here
51938
          mandatory: 0
51938
          mandatory: 0
51939
          kohafield: ""
51939
          kohafield: ""
51940
          tab: 7
51940
          tab: 7
51941
          authorised_value: ""
51941
          authorised_value:
51942
          authtypecode: ""
51942
          authtypecode: ""
51943
          value_builder: ""
51943
          value_builder: ""
51944
          isurl:
51944
          isurl:
Lines 51956-51962 tables: Link Here
51956
          mandatory: 0
51956
          mandatory: 0
51957
          kohafield: ""
51957
          kohafield: ""
51958
          tab: 7
51958
          tab: 7
51959
          authorised_value: ""
51959
          authorised_value:
51960
          authtypecode: ""
51960
          authtypecode: ""
51961
          value_builder: ""
51961
          value_builder: ""
51962
          isurl:
51962
          isurl:
Lines 51974-51980 tables: Link Here
51974
          mandatory: 0
51974
          mandatory: 0
51975
          kohafield: ""
51975
          kohafield: ""
51976
          tab: 7
51976
          tab: 7
51977
          authorised_value: ""
51977
          authorised_value:
51978
          authtypecode: ""
51978
          authtypecode: ""
51979
          value_builder: ""
51979
          value_builder: ""
51980
          isurl:
51980
          isurl:
Lines 51992-51998 tables: Link Here
51992
          mandatory: 0
51992
          mandatory: 0
51993
          kohafield: ""
51993
          kohafield: ""
51994
          tab: 7
51994
          tab: 7
51995
          authorised_value: ""
51995
          authorised_value:
51996
          authtypecode: ""
51996
          authtypecode: ""
51997
          value_builder: ""
51997
          value_builder: ""
51998
          isurl:
51998
          isurl:
Lines 52010-52016 tables: Link Here
52010
          mandatory: 0
52010
          mandatory: 0
52011
          kohafield: ""
52011
          kohafield: ""
52012
          tab: 7
52012
          tab: 7
52013
          authorised_value: ""
52013
          authorised_value:
52014
          authtypecode: ""
52014
          authtypecode: ""
52015
          value_builder: ""
52015
          value_builder: ""
52016
          isurl: 0
52016
          isurl: 0
Lines 52028-52034 tables: Link Here
52028
          mandatory: 0
52028
          mandatory: 0
52029
          kohafield: ""
52029
          kohafield: ""
52030
          tab: 7
52030
          tab: 7
52031
          authorised_value: ""
52031
          authorised_value:
52032
          authtypecode: UNIF_TITLE
52032
          authtypecode: UNIF_TITLE
52033
          value_builder: ""
52033
          value_builder: ""
52034
          isurl:
52034
          isurl:
Lines 52046-52052 tables: Link Here
52046
          mandatory: 0
52046
          mandatory: 0
52047
          kohafield: ""
52047
          kohafield: ""
52048
          tab: 7
52048
          tab: 7
52049
          authorised_value: ""
52049
          authorised_value:
52050
          authtypecode: ""
52050
          authtypecode: ""
52051
          value_builder: ""
52051
          value_builder: ""
52052
          isurl:
52052
          isurl:
Lines 52064-52070 tables: Link Here
52064
          mandatory: 0
52064
          mandatory: 0
52065
          kohafield: ""
52065
          kohafield: ""
52066
          tab: 7
52066
          tab: 7
52067
          authorised_value: ""
52067
          authorised_value:
52068
          authtypecode: ""
52068
          authtypecode: ""
52069
          value_builder: ""
52069
          value_builder: ""
52070
          isurl:
52070
          isurl:
Lines 52082-52088 tables: Link Here
52082
          mandatory: 0
52082
          mandatory: 0
52083
          kohafield: ""
52083
          kohafield: ""
52084
          tab: 7
52084
          tab: 7
52085
          authorised_value: ""
52085
          authorised_value:
52086
          authtypecode: ""
52086
          authtypecode: ""
52087
          value_builder: ""
52087
          value_builder: ""
52088
          isurl:
52088
          isurl:
Lines 52100-52106 tables: Link Here
52100
          mandatory: 0
52100
          mandatory: 0
52101
          kohafield: ""
52101
          kohafield: ""
52102
          tab: 7
52102
          tab: 7
52103
          authorised_value: ""
52103
          authorised_value:
52104
          authtypecode: ""
52104
          authtypecode: ""
52105
          value_builder: ""
52105
          value_builder: ""
52106
          isurl:
52106
          isurl:
Lines 52118-52124 tables: Link Here
52118
          mandatory: 0
52118
          mandatory: 0
52119
          kohafield: ""
52119
          kohafield: ""
52120
          tab: 7
52120
          tab: 7
52121
          authorised_value: ""
52121
          authorised_value:
52122
          authtypecode: ""
52122
          authtypecode: ""
52123
          value_builder: ""
52123
          value_builder: ""
52124
          isurl:
52124
          isurl:
Lines 52136-52142 tables: Link Here
52136
          mandatory: 0
52136
          mandatory: 0
52137
          kohafield: ""
52137
          kohafield: ""
52138
          tab: 7
52138
          tab: 7
52139
          authorised_value: ""
52139
          authorised_value:
52140
          authtypecode: ""
52140
          authtypecode: ""
52141
          value_builder: ""
52141
          value_builder: ""
52142
          isurl:
52142
          isurl:
Lines 52154-52160 tables: Link Here
52154
          mandatory: 0
52154
          mandatory: 0
52155
          kohafield: ""
52155
          kohafield: ""
52156
          tab: 7
52156
          tab: 7
52157
          authorised_value: ""
52157
          authorised_value:
52158
          authtypecode: ""
52158
          authtypecode: ""
52159
          value_builder: ""
52159
          value_builder: ""
52160
          isurl:
52160
          isurl:
Lines 52172-52178 tables: Link Here
52172
          mandatory: 0
52172
          mandatory: 0
52173
          kohafield: ""
52173
          kohafield: ""
52174
          tab: 7
52174
          tab: 7
52175
          authorised_value: ""
52175
          authorised_value:
52176
          authtypecode: ""
52176
          authtypecode: ""
52177
          value_builder: ""
52177
          value_builder: ""
52178
          isurl:
52178
          isurl:
Lines 52190-52196 tables: Link Here
52190
          mandatory: 0
52190
          mandatory: 0
52191
          kohafield: ""
52191
          kohafield: ""
52192
          tab: 7
52192
          tab: 7
52193
          authorised_value: ""
52193
          authorised_value:
52194
          authtypecode: ""
52194
          authtypecode: ""
52195
          value_builder: ""
52195
          value_builder: ""
52196
          isurl:
52196
          isurl:
Lines 52208-52214 tables: Link Here
52208
          mandatory: 0
52208
          mandatory: 0
52209
          kohafield: ""
52209
          kohafield: ""
52210
          tab: 7
52210
          tab: 7
52211
          authorised_value: ""
52211
          authorised_value:
52212
          authtypecode: ""
52212
          authtypecode: ""
52213
          value_builder: ""
52213
          value_builder: ""
52214
          isurl:
52214
          isurl:
Lines 52226-52232 tables: Link Here
52226
          mandatory: 0
52226
          mandatory: 0
52227
          kohafield: ""
52227
          kohafield: ""
52228
          tab: 7
52228
          tab: 7
52229
          authorised_value: ""
52229
          authorised_value:
52230
          authtypecode: ""
52230
          authtypecode: ""
52231
          value_builder: ""
52231
          value_builder: ""
52232
          isurl:
52232
          isurl:
Lines 52244-52250 tables: Link Here
52244
          mandatory: 0
52244
          mandatory: 0
52245
          kohafield: ""
52245
          kohafield: ""
52246
          tab: 7
52246
          tab: 7
52247
          authorised_value: ""
52247
          authorised_value:
52248
          authtypecode: ""
52248
          authtypecode: ""
52249
          value_builder: ""
52249
          value_builder: ""
52250
          isurl:
52250
          isurl:
Lines 52262-52268 tables: Link Here
52262
          mandatory: 0
52262
          mandatory: 0
52263
          kohafield: ""
52263
          kohafield: ""
52264
          tab: 7
52264
          tab: 7
52265
          authorised_value: ""
52265
          authorised_value:
52266
          authtypecode: ""
52266
          authtypecode: ""
52267
          value_builder: ""
52267
          value_builder: ""
52268
          isurl:
52268
          isurl:
Lines 52280-52286 tables: Link Here
52280
          mandatory: 0
52280
          mandatory: 0
52281
          kohafield: ""
52281
          kohafield: ""
52282
          tab: 7
52282
          tab: 7
52283
          authorised_value: ""
52283
          authorised_value:
52284
          authtypecode: ""
52284
          authtypecode: ""
52285
          value_builder: ""
52285
          value_builder: ""
52286
          isurl:
52286
          isurl:
Lines 52298-52304 tables: Link Here
52298
          mandatory: 0
52298
          mandatory: 0
52299
          kohafield: ""
52299
          kohafield: ""
52300
          tab: 8
52300
          tab: 8
52301
          authorised_value: ""
52301
          authorised_value:
52302
          authtypecode: ""
52302
          authtypecode: ""
52303
          value_builder: ""
52303
          value_builder: ""
52304
          isurl:
52304
          isurl:
Lines 52316-52322 tables: Link Here
52316
          mandatory: 0
52316
          mandatory: 0
52317
          kohafield: ""
52317
          kohafield: ""
52318
          tab: 8
52318
          tab: 8
52319
          authorised_value: ""
52319
          authorised_value:
52320
          authtypecode: ""
52320
          authtypecode: ""
52321
          value_builder: ""
52321
          value_builder: ""
52322
          isurl:
52322
          isurl:
Lines 52334-52340 tables: Link Here
52334
          mandatory: 0
52334
          mandatory: 0
52335
          kohafield: ""
52335
          kohafield: ""
52336
          tab: 1
52336
          tab: 1
52337
          authorised_value: ""
52337
          authorised_value:
52338
          authtypecode: ""
52338
          authtypecode: ""
52339
          value_builder: ""
52339
          value_builder: ""
52340
          isurl:
52340
          isurl:
Lines 52352-52358 tables: Link Here
52352
          mandatory: 0
52352
          mandatory: 0
52353
          kohafield: ""
52353
          kohafield: ""
52354
          tab: 8
52354
          tab: 8
52355
          authorised_value: ""
52355
          authorised_value:
52356
          authtypecode: ""
52356
          authtypecode: ""
52357
          value_builder: ""
52357
          value_builder: ""
52358
          isurl:
52358
          isurl:
Lines 52370-52376 tables: Link Here
52370
          mandatory: 0
52370
          mandatory: 0
52371
          kohafield: ""
52371
          kohafield: ""
52372
          tab: 8
52372
          tab: 8
52373
          authorised_value: ""
52373
          authorised_value:
52374
          authtypecode: ""
52374
          authtypecode: ""
52375
          value_builder: ""
52375
          value_builder: ""
52376
          isurl:
52376
          isurl:
Lines 52388-52394 tables: Link Here
52388
          mandatory: 0
52388
          mandatory: 0
52389
          kohafield: ""
52389
          kohafield: ""
52390
          tab: 8
52390
          tab: 8
52391
          authorised_value: ""
52391
          authorised_value:
52392
          authtypecode: ""
52392
          authtypecode: ""
52393
          value_builder: ""
52393
          value_builder: ""
52394
          isurl:
52394
          isurl:
Lines 52406-52412 tables: Link Here
52406
          mandatory: 0
52406
          mandatory: 0
52407
          kohafield: ""
52407
          kohafield: ""
52408
          tab: 8
52408
          tab: 8
52409
          authorised_value: ""
52409
          authorised_value:
52410
          authtypecode: ""
52410
          authtypecode: ""
52411
          value_builder: ""
52411
          value_builder: ""
52412
          isurl:
52412
          isurl:
Lines 52424-52430 tables: Link Here
52424
          mandatory: 0
52424
          mandatory: 0
52425
          kohafield: ""
52425
          kohafield: ""
52426
          tab: 8
52426
          tab: 8
52427
          authorised_value: ""
52427
          authorised_value:
52428
          authtypecode: ""
52428
          authtypecode: ""
52429
          value_builder: ""
52429
          value_builder: ""
52430
          isurl:
52430
          isurl:
Lines 52442-52448 tables: Link Here
52442
          mandatory: 0
52442
          mandatory: 0
52443
          kohafield: ""
52443
          kohafield: ""
52444
          tab: 8
52444
          tab: 8
52445
          authorised_value: ""
52445
          authorised_value:
52446
          authtypecode: ""
52446
          authtypecode: ""
52447
          value_builder: ""
52447
          value_builder: ""
52448
          isurl:
52448
          isurl:
Lines 52460-52466 tables: Link Here
52460
          mandatory: 0
52460
          mandatory: 0
52461
          kohafield: ""
52461
          kohafield: ""
52462
          tab: 8
52462
          tab: 8
52463
          authorised_value: ""
52463
          authorised_value:
52464
          authtypecode: ""
52464
          authtypecode: ""
52465
          value_builder: ""
52465
          value_builder: ""
52466
          isurl: 0
52466
          isurl: 0
Lines 52478-52484 tables: Link Here
52478
          mandatory: 0
52478
          mandatory: 0
52479
          kohafield: ""
52479
          kohafield: ""
52480
          tab: 8
52480
          tab: 8
52481
          authorised_value: ""
52481
          authorised_value:
52482
          authtypecode: PERSO_NAME
52482
          authtypecode: PERSO_NAME
52483
          value_builder: ""
52483
          value_builder: ""
52484
          isurl:
52484
          isurl:
Lines 52496-52502 tables: Link Here
52496
          mandatory: 0
52496
          mandatory: 0
52497
          kohafield: ""
52497
          kohafield: ""
52498
          tab: 8
52498
          tab: 8
52499
          authorised_value: ""
52499
          authorised_value:
52500
          authtypecode: ""
52500
          authtypecode: ""
52501
          value_builder: ""
52501
          value_builder: ""
52502
          isurl:
52502
          isurl:
Lines 52514-52520 tables: Link Here
52514
          mandatory: 0
52514
          mandatory: 0
52515
          kohafield: ""
52515
          kohafield: ""
52516
          tab: 8
52516
          tab: 8
52517
          authorised_value: ""
52517
          authorised_value:
52518
          authtypecode: ""
52518
          authtypecode: ""
52519
          value_builder: ""
52519
          value_builder: ""
52520
          isurl:
52520
          isurl:
Lines 52532-52538 tables: Link Here
52532
          mandatory: 0
52532
          mandatory: 0
52533
          kohafield: ""
52533
          kohafield: ""
52534
          tab: 8
52534
          tab: 8
52535
          authorised_value: ""
52535
          authorised_value:
52536
          authtypecode: ""
52536
          authtypecode: ""
52537
          value_builder: ""
52537
          value_builder: ""
52538
          isurl:
52538
          isurl:
Lines 52550-52556 tables: Link Here
52550
          mandatory: 0
52550
          mandatory: 0
52551
          kohafield: ""
52551
          kohafield: ""
52552
          tab: 8
52552
          tab: 8
52553
          authorised_value: ""
52553
          authorised_value:
52554
          authtypecode: ""
52554
          authtypecode: ""
52555
          value_builder: ""
52555
          value_builder: ""
52556
          isurl:
52556
          isurl:
Lines 52568-52574 tables: Link Here
52568
          mandatory: 0
52568
          mandatory: 0
52569
          kohafield: ""
52569
          kohafield: ""
52570
          tab: 8
52570
          tab: 8
52571
          authorised_value: ""
52571
          authorised_value:
52572
          authtypecode: ""
52572
          authtypecode: ""
52573
          value_builder: ""
52573
          value_builder: ""
52574
          isurl:
52574
          isurl:
Lines 52586-52592 tables: Link Here
52586
          mandatory: 0
52586
          mandatory: 0
52587
          kohafield: ""
52587
          kohafield: ""
52588
          tab: 8
52588
          tab: 8
52589
          authorised_value: ""
52589
          authorised_value:
52590
          authtypecode: ""
52590
          authtypecode: ""
52591
          value_builder: ""
52591
          value_builder: ""
52592
          isurl:
52592
          isurl:
Lines 52604-52610 tables: Link Here
52604
          mandatory: 0
52604
          mandatory: 0
52605
          kohafield: ""
52605
          kohafield: ""
52606
          tab: 8
52606
          tab: 8
52607
          authorised_value: ""
52607
          authorised_value:
52608
          authtypecode: ""
52608
          authtypecode: ""
52609
          value_builder: ""
52609
          value_builder: ""
52610
          isurl:
52610
          isurl:
Lines 52622-52628 tables: Link Here
52622
          mandatory: 0
52622
          mandatory: 0
52623
          kohafield: ""
52623
          kohafield: ""
52624
          tab: 8
52624
          tab: 8
52625
          authorised_value: ""
52625
          authorised_value:
52626
          authtypecode: ""
52626
          authtypecode: ""
52627
          value_builder: ""
52627
          value_builder: ""
52628
          isurl:
52628
          isurl:
Lines 52640-52646 tables: Link Here
52640
          mandatory: 0
52640
          mandatory: 0
52641
          kohafield: ""
52641
          kohafield: ""
52642
          tab: 8
52642
          tab: 8
52643
          authorised_value: ""
52643
          authorised_value:
52644
          authtypecode: ""
52644
          authtypecode: ""
52645
          value_builder: ""
52645
          value_builder: ""
52646
          isurl:
52646
          isurl:
Lines 52658-52664 tables: Link Here
52658
          mandatory: 0
52658
          mandatory: 0
52659
          kohafield: ""
52659
          kohafield: ""
52660
          tab: 8
52660
          tab: 8
52661
          authorised_value: ""
52661
          authorised_value:
52662
          authtypecode: ""
52662
          authtypecode: ""
52663
          value_builder: ""
52663
          value_builder: ""
52664
          isurl:
52664
          isurl:
Lines 52676-52682 tables: Link Here
52676
          mandatory: 0
52676
          mandatory: 0
52677
          kohafield: ""
52677
          kohafield: ""
52678
          tab: 8
52678
          tab: 8
52679
          authorised_value: ""
52679
          authorised_value:
52680
          authtypecode: ""
52680
          authtypecode: ""
52681
          value_builder: ""
52681
          value_builder: ""
52682
          isurl:
52682
          isurl:
Lines 52694-52700 tables: Link Here
52694
          mandatory: 0
52694
          mandatory: 0
52695
          kohafield: ""
52695
          kohafield: ""
52696
          tab: 8
52696
          tab: 8
52697
          authorised_value: ""
52697
          authorised_value:
52698
          authtypecode: ""
52698
          authtypecode: ""
52699
          value_builder: ""
52699
          value_builder: ""
52700
          isurl:
52700
          isurl:
Lines 52712-52718 tables: Link Here
52712
          mandatory: 0
52712
          mandatory: 0
52713
          kohafield: ""
52713
          kohafield: ""
52714
          tab: 8
52714
          tab: 8
52715
          authorised_value: ""
52715
          authorised_value:
52716
          authtypecode: ""
52716
          authtypecode: ""
52717
          value_builder: ""
52717
          value_builder: ""
52718
          isurl:
52718
          isurl:
Lines 52730-52736 tables: Link Here
52730
          mandatory: 0
52730
          mandatory: 0
52731
          kohafield: ""
52731
          kohafield: ""
52732
          tab: 8
52732
          tab: 8
52733
          authorised_value: ""
52733
          authorised_value:
52734
          authtypecode: ""
52734
          authtypecode: ""
52735
          value_builder: ""
52735
          value_builder: ""
52736
          isurl:
52736
          isurl:
Lines 52748-52754 tables: Link Here
52748
          mandatory: 0
52748
          mandatory: 0
52749
          kohafield: ""
52749
          kohafield: ""
52750
          tab: 8
52750
          tab: 8
52751
          authorised_value: ""
52751
          authorised_value:
52752
          authtypecode: ""
52752
          authtypecode: ""
52753
          value_builder: ""
52753
          value_builder: ""
52754
          isurl:
52754
          isurl:
Lines 52766-52772 tables: Link Here
52766
          mandatory: 0
52766
          mandatory: 0
52767
          kohafield: ""
52767
          kohafield: ""
52768
          tab: 8
52768
          tab: 8
52769
          authorised_value: ""
52769
          authorised_value:
52770
          authtypecode: ""
52770
          authtypecode: ""
52771
          value_builder: ""
52771
          value_builder: ""
52772
          isurl:
52772
          isurl:
Lines 52784-52790 tables: Link Here
52784
          mandatory: 0
52784
          mandatory: 0
52785
          kohafield: ""
52785
          kohafield: ""
52786
          tab: 8
52786
          tab: 8
52787
          authorised_value: ""
52787
          authorised_value:
52788
          authtypecode: ""
52788
          authtypecode: ""
52789
          value_builder: ""
52789
          value_builder: ""
52790
          isurl:
52790
          isurl:
Lines 52802-52808 tables: Link Here
52802
          mandatory: 0
52802
          mandatory: 0
52803
          kohafield: ""
52803
          kohafield: ""
52804
          tab: 8
52804
          tab: 8
52805
          authorised_value: ""
52805
          authorised_value:
52806
          authtypecode: ""
52806
          authtypecode: ""
52807
          value_builder: ""
52807
          value_builder: ""
52808
          isurl:
52808
          isurl:
Lines 52820-52826 tables: Link Here
52820
          mandatory: 0
52820
          mandatory: 0
52821
          kohafield: ""
52821
          kohafield: ""
52822
          tab: 8
52822
          tab: 8
52823
          authorised_value: ""
52823
          authorised_value:
52824
          authtypecode: ""
52824
          authtypecode: ""
52825
          value_builder: ""
52825
          value_builder: ""
52826
          isurl:
52826
          isurl:
Lines 52838-52844 tables: Link Here
52838
          mandatory: 0
52838
          mandatory: 0
52839
          kohafield: ""
52839
          kohafield: ""
52840
          tab: 8
52840
          tab: 8
52841
          authorised_value: ""
52841
          authorised_value:
52842
          authtypecode: ""
52842
          authtypecode: ""
52843
          value_builder: ""
52843
          value_builder: ""
52844
          isurl:
52844
          isurl:
Lines 52874-52880 tables: Link Here
52874
          mandatory: 0
52874
          mandatory: 0
52875
          kohafield: ""
52875
          kohafield: ""
52876
          tab: 8
52876
          tab: 8
52877
          authorised_value: ""
52877
          authorised_value:
52878
          authtypecode: ""
52878
          authtypecode: ""
52879
          value_builder: ""
52879
          value_builder: ""
52880
          isurl:
52880
          isurl:
Lines 52892-52898 tables: Link Here
52892
          mandatory: 0
52892
          mandatory: 0
52893
          kohafield: ""
52893
          kohafield: ""
52894
          tab: 8
52894
          tab: 8
52895
          authorised_value: ""
52895
          authorised_value:
52896
          authtypecode: ""
52896
          authtypecode: ""
52897
          value_builder: ""
52897
          value_builder: ""
52898
          isurl:
52898
          isurl:
Lines 52910-52916 tables: Link Here
52910
          mandatory: 0
52910
          mandatory: 0
52911
          kohafield: ""
52911
          kohafield: ""
52912
          tab: 8
52912
          tab: 8
52913
          authorised_value: ""
52913
          authorised_value:
52914
          authtypecode: ""
52914
          authtypecode: ""
52915
          value_builder: ""
52915
          value_builder: ""
52916
          isurl:
52916
          isurl:
Lines 52928-52934 tables: Link Here
52928
          mandatory: 0
52928
          mandatory: 0
52929
          kohafield: ""
52929
          kohafield: ""
52930
          tab: 1
52930
          tab: 1
52931
          authorised_value: ""
52931
          authorised_value:
52932
          authtypecode: ""
52932
          authtypecode: ""
52933
          value_builder: ""
52933
          value_builder: ""
52934
          isurl:
52934
          isurl:
Lines 52946-52952 tables: Link Here
52946
          mandatory: 0
52946
          mandatory: 0
52947
          kohafield: ""
52947
          kohafield: ""
52948
          tab: 8
52948
          tab: 8
52949
          authorised_value: ""
52949
          authorised_value:
52950
          authtypecode: ""
52950
          authtypecode: ""
52951
          value_builder: ""
52951
          value_builder: ""
52952
          isurl:
52952
          isurl:
Lines 52964-52970 tables: Link Here
52964
          mandatory: 0
52964
          mandatory: 0
52965
          kohafield: ""
52965
          kohafield: ""
52966
          tab: 8
52966
          tab: 8
52967
          authorised_value: ""
52967
          authorised_value:
52968
          authtypecode: ""
52968
          authtypecode: ""
52969
          value_builder: ""
52969
          value_builder: ""
52970
          isurl:
52970
          isurl:
Lines 52982-52988 tables: Link Here
52982
          mandatory: 0
52982
          mandatory: 0
52983
          kohafield: ""
52983
          kohafield: ""
52984
          tab: 8
52984
          tab: 8
52985
          authorised_value: ""
52985
          authorised_value:
52986
          authtypecode: ""
52986
          authtypecode: ""
52987
          value_builder: ""
52987
          value_builder: ""
52988
          isurl:
52988
          isurl:
Lines 53000-53006 tables: Link Here
53000
          mandatory: 0
53000
          mandatory: 0
53001
          kohafield: ""
53001
          kohafield: ""
53002
          tab: 8
53002
          tab: 8
53003
          authorised_value: ""
53003
          authorised_value:
53004
          authtypecode: ""
53004
          authtypecode: ""
53005
          value_builder: ""
53005
          value_builder: ""
53006
          isurl:
53006
          isurl:
Lines 53018-53024 tables: Link Here
53018
          mandatory: 0
53018
          mandatory: 0
53019
          kohafield: ""
53019
          kohafield: ""
53020
          tab: 8
53020
          tab: 8
53021
          authorised_value: ""
53021
          authorised_value:
53022
          authtypecode: ""
53022
          authtypecode: ""
53023
          value_builder: ""
53023
          value_builder: ""
53024
          isurl:
53024
          isurl:
Lines 53036-53042 tables: Link Here
53036
          mandatory: 0
53036
          mandatory: 0
53037
          kohafield: ""
53037
          kohafield: ""
53038
          tab: 8
53038
          tab: 8
53039
          authorised_value: ""
53039
          authorised_value:
53040
          authtypecode: ""
53040
          authtypecode: ""
53041
          value_builder: ""
53041
          value_builder: ""
53042
          isurl:
53042
          isurl:
Lines 53054-53060 tables: Link Here
53054
          mandatory: 0
53054
          mandatory: 0
53055
          kohafield: ""
53055
          kohafield: ""
53056
          tab: 8
53056
          tab: 8
53057
          authorised_value: ""
53057
          authorised_value:
53058
          authtypecode: ""
53058
          authtypecode: ""
53059
          value_builder: ""
53059
          value_builder: ""
53060
          isurl: 0
53060
          isurl: 0
Lines 53072-53078 tables: Link Here
53072
          mandatory: 0
53072
          mandatory: 0
53073
          kohafield: ""
53073
          kohafield: ""
53074
          tab: 8
53074
          tab: 8
53075
          authorised_value: ""
53075
          authorised_value:
53076
          authtypecode: CORPO_NAME
53076
          authtypecode: CORPO_NAME
53077
          value_builder: ""
53077
          value_builder: ""
53078
          isurl:
53078
          isurl:
Lines 53090-53096 tables: Link Here
53090
          mandatory: 0
53090
          mandatory: 0
53091
          kohafield: ""
53091
          kohafield: ""
53092
          tab: 8
53092
          tab: 8
53093
          authorised_value: ""
53093
          authorised_value:
53094
          authtypecode: ""
53094
          authtypecode: ""
53095
          value_builder: ""
53095
          value_builder: ""
53096
          isurl:
53096
          isurl:
Lines 53108-53114 tables: Link Here
53108
          mandatory: 0
53108
          mandatory: 0
53109
          kohafield: ""
53109
          kohafield: ""
53110
          tab: 8
53110
          tab: 8
53111
          authorised_value: ""
53111
          authorised_value:
53112
          authtypecode: ""
53112
          authtypecode: ""
53113
          value_builder: ""
53113
          value_builder: ""
53114
          isurl:
53114
          isurl:
Lines 53126-53132 tables: Link Here
53126
          mandatory: 0
53126
          mandatory: 0
53127
          kohafield: ""
53127
          kohafield: ""
53128
          tab: 8
53128
          tab: 8
53129
          authorised_value: ""
53129
          authorised_value:
53130
          authtypecode: ""
53130
          authtypecode: ""
53131
          value_builder: ""
53131
          value_builder: ""
53132
          isurl:
53132
          isurl:
Lines 53144-53150 tables: Link Here
53144
          mandatory: 0
53144
          mandatory: 0
53145
          kohafield: ""
53145
          kohafield: ""
53146
          tab: 8
53146
          tab: 8
53147
          authorised_value: ""
53147
          authorised_value:
53148
          authtypecode: ""
53148
          authtypecode: ""
53149
          value_builder: ""
53149
          value_builder: ""
53150
          isurl:
53150
          isurl:
Lines 53162-53168 tables: Link Here
53162
          mandatory: 0
53162
          mandatory: 0
53163
          kohafield: ""
53163
          kohafield: ""
53164
          tab: 8
53164
          tab: 8
53165
          authorised_value: ""
53165
          authorised_value:
53166
          authtypecode: ""
53166
          authtypecode: ""
53167
          value_builder: ""
53167
          value_builder: ""
53168
          isurl:
53168
          isurl:
Lines 53180-53186 tables: Link Here
53180
          mandatory: 0
53180
          mandatory: 0
53181
          kohafield: ""
53181
          kohafield: ""
53182
          tab: 8
53182
          tab: 8
53183
          authorised_value: ""
53183
          authorised_value:
53184
          authtypecode: ""
53184
          authtypecode: ""
53185
          value_builder: ""
53185
          value_builder: ""
53186
          isurl:
53186
          isurl:
Lines 53198-53204 tables: Link Here
53198
          mandatory: 0
53198
          mandatory: 0
53199
          kohafield: ""
53199
          kohafield: ""
53200
          tab: 8
53200
          tab: 8
53201
          authorised_value: ""
53201
          authorised_value:
53202
          authtypecode: ""
53202
          authtypecode: ""
53203
          value_builder: ""
53203
          value_builder: ""
53204
          isurl:
53204
          isurl:
Lines 53216-53222 tables: Link Here
53216
          mandatory: 0
53216
          mandatory: 0
53217
          kohafield: ""
53217
          kohafield: ""
53218
          tab: 8
53218
          tab: 8
53219
          authorised_value: ""
53219
          authorised_value:
53220
          authtypecode: ""
53220
          authtypecode: ""
53221
          value_builder: ""
53221
          value_builder: ""
53222
          isurl:
53222
          isurl:
Lines 53234-53240 tables: Link Here
53234
          mandatory: 0
53234
          mandatory: 0
53235
          kohafield: ""
53235
          kohafield: ""
53236
          tab: 8
53236
          tab: 8
53237
          authorised_value: ""
53237
          authorised_value:
53238
          authtypecode: ""
53238
          authtypecode: ""
53239
          value_builder: ""
53239
          value_builder: ""
53240
          isurl:
53240
          isurl:
Lines 53252-53258 tables: Link Here
53252
          mandatory: 0
53252
          mandatory: 0
53253
          kohafield: ""
53253
          kohafield: ""
53254
          tab: 8
53254
          tab: 8
53255
          authorised_value: ""
53255
          authorised_value:
53256
          authtypecode: ""
53256
          authtypecode: ""
53257
          value_builder: ""
53257
          value_builder: ""
53258
          isurl:
53258
          isurl:
Lines 53270-53276 tables: Link Here
53270
          mandatory: 0
53270
          mandatory: 0
53271
          kohafield: ""
53271
          kohafield: ""
53272
          tab: 8
53272
          tab: 8
53273
          authorised_value: ""
53273
          authorised_value:
53274
          authtypecode: ""
53274
          authtypecode: ""
53275
          value_builder: ""
53275
          value_builder: ""
53276
          isurl:
53276
          isurl:
Lines 53288-53294 tables: Link Here
53288
          mandatory: 0
53288
          mandatory: 0
53289
          kohafield: ""
53289
          kohafield: ""
53290
          tab: 8
53290
          tab: 8
53291
          authorised_value: ""
53291
          authorised_value:
53292
          authtypecode: ""
53292
          authtypecode: ""
53293
          value_builder: ""
53293
          value_builder: ""
53294
          isurl:
53294
          isurl:
Lines 53306-53312 tables: Link Here
53306
          mandatory: 0
53306
          mandatory: 0
53307
          kohafield: ""
53307
          kohafield: ""
53308
          tab: 8
53308
          tab: 8
53309
          authorised_value: ""
53309
          authorised_value:
53310
          authtypecode: ""
53310
          authtypecode: ""
53311
          value_builder: ""
53311
          value_builder: ""
53312
          isurl:
53312
          isurl:
Lines 53324-53330 tables: Link Here
53324
          mandatory: 0
53324
          mandatory: 0
53325
          kohafield: ""
53325
          kohafield: ""
53326
          tab: 8
53326
          tab: 8
53327
          authorised_value: ""
53327
          authorised_value:
53328
          authtypecode: ""
53328
          authtypecode: ""
53329
          value_builder: ""
53329
          value_builder: ""
53330
          isurl:
53330
          isurl:
Lines 53342-53348 tables: Link Here
53342
          mandatory: 0
53342
          mandatory: 0
53343
          kohafield: ""
53343
          kohafield: ""
53344
          tab: 8
53344
          tab: 8
53345
          authorised_value: ""
53345
          authorised_value:
53346
          authtypecode: ""
53346
          authtypecode: ""
53347
          value_builder: ""
53347
          value_builder: ""
53348
          isurl:
53348
          isurl:
Lines 53360-53366 tables: Link Here
53360
          mandatory: 0
53360
          mandatory: 0
53361
          kohafield: ""
53361
          kohafield: ""
53362
          tab: 8
53362
          tab: 8
53363
          authorised_value: ""
53363
          authorised_value:
53364
          authtypecode: ""
53364
          authtypecode: ""
53365
          value_builder: ""
53365
          value_builder: ""
53366
          isurl:
53366
          isurl:
Lines 53378-53384 tables: Link Here
53378
          mandatory: 0
53378
          mandatory: 0
53379
          kohafield: ""
53379
          kohafield: ""
53380
          tab: 8
53380
          tab: 8
53381
          authorised_value: ""
53381
          authorised_value:
53382
          authtypecode: ""
53382
          authtypecode: ""
53383
          value_builder: ""
53383
          value_builder: ""
53384
          isurl:
53384
          isurl:
Lines 53396-53402 tables: Link Here
53396
          mandatory: 0
53396
          mandatory: 0
53397
          kohafield: ""
53397
          kohafield: ""
53398
          tab: 8
53398
          tab: 8
53399
          authorised_value: ""
53399
          authorised_value:
53400
          authtypecode: ""
53400
          authtypecode: ""
53401
          value_builder: ""
53401
          value_builder: ""
53402
          isurl:
53402
          isurl:
Lines 53432-53438 tables: Link Here
53432
          mandatory: 0
53432
          mandatory: 0
53433
          kohafield: ""
53433
          kohafield: ""
53434
          tab: 8
53434
          tab: 8
53435
          authorised_value: ""
53435
          authorised_value:
53436
          authtypecode: ""
53436
          authtypecode: ""
53437
          value_builder: ""
53437
          value_builder: ""
53438
          isurl:
53438
          isurl:
Lines 53450-53456 tables: Link Here
53450
          mandatory: 0
53450
          mandatory: 0
53451
          kohafield: ""
53451
          kohafield: ""
53452
          tab: 8
53452
          tab: 8
53453
          authorised_value: ""
53453
          authorised_value:
53454
          authtypecode: ""
53454
          authtypecode: ""
53455
          value_builder: ""
53455
          value_builder: ""
53456
          isurl:
53456
          isurl:
Lines 53468-53474 tables: Link Here
53468
          mandatory: 0
53468
          mandatory: 0
53469
          kohafield: ""
53469
          kohafield: ""
53470
          tab: 8
53470
          tab: 8
53471
          authorised_value: ""
53471
          authorised_value:
53472
          authtypecode: ""
53472
          authtypecode: ""
53473
          value_builder: ""
53473
          value_builder: ""
53474
          isurl:
53474
          isurl:
Lines 53486-53492 tables: Link Here
53486
          mandatory: 0
53486
          mandatory: 0
53487
          kohafield: ""
53487
          kohafield: ""
53488
          tab: 1
53488
          tab: 1
53489
          authorised_value: ""
53489
          authorised_value:
53490
          authtypecode: ""
53490
          authtypecode: ""
53491
          value_builder: ""
53491
          value_builder: ""
53492
          isurl:
53492
          isurl:
Lines 53504-53510 tables: Link Here
53504
          mandatory: 0
53504
          mandatory: 0
53505
          kohafield: ""
53505
          kohafield: ""
53506
          tab: 8
53506
          tab: 8
53507
          authorised_value: ""
53507
          authorised_value:
53508
          authtypecode: ""
53508
          authtypecode: ""
53509
          value_builder: ""
53509
          value_builder: ""
53510
          isurl:
53510
          isurl:
Lines 53540-53546 tables: Link Here
53540
          mandatory: 0
53540
          mandatory: 0
53541
          kohafield: ""
53541
          kohafield: ""
53542
          tab: 8
53542
          tab: 8
53543
          authorised_value: ""
53543
          authorised_value:
53544
          authtypecode: ""
53544
          authtypecode: ""
53545
          value_builder: ""
53545
          value_builder: ""
53546
          isurl:
53546
          isurl:
Lines 53576-53582 tables: Link Here
53576
          mandatory: 0
53576
          mandatory: 0
53577
          kohafield: ""
53577
          kohafield: ""
53578
          tab: 8
53578
          tab: 8
53579
          authorised_value: ""
53579
          authorised_value:
53580
          authtypecode: ""
53580
          authtypecode: ""
53581
          value_builder: ""
53581
          value_builder: ""
53582
          isurl:
53582
          isurl:
Lines 53612-53618 tables: Link Here
53612
          mandatory: 0
53612
          mandatory: 0
53613
          kohafield: ""
53613
          kohafield: ""
53614
          tab: 8
53614
          tab: 8
53615
          authorised_value: ""
53615
          authorised_value:
53616
          authtypecode: ""
53616
          authtypecode: ""
53617
          value_builder: ""
53617
          value_builder: ""
53618
          isurl: 0
53618
          isurl: 0
Lines 53684-53690 tables: Link Here
53684
          mandatory: 0
53684
          mandatory: 0
53685
          kohafield: ""
53685
          kohafield: ""
53686
          tab: 8
53686
          tab: 8
53687
          authorised_value: ""
53687
          authorised_value:
53688
          authtypecode: ""
53688
          authtypecode: ""
53689
          value_builder: ""
53689
          value_builder: ""
53690
          isurl:
53690
          isurl:
Lines 53972-53978 tables: Link Here
53972
          mandatory: 0
53972
          mandatory: 0
53973
          kohafield: ""
53973
          kohafield: ""
53974
          tab: 8
53974
          tab: 8
53975
          authorised_value: ""
53975
          authorised_value:
53976
          authtypecode: ""
53976
          authtypecode: ""
53977
          value_builder: ""
53977
          value_builder: ""
53978
          isurl:
53978
          isurl:
Lines 53990-53996 tables: Link Here
53990
          mandatory: 0
53990
          mandatory: 0
53991
          kohafield: ""
53991
          kohafield: ""
53992
          tab: 8
53992
          tab: 8
53993
          authorised_value: ""
53993
          authorised_value:
53994
          authtypecode: ""
53994
          authtypecode: ""
53995
          value_builder: ""
53995
          value_builder: ""
53996
          isurl:
53996
          isurl:
Lines 54008-54014 tables: Link Here
54008
          mandatory: 0
54008
          mandatory: 0
54009
          kohafield: ""
54009
          kohafield: ""
54010
          tab: 8
54010
          tab: 8
54011
          authorised_value: ""
54011
          authorised_value:
54012
          authtypecode: ""
54012
          authtypecode: ""
54013
          value_builder: ""
54013
          value_builder: ""
54014
          isurl:
54014
          isurl:
Lines 54026-54032 tables: Link Here
54026
          mandatory: 0
54026
          mandatory: 0
54027
          kohafield: ""
54027
          kohafield: ""
54028
          tab: 1
54028
          tab: 1
54029
          authorised_value: ""
54029
          authorised_value:
54030
          authtypecode: ""
54030
          authtypecode: ""
54031
          value_builder: ""
54031
          value_builder: ""
54032
          isurl:
54032
          isurl:
Lines 54044-54050 tables: Link Here
54044
          mandatory: 0
54044
          mandatory: 0
54045
          kohafield: ""
54045
          kohafield: ""
54046
          tab: 8
54046
          tab: 8
54047
          authorised_value: ""
54047
          authorised_value:
54048
          authtypecode: ""
54048
          authtypecode: ""
54049
          value_builder: ""
54049
          value_builder: ""
54050
          isurl:
54050
          isurl:
Lines 54062-54068 tables: Link Here
54062
          mandatory: 0
54062
          mandatory: 0
54063
          kohafield: ""
54063
          kohafield: ""
54064
          tab: 8
54064
          tab: 8
54065
          authorised_value: ""
54065
          authorised_value:
54066
          authtypecode: ""
54066
          authtypecode: ""
54067
          value_builder: ""
54067
          value_builder: ""
54068
          isurl:
54068
          isurl:
Lines 54080-54086 tables: Link Here
54080
          mandatory: 0
54080
          mandatory: 0
54081
          kohafield: ""
54081
          kohafield: ""
54082
          tab: 8
54082
          tab: 8
54083
          authorised_value: ""
54083
          authorised_value:
54084
          authtypecode: ""
54084
          authtypecode: ""
54085
          value_builder: ""
54085
          value_builder: ""
54086
          isurl:
54086
          isurl:
Lines 54098-54104 tables: Link Here
54098
          mandatory: 0
54098
          mandatory: 0
54099
          kohafield: ""
54099
          kohafield: ""
54100
          tab: 8
54100
          tab: 8
54101
          authorised_value: ""
54101
          authorised_value:
54102
          authtypecode: ""
54102
          authtypecode: ""
54103
          value_builder: ""
54103
          value_builder: ""
54104
          isurl:
54104
          isurl:
Lines 54116-54122 tables: Link Here
54116
          mandatory: 0
54116
          mandatory: 0
54117
          kohafield: ""
54117
          kohafield: ""
54118
          tab: 8
54118
          tab: 8
54119
          authorised_value: ""
54119
          authorised_value:
54120
          authtypecode: ""
54120
          authtypecode: ""
54121
          value_builder: ""
54121
          value_builder: ""
54122
          isurl:
54122
          isurl:
Lines 54134-54140 tables: Link Here
54134
          mandatory: 0
54134
          mandatory: 0
54135
          kohafield: ""
54135
          kohafield: ""
54136
          tab: 8
54136
          tab: 8
54137
          authorised_value: ""
54137
          authorised_value:
54138
          authtypecode: ""
54138
          authtypecode: ""
54139
          value_builder: ""
54139
          value_builder: ""
54140
          isurl: 0
54140
          isurl: 0
Lines 54152-54158 tables: Link Here
54152
          mandatory: 0
54152
          mandatory: 0
54153
          kohafield: ""
54153
          kohafield: ""
54154
          tab: 8
54154
          tab: 8
54155
          authorised_value: ""
54155
          authorised_value:
54156
          authtypecode: UNIF_TITLE
54156
          authtypecode: UNIF_TITLE
54157
          value_builder: ""
54157
          value_builder: ""
54158
          isurl:
54158
          isurl:
Lines 54170-54176 tables: Link Here
54170
          mandatory: 0
54170
          mandatory: 0
54171
          kohafield: ""
54171
          kohafield: ""
54172
          tab: 8
54172
          tab: 8
54173
          authorised_value: ""
54173
          authorised_value:
54174
          authtypecode: ""
54174
          authtypecode: ""
54175
          value_builder: ""
54175
          value_builder: ""
54176
          isurl:
54176
          isurl:
Lines 54188-54194 tables: Link Here
54188
          mandatory: 0
54188
          mandatory: 0
54189
          kohafield: ""
54189
          kohafield: ""
54190
          tab: 8
54190
          tab: 8
54191
          authorised_value: ""
54191
          authorised_value:
54192
          authtypecode: ""
54192
          authtypecode: ""
54193
          value_builder: ""
54193
          value_builder: ""
54194
          isurl:
54194
          isurl:
Lines 54206-54212 tables: Link Here
54206
          mandatory: 0
54206
          mandatory: 0
54207
          kohafield: ""
54207
          kohafield: ""
54208
          tab: 8
54208
          tab: 8
54209
          authorised_value: ""
54209
          authorised_value:
54210
          authtypecode: ""
54210
          authtypecode: ""
54211
          value_builder: ""
54211
          value_builder: ""
54212
          isurl:
54212
          isurl:
Lines 54224-54230 tables: Link Here
54224
          mandatory: 0
54224
          mandatory: 0
54225
          kohafield: ""
54225
          kohafield: ""
54226
          tab: 8
54226
          tab: 8
54227
          authorised_value: ""
54227
          authorised_value:
54228
          authtypecode: ""
54228
          authtypecode: ""
54229
          value_builder: ""
54229
          value_builder: ""
54230
          isurl:
54230
          isurl:
Lines 54242-54248 tables: Link Here
54242
          mandatory: 0
54242
          mandatory: 0
54243
          kohafield: ""
54243
          kohafield: ""
54244
          tab: 8
54244
          tab: 8
54245
          authorised_value: ""
54245
          authorised_value:
54246
          authtypecode: ""
54246
          authtypecode: ""
54247
          value_builder: ""
54247
          value_builder: ""
54248
          isurl:
54248
          isurl:
Lines 54260-54266 tables: Link Here
54260
          mandatory: 0
54260
          mandatory: 0
54261
          kohafield: ""
54261
          kohafield: ""
54262
          tab: 8
54262
          tab: 8
54263
          authorised_value: ""
54263
          authorised_value:
54264
          authtypecode: ""
54264
          authtypecode: ""
54265
          value_builder: ""
54265
          value_builder: ""
54266
          isurl:
54266
          isurl:
Lines 54278-54284 tables: Link Here
54278
          mandatory: 0
54278
          mandatory: 0
54279
          kohafield: ""
54279
          kohafield: ""
54280
          tab: 8
54280
          tab: 8
54281
          authorised_value: ""
54281
          authorised_value:
54282
          authtypecode: ""
54282
          authtypecode: ""
54283
          value_builder: ""
54283
          value_builder: ""
54284
          isurl:
54284
          isurl:
Lines 54296-54302 tables: Link Here
54296
          mandatory: 0
54296
          mandatory: 0
54297
          kohafield: ""
54297
          kohafield: ""
54298
          tab: 8
54298
          tab: 8
54299
          authorised_value: ""
54299
          authorised_value:
54300
          authtypecode: ""
54300
          authtypecode: ""
54301
          value_builder: ""
54301
          value_builder: ""
54302
          isurl:
54302
          isurl:
Lines 54314-54320 tables: Link Here
54314
          mandatory: 0
54314
          mandatory: 0
54315
          kohafield: ""
54315
          kohafield: ""
54316
          tab: 8
54316
          tab: 8
54317
          authorised_value: ""
54317
          authorised_value:
54318
          authtypecode: ""
54318
          authtypecode: ""
54319
          value_builder: ""
54319
          value_builder: ""
54320
          isurl:
54320
          isurl:
Lines 54332-54338 tables: Link Here
54332
          mandatory: 0
54332
          mandatory: 0
54333
          kohafield: ""
54333
          kohafield: ""
54334
          tab: 8
54334
          tab: 8
54335
          authorised_value: ""
54335
          authorised_value:
54336
          authtypecode: ""
54336
          authtypecode: ""
54337
          value_builder: ""
54337
          value_builder: ""
54338
          isurl:
54338
          isurl:
Lines 54350-54356 tables: Link Here
54350
          mandatory: 0
54350
          mandatory: 0
54351
          kohafield: ""
54351
          kohafield: ""
54352
          tab: 8
54352
          tab: 8
54353
          authorised_value: ""
54353
          authorised_value:
54354
          authtypecode: ""
54354
          authtypecode: ""
54355
          value_builder: ""
54355
          value_builder: ""
54356
          isurl:
54356
          isurl:
Lines 54368-54374 tables: Link Here
54368
          mandatory: 0
54368
          mandatory: 0
54369
          kohafield: ""
54369
          kohafield: ""
54370
          tab: 8
54370
          tab: 8
54371
          authorised_value: ""
54371
          authorised_value:
54372
          authtypecode: ""
54372
          authtypecode: ""
54373
          value_builder: ""
54373
          value_builder: ""
54374
          isurl:
54374
          isurl:
Lines 54386-54392 tables: Link Here
54386
          mandatory: 0
54386
          mandatory: 0
54387
          kohafield: ""
54387
          kohafield: ""
54388
          tab: 8
54388
          tab: 8
54389
          authorised_value: ""
54389
          authorised_value:
54390
          authtypecode: ""
54390
          authtypecode: ""
54391
          value_builder: ""
54391
          value_builder: ""
54392
          isurl:
54392
          isurl:
Lines 54404-54410 tables: Link Here
54404
          mandatory: 0
54404
          mandatory: 0
54405
          kohafield: ""
54405
          kohafield: ""
54406
          tab: 8
54406
          tab: 8
54407
          authorised_value: ""
54407
          authorised_value:
54408
          authtypecode: ""
54408
          authtypecode: ""
54409
          value_builder: ""
54409
          value_builder: ""
54410
          isurl:
54410
          isurl:
Lines 54440-54446 tables: Link Here
54440
          mandatory: 0
54440
          mandatory: 0
54441
          kohafield: ""
54441
          kohafield: ""
54442
          tab: 8
54442
          tab: 8
54443
          authorised_value: ""
54443
          authorised_value:
54444
          authtypecode: ""
54444
          authtypecode: ""
54445
          value_builder: ""
54445
          value_builder: ""
54446
          isurl:
54446
          isurl:
Lines 54458-54464 tables: Link Here
54458
          mandatory: 0
54458
          mandatory: 0
54459
          kohafield: ""
54459
          kohafield: ""
54460
          tab: 8
54460
          tab: 8
54461
          authorised_value: ""
54461
          authorised_value:
54462
          authtypecode: ""
54462
          authtypecode: ""
54463
          value_builder: ""
54463
          value_builder: ""
54464
          isurl:
54464
          isurl:
Lines 54476-54482 tables: Link Here
54476
          mandatory: 0
54476
          mandatory: 0
54477
          kohafield: ""
54477
          kohafield: ""
54478
          tab: 8
54478
          tab: 8
54479
          authorised_value: ""
54479
          authorised_value:
54480
          authtypecode: ""
54480
          authtypecode: ""
54481
          value_builder: ""
54481
          value_builder: ""
54482
          isurl:
54482
          isurl:
Lines 54494-54500 tables: Link Here
54494
          mandatory: 0
54494
          mandatory: 0
54495
          kohafield: ""
54495
          kohafield: ""
54496
          tab: 8
54496
          tab: 8
54497
          authorised_value: ""
54497
          authorised_value:
54498
          authtypecode: ""
54498
          authtypecode: ""
54499
          value_builder: ""
54499
          value_builder: ""
54500
          isurl:
54500
          isurl:
Lines 54566-54572 tables: Link Here
54566
          mandatory: 0
54566
          mandatory: 0
54567
          kohafield: ""
54567
          kohafield: ""
54568
          tab: 8
54568
          tab: 8
54569
          authorised_value: ""
54569
          authorised_value:
54570
          authtypecode: ""
54570
          authtypecode: ""
54571
          value_builder: ""
54571
          value_builder: ""
54572
          isurl:
54572
          isurl:
Lines 54584-54590 tables: Link Here
54584
          mandatory: 0
54584
          mandatory: 0
54585
          kohafield: ""
54585
          kohafield: ""
54586
          tab: 8
54586
          tab: 8
54587
          authorised_value: ""
54587
          authorised_value:
54588
          authtypecode: ""
54588
          authtypecode: ""
54589
          value_builder: ""
54589
          value_builder: ""
54590
          isurl:
54590
          isurl:
Lines 54602-54608 tables: Link Here
54602
          mandatory: 0
54602
          mandatory: 0
54603
          kohafield: ""
54603
          kohafield: ""
54604
          tab: 8
54604
          tab: 8
54605
          authorised_value: ""
54605
          authorised_value:
54606
          authtypecode: ""
54606
          authtypecode: ""
54607
          value_builder: ""
54607
          value_builder: ""
54608
          isurl:
54608
          isurl:
Lines 54836-54842 tables: Link Here
54836
          mandatory: 0
54836
          mandatory: 0
54837
          kohafield: ""
54837
          kohafield: ""
54838
          tab: 8
54838
          tab: 8
54839
          authorised_value: ""
54839
          authorised_value:
54840
          authtypecode: ""
54840
          authtypecode: ""
54841
          value_builder: ""
54841
          value_builder: ""
54842
          isurl:
54842
          isurl:
Lines 54854-54860 tables: Link Here
54854
          mandatory: 0
54854
          mandatory: 0
54855
          kohafield: ""
54855
          kohafield: ""
54856
          tab: 8
54856
          tab: 8
54857
          authorised_value: ""
54857
          authorised_value:
54858
          authtypecode: ""
54858
          authtypecode: ""
54859
          value_builder: ""
54859
          value_builder: ""
54860
          isurl:
54860
          isurl:
Lines 54872-54878 tables: Link Here
54872
          mandatory: 0
54872
          mandatory: 0
54873
          kohafield: ""
54873
          kohafield: ""
54874
          tab: 8
54874
          tab: 8
54875
          authorised_value: ""
54875
          authorised_value:
54876
          authtypecode: ""
54876
          authtypecode: ""
54877
          value_builder: ""
54877
          value_builder: ""
54878
          isurl:
54878
          isurl:
Lines 55286-55292 tables: Link Here
55286
          mandatory: 0
55286
          mandatory: 0
55287
          kohafield: ""
55287
          kohafield: ""
55288
          tab: 8
55288
          tab: 8
55289
          authorised_value: ""
55289
          authorised_value:
55290
          authtypecode: ""
55290
          authtypecode: ""
55291
          value_builder: ""
55291
          value_builder: ""
55292
          isurl:
55292
          isurl:
Lines 55304-55310 tables: Link Here
55304
          mandatory: 0
55304
          mandatory: 0
55305
          kohafield: ""
55305
          kohafield: ""
55306
          tab: 8
55306
          tab: 8
55307
          authorised_value: ""
55307
          authorised_value:
55308
          authtypecode: ""
55308
          authtypecode: ""
55309
          value_builder: ""
55309
          value_builder: ""
55310
          isurl:
55310
          isurl:
Lines 55322-55328 tables: Link Here
55322
          mandatory: 0
55322
          mandatory: 0
55323
          kohafield: ""
55323
          kohafield: ""
55324
          tab: 8
55324
          tab: 8
55325
          authorised_value: ""
55325
          authorised_value:
55326
          authtypecode: ""
55326
          authtypecode: ""
55327
          value_builder: ""
55327
          value_builder: ""
55328
          isurl:
55328
          isurl:
Lines 55340-55346 tables: Link Here
55340
          mandatory: 0
55340
          mandatory: 0
55341
          kohafield: ""
55341
          kohafield: ""
55342
          tab: 8
55342
          tab: 8
55343
          authorised_value: ""
55343
          authorised_value:
55344
          authtypecode: ""
55344
          authtypecode: ""
55345
          value_builder: ""
55345
          value_builder: ""
55346
          isurl:
55346
          isurl:
Lines 55358-55364 tables: Link Here
55358
          mandatory: 0
55358
          mandatory: 0
55359
          kohafield: ""
55359
          kohafield: ""
55360
          tab: 8
55360
          tab: 8
55361
          authorised_value: ""
55361
          authorised_value:
55362
          authtypecode: ""
55362
          authtypecode: ""
55363
          value_builder: ""
55363
          value_builder: ""
55364
          isurl:
55364
          isurl:
Lines 55376-55382 tables: Link Here
55376
          mandatory: 0
55376
          mandatory: 0
55377
          kohafield: ""
55377
          kohafield: ""
55378
          tab: 8
55378
          tab: 8
55379
          authorised_value: ""
55379
          authorised_value:
55380
          authtypecode: ""
55380
          authtypecode: ""
55381
          value_builder: ""
55381
          value_builder: ""
55382
          isurl:
55382
          isurl:
Lines 55394-55400 tables: Link Here
55394
          mandatory: 0
55394
          mandatory: 0
55395
          kohafield: ""
55395
          kohafield: ""
55396
          tab: 8
55396
          tab: 8
55397
          authorised_value: ""
55397
          authorised_value:
55398
          authtypecode: ""
55398
          authtypecode: ""
55399
          value_builder: ""
55399
          value_builder: ""
55400
          isurl:
55400
          isurl:
Lines 55412-55418 tables: Link Here
55412
          mandatory: 0
55412
          mandatory: 0
55413
          kohafield: ""
55413
          kohafield: ""
55414
          tab: 8
55414
          tab: 8
55415
          authorised_value: ""
55415
          authorised_value:
55416
          authtypecode: ""
55416
          authtypecode: ""
55417
          value_builder: ""
55417
          value_builder: ""
55418
          isurl:
55418
          isurl:
Lines 55430-55436 tables: Link Here
55430
          mandatory: 0
55430
          mandatory: 0
55431
          kohafield: ""
55431
          kohafield: ""
55432
          tab: 8
55432
          tab: 8
55433
          authorised_value: ""
55433
          authorised_value:
55434
          authtypecode: ""
55434
          authtypecode: ""
55435
          value_builder: ""
55435
          value_builder: ""
55436
          isurl:
55436
          isurl:
Lines 55448-55454 tables: Link Here
55448
          mandatory: 0
55448
          mandatory: 0
55449
          kohafield: ""
55449
          kohafield: ""
55450
          tab: 8
55450
          tab: 8
55451
          authorised_value: ""
55451
          authorised_value:
55452
          authtypecode: ""
55452
          authtypecode: ""
55453
          value_builder: ""
55453
          value_builder: ""
55454
          isurl:
55454
          isurl:
Lines 55466-55472 tables: Link Here
55466
          mandatory: 0
55466
          mandatory: 0
55467
          kohafield: ""
55467
          kohafield: ""
55468
          tab: 8
55468
          tab: 8
55469
          authorised_value: ""
55469
          authorised_value:
55470
          authtypecode: ""
55470
          authtypecode: ""
55471
          value_builder: ""
55471
          value_builder: ""
55472
          isurl:
55472
          isurl:
Lines 55484-55490 tables: Link Here
55484
          mandatory: 0
55484
          mandatory: 0
55485
          kohafield: ""
55485
          kohafield: ""
55486
          tab: 8
55486
          tab: 8
55487
          authorised_value: ""
55487
          authorised_value:
55488
          authtypecode: ""
55488
          authtypecode: ""
55489
          value_builder: ""
55489
          value_builder: ""
55490
          isurl:
55490
          isurl:
Lines 55502-55508 tables: Link Here
55502
          mandatory: 0
55502
          mandatory: 0
55503
          kohafield: ""
55503
          kohafield: ""
55504
          tab: 8
55504
          tab: 8
55505
          authorised_value: ""
55505
          authorised_value:
55506
          authtypecode: ""
55506
          authtypecode: ""
55507
          value_builder: ""
55507
          value_builder: ""
55508
          isurl:
55508
          isurl:
Lines 55520-55526 tables: Link Here
55520
          mandatory: 0
55520
          mandatory: 0
55521
          kohafield: ""
55521
          kohafield: ""
55522
          tab: 8
55522
          tab: 8
55523
          authorised_value: ""
55523
          authorised_value:
55524
          authtypecode: ""
55524
          authtypecode: ""
55525
          value_builder: ""
55525
          value_builder: ""
55526
          isurl:
55526
          isurl:
Lines 55538-55544 tables: Link Here
55538
          mandatory: 0
55538
          mandatory: 0
55539
          kohafield: ""
55539
          kohafield: ""
55540
          tab: 8
55540
          tab: 8
55541
          authorised_value: ""
55541
          authorised_value:
55542
          authtypecode: ""
55542
          authtypecode: ""
55543
          value_builder: ""
55543
          value_builder: ""
55544
          isurl:
55544
          isurl:
Lines 55556-55562 tables: Link Here
55556
          mandatory: 0
55556
          mandatory: 0
55557
          kohafield: ""
55557
          kohafield: ""
55558
          tab: 8
55558
          tab: 8
55559
          authorised_value: ""
55559
          authorised_value:
55560
          authtypecode: ""
55560
          authtypecode: ""
55561
          value_builder: ""
55561
          value_builder: ""
55562
          isurl:
55562
          isurl:
Lines 55574-55580 tables: Link Here
55574
          mandatory: 0
55574
          mandatory: 0
55575
          kohafield: ""
55575
          kohafield: ""
55576
          tab: 8
55576
          tab: 8
55577
          authorised_value: ""
55577
          authorised_value:
55578
          authtypecode: ""
55578
          authtypecode: ""
55579
          value_builder: ""
55579
          value_builder: ""
55580
          isurl:
55580
          isurl:
Lines 55592-55598 tables: Link Here
55592
          mandatory: 0
55592
          mandatory: 0
55593
          kohafield: ""
55593
          kohafield: ""
55594
          tab: 8
55594
          tab: 8
55595
          authorised_value: ""
55595
          authorised_value:
55596
          authtypecode: ""
55596
          authtypecode: ""
55597
          value_builder: ""
55597
          value_builder: ""
55598
          isurl:
55598
          isurl:
Lines 55610-55616 tables: Link Here
55610
          mandatory: 0
55610
          mandatory: 0
55611
          kohafield: ""
55611
          kohafield: ""
55612
          tab: 8
55612
          tab: 8
55613
          authorised_value: ""
55613
          authorised_value:
55614
          authtypecode: ""
55614
          authtypecode: ""
55615
          value_builder: ""
55615
          value_builder: ""
55616
          isurl:
55616
          isurl:
Lines 55628-55634 tables: Link Here
55628
          mandatory: 0
55628
          mandatory: 0
55629
          kohafield: ""
55629
          kohafield: ""
55630
          tab: 8
55630
          tab: 8
55631
          authorised_value: ""
55631
          authorised_value:
55632
          authtypecode: ""
55632
          authtypecode: ""
55633
          value_builder: ""
55633
          value_builder: ""
55634
          isurl:
55634
          isurl:
Lines 55646-55652 tables: Link Here
55646
          mandatory: 0
55646
          mandatory: 0
55647
          kohafield: ""
55647
          kohafield: ""
55648
          tab: 8
55648
          tab: 8
55649
          authorised_value: ""
55649
          authorised_value:
55650
          authtypecode: ""
55650
          authtypecode: ""
55651
          value_builder: ""
55651
          value_builder: ""
55652
          isurl:
55652
          isurl:
Lines 55664-55670 tables: Link Here
55664
          mandatory: 0
55664
          mandatory: 0
55665
          kohafield: ""
55665
          kohafield: ""
55666
          tab: 8
55666
          tab: 8
55667
          authorised_value: ""
55667
          authorised_value:
55668
          authtypecode: ""
55668
          authtypecode: ""
55669
          value_builder: ""
55669
          value_builder: ""
55670
          isurl:
55670
          isurl:
Lines 55682-55688 tables: Link Here
55682
          mandatory: 0
55682
          mandatory: 0
55683
          kohafield: ""
55683
          kohafield: ""
55684
          tab: 8
55684
          tab: 8
55685
          authorised_value: ""
55685
          authorised_value:
55686
          authtypecode: ""
55686
          authtypecode: ""
55687
          value_builder: ""
55687
          value_builder: ""
55688
          isurl: 1
55688
          isurl: 1
Lines 55700-55706 tables: Link Here
55700
          mandatory: 0
55700
          mandatory: 0
55701
          kohafield: ""
55701
          kohafield: ""
55702
          tab: 8
55702
          tab: 8
55703
          authorised_value: ""
55703
          authorised_value:
55704
          authtypecode: ""
55704
          authtypecode: ""
55705
          value_builder: ""
55705
          value_builder: ""
55706
          isurl:
55706
          isurl:
Lines 55718-55724 tables: Link Here
55718
          mandatory: 0
55718
          mandatory: 0
55719
          kohafield: ""
55719
          kohafield: ""
55720
          tab: 8
55720
          tab: 8
55721
          authorised_value: ""
55721
          authorised_value:
55722
          authtypecode: ""
55722
          authtypecode: ""
55723
          value_builder: ""
55723
          value_builder: ""
55724
          isurl:
55724
          isurl:
Lines 55736-55742 tables: Link Here
55736
          mandatory: 0
55736
          mandatory: 0
55737
          kohafield: ""
55737
          kohafield: ""
55738
          tab: 8
55738
          tab: 8
55739
          authorised_value: ""
55739
          authorised_value:
55740
          authtypecode: ""
55740
          authtypecode: ""
55741
          value_builder: ""
55741
          value_builder: ""
55742
          isurl:
55742
          isurl:
Lines 55754-55760 tables: Link Here
55754
          mandatory: 0
55754
          mandatory: 0
55755
          kohafield: ""
55755
          kohafield: ""
55756
          tab: 8
55756
          tab: 8
55757
          authorised_value: ""
55757
          authorised_value:
55758
          authtypecode: ""
55758
          authtypecode: ""
55759
          value_builder: ""
55759
          value_builder: ""
55760
          isurl:
55760
          isurl:
Lines 55772-55778 tables: Link Here
55772
          mandatory: 0
55772
          mandatory: 0
55773
          kohafield: ""
55773
          kohafield: ""
55774
          tab: 8
55774
          tab: 8
55775
          authorised_value: ""
55775
          authorised_value:
55776
          authtypecode: ""
55776
          authtypecode: ""
55777
          value_builder: ""
55777
          value_builder: ""
55778
          isurl:
55778
          isurl:
Lines 55790-55796 tables: Link Here
55790
          mandatory: 0
55790
          mandatory: 0
55791
          kohafield: ""
55791
          kohafield: ""
55792
          tab: 8
55792
          tab: 8
55793
          authorised_value: ""
55793
          authorised_value:
55794
          authtypecode: ""
55794
          authtypecode: ""
55795
          value_builder: ""
55795
          value_builder: ""
55796
          isurl:
55796
          isurl:
Lines 55808-55814 tables: Link Here
55808
          mandatory: 0
55808
          mandatory: 0
55809
          kohafield: ""
55809
          kohafield: ""
55810
          tab: 8
55810
          tab: 8
55811
          authorised_value: ""
55811
          authorised_value:
55812
          authtypecode: ""
55812
          authtypecode: ""
55813
          value_builder: ""
55813
          value_builder: ""
55814
          isurl:
55814
          isurl:
Lines 55826-55832 tables: Link Here
55826
          mandatory: 0
55826
          mandatory: 0
55827
          kohafield: ""
55827
          kohafield: ""
55828
          tab: 8
55828
          tab: 8
55829
          authorised_value: ""
55829
          authorised_value:
55830
          authtypecode: ""
55830
          authtypecode: ""
55831
          value_builder: ""
55831
          value_builder: ""
55832
          isurl:
55832
          isurl:
Lines 55844-55850 tables: Link Here
55844
          mandatory: 0
55844
          mandatory: 0
55845
          kohafield: ""
55845
          kohafield: ""
55846
          tab: 8
55846
          tab: 8
55847
          authorised_value: ""
55847
          authorised_value:
55848
          authtypecode: ""
55848
          authtypecode: ""
55849
          value_builder: ""
55849
          value_builder: ""
55850
          isurl:
55850
          isurl:
Lines 55862-55868 tables: Link Here
55862
          mandatory: 0
55862
          mandatory: 0
55863
          kohafield: ""
55863
          kohafield: ""
55864
          tab: 8
55864
          tab: 8
55865
          authorised_value: ""
55865
          authorised_value:
55866
          authtypecode: ""
55866
          authtypecode: ""
55867
          value_builder: ""
55867
          value_builder: ""
55868
          isurl:
55868
          isurl:
Lines 55880-55886 tables: Link Here
55880
          mandatory: 0
55880
          mandatory: 0
55881
          kohafield: ""
55881
          kohafield: ""
55882
          tab: 8
55882
          tab: 8
55883
          authorised_value: ""
55883
          authorised_value:
55884
          authtypecode: ""
55884
          authtypecode: ""
55885
          value_builder: ""
55885
          value_builder: ""
55886
          isurl:
55886
          isurl:
Lines 55898-55904 tables: Link Here
55898
          mandatory: 0
55898
          mandatory: 0
55899
          kohafield: ""
55899
          kohafield: ""
55900
          tab: 8
55900
          tab: 8
55901
          authorised_value: ""
55901
          authorised_value:
55902
          authtypecode: ""
55902
          authtypecode: ""
55903
          value_builder: ""
55903
          value_builder: ""
55904
          isurl:
55904
          isurl:
Lines 55916-55922 tables: Link Here
55916
          mandatory: 0
55916
          mandatory: 0
55917
          kohafield: ""
55917
          kohafield: ""
55918
          tab: 8
55918
          tab: 8
55919
          authorised_value: ""
55919
          authorised_value:
55920
          authtypecode: ""
55920
          authtypecode: ""
55921
          value_builder: ""
55921
          value_builder: ""
55922
          isurl:
55922
          isurl:
Lines 55934-55940 tables: Link Here
55934
          mandatory: 0
55934
          mandatory: 0
55935
          kohafield: ""
55935
          kohafield: ""
55936
          tab: 8
55936
          tab: 8
55937
          authorised_value: ""
55937
          authorised_value:
55938
          authtypecode: ""
55938
          authtypecode: ""
55939
          value_builder: ""
55939
          value_builder: ""
55940
          isurl:
55940
          isurl:
Lines 55952-55958 tables: Link Here
55952
          mandatory: 0
55952
          mandatory: 0
55953
          kohafield: ""
55953
          kohafield: ""
55954
          tab: 8
55954
          tab: 8
55955
          authorised_value: ""
55955
          authorised_value:
55956
          authtypecode: ""
55956
          authtypecode: ""
55957
          value_builder: ""
55957
          value_builder: ""
55958
          isurl:
55958
          isurl:
Lines 55970-55976 tables: Link Here
55970
          mandatory: 0
55970
          mandatory: 0
55971
          kohafield: ""
55971
          kohafield: ""
55972
          tab: 8
55972
          tab: 8
55973
          authorised_value: ""
55973
          authorised_value:
55974
          authtypecode: ""
55974
          authtypecode: ""
55975
          value_builder: ""
55975
          value_builder: ""
55976
          isurl:
55976
          isurl:
Lines 55988-55994 tables: Link Here
55988
          mandatory: 0
55988
          mandatory: 0
55989
          kohafield: ""
55989
          kohafield: ""
55990
          tab: 8
55990
          tab: 8
55991
          authorised_value: ""
55991
          authorised_value:
55992
          authtypecode: ""
55992
          authtypecode: ""
55993
          value_builder: ""
55993
          value_builder: ""
55994
          isurl:
55994
          isurl:
Lines 56006-56012 tables: Link Here
56006
          mandatory: 0
56006
          mandatory: 0
56007
          kohafield: ""
56007
          kohafield: ""
56008
          tab: 8
56008
          tab: 8
56009
          authorised_value: ""
56009
          authorised_value:
56010
          authtypecode: ""
56010
          authtypecode: ""
56011
          value_builder: ""
56011
          value_builder: ""
56012
          isurl:
56012
          isurl:
Lines 56024-56030 tables: Link Here
56024
          mandatory: 0
56024
          mandatory: 0
56025
          kohafield: ""
56025
          kohafield: ""
56026
          tab: 8
56026
          tab: 8
56027
          authorised_value: ""
56027
          authorised_value:
56028
          authtypecode: ""
56028
          authtypecode: ""
56029
          value_builder: ""
56029
          value_builder: ""
56030
          isurl:
56030
          isurl:
Lines 56042-56048 tables: Link Here
56042
          mandatory: 0
56042
          mandatory: 0
56043
          kohafield: ""
56043
          kohafield: ""
56044
          tab: 8
56044
          tab: 8
56045
          authorised_value: ""
56045
          authorised_value:
56046
          authtypecode: ""
56046
          authtypecode: ""
56047
          value_builder: ""
56047
          value_builder: ""
56048
          isurl:
56048
          isurl:
Lines 56060-56066 tables: Link Here
56060
          mandatory: 0
56060
          mandatory: 0
56061
          kohafield: ""
56061
          kohafield: ""
56062
          tab: 8
56062
          tab: 8
56063
          authorised_value: ""
56063
          authorised_value:
56064
          authtypecode: ""
56064
          authtypecode: ""
56065
          value_builder: ""
56065
          value_builder: ""
56066
          isurl:
56066
          isurl:
Lines 56078-56084 tables: Link Here
56078
          mandatory: 0
56078
          mandatory: 0
56079
          kohafield: ""
56079
          kohafield: ""
56080
          tab: 8
56080
          tab: 8
56081
          authorised_value: ""
56081
          authorised_value:
56082
          authtypecode: ""
56082
          authtypecode: ""
56083
          value_builder: ""
56083
          value_builder: ""
56084
          isurl:
56084
          isurl:
Lines 56096-56102 tables: Link Here
56096
          mandatory: 0
56096
          mandatory: 0
56097
          kohafield: ""
56097
          kohafield: ""
56098
          tab: 8
56098
          tab: 8
56099
          authorised_value: ""
56099
          authorised_value:
56100
          authtypecode: ""
56100
          authtypecode: ""
56101
          value_builder: ""
56101
          value_builder: ""
56102
          isurl:
56102
          isurl:
Lines 56114-56120 tables: Link Here
56114
          mandatory: 0
56114
          mandatory: 0
56115
          kohafield: ""
56115
          kohafield: ""
56116
          tab: 8
56116
          tab: 8
56117
          authorised_value: ""
56117
          authorised_value:
56118
          authtypecode: ""
56118
          authtypecode: ""
56119
          value_builder: ""
56119
          value_builder: ""
56120
          isurl:
56120
          isurl:
Lines 56132-56138 tables: Link Here
56132
          mandatory: 0
56132
          mandatory: 0
56133
          kohafield: ""
56133
          kohafield: ""
56134
          tab: 8
56134
          tab: 8
56135
          authorised_value: ""
56135
          authorised_value:
56136
          authtypecode: ""
56136
          authtypecode: ""
56137
          value_builder: ""
56137
          value_builder: ""
56138
          isurl:
56138
          isurl:
Lines 56150-56156 tables: Link Here
56150
          mandatory: 0
56150
          mandatory: 0
56151
          kohafield: ""
56151
          kohafield: ""
56152
          tab: 8
56152
          tab: 8
56153
          authorised_value: ""
56153
          authorised_value:
56154
          authtypecode: ""
56154
          authtypecode: ""
56155
          value_builder: ""
56155
          value_builder: ""
56156
          isurl:
56156
          isurl:
Lines 56168-56174 tables: Link Here
56168
          mandatory: 0
56168
          mandatory: 0
56169
          kohafield: ""
56169
          kohafield: ""
56170
          tab: 8
56170
          tab: 8
56171
          authorised_value: ""
56171
          authorised_value:
56172
          authtypecode: ""
56172
          authtypecode: ""
56173
          value_builder: ""
56173
          value_builder: ""
56174
          isurl:
56174
          isurl:
Lines 56186-56192 tables: Link Here
56186
          mandatory: 0
56186
          mandatory: 0
56187
          kohafield: ""
56187
          kohafield: ""
56188
          tab: 8
56188
          tab: 8
56189
          authorised_value: ""
56189
          authorised_value:
56190
          authtypecode: ""
56190
          authtypecode: ""
56191
          value_builder: ""
56191
          value_builder: ""
56192
          isurl:
56192
          isurl:
Lines 56204-56210 tables: Link Here
56204
          mandatory: 0
56204
          mandatory: 0
56205
          kohafield: ""
56205
          kohafield: ""
56206
          tab: 8
56206
          tab: 8
56207
          authorised_value: ""
56207
          authorised_value:
56208
          authtypecode: ""
56208
          authtypecode: ""
56209
          value_builder: ""
56209
          value_builder: ""
56210
          isurl:
56210
          isurl:
Lines 56222-56228 tables: Link Here
56222
          mandatory: 0
56222
          mandatory: 0
56223
          kohafield: ""
56223
          kohafield: ""
56224
          tab: 8
56224
          tab: 8
56225
          authorised_value: ""
56225
          authorised_value:
56226
          authtypecode: ""
56226
          authtypecode: ""
56227
          value_builder: ""
56227
          value_builder: ""
56228
          isurl:
56228
          isurl:
Lines 56240-56246 tables: Link Here
56240
          mandatory: 0
56240
          mandatory: 0
56241
          kohafield: ""
56241
          kohafield: ""
56242
          tab: 8
56242
          tab: 8
56243
          authorised_value: ""
56243
          authorised_value:
56244
          authtypecode: ""
56244
          authtypecode: ""
56245
          value_builder: ""
56245
          value_builder: ""
56246
          isurl:
56246
          isurl:
Lines 56258-56264 tables: Link Here
56258
          mandatory: 0
56258
          mandatory: 0
56259
          kohafield: ""
56259
          kohafield: ""
56260
          tab: 8
56260
          tab: 8
56261
          authorised_value: ""
56261
          authorised_value:
56262
          authtypecode: ""
56262
          authtypecode: ""
56263
          value_builder: ""
56263
          value_builder: ""
56264
          isurl:
56264
          isurl:
Lines 56276-56282 tables: Link Here
56276
          mandatory: 0
56276
          mandatory: 0
56277
          kohafield: ""
56277
          kohafield: ""
56278
          tab: 8
56278
          tab: 8
56279
          authorised_value: ""
56279
          authorised_value:
56280
          authtypecode: ""
56280
          authtypecode: ""
56281
          value_builder: ""
56281
          value_builder: ""
56282
          isurl:
56282
          isurl:
Lines 56294-56300 tables: Link Here
56294
          mandatory: 0
56294
          mandatory: 0
56295
          kohafield: ""
56295
          kohafield: ""
56296
          tab: 8
56296
          tab: 8
56297
          authorised_value: ""
56297
          authorised_value:
56298
          authtypecode: ""
56298
          authtypecode: ""
56299
          value_builder: ""
56299
          value_builder: ""
56300
          isurl:
56300
          isurl:
Lines 56312-56318 tables: Link Here
56312
          mandatory: 0
56312
          mandatory: 0
56313
          kohafield: ""
56313
          kohafield: ""
56314
          tab: 8
56314
          tab: 8
56315
          authorised_value: ""
56315
          authorised_value:
56316
          authtypecode: ""
56316
          authtypecode: ""
56317
          value_builder: ""
56317
          value_builder: ""
56318
          isurl:
56318
          isurl:
Lines 56330-56336 tables: Link Here
56330
          mandatory: 0
56330
          mandatory: 0
56331
          kohafield: ""
56331
          kohafield: ""
56332
          tab: 8
56332
          tab: 8
56333
          authorised_value: ""
56333
          authorised_value:
56334
          authtypecode: ""
56334
          authtypecode: ""
56335
          value_builder: ""
56335
          value_builder: ""
56336
          isurl:
56336
          isurl:
Lines 56348-56354 tables: Link Here
56348
          mandatory: 0
56348
          mandatory: 0
56349
          kohafield: ""
56349
          kohafield: ""
56350
          tab: 8
56350
          tab: 8
56351
          authorised_value: ""
56351
          authorised_value:
56352
          authtypecode: ""
56352
          authtypecode: ""
56353
          value_builder: ""
56353
          value_builder: ""
56354
          isurl:
56354
          isurl:
Lines 56366-56372 tables: Link Here
56366
          mandatory: 0
56366
          mandatory: 0
56367
          kohafield: ""
56367
          kohafield: ""
56368
          tab: 8
56368
          tab: 8
56369
          authorised_value: ""
56369
          authorised_value:
56370
          authtypecode: ""
56370
          authtypecode: ""
56371
          value_builder: ""
56371
          value_builder: ""
56372
          isurl:
56372
          isurl:
Lines 56384-56390 tables: Link Here
56384
          mandatory: 0
56384
          mandatory: 0
56385
          kohafield: ""
56385
          kohafield: ""
56386
          tab: 8
56386
          tab: 8
56387
          authorised_value: ""
56387
          authorised_value:
56388
          authtypecode: ""
56388
          authtypecode: ""
56389
          value_builder: ""
56389
          value_builder: ""
56390
          isurl:
56390
          isurl:
Lines 56402-56408 tables: Link Here
56402
          mandatory: 0
56402
          mandatory: 0
56403
          kohafield: ""
56403
          kohafield: ""
56404
          tab: 8
56404
          tab: 8
56405
          authorised_value: ""
56405
          authorised_value:
56406
          authtypecode: ""
56406
          authtypecode: ""
56407
          value_builder: ""
56407
          value_builder: ""
56408
          isurl:
56408
          isurl:
Lines 56420-56426 tables: Link Here
56420
          mandatory: 0
56420
          mandatory: 0
56421
          kohafield: ""
56421
          kohafield: ""
56422
          tab: 8
56422
          tab: 8
56423
          authorised_value: ""
56423
          authorised_value:
56424
          authtypecode: ""
56424
          authtypecode: ""
56425
          value_builder: ""
56425
          value_builder: ""
56426
          isurl:
56426
          isurl:
Lines 56438-56444 tables: Link Here
56438
          mandatory: 0
56438
          mandatory: 0
56439
          kohafield: ""
56439
          kohafield: ""
56440
          tab: 8
56440
          tab: 8
56441
          authorised_value: ""
56441
          authorised_value:
56442
          authtypecode: ""
56442
          authtypecode: ""
56443
          value_builder: ""
56443
          value_builder: ""
56444
          isurl:
56444
          isurl:
Lines 56456-56462 tables: Link Here
56456
          mandatory: 0
56456
          mandatory: 0
56457
          kohafield: ""
56457
          kohafield: ""
56458
          tab: 8
56458
          tab: 8
56459
          authorised_value: ""
56459
          authorised_value:
56460
          authtypecode: ""
56460
          authtypecode: ""
56461
          value_builder: ""
56461
          value_builder: ""
56462
          isurl:
56462
          isurl:
Lines 56474-56480 tables: Link Here
56474
          mandatory: 0
56474
          mandatory: 0
56475
          kohafield: ""
56475
          kohafield: ""
56476
          tab: 8
56476
          tab: 8
56477
          authorised_value: ""
56477
          authorised_value:
56478
          authtypecode: ""
56478
          authtypecode: ""
56479
          value_builder: ""
56479
          value_builder: ""
56480
          isurl:
56480
          isurl:
Lines 56492-56498 tables: Link Here
56492
          mandatory: 0
56492
          mandatory: 0
56493
          kohafield: ""
56493
          kohafield: ""
56494
          tab: 8
56494
          tab: 8
56495
          authorised_value: ""
56495
          authorised_value:
56496
          authtypecode: ""
56496
          authtypecode: ""
56497
          value_builder: ""
56497
          value_builder: ""
56498
          isurl:
56498
          isurl:
Lines 56510-56516 tables: Link Here
56510
          mandatory: 0
56510
          mandatory: 0
56511
          kohafield: ""
56511
          kohafield: ""
56512
          tab: 8
56512
          tab: 8
56513
          authorised_value: ""
56513
          authorised_value:
56514
          authtypecode: ""
56514
          authtypecode: ""
56515
          value_builder: ""
56515
          value_builder: ""
56516
          isurl:
56516
          isurl:
Lines 56528-56534 tables: Link Here
56528
          mandatory: 0
56528
          mandatory: 0
56529
          kohafield: ""
56529
          kohafield: ""
56530
          tab: 8
56530
          tab: 8
56531
          authorised_value: ""
56531
          authorised_value:
56532
          authtypecode: ""
56532
          authtypecode: ""
56533
          value_builder: ""
56533
          value_builder: ""
56534
          isurl:
56534
          isurl:
Lines 56546-56552 tables: Link Here
56546
          mandatory: 0
56546
          mandatory: 0
56547
          kohafield: ""
56547
          kohafield: ""
56548
          tab: 8
56548
          tab: 8
56549
          authorised_value: ""
56549
          authorised_value:
56550
          authtypecode: ""
56550
          authtypecode: ""
56551
          value_builder: ""
56551
          value_builder: ""
56552
          isurl:
56552
          isurl:
Lines 56564-56570 tables: Link Here
56564
          mandatory: 0
56564
          mandatory: 0
56565
          kohafield: ""
56565
          kohafield: ""
56566
          tab: 8
56566
          tab: 8
56567
          authorised_value: ""
56567
          authorised_value:
56568
          authtypecode: ""
56568
          authtypecode: ""
56569
          value_builder: ""
56569
          value_builder: ""
56570
          isurl:
56570
          isurl:
Lines 56582-56588 tables: Link Here
56582
          mandatory: 0
56582
          mandatory: 0
56583
          kohafield: ""
56583
          kohafield: ""
56584
          tab: 8
56584
          tab: 8
56585
          authorised_value: ""
56585
          authorised_value:
56586
          authtypecode: ""
56586
          authtypecode: ""
56587
          value_builder: ""
56587
          value_builder: ""
56588
          isurl:
56588
          isurl:
Lines 56600-56606 tables: Link Here
56600
          mandatory: 0
56600
          mandatory: 0
56601
          kohafield: ""
56601
          kohafield: ""
56602
          tab: 8
56602
          tab: 8
56603
          authorised_value: ""
56603
          authorised_value:
56604
          authtypecode: ""
56604
          authtypecode: ""
56605
          value_builder: ""
56605
          value_builder: ""
56606
          isurl:
56606
          isurl:
Lines 56618-56624 tables: Link Here
56618
          mandatory: 0
56618
          mandatory: 0
56619
          kohafield: ""
56619
          kohafield: ""
56620
          tab: 8
56620
          tab: 8
56621
          authorised_value: ""
56621
          authorised_value:
56622
          authtypecode: ""
56622
          authtypecode: ""
56623
          value_builder: ""
56623
          value_builder: ""
56624
          isurl:
56624
          isurl:
Lines 56636-56642 tables: Link Here
56636
          mandatory: 0
56636
          mandatory: 0
56637
          kohafield: ""
56637
          kohafield: ""
56638
          tab: 8
56638
          tab: 8
56639
          authorised_value: ""
56639
          authorised_value:
56640
          authtypecode: ""
56640
          authtypecode: ""
56641
          value_builder: ""
56641
          value_builder: ""
56642
          isurl:
56642
          isurl:
Lines 56654-56660 tables: Link Here
56654
          mandatory: 0
56654
          mandatory: 0
56655
          kohafield: ""
56655
          kohafield: ""
56656
          tab: 8
56656
          tab: 8
56657
          authorised_value: ""
56657
          authorised_value:
56658
          authtypecode: ""
56658
          authtypecode: ""
56659
          value_builder: ""
56659
          value_builder: ""
56660
          isurl:
56660
          isurl:
Lines 56672-56678 tables: Link Here
56672
          mandatory: 0
56672
          mandatory: 0
56673
          kohafield: ""
56673
          kohafield: ""
56674
          tab: 8
56674
          tab: 8
56675
          authorised_value: ""
56675
          authorised_value:
56676
          authtypecode: ""
56676
          authtypecode: ""
56677
          value_builder: ""
56677
          value_builder: ""
56678
          isurl:
56678
          isurl:
Lines 56690-56696 tables: Link Here
56690
          mandatory: 0
56690
          mandatory: 0
56691
          kohafield: ""
56691
          kohafield: ""
56692
          tab: 8
56692
          tab: 8
56693
          authorised_value: ""
56693
          authorised_value:
56694
          authtypecode: ""
56694
          authtypecode: ""
56695
          value_builder: ""
56695
          value_builder: ""
56696
          isurl:
56696
          isurl:
Lines 56708-56714 tables: Link Here
56708
          mandatory: 0
56708
          mandatory: 0
56709
          kohafield: ""
56709
          kohafield: ""
56710
          tab: 8
56710
          tab: 8
56711
          authorised_value: ""
56711
          authorised_value:
56712
          authtypecode: ""
56712
          authtypecode: ""
56713
          value_builder: ""
56713
          value_builder: ""
56714
          isurl:
56714
          isurl:
Lines 56726-56732 tables: Link Here
56726
          mandatory: 0
56726
          mandatory: 0
56727
          kohafield: ""
56727
          kohafield: ""
56728
          tab: 8
56728
          tab: 8
56729
          authorised_value: ""
56729
          authorised_value:
56730
          authtypecode: ""
56730
          authtypecode: ""
56731
          value_builder: ""
56731
          value_builder: ""
56732
          isurl:
56732
          isurl:
Lines 56744-56750 tables: Link Here
56744
          mandatory: 0
56744
          mandatory: 0
56745
          kohafield: ""
56745
          kohafield: ""
56746
          tab: 8
56746
          tab: 8
56747
          authorised_value: ""
56747
          authorised_value:
56748
          authtypecode: ""
56748
          authtypecode: ""
56749
          value_builder: ""
56749
          value_builder: ""
56750
          isurl:
56750
          isurl:
Lines 56762-56768 tables: Link Here
56762
          mandatory: 0
56762
          mandatory: 0
56763
          kohafield: ""
56763
          kohafield: ""
56764
          tab: 8
56764
          tab: 8
56765
          authorised_value: ""
56765
          authorised_value:
56766
          authtypecode: ""
56766
          authtypecode: ""
56767
          value_builder: ""
56767
          value_builder: ""
56768
          isurl:
56768
          isurl:
Lines 56780-56786 tables: Link Here
56780
          mandatory: 0
56780
          mandatory: 0
56781
          kohafield: ""
56781
          kohafield: ""
56782
          tab: 8
56782
          tab: 8
56783
          authorised_value: ""
56783
          authorised_value:
56784
          authtypecode: ""
56784
          authtypecode: ""
56785
          value_builder: ""
56785
          value_builder: ""
56786
          isurl:
56786
          isurl:
Lines 56798-56804 tables: Link Here
56798
          mandatory: 0
56798
          mandatory: 0
56799
          kohafield: ""
56799
          kohafield: ""
56800
          tab: 8
56800
          tab: 8
56801
          authorised_value: ""
56801
          authorised_value:
56802
          authtypecode: ""
56802
          authtypecode: ""
56803
          value_builder: ""
56803
          value_builder: ""
56804
          isurl:
56804
          isurl:
Lines 56816-56822 tables: Link Here
56816
          mandatory: 0
56816
          mandatory: 0
56817
          kohafield: ""
56817
          kohafield: ""
56818
          tab: 8
56818
          tab: 8
56819
          authorised_value: ""
56819
          authorised_value:
56820
          authtypecode: ""
56820
          authtypecode: ""
56821
          value_builder: ""
56821
          value_builder: ""
56822
          isurl:
56822
          isurl:
Lines 56834-56840 tables: Link Here
56834
          mandatory: 0
56834
          mandatory: 0
56835
          kohafield: ""
56835
          kohafield: ""
56836
          tab: 8
56836
          tab: 8
56837
          authorised_value: ""
56837
          authorised_value:
56838
          authtypecode: ""
56838
          authtypecode: ""
56839
          value_builder: ""
56839
          value_builder: ""
56840
          isurl:
56840
          isurl:
Lines 56852-56858 tables: Link Here
56852
          mandatory: 0
56852
          mandatory: 0
56853
          kohafield: ""
56853
          kohafield: ""
56854
          tab: 8
56854
          tab: 8
56855
          authorised_value: ""
56855
          authorised_value:
56856
          authtypecode: ""
56856
          authtypecode: ""
56857
          value_builder: ""
56857
          value_builder: ""
56858
          isurl:
56858
          isurl:
Lines 56870-56876 tables: Link Here
56870
          mandatory: 0
56870
          mandatory: 0
56871
          kohafield: ""
56871
          kohafield: ""
56872
          tab: 8
56872
          tab: 8
56873
          authorised_value: ""
56873
          authorised_value:
56874
          authtypecode: ""
56874
          authtypecode: ""
56875
          value_builder: ""
56875
          value_builder: ""
56876
          isurl:
56876
          isurl:
Lines 56888-56894 tables: Link Here
56888
          mandatory: 0
56888
          mandatory: 0
56889
          kohafield: ""
56889
          kohafield: ""
56890
          tab: 8
56890
          tab: 8
56891
          authorised_value: ""
56891
          authorised_value:
56892
          authtypecode: ""
56892
          authtypecode: ""
56893
          value_builder: ""
56893
          value_builder: ""
56894
          isurl:
56894
          isurl:
Lines 56906-56912 tables: Link Here
56906
          mandatory: 0
56906
          mandatory: 0
56907
          kohafield: ""
56907
          kohafield: ""
56908
          tab: 8
56908
          tab: 8
56909
          authorised_value: ""
56909
          authorised_value:
56910
          authtypecode: ""
56910
          authtypecode: ""
56911
          value_builder: ""
56911
          value_builder: ""
56912
          isurl:
56912
          isurl:
Lines 56924-56930 tables: Link Here
56924
          mandatory: 0
56924
          mandatory: 0
56925
          kohafield: ""
56925
          kohafield: ""
56926
          tab: 8
56926
          tab: 8
56927
          authorised_value: ""
56927
          authorised_value:
56928
          authtypecode: ""
56928
          authtypecode: ""
56929
          value_builder: ""
56929
          value_builder: ""
56930
          isurl:
56930
          isurl:
Lines 56942-56948 tables: Link Here
56942
          mandatory: 0
56942
          mandatory: 0
56943
          kohafield: ""
56943
          kohafield: ""
56944
          tab: 8
56944
          tab: 8
56945
          authorised_value: ""
56945
          authorised_value:
56946
          authtypecode: ""
56946
          authtypecode: ""
56947
          value_builder: ""
56947
          value_builder: ""
56948
          isurl:
56948
          isurl:
Lines 56960-56966 tables: Link Here
56960
          mandatory: 0
56960
          mandatory: 0
56961
          kohafield: ""
56961
          kohafield: ""
56962
          tab: 8
56962
          tab: 8
56963
          authorised_value: ""
56963
          authorised_value:
56964
          authtypecode: ""
56964
          authtypecode: ""
56965
          value_builder: ""
56965
          value_builder: ""
56966
          isurl:
56966
          isurl:
Lines 56978-56984 tables: Link Here
56978
          mandatory: 0
56978
          mandatory: 0
56979
          kohafield: ""
56979
          kohafield: ""
56980
          tab: 8
56980
          tab: 8
56981
          authorised_value: ""
56981
          authorised_value:
56982
          authtypecode: ""
56982
          authtypecode: ""
56983
          value_builder: ""
56983
          value_builder: ""
56984
          isurl:
56984
          isurl:
Lines 56996-57002 tables: Link Here
56996
          mandatory: 0
56996
          mandatory: 0
56997
          kohafield: ""
56997
          kohafield: ""
56998
          tab: 8
56998
          tab: 8
56999
          authorised_value: ""
56999
          authorised_value:
57000
          authtypecode: ""
57000
          authtypecode: ""
57001
          value_builder: ""
57001
          value_builder: ""
57002
          isurl:
57002
          isurl:
Lines 57014-57020 tables: Link Here
57014
          mandatory: 0
57014
          mandatory: 0
57015
          kohafield: ""
57015
          kohafield: ""
57016
          tab: 8
57016
          tab: 8
57017
          authorised_value: ""
57017
          authorised_value:
57018
          authtypecode: ""
57018
          authtypecode: ""
57019
          value_builder: ""
57019
          value_builder: ""
57020
          isurl:
57020
          isurl:
Lines 57032-57038 tables: Link Here
57032
          mandatory: 0
57032
          mandatory: 0
57033
          kohafield: ""
57033
          kohafield: ""
57034
          tab: 8
57034
          tab: 8
57035
          authorised_value: ""
57035
          authorised_value:
57036
          authtypecode: ""
57036
          authtypecode: ""
57037
          value_builder: ""
57037
          value_builder: ""
57038
          isurl:
57038
          isurl:
Lines 57050-57056 tables: Link Here
57050
          mandatory: 0
57050
          mandatory: 0
57051
          kohafield: ""
57051
          kohafield: ""
57052
          tab: 8
57052
          tab: 8
57053
          authorised_value: ""
57053
          authorised_value:
57054
          authtypecode: ""
57054
          authtypecode: ""
57055
          value_builder: ""
57055
          value_builder: ""
57056
          isurl:
57056
          isurl:
Lines 57068-57074 tables: Link Here
57068
          mandatory: 0
57068
          mandatory: 0
57069
          kohafield: ""
57069
          kohafield: ""
57070
          tab: 8
57070
          tab: 8
57071
          authorised_value: ""
57071
          authorised_value:
57072
          authtypecode: ""
57072
          authtypecode: ""
57073
          value_builder: ""
57073
          value_builder: ""
57074
          isurl:
57074
          isurl:
Lines 57086-57092 tables: Link Here
57086
          mandatory: 0
57086
          mandatory: 0
57087
          kohafield: ""
57087
          kohafield: ""
57088
          tab: 8
57088
          tab: 8
57089
          authorised_value: ""
57089
          authorised_value:
57090
          authtypecode: ""
57090
          authtypecode: ""
57091
          value_builder: ""
57091
          value_builder: ""
57092
          isurl: 0
57092
          isurl: 0
Lines 57104-57110 tables: Link Here
57104
          mandatory: 0
57104
          mandatory: 0
57105
          kohafield: ""
57105
          kohafield: ""
57106
          tab: 8
57106
          tab: 8
57107
          authorised_value: ""
57107
          authorised_value:
57108
          authtypecode: ""
57108
          authtypecode: ""
57109
          value_builder: ""
57109
          value_builder: ""
57110
          isurl: 0
57110
          isurl: 0
Lines 57122-57128 tables: Link Here
57122
          mandatory: 0
57122
          mandatory: 0
57123
          kohafield: ""
57123
          kohafield: ""
57124
          tab: 8
57124
          tab: 8
57125
          authorised_value: ""
57125
          authorised_value:
57126
          authtypecode: ""
57126
          authtypecode: ""
57127
          value_builder: ""
57127
          value_builder: ""
57128
          isurl: 0
57128
          isurl: 0
Lines 57140-57146 tables: Link Here
57140
          mandatory: 0
57140
          mandatory: 0
57141
          kohafield: ""
57141
          kohafield: ""
57142
          tab: 8
57142
          tab: 8
57143
          authorised_value: ""
57143
          authorised_value:
57144
          authtypecode: ""
57144
          authtypecode: ""
57145
          value_builder: ""
57145
          value_builder: ""
57146
          isurl:
57146
          isurl:
Lines 57158-57164 tables: Link Here
57158
          mandatory: 0
57158
          mandatory: 0
57159
          kohafield: ""
57159
          kohafield: ""
57160
          tab: 8
57160
          tab: 8
57161
          authorised_value: ""
57161
          authorised_value:
57162
          authtypecode: ""
57162
          authtypecode: ""
57163
          value_builder: ""
57163
          value_builder: ""
57164
          isurl: 0
57164
          isurl: 0
Lines 57176-57182 tables: Link Here
57176
          mandatory: 0
57176
          mandatory: 0
57177
          kohafield: ""
57177
          kohafield: ""
57178
          tab: 8
57178
          tab: 8
57179
          authorised_value: ""
57179
          authorised_value:
57180
          authtypecode: ""
57180
          authtypecode: ""
57181
          value_builder: ""
57181
          value_builder: ""
57182
          isurl: 0
57182
          isurl: 0
Lines 57194-57200 tables: Link Here
57194
          mandatory: 0
57194
          mandatory: 0
57195
          kohafield: ""
57195
          kohafield: ""
57196
          tab: 8
57196
          tab: 8
57197
          authorised_value: ""
57197
          authorised_value:
57198
          authtypecode: ""
57198
          authtypecode: ""
57199
          value_builder: ""
57199
          value_builder: ""
57200
          isurl: 0
57200
          isurl: 0
Lines 57212-57218 tables: Link Here
57212
          mandatory: 0
57212
          mandatory: 0
57213
          kohafield: ""
57213
          kohafield: ""
57214
          tab: 8
57214
          tab: 8
57215
          authorised_value: ""
57215
          authorised_value:
57216
          authtypecode: ""
57216
          authtypecode: ""
57217
          value_builder: ""
57217
          value_builder: ""
57218
          isurl: 0
57218
          isurl: 0
Lines 57230-57236 tables: Link Here
57230
          mandatory: 0
57230
          mandatory: 0
57231
          kohafield: ""
57231
          kohafield: ""
57232
          tab: 8
57232
          tab: 8
57233
          authorised_value: ""
57233
          authorised_value:
57234
          authtypecode: ""
57234
          authtypecode: ""
57235
          value_builder: ""
57235
          value_builder: ""
57236
          isurl: 0
57236
          isurl: 0
Lines 57248-57254 tables: Link Here
57248
          mandatory: 0
57248
          mandatory: 0
57249
          kohafield: ""
57249
          kohafield: ""
57250
          tab: 8
57250
          tab: 8
57251
          authorised_value: ""
57251
          authorised_value:
57252
          authtypecode: ""
57252
          authtypecode: ""
57253
          value_builder: ""
57253
          value_builder: ""
57254
          isurl: 0
57254
          isurl: 0
Lines 57266-57272 tables: Link Here
57266
          mandatory: 0
57266
          mandatory: 0
57267
          kohafield: ""
57267
          kohafield: ""
57268
          tab: 8
57268
          tab: 8
57269
          authorised_value: ""
57269
          authorised_value:
57270
          authtypecode: ""
57270
          authtypecode: ""
57271
          value_builder: ""
57271
          value_builder: ""
57272
          isurl: 0
57272
          isurl: 0
Lines 57284-57290 tables: Link Here
57284
          mandatory: 0
57284
          mandatory: 0
57285
          kohafield: ""
57285
          kohafield: ""
57286
          tab: 8
57286
          tab: 8
57287
          authorised_value: ""
57287
          authorised_value:
57288
          authtypecode: ""
57288
          authtypecode: ""
57289
          value_builder: ""
57289
          value_builder: ""
57290
          isurl: 0
57290
          isurl: 0
Lines 57302-57308 tables: Link Here
57302
          mandatory: 0
57302
          mandatory: 0
57303
          kohafield: ""
57303
          kohafield: ""
57304
          tab: 8
57304
          tab: 8
57305
          authorised_value: ""
57305
          authorised_value:
57306
          authtypecode: ""
57306
          authtypecode: ""
57307
          value_builder: ""
57307
          value_builder: ""
57308
          isurl: 0
57308
          isurl: 0
Lines 57320-57326 tables: Link Here
57320
          mandatory: 0
57320
          mandatory: 0
57321
          kohafield: ""
57321
          kohafield: ""
57322
          tab: 8
57322
          tab: 8
57323
          authorised_value: ""
57323
          authorised_value:
57324
          authtypecode: ""
57324
          authtypecode: ""
57325
          value_builder: ""
57325
          value_builder: ""
57326
          isurl: 0
57326
          isurl: 0
Lines 57338-57344 tables: Link Here
57338
          mandatory: 0
57338
          mandatory: 0
57339
          kohafield: ""
57339
          kohafield: ""
57340
          tab: 8
57340
          tab: 8
57341
          authorised_value: ""
57341
          authorised_value:
57342
          authtypecode: ""
57342
          authtypecode: ""
57343
          value_builder: ""
57343
          value_builder: ""
57344
          isurl: 0
57344
          isurl: 0
Lines 57356-57362 tables: Link Here
57356
          mandatory: 0
57356
          mandatory: 0
57357
          kohafield: ""
57357
          kohafield: ""
57358
          tab: 8
57358
          tab: 8
57359
          authorised_value: ""
57359
          authorised_value:
57360
          authtypecode: ""
57360
          authtypecode: ""
57361
          value_builder: ""
57361
          value_builder: ""
57362
          isurl: 0
57362
          isurl: 0
Lines 57374-57380 tables: Link Here
57374
          mandatory: 0
57374
          mandatory: 0
57375
          kohafield: ""
57375
          kohafield: ""
57376
          tab: 8
57376
          tab: 8
57377
          authorised_value: ""
57377
          authorised_value:
57378
          authtypecode: ""
57378
          authtypecode: ""
57379
          value_builder: ""
57379
          value_builder: ""
57380
          isurl: 0
57380
          isurl: 0
Lines 57392-57398 tables: Link Here
57392
          mandatory: 0
57392
          mandatory: 0
57393
          kohafield: ""
57393
          kohafield: ""
57394
          tab: 8
57394
          tab: 8
57395
          authorised_value: ""
57395
          authorised_value:
57396
          authtypecode: ""
57396
          authtypecode: ""
57397
          value_builder: ""
57397
          value_builder: ""
57398
          isurl: 0
57398
          isurl: 0
Lines 57410-57416 tables: Link Here
57410
          mandatory: 0
57410
          mandatory: 0
57411
          kohafield: ""
57411
          kohafield: ""
57412
          tab: 8
57412
          tab: 8
57413
          authorised_value: ""
57413
          authorised_value:
57414
          authtypecode: ""
57414
          authtypecode: ""
57415
          value_builder: ""
57415
          value_builder: ""
57416
          isurl: 0
57416
          isurl: 0
Lines 57428-57434 tables: Link Here
57428
          mandatory: 0
57428
          mandatory: 0
57429
          kohafield: ""
57429
          kohafield: ""
57430
          tab: 8
57430
          tab: 8
57431
          authorised_value: ""
57431
          authorised_value:
57432
          authtypecode: ""
57432
          authtypecode: ""
57433
          value_builder: ""
57433
          value_builder: ""
57434
          isurl: 0
57434
          isurl: 0
Lines 57446-57452 tables: Link Here
57446
          mandatory: 0
57446
          mandatory: 0
57447
          kohafield: ""
57447
          kohafield: ""
57448
          tab: 8
57448
          tab: 8
57449
          authorised_value: ""
57449
          authorised_value:
57450
          authtypecode: ""
57450
          authtypecode: ""
57451
          value_builder: ""
57451
          value_builder: ""
57452
          isurl: 0
57452
          isurl: 0
Lines 57464-57470 tables: Link Here
57464
          mandatory: 0
57464
          mandatory: 0
57465
          kohafield: ""
57465
          kohafield: ""
57466
          tab: 8
57466
          tab: 8
57467
          authorised_value: ""
57467
          authorised_value:
57468
          authtypecode: ""
57468
          authtypecode: ""
57469
          value_builder: ""
57469
          value_builder: ""
57470
          isurl: 0
57470
          isurl: 0
Lines 57482-57488 tables: Link Here
57482
          mandatory: 0
57482
          mandatory: 0
57483
          kohafield: ""
57483
          kohafield: ""
57484
          tab: 8
57484
          tab: 8
57485
          authorised_value: ""
57485
          authorised_value:
57486
          authtypecode: ""
57486
          authtypecode: ""
57487
          value_builder: ""
57487
          value_builder: ""
57488
          isurl: 0
57488
          isurl: 0
Lines 57500-57506 tables: Link Here
57500
          mandatory: 0
57500
          mandatory: 0
57501
          kohafield: biblioitems.url
57501
          kohafield: biblioitems.url
57502
          tab: 8
57502
          tab: 8
57503
          authorised_value: ""
57503
          authorised_value:
57504
          authtypecode: ""
57504
          authtypecode: ""
57505
          value_builder: ""
57505
          value_builder: ""
57506
          isurl: 1
57506
          isurl: 1
Lines 57518-57524 tables: Link Here
57518
          mandatory: 0
57518
          mandatory: 0
57519
          kohafield: ""
57519
          kohafield: ""
57520
          tab: 8
57520
          tab: 8
57521
          authorised_value: ""
57521
          authorised_value:
57522
          authtypecode: ""
57522
          authtypecode: ""
57523
          value_builder: ""
57523
          value_builder: ""
57524
          isurl: 0
57524
          isurl: 0
Lines 57536-57542 tables: Link Here
57536
          mandatory: 0
57536
          mandatory: 0
57537
          kohafield: ""
57537
          kohafield: ""
57538
          tab: 8
57538
          tab: 8
57539
          authorised_value: ""
57539
          authorised_value:
57540
          authtypecode: ""
57540
          authtypecode: ""
57541
          value_builder: ""
57541
          value_builder: ""
57542
          isurl: 0
57542
          isurl: 0
Lines 57554-57560 tables: Link Here
57554
          mandatory: 0
57554
          mandatory: 0
57555
          kohafield: ""
57555
          kohafield: ""
57556
          tab: 8
57556
          tab: 8
57557
          authorised_value: ""
57557
          authorised_value:
57558
          authtypecode: ""
57558
          authtypecode: ""
57559
          value_builder: ""
57559
          value_builder: ""
57560
          isurl: 0
57560
          isurl: 0
Lines 57572-57578 tables: Link Here
57572
          mandatory: 0
57572
          mandatory: 0
57573
          kohafield: ""
57573
          kohafield: ""
57574
          tab: 8
57574
          tab: 8
57575
          authorised_value: ""
57575
          authorised_value:
57576
          authtypecode: ""
57576
          authtypecode: ""
57577
          value_builder: ""
57577
          value_builder: ""
57578
          isurl: 0
57578
          isurl: 0
Lines 57590-57596 tables: Link Here
57590
          mandatory: 0
57590
          mandatory: 0
57591
          kohafield: ""
57591
          kohafield: ""
57592
          tab: 8
57592
          tab: 8
57593
          authorised_value: ""
57593
          authorised_value:
57594
          authtypecode: ""
57594
          authtypecode: ""
57595
          value_builder: ""
57595
          value_builder: ""
57596
          isurl: 0
57596
          isurl: 0
Lines 57608-57614 tables: Link Here
57608
          mandatory: 0
57608
          mandatory: 0
57609
          kohafield: ""
57609
          kohafield: ""
57610
          tab: 8
57610
          tab: 8
57611
          authorised_value: ""
57611
          authorised_value:
57612
          authtypecode: ""
57612
          authtypecode: ""
57613
          value_builder: ""
57613
          value_builder: ""
57614
          isurl: 0
57614
          isurl: 0
Lines 57626-57632 tables: Link Here
57626
          mandatory: 0
57626
          mandatory: 0
57627
          kohafield: ""
57627
          kohafield: ""
57628
          tab: 8
57628
          tab: 8
57629
          authorised_value: ""
57629
          authorised_value:
57630
          authtypecode: ""
57630
          authtypecode: ""
57631
          value_builder: ""
57631
          value_builder: ""
57632
          isurl: 0
57632
          isurl: 0
Lines 57644-57650 tables: Link Here
57644
          mandatory: 0
57644
          mandatory: 0
57645
          kohafield: ""
57645
          kohafield: ""
57646
          tab: 8
57646
          tab: 8
57647
          authorised_value: ""
57647
          authorised_value:
57648
          authtypecode: ""
57648
          authtypecode: ""
57649
          value_builder: ""
57649
          value_builder: ""
57650
          isurl: 0
57650
          isurl: 0
Lines 57662-57668 tables: Link Here
57662
          mandatory: 0
57662
          mandatory: 0
57663
          kohafield: ""
57663
          kohafield: ""
57664
          tab: 8
57664
          tab: 8
57665
          authorised_value: ""
57665
          authorised_value:
57666
          authtypecode: ""
57666
          authtypecode: ""
57667
          value_builder: ""
57667
          value_builder: ""
57668
          isurl: 0
57668
          isurl: 0
Lines 57680-57686 tables: Link Here
57680
          mandatory: 0
57680
          mandatory: 0
57681
          kohafield: ""
57681
          kohafield: ""
57682
          tab: 8
57682
          tab: 8
57683
          authorised_value: ""
57683
          authorised_value:
57684
          authtypecode: ""
57684
          authtypecode: ""
57685
          value_builder: ""
57685
          value_builder: ""
57686
          isurl: 0
57686
          isurl: 0
Lines 57698-57704 tables: Link Here
57698
          mandatory: 0
57698
          mandatory: 0
57699
          kohafield: ""
57699
          kohafield: ""
57700
          tab: 8
57700
          tab: 8
57701
          authorised_value: ""
57701
          authorised_value:
57702
          authtypecode: ""
57702
          authtypecode: ""
57703
          value_builder: ""
57703
          value_builder: ""
57704
          isurl: 0
57704
          isurl: 0
Lines 57716-57722 tables: Link Here
57716
          mandatory: 0
57716
          mandatory: 0
57717
          kohafield: ""
57717
          kohafield: ""
57718
          tab: 8
57718
          tab: 8
57719
          authorised_value: ""
57719
          authorised_value:
57720
          authtypecode: ""
57720
          authtypecode: ""
57721
          value_builder: ""
57721
          value_builder: ""
57722
          isurl: 0
57722
          isurl: 0
Lines 57734-57740 tables: Link Here
57734
          mandatory: 0
57734
          mandatory: 0
57735
          kohafield: ""
57735
          kohafield: ""
57736
          tab: 8
57736
          tab: 8
57737
          authorised_value: ""
57737
          authorised_value:
57738
          authtypecode: ""
57738
          authtypecode: ""
57739
          value_builder: ""
57739
          value_builder: ""
57740
          isurl: 0
57740
          isurl: 0
Lines 57752-57758 tables: Link Here
57752
          mandatory: 0
57752
          mandatory: 0
57753
          kohafield: ""
57753
          kohafield: ""
57754
          tab: 8
57754
          tab: 8
57755
          authorised_value: ""
57755
          authorised_value:
57756
          authtypecode: ""
57756
          authtypecode: ""
57757
          value_builder: ""
57757
          value_builder: ""
57758
          isurl:
57758
          isurl:
Lines 57770-57776 tables: Link Here
57770
          mandatory: 0
57770
          mandatory: 0
57771
          kohafield: ""
57771
          kohafield: ""
57772
          tab: 8
57772
          tab: 8
57773
          authorised_value: ""
57773
          authorised_value:
57774
          authtypecode: ""
57774
          authtypecode: ""
57775
          value_builder: ""
57775
          value_builder: ""
57776
          isurl:
57776
          isurl:
Lines 57788-57794 tables: Link Here
57788
          mandatory: 0
57788
          mandatory: 0
57789
          kohafield: ""
57789
          kohafield: ""
57790
          tab: 8
57790
          tab: 8
57791
          authorised_value: ""
57791
          authorised_value:
57792
          authtypecode: ""
57792
          authtypecode: ""
57793
          value_builder: ""
57793
          value_builder: ""
57794
          isurl: 0
57794
          isurl: 0
Lines 57806-57812 tables: Link Here
57806
          mandatory: 0
57806
          mandatory: 0
57807
          kohafield: ""
57807
          kohafield: ""
57808
          tab: 8
57808
          tab: 8
57809
          authorised_value: ""
57809
          authorised_value:
57810
          authtypecode: ""
57810
          authtypecode: ""
57811
          value_builder: ""
57811
          value_builder: ""
57812
          isurl: 0
57812
          isurl: 0
Lines 57824-57830 tables: Link Here
57824
          mandatory: 0
57824
          mandatory: 0
57825
          kohafield: ""
57825
          kohafield: ""
57826
          tab: 8
57826
          tab: 8
57827
          authorised_value: ""
57827
          authorised_value:
57828
          authtypecode: ""
57828
          authtypecode: ""
57829
          value_builder: ""
57829
          value_builder: ""
57830
          isurl: 0
57830
          isurl: 0
Lines 57842-57848 tables: Link Here
57842
          mandatory: 0
57842
          mandatory: 0
57843
          kohafield: ""
57843
          kohafield: ""
57844
          tab: 8
57844
          tab: 8
57845
          authorised_value: ""
57845
          authorised_value:
57846
          authtypecode: ""
57846
          authtypecode: ""
57847
          value_builder: ""
57847
          value_builder: ""
57848
          isurl: 0
57848
          isurl: 0
Lines 57860-57866 tables: Link Here
57860
          mandatory: 0
57860
          mandatory: 0
57861
          kohafield: ""
57861
          kohafield: ""
57862
          tab: 8
57862
          tab: 8
57863
          authorised_value: ""
57863
          authorised_value:
57864
          authtypecode: ""
57864
          authtypecode: ""
57865
          value_builder: ""
57865
          value_builder: ""
57866
          isurl: 0
57866
          isurl: 0
Lines 57878-57884 tables: Link Here
57878
          mandatory: 0
57878
          mandatory: 0
57879
          kohafield: ""
57879
          kohafield: ""
57880
          tab: 8
57880
          tab: 8
57881
          authorised_value: ""
57881
          authorised_value:
57882
          authtypecode: ""
57882
          authtypecode: ""
57883
          value_builder: ""
57883
          value_builder: ""
57884
          isurl: 0
57884
          isurl: 0
Lines 57896-57902 tables: Link Here
57896
          mandatory: 0
57896
          mandatory: 0
57897
          kohafield: ""
57897
          kohafield: ""
57898
          tab: 8
57898
          tab: 8
57899
          authorised_value: ""
57899
          authorised_value:
57900
          authtypecode: ""
57900
          authtypecode: ""
57901
          value_builder: ""
57901
          value_builder: ""
57902
          isurl: 0
57902
          isurl: 0
Lines 57914-57920 tables: Link Here
57914
          mandatory: 0
57914
          mandatory: 0
57915
          kohafield: ""
57915
          kohafield: ""
57916
          tab: 8
57916
          tab: 8
57917
          authorised_value: ""
57917
          authorised_value:
57918
          authtypecode: ""
57918
          authtypecode: ""
57919
          value_builder: ""
57919
          value_builder: ""
57920
          isurl: 0
57920
          isurl: 0
Lines 57932-57938 tables: Link Here
57932
          mandatory: 0
57932
          mandatory: 0
57933
          kohafield: ""
57933
          kohafield: ""
57934
          tab: 8
57934
          tab: 8
57935
          authorised_value: ""
57935
          authorised_value:
57936
          authtypecode: ""
57936
          authtypecode: ""
57937
          value_builder: ""
57937
          value_builder: ""
57938
          isurl: 0
57938
          isurl: 0
Lines 57950-57956 tables: Link Here
57950
          mandatory: 0
57950
          mandatory: 0
57951
          kohafield: ""
57951
          kohafield: ""
57952
          tab: 8
57952
          tab: 8
57953
          authorised_value: ""
57953
          authorised_value:
57954
          authtypecode: ""
57954
          authtypecode: ""
57955
          value_builder: ""
57955
          value_builder: ""
57956
          isurl: 0
57956
          isurl: 0
Lines 57968-57974 tables: Link Here
57968
          mandatory: 0
57968
          mandatory: 0
57969
          kohafield: ""
57969
          kohafield: ""
57970
          tab: 8
57970
          tab: 8
57971
          authorised_value: ""
57971
          authorised_value:
57972
          authtypecode: ""
57972
          authtypecode: ""
57973
          value_builder: ""
57973
          value_builder: ""
57974
          isurl: 0
57974
          isurl: 0
Lines 57986-57992 tables: Link Here
57986
          mandatory: 0
57986
          mandatory: 0
57987
          kohafield: ""
57987
          kohafield: ""
57988
          tab: 8
57988
          tab: 8
57989
          authorised_value: ""
57989
          authorised_value:
57990
          authtypecode: ""
57990
          authtypecode: ""
57991
          value_builder: ""
57991
          value_builder: ""
57992
          isurl: 0
57992
          isurl: 0
Lines 58004-58010 tables: Link Here
58004
          mandatory: 0
58004
          mandatory: 0
58005
          kohafield: ""
58005
          kohafield: ""
58006
          tab: 8
58006
          tab: 8
58007
          authorised_value: ""
58007
          authorised_value:
58008
          authtypecode: ""
58008
          authtypecode: ""
58009
          value_builder: ""
58009
          value_builder: ""
58010
          isurl: 0
58010
          isurl: 0
Lines 58022-58028 tables: Link Here
58022
          mandatory: 0
58022
          mandatory: 0
58023
          kohafield: ""
58023
          kohafield: ""
58024
          tab: 8
58024
          tab: 8
58025
          authorised_value: ""
58025
          authorised_value:
58026
          authtypecode: ""
58026
          authtypecode: ""
58027
          value_builder: ""
58027
          value_builder: ""
58028
          isurl: 0
58028
          isurl: 0
Lines 58040-58046 tables: Link Here
58040
          mandatory: 0
58040
          mandatory: 0
58041
          kohafield: ""
58041
          kohafield: ""
58042
          tab: 8
58042
          tab: 8
58043
          authorised_value: ""
58043
          authorised_value:
58044
          authtypecode: ""
58044
          authtypecode: ""
58045
          value_builder: ""
58045
          value_builder: ""
58046
          isurl: 0
58046
          isurl: 0
Lines 58058-58064 tables: Link Here
58058
          mandatory: 0
58058
          mandatory: 0
58059
          kohafield: ""
58059
          kohafield: ""
58060
          tab: 8
58060
          tab: 8
58061
          authorised_value: ""
58061
          authorised_value:
58062
          authtypecode: ""
58062
          authtypecode: ""
58063
          value_builder: ""
58063
          value_builder: ""
58064
          isurl: 0
58064
          isurl: 0
Lines 58076-58082 tables: Link Here
58076
          mandatory: 0
58076
          mandatory: 0
58077
          kohafield: ""
58077
          kohafield: ""
58078
          tab: 8
58078
          tab: 8
58079
          authorised_value: ""
58079
          authorised_value:
58080
          authtypecode: ""
58080
          authtypecode: ""
58081
          value_builder: ""
58081
          value_builder: ""
58082
          isurl: 0
58082
          isurl: 0
Lines 58094-58100 tables: Link Here
58094
          mandatory: 0
58094
          mandatory: 0
58095
          kohafield: ""
58095
          kohafield: ""
58096
          tab: 8
58096
          tab: 8
58097
          authorised_value: ""
58097
          authorised_value:
58098
          authtypecode: ""
58098
          authtypecode: ""
58099
          value_builder: ""
58099
          value_builder: ""
58100
          isurl: 0
58100
          isurl: 0
Lines 58112-58118 tables: Link Here
58112
          mandatory: 0
58112
          mandatory: 0
58113
          kohafield: ""
58113
          kohafield: ""
58114
          tab: 8
58114
          tab: 8
58115
          authorised_value: ""
58115
          authorised_value:
58116
          authtypecode: ""
58116
          authtypecode: ""
58117
          value_builder: ""
58117
          value_builder: ""
58118
          isurl: 0
58118
          isurl: 0
Lines 58130-58136 tables: Link Here
58130
          mandatory: 0
58130
          mandatory: 0
58131
          kohafield: ""
58131
          kohafield: ""
58132
          tab: 8
58132
          tab: 8
58133
          authorised_value: ""
58133
          authorised_value:
58134
          authtypecode: ""
58134
          authtypecode: ""
58135
          value_builder: ""
58135
          value_builder: ""
58136
          isurl: 0
58136
          isurl: 0
Lines 58148-58154 tables: Link Here
58148
          mandatory: 0
58148
          mandatory: 0
58149
          kohafield: ""
58149
          kohafield: ""
58150
          tab: 8
58150
          tab: 8
58151
          authorised_value: ""
58151
          authorised_value:
58152
          authtypecode: ""
58152
          authtypecode: ""
58153
          value_builder: ""
58153
          value_builder: ""
58154
          isurl: 0
58154
          isurl: 0
Lines 58166-58172 tables: Link Here
58166
          mandatory: 0
58166
          mandatory: 0
58167
          kohafield: ""
58167
          kohafield: ""
58168
          tab: 8
58168
          tab: 8
58169
          authorised_value: ""
58169
          authorised_value:
58170
          authtypecode: ""
58170
          authtypecode: ""
58171
          value_builder: ""
58171
          value_builder: ""
58172
          isurl: 0
58172
          isurl: 0
Lines 58184-58190 tables: Link Here
58184
          mandatory: 0
58184
          mandatory: 0
58185
          kohafield: ""
58185
          kohafield: ""
58186
          tab: 8
58186
          tab: 8
58187
          authorised_value: ""
58187
          authorised_value:
58188
          authtypecode: ""
58188
          authtypecode: ""
58189
          value_builder: ""
58189
          value_builder: ""
58190
          isurl: 0
58190
          isurl: 0
Lines 58202-58208 tables: Link Here
58202
          mandatory: 0
58202
          mandatory: 0
58203
          kohafield: ""
58203
          kohafield: ""
58204
          tab: 8
58204
          tab: 8
58205
          authorised_value: ""
58205
          authorised_value:
58206
          authtypecode: ""
58206
          authtypecode: ""
58207
          value_builder: ""
58207
          value_builder: ""
58208
          isurl:
58208
          isurl:
Lines 58220-58226 tables: Link Here
58220
          mandatory: 0
58220
          mandatory: 0
58221
          kohafield: ""
58221
          kohafield: ""
58222
          tab: 8
58222
          tab: 8
58223
          authorised_value: ""
58223
          authorised_value:
58224
          authtypecode: ""
58224
          authtypecode: ""
58225
          value_builder: ""
58225
          value_builder: ""
58226
          isurl:
58226
          isurl:
Lines 58238-58244 tables: Link Here
58238
          mandatory: 0
58238
          mandatory: 0
58239
          kohafield: ""
58239
          kohafield: ""
58240
          tab: 8
58240
          tab: 8
58241
          authorised_value: ""
58241
          authorised_value:
58242
          authtypecode: ""
58242
          authtypecode: ""
58243
          value_builder: ""
58243
          value_builder: ""
58244
          isurl: 0
58244
          isurl: 0
Lines 58256-58262 tables: Link Here
58256
          mandatory: 0
58256
          mandatory: 0
58257
          kohafield: ""
58257
          kohafield: ""
58258
          tab: 8
58258
          tab: 8
58259
          authorised_value: ""
58259
          authorised_value:
58260
          authtypecode: ""
58260
          authtypecode: ""
58261
          value_builder: ""
58261
          value_builder: ""
58262
          isurl: 0
58262
          isurl: 0
Lines 58274-58280 tables: Link Here
58274
          mandatory: 0
58274
          mandatory: 0
58275
          kohafield: ""
58275
          kohafield: ""
58276
          tab: 8
58276
          tab: 8
58277
          authorised_value: ""
58277
          authorised_value:
58278
          authtypecode: ""
58278
          authtypecode: ""
58279
          value_builder: ""
58279
          value_builder: ""
58280
          isurl: 0
58280
          isurl: 0
Lines 58292-58298 tables: Link Here
58292
          mandatory: 0
58292
          mandatory: 0
58293
          kohafield: ""
58293
          kohafield: ""
58294
          tab: 8
58294
          tab: 8
58295
          authorised_value: ""
58295
          authorised_value:
58296
          authtypecode: ""
58296
          authtypecode: ""
58297
          value_builder: ""
58297
          value_builder: ""
58298
          isurl: 0
58298
          isurl: 0
Lines 58310-58316 tables: Link Here
58310
          mandatory: 0
58310
          mandatory: 0
58311
          kohafield: ""
58311
          kohafield: ""
58312
          tab: 8
58312
          tab: 8
58313
          authorised_value: ""
58313
          authorised_value:
58314
          authtypecode: ""
58314
          authtypecode: ""
58315
          value_builder: ""
58315
          value_builder: ""
58316
          isurl: 0
58316
          isurl: 0
Lines 58328-58334 tables: Link Here
58328
          mandatory: 0
58328
          mandatory: 0
58329
          kohafield: ""
58329
          kohafield: ""
58330
          tab: 8
58330
          tab: 8
58331
          authorised_value: ""
58331
          authorised_value:
58332
          authtypecode: ""
58332
          authtypecode: ""
58333
          value_builder: ""
58333
          value_builder: ""
58334
          isurl: 0
58334
          isurl: 0
Lines 58346-58352 tables: Link Here
58346
          mandatory: 0
58346
          mandatory: 0
58347
          kohafield: ""
58347
          kohafield: ""
58348
          tab: 8
58348
          tab: 8
58349
          authorised_value: ""
58349
          authorised_value:
58350
          authtypecode: ""
58350
          authtypecode: ""
58351
          value_builder: ""
58351
          value_builder: ""
58352
          isurl: 0
58352
          isurl: 0
Lines 58364-58370 tables: Link Here
58364
          mandatory: 0
58364
          mandatory: 0
58365
          kohafield: ""
58365
          kohafield: ""
58366
          tab: 8
58366
          tab: 8
58367
          authorised_value: ""
58367
          authorised_value:
58368
          authtypecode: ""
58368
          authtypecode: ""
58369
          value_builder: ""
58369
          value_builder: ""
58370
          isurl: 0
58370
          isurl: 0
Lines 58382-58388 tables: Link Here
58382
          mandatory: 0
58382
          mandatory: 0
58383
          kohafield: ""
58383
          kohafield: ""
58384
          tab: 8
58384
          tab: 8
58385
          authorised_value: ""
58385
          authorised_value:
58386
          authtypecode: ""
58386
          authtypecode: ""
58387
          value_builder: ""
58387
          value_builder: ""
58388
          isurl: 0
58388
          isurl: 0
Lines 58400-58406 tables: Link Here
58400
          mandatory: 0
58400
          mandatory: 0
58401
          kohafield: ""
58401
          kohafield: ""
58402
          tab: 8
58402
          tab: 8
58403
          authorised_value: ""
58403
          authorised_value:
58404
          authtypecode: ""
58404
          authtypecode: ""
58405
          value_builder: ""
58405
          value_builder: ""
58406
          isurl: 0
58406
          isurl: 0
Lines 58418-58424 tables: Link Here
58418
          mandatory: 0
58418
          mandatory: 0
58419
          kohafield: ""
58419
          kohafield: ""
58420
          tab: 8
58420
          tab: 8
58421
          authorised_value: ""
58421
          authorised_value:
58422
          authtypecode: ""
58422
          authtypecode: ""
58423
          value_builder: ""
58423
          value_builder: ""
58424
          isurl: 0
58424
          isurl: 0
Lines 58436-58442 tables: Link Here
58436
          mandatory: 0
58436
          mandatory: 0
58437
          kohafield: ""
58437
          kohafield: ""
58438
          tab: 8
58438
          tab: 8
58439
          authorised_value: ""
58439
          authorised_value:
58440
          authtypecode: ""
58440
          authtypecode: ""
58441
          value_builder: ""
58441
          value_builder: ""
58442
          isurl: 0
58442
          isurl: 0
Lines 58454-58460 tables: Link Here
58454
          mandatory: 0
58454
          mandatory: 0
58455
          kohafield: ""
58455
          kohafield: ""
58456
          tab: 8
58456
          tab: 8
58457
          authorised_value: ""
58457
          authorised_value:
58458
          authtypecode: ""
58458
          authtypecode: ""
58459
          value_builder: ""
58459
          value_builder: ""
58460
          isurl: 0
58460
          isurl: 0
Lines 58472-58478 tables: Link Here
58472
          mandatory: 0
58472
          mandatory: 0
58473
          kohafield: ""
58473
          kohafield: ""
58474
          tab: 8
58474
          tab: 8
58475
          authorised_value: ""
58475
          authorised_value:
58476
          authtypecode: ""
58476
          authtypecode: ""
58477
          value_builder: ""
58477
          value_builder: ""
58478
          isurl: 0
58478
          isurl: 0
Lines 58490-58496 tables: Link Here
58490
          mandatory: 0
58490
          mandatory: 0
58491
          kohafield: ""
58491
          kohafield: ""
58492
          tab: 8
58492
          tab: 8
58493
          authorised_value: ""
58493
          authorised_value:
58494
          authtypecode: ""
58494
          authtypecode: ""
58495
          value_builder: ""
58495
          value_builder: ""
58496
          isurl: 0
58496
          isurl: 0
Lines 58508-58514 tables: Link Here
58508
          mandatory: 0
58508
          mandatory: 0
58509
          kohafield: ""
58509
          kohafield: ""
58510
          tab: 8
58510
          tab: 8
58511
          authorised_value: ""
58511
          authorised_value:
58512
          authtypecode: ""
58512
          authtypecode: ""
58513
          value_builder: ""
58513
          value_builder: ""
58514
          isurl: 0
58514
          isurl: 0
Lines 58526-58532 tables: Link Here
58526
          mandatory: 0
58526
          mandatory: 0
58527
          kohafield: ""
58527
          kohafield: ""
58528
          tab: 8
58528
          tab: 8
58529
          authorised_value: ""
58529
          authorised_value:
58530
          authtypecode: ""
58530
          authtypecode: ""
58531
          value_builder: ""
58531
          value_builder: ""
58532
          isurl: 0
58532
          isurl: 0
Lines 58544-58550 tables: Link Here
58544
          mandatory: 0
58544
          mandatory: 0
58545
          kohafield: ""
58545
          kohafield: ""
58546
          tab: 8
58546
          tab: 8
58547
          authorised_value: ""
58547
          authorised_value:
58548
          authtypecode: ""
58548
          authtypecode: ""
58549
          value_builder: ""
58549
          value_builder: ""
58550
          isurl: 0
58550
          isurl: 0
Lines 58562-58568 tables: Link Here
58562
          mandatory: 0
58562
          mandatory: 0
58563
          kohafield: ""
58563
          kohafield: ""
58564
          tab: 8
58564
          tab: 8
58565
          authorised_value: ""
58565
          authorised_value:
58566
          authtypecode: ""
58566
          authtypecode: ""
58567
          value_builder: ""
58567
          value_builder: ""
58568
          isurl: 0
58568
          isurl: 0
Lines 58580-58586 tables: Link Here
58580
          mandatory: 0
58580
          mandatory: 0
58581
          kohafield: ""
58581
          kohafield: ""
58582
          tab: 8
58582
          tab: 8
58583
          authorised_value: ""
58583
          authorised_value:
58584
          authtypecode: ""
58584
          authtypecode: ""
58585
          value_builder: ""
58585
          value_builder: ""
58586
          isurl: 0
58586
          isurl: 0
Lines 58598-58604 tables: Link Here
58598
          mandatory: 0
58598
          mandatory: 0
58599
          kohafield: ""
58599
          kohafield: ""
58600
          tab: 8
58600
          tab: 8
58601
          authorised_value: ""
58601
          authorised_value:
58602
          authtypecode: ""
58602
          authtypecode: ""
58603
          value_builder: ""
58603
          value_builder: ""
58604
          isurl: 0
58604
          isurl: 0
Lines 58616-58622 tables: Link Here
58616
          mandatory: 0
58616
          mandatory: 0
58617
          kohafield: ""
58617
          kohafield: ""
58618
          tab: 8
58618
          tab: 8
58619
          authorised_value: ""
58619
          authorised_value:
58620
          authtypecode: ""
58620
          authtypecode: ""
58621
          value_builder: ""
58621
          value_builder: ""
58622
          isurl: 0
58622
          isurl: 0
Lines 58634-58640 tables: Link Here
58634
          mandatory: 0
58634
          mandatory: 0
58635
          kohafield: ""
58635
          kohafield: ""
58636
          tab: 8
58636
          tab: 8
58637
          authorised_value: ""
58637
          authorised_value:
58638
          authtypecode: ""
58638
          authtypecode: ""
58639
          value_builder: ""
58639
          value_builder: ""
58640
          isurl: 0
58640
          isurl: 0
Lines 58652-58658 tables: Link Here
58652
          mandatory: 0
58652
          mandatory: 0
58653
          kohafield: ""
58653
          kohafield: ""
58654
          tab: 8
58654
          tab: 8
58655
          authorised_value: ""
58655
          authorised_value:
58656
          authtypecode: ""
58656
          authtypecode: ""
58657
          value_builder: ""
58657
          value_builder: ""
58658
          isurl:
58658
          isurl:
Lines 58670-58676 tables: Link Here
58670
          mandatory: 0
58670
          mandatory: 0
58671
          kohafield: ""
58671
          kohafield: ""
58672
          tab: 8
58672
          tab: 8
58673
          authorised_value: ""
58673
          authorised_value:
58674
          authtypecode: ""
58674
          authtypecode: ""
58675
          value_builder: ""
58675
          value_builder: ""
58676
          isurl:
58676
          isurl:
Lines 58688-58694 tables: Link Here
58688
          mandatory: 0
58688
          mandatory: 0
58689
          kohafield: ""
58689
          kohafield: ""
58690
          tab: 8
58690
          tab: 8
58691
          authorised_value: ""
58691
          authorised_value:
58692
          authtypecode: ""
58692
          authtypecode: ""
58693
          value_builder: ""
58693
          value_builder: ""
58694
          isurl: 0
58694
          isurl: 0
Lines 58706-58712 tables: Link Here
58706
          mandatory: 0
58706
          mandatory: 0
58707
          kohafield: ""
58707
          kohafield: ""
58708
          tab: 8
58708
          tab: 8
58709
          authorised_value: ""
58709
          authorised_value:
58710
          authtypecode: ""
58710
          authtypecode: ""
58711
          value_builder: ""
58711
          value_builder: ""
58712
          isurl: 0
58712
          isurl: 0
Lines 58724-58730 tables: Link Here
58724
          mandatory: 0
58724
          mandatory: 0
58725
          kohafield: ""
58725
          kohafield: ""
58726
          tab: 8
58726
          tab: 8
58727
          authorised_value: ""
58727
          authorised_value:
58728
          authtypecode: ""
58728
          authtypecode: ""
58729
          value_builder: ""
58729
          value_builder: ""
58730
          isurl: 0
58730
          isurl: 0
Lines 58742-58748 tables: Link Here
58742
          mandatory: 0
58742
          mandatory: 0
58743
          kohafield: ""
58743
          kohafield: ""
58744
          tab: 8
58744
          tab: 8
58745
          authorised_value: ""
58745
          authorised_value:
58746
          authtypecode: ""
58746
          authtypecode: ""
58747
          value_builder: ""
58747
          value_builder: ""
58748
          isurl: 0
58748
          isurl: 0
Lines 58760-58766 tables: Link Here
58760
          mandatory: 0
58760
          mandatory: 0
58761
          kohafield: ""
58761
          kohafield: ""
58762
          tab: 8
58762
          tab: 8
58763
          authorised_value: ""
58763
          authorised_value:
58764
          authtypecode: ""
58764
          authtypecode: ""
58765
          value_builder: ""
58765
          value_builder: ""
58766
          isurl: 0
58766
          isurl: 0
Lines 58778-58784 tables: Link Here
58778
          mandatory: 0
58778
          mandatory: 0
58779
          kohafield: ""
58779
          kohafield: ""
58780
          tab: 8
58780
          tab: 8
58781
          authorised_value: ""
58781
          authorised_value:
58782
          authtypecode: ""
58782
          authtypecode: ""
58783
          value_builder: ""
58783
          value_builder: ""
58784
          isurl: 0
58784
          isurl: 0
Lines 58796-58802 tables: Link Here
58796
          mandatory: 0
58796
          mandatory: 0
58797
          kohafield: ""
58797
          kohafield: ""
58798
          tab: 8
58798
          tab: 8
58799
          authorised_value: ""
58799
          authorised_value:
58800
          authtypecode: ""
58800
          authtypecode: ""
58801
          value_builder: ""
58801
          value_builder: ""
58802
          isurl: 0
58802
          isurl: 0
Lines 58814-58820 tables: Link Here
58814
          mandatory: 0
58814
          mandatory: 0
58815
          kohafield: ""
58815
          kohafield: ""
58816
          tab: 8
58816
          tab: 8
58817
          authorised_value: ""
58817
          authorised_value:
58818
          authtypecode: ""
58818
          authtypecode: ""
58819
          value_builder: ""
58819
          value_builder: ""
58820
          isurl: 0
58820
          isurl: 0
Lines 58832-58838 tables: Link Here
58832
          mandatory: 0
58832
          mandatory: 0
58833
          kohafield: ""
58833
          kohafield: ""
58834
          tab: 8
58834
          tab: 8
58835
          authorised_value: ""
58835
          authorised_value:
58836
          authtypecode: ""
58836
          authtypecode: ""
58837
          value_builder: ""
58837
          value_builder: ""
58838
          isurl: 0
58838
          isurl: 0
Lines 58850-58856 tables: Link Here
58850
          mandatory: 0
58850
          mandatory: 0
58851
          kohafield: ""
58851
          kohafield: ""
58852
          tab: 8
58852
          tab: 8
58853
          authorised_value: ""
58853
          authorised_value:
58854
          authtypecode: ""
58854
          authtypecode: ""
58855
          value_builder: ""
58855
          value_builder: ""
58856
          isurl: 0
58856
          isurl: 0
Lines 58868-58874 tables: Link Here
58868
          mandatory: 0
58868
          mandatory: 0
58869
          kohafield: ""
58869
          kohafield: ""
58870
          tab: 8
58870
          tab: 8
58871
          authorised_value: ""
58871
          authorised_value:
58872
          authtypecode: ""
58872
          authtypecode: ""
58873
          value_builder: ""
58873
          value_builder: ""
58874
          isurl: 0
58874
          isurl: 0
Lines 58886-58892 tables: Link Here
58886
          mandatory: 0
58886
          mandatory: 0
58887
          kohafield: ""
58887
          kohafield: ""
58888
          tab: 8
58888
          tab: 8
58889
          authorised_value: ""
58889
          authorised_value:
58890
          authtypecode: ""
58890
          authtypecode: ""
58891
          value_builder: ""
58891
          value_builder: ""
58892
          isurl: 0
58892
          isurl: 0
Lines 58904-58910 tables: Link Here
58904
          mandatory: 0
58904
          mandatory: 0
58905
          kohafield: ""
58905
          kohafield: ""
58906
          tab: 8
58906
          tab: 8
58907
          authorised_value: ""
58907
          authorised_value:
58908
          authtypecode: ""
58908
          authtypecode: ""
58909
          value_builder: ""
58909
          value_builder: ""
58910
          isurl: 0
58910
          isurl: 0
Lines 58922-58928 tables: Link Here
58922
          mandatory: 0
58922
          mandatory: 0
58923
          kohafield: ""
58923
          kohafield: ""
58924
          tab: 8
58924
          tab: 8
58925
          authorised_value: ""
58925
          authorised_value:
58926
          authtypecode: ""
58926
          authtypecode: ""
58927
          value_builder: ""
58927
          value_builder: ""
58928
          isurl: 0
58928
          isurl: 0
Lines 58940-58946 tables: Link Here
58940
          mandatory: 0
58940
          mandatory: 0
58941
          kohafield: ""
58941
          kohafield: ""
58942
          tab: 8
58942
          tab: 8
58943
          authorised_value: ""
58943
          authorised_value:
58944
          authtypecode: ""
58944
          authtypecode: ""
58945
          value_builder: ""
58945
          value_builder: ""
58946
          isurl: 0
58946
          isurl: 0
Lines 58958-58964 tables: Link Here
58958
          mandatory: 0
58958
          mandatory: 0
58959
          kohafield: ""
58959
          kohafield: ""
58960
          tab: 8
58960
          tab: 8
58961
          authorised_value: ""
58961
          authorised_value:
58962
          authtypecode: ""
58962
          authtypecode: ""
58963
          value_builder: ""
58963
          value_builder: ""
58964
          isurl: 0
58964
          isurl: 0
Lines 58976-58982 tables: Link Here
58976
          mandatory: 0
58976
          mandatory: 0
58977
          kohafield: ""
58977
          kohafield: ""
58978
          tab: 8
58978
          tab: 8
58979
          authorised_value: ""
58979
          authorised_value:
58980
          authtypecode: ""
58980
          authtypecode: ""
58981
          value_builder: ""
58981
          value_builder: ""
58982
          isurl: 0
58982
          isurl: 0
Lines 58994-59000 tables: Link Here
58994
          mandatory: 0
58994
          mandatory: 0
58995
          kohafield: ""
58995
          kohafield: ""
58996
          tab: 8
58996
          tab: 8
58997
          authorised_value: ""
58997
          authorised_value:
58998
          authtypecode: ""
58998
          authtypecode: ""
58999
          value_builder: ""
58999
          value_builder: ""
59000
          isurl: 0
59000
          isurl: 0
Lines 59012-59018 tables: Link Here
59012
          mandatory: 0
59012
          mandatory: 0
59013
          kohafield: ""
59013
          kohafield: ""
59014
          tab: 8
59014
          tab: 8
59015
          authorised_value: ""
59015
          authorised_value:
59016
          authtypecode: ""
59016
          authtypecode: ""
59017
          value_builder: ""
59017
          value_builder: ""
59018
          isurl: 0
59018
          isurl: 0
Lines 59030-59036 tables: Link Here
59030
          mandatory: 0
59030
          mandatory: 0
59031
          kohafield: ""
59031
          kohafield: ""
59032
          tab: 8
59032
          tab: 8
59033
          authorised_value: ""
59033
          authorised_value:
59034
          authtypecode: ""
59034
          authtypecode: ""
59035
          value_builder: ""
59035
          value_builder: ""
59036
          isurl: 0
59036
          isurl: 0
Lines 59048-59054 tables: Link Here
59048
          mandatory: 0
59048
          mandatory: 0
59049
          kohafield: ""
59049
          kohafield: ""
59050
          tab: 8
59050
          tab: 8
59051
          authorised_value: ""
59051
          authorised_value:
59052
          authtypecode: ""
59052
          authtypecode: ""
59053
          value_builder: ""
59053
          value_builder: ""
59054
          isurl: 0
59054
          isurl: 0
Lines 59066-59072 tables: Link Here
59066
          mandatory: 0
59066
          mandatory: 0
59067
          kohafield: ""
59067
          kohafield: ""
59068
          tab: 8
59068
          tab: 8
59069
          authorised_value: ""
59069
          authorised_value:
59070
          authtypecode: ""
59070
          authtypecode: ""
59071
          value_builder: ""
59071
          value_builder: ""
59072
          isurl: 0
59072
          isurl: 0
Lines 59084-59090 tables: Link Here
59084
          mandatory: 0
59084
          mandatory: 0
59085
          kohafield: ""
59085
          kohafield: ""
59086
          tab: 8
59086
          tab: 8
59087
          authorised_value: ""
59087
          authorised_value:
59088
          authtypecode: ""
59088
          authtypecode: ""
59089
          value_builder: ""
59089
          value_builder: ""
59090
          isurl: 0
59090
          isurl: 0
Lines 59102-59108 tables: Link Here
59102
          mandatory: 0
59102
          mandatory: 0
59103
          kohafield: ""
59103
          kohafield: ""
59104
          tab: 8
59104
          tab: 8
59105
          authorised_value: ""
59105
          authorised_value:
59106
          authtypecode: ""
59106
          authtypecode: ""
59107
          value_builder: ""
59107
          value_builder: ""
59108
          isurl:
59108
          isurl:
Lines 59120-59126 tables: Link Here
59120
          mandatory: 0
59120
          mandatory: 0
59121
          kohafield: ""
59121
          kohafield: ""
59122
          tab: 8
59122
          tab: 8
59123
          authorised_value: ""
59123
          authorised_value:
59124
          authtypecode: ""
59124
          authtypecode: ""
59125
          value_builder: ""
59125
          value_builder: ""
59126
          isurl:
59126
          isurl:
Lines 59138-59144 tables: Link Here
59138
          mandatory: 0
59138
          mandatory: 0
59139
          kohafield: ""
59139
          kohafield: ""
59140
          tab: 8
59140
          tab: 8
59141
          authorised_value: ""
59141
          authorised_value:
59142
          authtypecode: ""
59142
          authtypecode: ""
59143
          value_builder: ""
59143
          value_builder: ""
59144
          isurl: 0
59144
          isurl: 0
Lines 59156-59162 tables: Link Here
59156
          mandatory: 0
59156
          mandatory: 0
59157
          kohafield: ""
59157
          kohafield: ""
59158
          tab: 8
59158
          tab: 8
59159
          authorised_value: ""
59159
          authorised_value:
59160
          authtypecode: ""
59160
          authtypecode: ""
59161
          value_builder: ""
59161
          value_builder: ""
59162
          isurl: 0
59162
          isurl: 0
Lines 59174-59180 tables: Link Here
59174
          mandatory: 0
59174
          mandatory: 0
59175
          kohafield: ""
59175
          kohafield: ""
59176
          tab: 8
59176
          tab: 8
59177
          authorised_value: ""
59177
          authorised_value:
59178
          authtypecode: ""
59178
          authtypecode: ""
59179
          value_builder: ""
59179
          value_builder: ""
59180
          isurl: 0
59180
          isurl: 0
Lines 59192-59198 tables: Link Here
59192
          mandatory: 0
59192
          mandatory: 0
59193
          kohafield: ""
59193
          kohafield: ""
59194
          tab: 8
59194
          tab: 8
59195
          authorised_value: ""
59195
          authorised_value:
59196
          authtypecode: ""
59196
          authtypecode: ""
59197
          value_builder: ""
59197
          value_builder: ""
59198
          isurl:
59198
          isurl:
Lines 59210-59216 tables: Link Here
59210
          mandatory: 0
59210
          mandatory: 0
59211
          kohafield: ""
59211
          kohafield: ""
59212
          tab: 8
59212
          tab: 8
59213
          authorised_value: ""
59213
          authorised_value:
59214
          authtypecode: ""
59214
          authtypecode: ""
59215
          value_builder: ""
59215
          value_builder: ""
59216
          isurl:
59216
          isurl:
Lines 59228-59234 tables: Link Here
59228
          mandatory: 0
59228
          mandatory: 0
59229
          kohafield: ""
59229
          kohafield: ""
59230
          tab: 8
59230
          tab: 8
59231
          authorised_value: ""
59231
          authorised_value:
59232
          authtypecode: ""
59232
          authtypecode: ""
59233
          value_builder: ""
59233
          value_builder: ""
59234
          isurl: 0
59234
          isurl: 0
Lines 59246-59252 tables: Link Here
59246
          mandatory: 0
59246
          mandatory: 0
59247
          kohafield: ""
59247
          kohafield: ""
59248
          tab: 8
59248
          tab: 8
59249
          authorised_value: ""
59249
          authorised_value:
59250
          authtypecode: ""
59250
          authtypecode: ""
59251
          value_builder: ""
59251
          value_builder: ""
59252
          isurl: 0
59252
          isurl: 0
Lines 59264-59270 tables: Link Here
59264
          mandatory: 0
59264
          mandatory: 0
59265
          kohafield: ""
59265
          kohafield: ""
59266
          tab: 8
59266
          tab: 8
59267
          authorised_value: ""
59267
          authorised_value:
59268
          authtypecode: ""
59268
          authtypecode: ""
59269
          value_builder: ""
59269
          value_builder: ""
59270
          isurl: 0
59270
          isurl: 0
Lines 59282-59288 tables: Link Here
59282
          mandatory: 0
59282
          mandatory: 0
59283
          kohafield: ""
59283
          kohafield: ""
59284
          tab: 8
59284
          tab: 8
59285
          authorised_value: ""
59285
          authorised_value:
59286
          authtypecode: ""
59286
          authtypecode: ""
59287
          value_builder: ""
59287
          value_builder: ""
59288
          isurl:
59288
          isurl:
Lines 59300-59306 tables: Link Here
59300
          mandatory: 0
59300
          mandatory: 0
59301
          kohafield: ""
59301
          kohafield: ""
59302
          tab: 8
59302
          tab: 8
59303
          authorised_value: ""
59303
          authorised_value:
59304
          authtypecode: ""
59304
          authtypecode: ""
59305
          value_builder: ""
59305
          value_builder: ""
59306
          isurl:
59306
          isurl:
Lines 59318-59324 tables: Link Here
59318
          mandatory: 0
59318
          mandatory: 0
59319
          kohafield: ""
59319
          kohafield: ""
59320
          tab: 8
59320
          tab: 8
59321
          authorised_value: ""
59321
          authorised_value:
59322
          authtypecode: ""
59322
          authtypecode: ""
59323
          value_builder: ""
59323
          value_builder: ""
59324
          isurl: 0
59324
          isurl: 0
Lines 59336-59342 tables: Link Here
59336
          mandatory: 0
59336
          mandatory: 0
59337
          kohafield: ""
59337
          kohafield: ""
59338
          tab: 8
59338
          tab: 8
59339
          authorised_value: ""
59339
          authorised_value:
59340
          authtypecode: ""
59340
          authtypecode: ""
59341
          value_builder: ""
59341
          value_builder: ""
59342
          isurl: 0
59342
          isurl: 0
Lines 59354-59360 tables: Link Here
59354
          mandatory: 0
59354
          mandatory: 0
59355
          kohafield: ""
59355
          kohafield: ""
59356
          tab: 8
59356
          tab: 8
59357
          authorised_value: ""
59357
          authorised_value:
59358
          authtypecode: ""
59358
          authtypecode: ""
59359
          value_builder: ""
59359
          value_builder: ""
59360
          isurl: 0
59360
          isurl: 0
Lines 59372-59378 tables: Link Here
59372
          mandatory: 0
59372
          mandatory: 0
59373
          kohafield: ""
59373
          kohafield: ""
59374
          tab: 8
59374
          tab: 8
59375
          authorised_value: ""
59375
          authorised_value:
59376
          authtypecode: ""
59376
          authtypecode: ""
59377
          value_builder: ""
59377
          value_builder: ""
59378
          isurl:
59378
          isurl:
Lines 59390-59396 tables: Link Here
59390
          mandatory: 0
59390
          mandatory: 0
59391
          kohafield: ""
59391
          kohafield: ""
59392
          tab: 8
59392
          tab: 8
59393
          authorised_value: ""
59393
          authorised_value:
59394
          authtypecode: ""
59394
          authtypecode: ""
59395
          value_builder: ""
59395
          value_builder: ""
59396
          isurl:
59396
          isurl:
Lines 59408-59414 tables: Link Here
59408
          mandatory: 0
59408
          mandatory: 0
59409
          kohafield: ""
59409
          kohafield: ""
59410
          tab: 8
59410
          tab: 8
59411
          authorised_value: ""
59411
          authorised_value:
59412
          authtypecode: ""
59412
          authtypecode: ""
59413
          value_builder: ""
59413
          value_builder: ""
59414
          isurl:
59414
          isurl:
Lines 59426-59432 tables: Link Here
59426
          mandatory: 0
59426
          mandatory: 0
59427
          kohafield: ""
59427
          kohafield: ""
59428
          tab: 8
59428
          tab: 8
59429
          authorised_value: ""
59429
          authorised_value:
59430
          authtypecode: ""
59430
          authtypecode: ""
59431
          value_builder: ""
59431
          value_builder: ""
59432
          isurl:
59432
          isurl:
Lines 59444-59450 tables: Link Here
59444
          mandatory: 0
59444
          mandatory: 0
59445
          kohafield: ""
59445
          kohafield: ""
59446
          tab: 8
59446
          tab: 8
59447
          authorised_value: ""
59447
          authorised_value:
59448
          authtypecode: ""
59448
          authtypecode: ""
59449
          value_builder: ""
59449
          value_builder: ""
59450
          isurl:
59450
          isurl:
Lines 59462-59468 tables: Link Here
59462
          mandatory: 0
59462
          mandatory: 0
59463
          kohafield: ""
59463
          kohafield: ""
59464
          tab: 8
59464
          tab: 8
59465
          authorised_value: ""
59465
          authorised_value:
59466
          authtypecode: ""
59466
          authtypecode: ""
59467
          value_builder: ""
59467
          value_builder: ""
59468
          isurl:
59468
          isurl:
Lines 59480-59486 tables: Link Here
59480
          mandatory: 0
59480
          mandatory: 0
59481
          kohafield: ""
59481
          kohafield: ""
59482
          tab: 8
59482
          tab: 8
59483
          authorised_value: ""
59483
          authorised_value:
59484
          authtypecode: ""
59484
          authtypecode: ""
59485
          value_builder: ""
59485
          value_builder: ""
59486
          isurl:
59486
          isurl:
Lines 59498-59504 tables: Link Here
59498
          mandatory: 0
59498
          mandatory: 0
59499
          kohafield: ""
59499
          kohafield: ""
59500
          tab: 8
59500
          tab: 8
59501
          authorised_value: ""
59501
          authorised_value:
59502
          authtypecode: ""
59502
          authtypecode: ""
59503
          value_builder: ""
59503
          value_builder: ""
59504
          isurl:
59504
          isurl:
Lines 59516-59522 tables: Link Here
59516
          mandatory: 0
59516
          mandatory: 0
59517
          kohafield: ""
59517
          kohafield: ""
59518
          tab: 8
59518
          tab: 8
59519
          authorised_value: ""
59519
          authorised_value:
59520
          authtypecode: ""
59520
          authtypecode: ""
59521
          value_builder: ""
59521
          value_builder: ""
59522
          isurl:
59522
          isurl:
Lines 59534-59540 tables: Link Here
59534
          mandatory: 0
59534
          mandatory: 0
59535
          kohafield: ""
59535
          kohafield: ""
59536
          tab: 8
59536
          tab: 8
59537
          authorised_value: ""
59537
          authorised_value:
59538
          authtypecode: ""
59538
          authtypecode: ""
59539
          value_builder: ""
59539
          value_builder: ""
59540
          isurl:
59540
          isurl:
Lines 59552-59558 tables: Link Here
59552
          mandatory: 0
59552
          mandatory: 0
59553
          kohafield: ""
59553
          kohafield: ""
59554
          tab: 8
59554
          tab: 8
59555
          authorised_value: ""
59555
          authorised_value:
59556
          authtypecode: ""
59556
          authtypecode: ""
59557
          value_builder: ""
59557
          value_builder: ""
59558
          isurl:
59558
          isurl:
Lines 59570-59576 tables: Link Here
59570
          mandatory: 0
59570
          mandatory: 0
59571
          kohafield: ""
59571
          kohafield: ""
59572
          tab: 8
59572
          tab: 8
59573
          authorised_value: ""
59573
          authorised_value:
59574
          authtypecode: ""
59574
          authtypecode: ""
59575
          value_builder: ""
59575
          value_builder: ""
59576
          isurl:
59576
          isurl:
Lines 59588-59594 tables: Link Here
59588
          mandatory: 0
59588
          mandatory: 0
59589
          kohafield: ""
59589
          kohafield: ""
59590
          tab: 8
59590
          tab: 8
59591
          authorised_value: ""
59591
          authorised_value:
59592
          authtypecode: ""
59592
          authtypecode: ""
59593
          value_builder: ""
59593
          value_builder: ""
59594
          isurl:
59594
          isurl:
Lines 59606-59612 tables: Link Here
59606
          mandatory: 0
59606
          mandatory: 0
59607
          kohafield: ""
59607
          kohafield: ""
59608
          tab: 8
59608
          tab: 8
59609
          authorised_value: ""
59609
          authorised_value:
59610
          authtypecode: ""
59610
          authtypecode: ""
59611
          value_builder: ""
59611
          value_builder: ""
59612
          isurl:
59612
          isurl:
Lines 59624-59630 tables: Link Here
59624
          mandatory: 0
59624
          mandatory: 0
59625
          kohafield: ""
59625
          kohafield: ""
59626
          tab: 8
59626
          tab: 8
59627
          authorised_value: ""
59627
          authorised_value:
59628
          authtypecode: ""
59628
          authtypecode: ""
59629
          value_builder: ""
59629
          value_builder: ""
59630
          isurl:
59630
          isurl:
Lines 59642-59648 tables: Link Here
59642
          mandatory: 0
59642
          mandatory: 0
59643
          kohafield: ""
59643
          kohafield: ""
59644
          tab: 8
59644
          tab: 8
59645
          authorised_value: ""
59645
          authorised_value:
59646
          authtypecode: ""
59646
          authtypecode: ""
59647
          value_builder: ""
59647
          value_builder: ""
59648
          isurl:
59648
          isurl:
Lines 59660-59666 tables: Link Here
59660
          mandatory: 0
59660
          mandatory: 0
59661
          kohafield: ""
59661
          kohafield: ""
59662
          tab: 8
59662
          tab: 8
59663
          authorised_value: ""
59663
          authorised_value:
59664
          authtypecode: ""
59664
          authtypecode: ""
59665
          value_builder: ""
59665
          value_builder: ""
59666
          isurl:
59666
          isurl:
Lines 59678-59684 tables: Link Here
59678
          mandatory: 0
59678
          mandatory: 0
59679
          kohafield: ""
59679
          kohafield: ""
59680
          tab: 8
59680
          tab: 8
59681
          authorised_value: ""
59681
          authorised_value:
59682
          authtypecode: ""
59682
          authtypecode: ""
59683
          value_builder: ""
59683
          value_builder: ""
59684
          isurl:
59684
          isurl:
Lines 59696-59702 tables: Link Here
59696
          mandatory: 0
59696
          mandatory: 0
59697
          kohafield: ""
59697
          kohafield: ""
59698
          tab: 8
59698
          tab: 8
59699
          authorised_value: ""
59699
          authorised_value:
59700
          authtypecode: ""
59700
          authtypecode: ""
59701
          value_builder: ""
59701
          value_builder: ""
59702
          isurl:
59702
          isurl:
Lines 59714-59720 tables: Link Here
59714
          mandatory: 0
59714
          mandatory: 0
59715
          kohafield: ""
59715
          kohafield: ""
59716
          tab: 8
59716
          tab: 8
59717
          authorised_value: ""
59717
          authorised_value:
59718
          authtypecode: ""
59718
          authtypecode: ""
59719
          value_builder: ""
59719
          value_builder: ""
59720
          isurl:
59720
          isurl:
Lines 59732-59738 tables: Link Here
59732
          mandatory: 0
59732
          mandatory: 0
59733
          kohafield: ""
59733
          kohafield: ""
59734
          tab: 8
59734
          tab: 8
59735
          authorised_value: ""
59735
          authorised_value:
59736
          authtypecode: ""
59736
          authtypecode: ""
59737
          value_builder: ""
59737
          value_builder: ""
59738
          isurl:
59738
          isurl:
Lines 59750-59756 tables: Link Here
59750
          mandatory: 0
59750
          mandatory: 0
59751
          kohafield: ""
59751
          kohafield: ""
59752
          tab: 8
59752
          tab: 8
59753
          authorised_value: ""
59753
          authorised_value:
59754
          authtypecode: ""
59754
          authtypecode: ""
59755
          value_builder: ""
59755
          value_builder: ""
59756
          isurl:
59756
          isurl:
Lines 59768-59774 tables: Link Here
59768
          mandatory: 0
59768
          mandatory: 0
59769
          kohafield: ""
59769
          kohafield: ""
59770
          tab: 8
59770
          tab: 8
59771
          authorised_value: ""
59771
          authorised_value:
59772
          authtypecode: ""
59772
          authtypecode: ""
59773
          value_builder: ""
59773
          value_builder: ""
59774
          isurl:
59774
          isurl:
Lines 59786-59792 tables: Link Here
59786
          mandatory: 0
59786
          mandatory: 0
59787
          kohafield: ""
59787
          kohafield: ""
59788
          tab: 8
59788
          tab: 8
59789
          authorised_value: ""
59789
          authorised_value:
59790
          authtypecode: ""
59790
          authtypecode: ""
59791
          value_builder: ""
59791
          value_builder: ""
59792
          isurl:
59792
          isurl:
Lines 59804-59810 tables: Link Here
59804
          mandatory: 0
59804
          mandatory: 0
59805
          kohafield: ""
59805
          kohafield: ""
59806
          tab: 8
59806
          tab: 8
59807
          authorised_value: ""
59807
          authorised_value:
59808
          authtypecode: ""
59808
          authtypecode: ""
59809
          value_builder: ""
59809
          value_builder: ""
59810
          isurl:
59810
          isurl:
Lines 59822-59828 tables: Link Here
59822
          mandatory: 0
59822
          mandatory: 0
59823
          kohafield: ""
59823
          kohafield: ""
59824
          tab: 8
59824
          tab: 8
59825
          authorised_value: ""
59825
          authorised_value:
59826
          authtypecode: ""
59826
          authtypecode: ""
59827
          value_builder: ""
59827
          value_builder: ""
59828
          isurl:
59828
          isurl:
Lines 59840-59846 tables: Link Here
59840
          mandatory: 0
59840
          mandatory: 0
59841
          kohafield: ""
59841
          kohafield: ""
59842
          tab: 8
59842
          tab: 8
59843
          authorised_value: ""
59843
          authorised_value:
59844
          authtypecode: ""
59844
          authtypecode: ""
59845
          value_builder: ""
59845
          value_builder: ""
59846
          isurl:
59846
          isurl:
Lines 59858-59864 tables: Link Here
59858
          mandatory: 0
59858
          mandatory: 0
59859
          kohafield: ""
59859
          kohafield: ""
59860
          tab: 8
59860
          tab: 8
59861
          authorised_value: ""
59861
          authorised_value:
59862
          authtypecode: ""
59862
          authtypecode: ""
59863
          value_builder: ""
59863
          value_builder: ""
59864
          isurl:
59864
          isurl:
Lines 59876-59882 tables: Link Here
59876
          mandatory: 0
59876
          mandatory: 0
59877
          kohafield: ""
59877
          kohafield: ""
59878
          tab: 8
59878
          tab: 8
59879
          authorised_value: ""
59879
          authorised_value:
59880
          authtypecode: ""
59880
          authtypecode: ""
59881
          value_builder: ""
59881
          value_builder: ""
59882
          isurl:
59882
          isurl:
Lines 59894-59900 tables: Link Here
59894
          mandatory: 0
59894
          mandatory: 0
59895
          kohafield: ""
59895
          kohafield: ""
59896
          tab: 8
59896
          tab: 8
59897
          authorised_value: ""
59897
          authorised_value:
59898
          authtypecode: ""
59898
          authtypecode: ""
59899
          value_builder: ""
59899
          value_builder: ""
59900
          isurl:
59900
          isurl:
Lines 59912-59918 tables: Link Here
59912
          mandatory: 0
59912
          mandatory: 0
59913
          kohafield: ""
59913
          kohafield: ""
59914
          tab: 8
59914
          tab: 8
59915
          authorised_value: ""
59915
          authorised_value:
59916
          authtypecode: ""
59916
          authtypecode: ""
59917
          value_builder: ""
59917
          value_builder: ""
59918
          isurl:
59918
          isurl:
Lines 59930-59936 tables: Link Here
59930
          mandatory: 0
59930
          mandatory: 0
59931
          kohafield: ""
59931
          kohafield: ""
59932
          tab: 8
59932
          tab: 8
59933
          authorised_value: ""
59933
          authorised_value:
59934
          authtypecode: ""
59934
          authtypecode: ""
59935
          value_builder: ""
59935
          value_builder: ""
59936
          isurl:
59936
          isurl:
Lines 59948-59954 tables: Link Here
59948
          mandatory: 0
59948
          mandatory: 0
59949
          kohafield: ""
59949
          kohafield: ""
59950
          tab: 8
59950
          tab: 8
59951
          authorised_value: ""
59951
          authorised_value:
59952
          authtypecode: ""
59952
          authtypecode: ""
59953
          value_builder: ""
59953
          value_builder: ""
59954
          isurl:
59954
          isurl:
Lines 60128-60134 tables: Link Here
60128
          mandatory: 0
60128
          mandatory: 0
60129
          kohafield: ""
60129
          kohafield: ""
60130
          tab: 8
60130
          tab: 8
60131
          authorised_value: ""
60131
          authorised_value:
60132
          authtypecode: ""
60132
          authtypecode: ""
60133
          value_builder: ""
60133
          value_builder: ""
60134
          isurl:
60134
          isurl:
Lines 60272-60278 tables: Link Here
60272
          mandatory: 0
60272
          mandatory: 0
60273
          kohafield: ""
60273
          kohafield: ""
60274
          tab: 8
60274
          tab: 8
60275
          authorised_value: ""
60275
          authorised_value:
60276
          authtypecode: ""
60276
          authtypecode: ""
60277
          value_builder: ""
60277
          value_builder: ""
60278
          isurl:
60278
          isurl:
Lines 60290-60296 tables: Link Here
60290
          mandatory: 0
60290
          mandatory: 0
60291
          kohafield: ""
60291
          kohafield: ""
60292
          tab: 8
60292
          tab: 8
60293
          authorised_value: ""
60293
          authorised_value:
60294
          authtypecode: ""
60294
          authtypecode: ""
60295
          value_builder: ""
60295
          value_builder: ""
60296
          isurl:
60296
          isurl:
Lines 60308-60314 tables: Link Here
60308
          mandatory: 0
60308
          mandatory: 0
60309
          kohafield: ""
60309
          kohafield: ""
60310
          tab: 8
60310
          tab: 8
60311
          authorised_value: ""
60311
          authorised_value:
60312
          authtypecode: ""
60312
          authtypecode: ""
60313
          value_builder: ""
60313
          value_builder: ""
60314
          isurl:
60314
          isurl:
Lines 60326-60332 tables: Link Here
60326
          mandatory: 0
60326
          mandatory: 0
60327
          kohafield: ""
60327
          kohafield: ""
60328
          tab: 8
60328
          tab: 8
60329
          authorised_value: ""
60329
          authorised_value:
60330
          authtypecode: ""
60330
          authtypecode: ""
60331
          value_builder: ""
60331
          value_builder: ""
60332
          isurl:
60332
          isurl:
Lines 60344-60350 tables: Link Here
60344
          mandatory: 0
60344
          mandatory: 0
60345
          kohafield: ""
60345
          kohafield: ""
60346
          tab: 8
60346
          tab: 8
60347
          authorised_value: ""
60347
          authorised_value:
60348
          authtypecode: ""
60348
          authtypecode: ""
60349
          value_builder: ""
60349
          value_builder: ""
60350
          isurl:
60350
          isurl:
Lines 60362-60368 tables: Link Here
60362
          mandatory: 0
60362
          mandatory: 0
60363
          kohafield: ""
60363
          kohafield: ""
60364
          tab: 8
60364
          tab: 8
60365
          authorised_value: ""
60365
          authorised_value:
60366
          authtypecode: ""
60366
          authtypecode: ""
60367
          value_builder: ""
60367
          value_builder: ""
60368
          isurl:
60368
          isurl:
Lines 60380-60386 tables: Link Here
60380
          mandatory: 0
60380
          mandatory: 0
60381
          kohafield: ""
60381
          kohafield: ""
60382
          tab: 8
60382
          tab: 8
60383
          authorised_value: ""
60383
          authorised_value:
60384
          authtypecode: ""
60384
          authtypecode: ""
60385
          value_builder: ""
60385
          value_builder: ""
60386
          isurl:
60386
          isurl:
Lines 60398-60404 tables: Link Here
60398
          mandatory: 0
60398
          mandatory: 0
60399
          kohafield: ""
60399
          kohafield: ""
60400
          tab: 8
60400
          tab: 8
60401
          authorised_value: ""
60401
          authorised_value:
60402
          authtypecode: ""
60402
          authtypecode: ""
60403
          value_builder: ""
60403
          value_builder: ""
60404
          isurl:
60404
          isurl:
Lines 60416-60422 tables: Link Here
60416
          mandatory: 0
60416
          mandatory: 0
60417
          kohafield: ""
60417
          kohafield: ""
60418
          tab: 8
60418
          tab: 8
60419
          authorised_value: ""
60419
          authorised_value:
60420
          authtypecode: ""
60420
          authtypecode: ""
60421
          value_builder: ""
60421
          value_builder: ""
60422
          isurl:
60422
          isurl:
Lines 60434-60440 tables: Link Here
60434
          mandatory: 0
60434
          mandatory: 0
60435
          kohafield: ""
60435
          kohafield: ""
60436
          tab: 8
60436
          tab: 8
60437
          authorised_value: ""
60437
          authorised_value:
60438
          authtypecode: ""
60438
          authtypecode: ""
60439
          value_builder: ""
60439
          value_builder: ""
60440
          isurl:
60440
          isurl:
Lines 60452-60458 tables: Link Here
60452
          mandatory: 0
60452
          mandatory: 0
60453
          kohafield: ""
60453
          kohafield: ""
60454
          tab: 8
60454
          tab: 8
60455
          authorised_value: ""
60455
          authorised_value:
60456
          authtypecode: ""
60456
          authtypecode: ""
60457
          value_builder: ""
60457
          value_builder: ""
60458
          isurl:
60458
          isurl:
Lines 60470-60476 tables: Link Here
60470
          mandatory: 0
60470
          mandatory: 0
60471
          kohafield: ""
60471
          kohafield: ""
60472
          tab: 8
60472
          tab: 8
60473
          authorised_value: ""
60473
          authorised_value:
60474
          authtypecode: ""
60474
          authtypecode: ""
60475
          value_builder: ""
60475
          value_builder: ""
60476
          isurl:
60476
          isurl:
Lines 60488-60494 tables: Link Here
60488
          mandatory: 0
60488
          mandatory: 0
60489
          kohafield: ""
60489
          kohafield: ""
60490
          tab: 8
60490
          tab: 8
60491
          authorised_value: ""
60491
          authorised_value:
60492
          authtypecode: ""
60492
          authtypecode: ""
60493
          value_builder: ""
60493
          value_builder: ""
60494
          isurl:
60494
          isurl:
Lines 60506-60512 tables: Link Here
60506
          mandatory: 0
60506
          mandatory: 0
60507
          kohafield: ""
60507
          kohafield: ""
60508
          tab: 8
60508
          tab: 8
60509
          authorised_value: ""
60509
          authorised_value:
60510
          authtypecode: ""
60510
          authtypecode: ""
60511
          value_builder: ""
60511
          value_builder: ""
60512
          isurl:
60512
          isurl:
Lines 60524-60530 tables: Link Here
60524
          mandatory: 0
60524
          mandatory: 0
60525
          kohafield: ""
60525
          kohafield: ""
60526
          tab: 8
60526
          tab: 8
60527
          authorised_value: ""
60527
          authorised_value:
60528
          authtypecode: ""
60528
          authtypecode: ""
60529
          value_builder: ""
60529
          value_builder: ""
60530
          isurl:
60530
          isurl:
Lines 60542-60548 tables: Link Here
60542
          mandatory: 0
60542
          mandatory: 0
60543
          kohafield: ""
60543
          kohafield: ""
60544
          tab: 8
60544
          tab: 8
60545
          authorised_value: ""
60545
          authorised_value:
60546
          authtypecode: ""
60546
          authtypecode: ""
60547
          value_builder: ""
60547
          value_builder: ""
60548
          isurl:
60548
          isurl:
Lines 60560-60566 tables: Link Here
60560
          mandatory: 0
60560
          mandatory: 0
60561
          kohafield: ""
60561
          kohafield: ""
60562
          tab: 8
60562
          tab: 8
60563
          authorised_value: ""
60563
          authorised_value:
60564
          authtypecode: ""
60564
          authtypecode: ""
60565
          value_builder: ""
60565
          value_builder: ""
60566
          isurl:
60566
          isurl:
Lines 60578-60584 tables: Link Here
60578
          mandatory: 0
60578
          mandatory: 0
60579
          kohafield: ""
60579
          kohafield: ""
60580
          tab: 8
60580
          tab: 8
60581
          authorised_value: ""
60581
          authorised_value:
60582
          authtypecode: ""
60582
          authtypecode: ""
60583
          value_builder: ""
60583
          value_builder: ""
60584
          isurl:
60584
          isurl:
Lines 60596-60602 tables: Link Here
60596
          mandatory: 0
60596
          mandatory: 0
60597
          kohafield: ""
60597
          kohafield: ""
60598
          tab: 8
60598
          tab: 8
60599
          authorised_value: ""
60599
          authorised_value:
60600
          authtypecode: ""
60600
          authtypecode: ""
60601
          value_builder: ""
60601
          value_builder: ""
60602
          isurl:
60602
          isurl:
Lines 60614-60620 tables: Link Here
60614
          mandatory: 0
60614
          mandatory: 0
60615
          kohafield: ""
60615
          kohafield: ""
60616
          tab: 8
60616
          tab: 8
60617
          authorised_value: ""
60617
          authorised_value:
60618
          authtypecode: ""
60618
          authtypecode: ""
60619
          value_builder: ""
60619
          value_builder: ""
60620
          isurl:
60620
          isurl:
Lines 60632-60638 tables: Link Here
60632
          mandatory: 0
60632
          mandatory: 0
60633
          kohafield: ""
60633
          kohafield: ""
60634
          tab: 8
60634
          tab: 8
60635
          authorised_value: ""
60635
          authorised_value:
60636
          authtypecode: ""
60636
          authtypecode: ""
60637
          value_builder: ""
60637
          value_builder: ""
60638
          isurl:
60638
          isurl:
Lines 60650-60656 tables: Link Here
60650
          mandatory: 0
60650
          mandatory: 0
60651
          kohafield: ""
60651
          kohafield: ""
60652
          tab: 8
60652
          tab: 8
60653
          authorised_value: ""
60653
          authorised_value:
60654
          authtypecode: ""
60654
          authtypecode: ""
60655
          value_builder: ""
60655
          value_builder: ""
60656
          isurl:
60656
          isurl:
Lines 60668-60674 tables: Link Here
60668
          mandatory: 0
60668
          mandatory: 0
60669
          kohafield: ""
60669
          kohafield: ""
60670
          tab: 8
60670
          tab: 8
60671
          authorised_value: ""
60671
          authorised_value:
60672
          authtypecode: ""
60672
          authtypecode: ""
60673
          value_builder: ""
60673
          value_builder: ""
60674
          isurl:
60674
          isurl:
Lines 60686-60692 tables: Link Here
60686
          mandatory: 0
60686
          mandatory: 0
60687
          kohafield: ""
60687
          kohafield: ""
60688
          tab: 8
60688
          tab: 8
60689
          authorised_value: ""
60689
          authorised_value:
60690
          authtypecode: ""
60690
          authtypecode: ""
60691
          value_builder: ""
60691
          value_builder: ""
60692
          isurl:
60692
          isurl:
Lines 60704-60710 tables: Link Here
60704
          mandatory: 0
60704
          mandatory: 0
60705
          kohafield: ""
60705
          kohafield: ""
60706
          tab: 8
60706
          tab: 8
60707
          authorised_value: ""
60707
          authorised_value:
60708
          authtypecode: ""
60708
          authtypecode: ""
60709
          value_builder: ""
60709
          value_builder: ""
60710
          isurl:
60710
          isurl:
Lines 60722-60728 tables: Link Here
60722
          mandatory: 0
60722
          mandatory: 0
60723
          kohafield: ""
60723
          kohafield: ""
60724
          tab: 8
60724
          tab: 8
60725
          authorised_value: ""
60725
          authorised_value:
60726
          authtypecode: ""
60726
          authtypecode: ""
60727
          value_builder: ""
60727
          value_builder: ""
60728
          isurl:
60728
          isurl:
Lines 60740-60746 tables: Link Here
60740
          mandatory: 0
60740
          mandatory: 0
60741
          kohafield: ""
60741
          kohafield: ""
60742
          tab: 8
60742
          tab: 8
60743
          authorised_value: ""
60743
          authorised_value:
60744
          authtypecode: ""
60744
          authtypecode: ""
60745
          value_builder: ""
60745
          value_builder: ""
60746
          isurl:
60746
          isurl:
Lines 60758-60764 tables: Link Here
60758
          mandatory: 0
60758
          mandatory: 0
60759
          kohafield: ""
60759
          kohafield: ""
60760
          tab: 8
60760
          tab: 8
60761
          authorised_value: ""
60761
          authorised_value:
60762
          authtypecode: ""
60762
          authtypecode: ""
60763
          value_builder: ""
60763
          value_builder: ""
60764
          isurl:
60764
          isurl:
Lines 60776-60782 tables: Link Here
60776
          mandatory: 0
60776
          mandatory: 0
60777
          kohafield: ""
60777
          kohafield: ""
60778
          tab: 8
60778
          tab: 8
60779
          authorised_value: ""
60779
          authorised_value:
60780
          authtypecode: ""
60780
          authtypecode: ""
60781
          value_builder: ""
60781
          value_builder: ""
60782
          isurl:
60782
          isurl:
Lines 60794-60800 tables: Link Here
60794
          mandatory: 0
60794
          mandatory: 0
60795
          kohafield: ""
60795
          kohafield: ""
60796
          tab: 8
60796
          tab: 8
60797
          authorised_value: ""
60797
          authorised_value:
60798
          authtypecode: ""
60798
          authtypecode: ""
60799
          value_builder: ""
60799
          value_builder: ""
60800
          isurl:
60800
          isurl:
Lines 60812-60818 tables: Link Here
60812
          mandatory: 0
60812
          mandatory: 0
60813
          kohafield: ""
60813
          kohafield: ""
60814
          tab: 8
60814
          tab: 8
60815
          authorised_value: ""
60815
          authorised_value:
60816
          authtypecode: ""
60816
          authtypecode: ""
60817
          value_builder: ""
60817
          value_builder: ""
60818
          isurl:
60818
          isurl:
Lines 60830-60836 tables: Link Here
60830
          mandatory: 0
60830
          mandatory: 0
60831
          kohafield: ""
60831
          kohafield: ""
60832
          tab: 8
60832
          tab: 8
60833
          authorised_value: ""
60833
          authorised_value:
60834
          authtypecode: ""
60834
          authtypecode: ""
60835
          value_builder: ""
60835
          value_builder: ""
60836
          isurl:
60836
          isurl:
Lines 60848-60854 tables: Link Here
60848
          mandatory: 0
60848
          mandatory: 0
60849
          kohafield: ""
60849
          kohafield: ""
60850
          tab: 8
60850
          tab: 8
60851
          authorised_value: ""
60851
          authorised_value:
60852
          authtypecode: ""
60852
          authtypecode: ""
60853
          value_builder: ""
60853
          value_builder: ""
60854
          isurl:
60854
          isurl:
Lines 60866-60872 tables: Link Here
60866
          mandatory: 0
60866
          mandatory: 0
60867
          kohafield: ""
60867
          kohafield: ""
60868
          tab: 8
60868
          tab: 8
60869
          authorised_value: ""
60869
          authorised_value:
60870
          authtypecode: ""
60870
          authtypecode: ""
60871
          value_builder: ""
60871
          value_builder: ""
60872
          isurl:
60872
          isurl:
Lines 60884-60890 tables: Link Here
60884
          mandatory: 0
60884
          mandatory: 0
60885
          kohafield: ""
60885
          kohafield: ""
60886
          tab: 8
60886
          tab: 8
60887
          authorised_value: ""
60887
          authorised_value:
60888
          authtypecode: ""
60888
          authtypecode: ""
60889
          value_builder: ""
60889
          value_builder: ""
60890
          isurl:
60890
          isurl:
Lines 60902-60908 tables: Link Here
60902
          mandatory: 0
60902
          mandatory: 0
60903
          kohafield: ""
60903
          kohafield: ""
60904
          tab: 8
60904
          tab: 8
60905
          authorised_value: ""
60905
          authorised_value:
60906
          authtypecode: ""
60906
          authtypecode: ""
60907
          value_builder: ""
60907
          value_builder: ""
60908
          isurl:
60908
          isurl:
Lines 60920-60926 tables: Link Here
60920
          mandatory: 0
60920
          mandatory: 0
60921
          kohafield: ""
60921
          kohafield: ""
60922
          tab: 8
60922
          tab: 8
60923
          authorised_value: ""
60923
          authorised_value:
60924
          authtypecode: ""
60924
          authtypecode: ""
60925
          value_builder: ""
60925
          value_builder: ""
60926
          isurl:
60926
          isurl:
Lines 60938-60944 tables: Link Here
60938
          mandatory: 0
60938
          mandatory: 0
60939
          kohafield: ""
60939
          kohafield: ""
60940
          tab: 8
60940
          tab: 8
60941
          authorised_value: ""
60941
          authorised_value:
60942
          authtypecode: ""
60942
          authtypecode: ""
60943
          value_builder: ""
60943
          value_builder: ""
60944
          isurl:
60944
          isurl:
Lines 60956-60962 tables: Link Here
60956
          mandatory: 0
60956
          mandatory: 0
60957
          kohafield: ""
60957
          kohafield: ""
60958
          tab: 8
60958
          tab: 8
60959
          authorised_value: ""
60959
          authorised_value:
60960
          authtypecode: ""
60960
          authtypecode: ""
60961
          value_builder: ""
60961
          value_builder: ""
60962
          isurl:
60962
          isurl:
Lines 60974-60980 tables: Link Here
60974
          mandatory: 0
60974
          mandatory: 0
60975
          kohafield: ""
60975
          kohafield: ""
60976
          tab: 8
60976
          tab: 8
60977
          authorised_value: ""
60977
          authorised_value:
60978
          authtypecode: ""
60978
          authtypecode: ""
60979
          value_builder: ""
60979
          value_builder: ""
60980
          isurl:
60980
          isurl:
Lines 60992-60998 tables: Link Here
60992
          mandatory: 0
60992
          mandatory: 0
60993
          kohafield: ""
60993
          kohafield: ""
60994
          tab: 8
60994
          tab: 8
60995
          authorised_value: ""
60995
          authorised_value:
60996
          authtypecode: ""
60996
          authtypecode: ""
60997
          value_builder: ""
60997
          value_builder: ""
60998
          isurl:
60998
          isurl:
Lines 61010-61016 tables: Link Here
61010
          mandatory: 0
61010
          mandatory: 0
61011
          kohafield: ""
61011
          kohafield: ""
61012
          tab: 8
61012
          tab: 8
61013
          authorised_value: ""
61013
          authorised_value:
61014
          authtypecode: ""
61014
          authtypecode: ""
61015
          value_builder: ""
61015
          value_builder: ""
61016
          isurl:
61016
          isurl:
Lines 61028-61034 tables: Link Here
61028
          mandatory: 0
61028
          mandatory: 0
61029
          kohafield: ""
61029
          kohafield: ""
61030
          tab: 8
61030
          tab: 8
61031
          authorised_value: ""
61031
          authorised_value:
61032
          authtypecode: ""
61032
          authtypecode: ""
61033
          value_builder: ""
61033
          value_builder: ""
61034
          isurl:
61034
          isurl:
Lines 61046-61052 tables: Link Here
61046
          mandatory: 0
61046
          mandatory: 0
61047
          kohafield: ""
61047
          kohafield: ""
61048
          tab: 8
61048
          tab: 8
61049
          authorised_value: ""
61049
          authorised_value:
61050
          authtypecode: ""
61050
          authtypecode: ""
61051
          value_builder: ""
61051
          value_builder: ""
61052
          isurl:
61052
          isurl:
Lines 61064-61070 tables: Link Here
61064
          mandatory: 0
61064
          mandatory: 0
61065
          kohafield: ""
61065
          kohafield: ""
61066
          tab: 8
61066
          tab: 8
61067
          authorised_value: ""
61067
          authorised_value:
61068
          authtypecode: ""
61068
          authtypecode: ""
61069
          value_builder: ""
61069
          value_builder: ""
61070
          isurl:
61070
          isurl:
Lines 61082-61088 tables: Link Here
61082
          mandatory: 0
61082
          mandatory: 0
61083
          kohafield: ""
61083
          kohafield: ""
61084
          tab: 8
61084
          tab: 8
61085
          authorised_value: ""
61085
          authorised_value:
61086
          authtypecode: ""
61086
          authtypecode: ""
61087
          value_builder: ""
61087
          value_builder: ""
61088
          isurl:
61088
          isurl:
Lines 61100-61106 tables: Link Here
61100
          mandatory: 0
61100
          mandatory: 0
61101
          kohafield: ""
61101
          kohafield: ""
61102
          tab: 8
61102
          tab: 8
61103
          authorised_value: ""
61103
          authorised_value:
61104
          authtypecode: ""
61104
          authtypecode: ""
61105
          value_builder: ""
61105
          value_builder: ""
61106
          isurl:
61106
          isurl:
Lines 61118-61124 tables: Link Here
61118
          mandatory: 0
61118
          mandatory: 0
61119
          kohafield: ""
61119
          kohafield: ""
61120
          tab: 8
61120
          tab: 8
61121
          authorised_value: ""
61121
          authorised_value:
61122
          authtypecode: ""
61122
          authtypecode: ""
61123
          value_builder: ""
61123
          value_builder: ""
61124
          isurl:
61124
          isurl:
Lines 61136-61142 tables: Link Here
61136
          mandatory: 0
61136
          mandatory: 0
61137
          kohafield: ""
61137
          kohafield: ""
61138
          tab: 8
61138
          tab: 8
61139
          authorised_value: ""
61139
          authorised_value:
61140
          authtypecode: ""
61140
          authtypecode: ""
61141
          value_builder: ""
61141
          value_builder: ""
61142
          isurl:
61142
          isurl:
Lines 61154-61160 tables: Link Here
61154
          mandatory: 0
61154
          mandatory: 0
61155
          kohafield: ""
61155
          kohafield: ""
61156
          tab: 8
61156
          tab: 8
61157
          authorised_value: ""
61157
          authorised_value:
61158
          authtypecode: ""
61158
          authtypecode: ""
61159
          value_builder: ""
61159
          value_builder: ""
61160
          isurl:
61160
          isurl:
Lines 61172-61178 tables: Link Here
61172
          mandatory: 0
61172
          mandatory: 0
61173
          kohafield: ""
61173
          kohafield: ""
61174
          tab: 8
61174
          tab: 8
61175
          authorised_value: ""
61175
          authorised_value:
61176
          authtypecode: ""
61176
          authtypecode: ""
61177
          value_builder: ""
61177
          value_builder: ""
61178
          isurl:
61178
          isurl:
Lines 61190-61196 tables: Link Here
61190
          mandatory: 0
61190
          mandatory: 0
61191
          kohafield: ""
61191
          kohafield: ""
61192
          tab: 8
61192
          tab: 8
61193
          authorised_value: ""
61193
          authorised_value:
61194
          authtypecode: ""
61194
          authtypecode: ""
61195
          value_builder: ""
61195
          value_builder: ""
61196
          isurl:
61196
          isurl:
Lines 61208-61214 tables: Link Here
61208
          mandatory: 0
61208
          mandatory: 0
61209
          kohafield: ""
61209
          kohafield: ""
61210
          tab: 8
61210
          tab: 8
61211
          authorised_value: ""
61211
          authorised_value:
61212
          authtypecode: ""
61212
          authtypecode: ""
61213
          value_builder: ""
61213
          value_builder: ""
61214
          isurl:
61214
          isurl:
Lines 61226-61232 tables: Link Here
61226
          mandatory: 0
61226
          mandatory: 0
61227
          kohafield: ""
61227
          kohafield: ""
61228
          tab: 8
61228
          tab: 8
61229
          authorised_value: ""
61229
          authorised_value:
61230
          authtypecode: ""
61230
          authtypecode: ""
61231
          value_builder: ""
61231
          value_builder: ""
61232
          isurl:
61232
          isurl:
Lines 61244-61250 tables: Link Here
61244
          mandatory: 0
61244
          mandatory: 0
61245
          kohafield: ""
61245
          kohafield: ""
61246
          tab: 8
61246
          tab: 8
61247
          authorised_value: ""
61247
          authorised_value:
61248
          authtypecode: ""
61248
          authtypecode: ""
61249
          value_builder: ""
61249
          value_builder: ""
61250
          isurl:
61250
          isurl:
Lines 61262-61268 tables: Link Here
61262
          mandatory: 0
61262
          mandatory: 0
61263
          kohafield: ""
61263
          kohafield: ""
61264
          tab: 8
61264
          tab: 8
61265
          authorised_value: ""
61265
          authorised_value:
61266
          authtypecode: ""
61266
          authtypecode: ""
61267
          value_builder: ""
61267
          value_builder: ""
61268
          isurl:
61268
          isurl:
Lines 61280-61286 tables: Link Here
61280
          mandatory: 0
61280
          mandatory: 0
61281
          kohafield: ""
61281
          kohafield: ""
61282
          tab: 8
61282
          tab: 8
61283
          authorised_value: ""
61283
          authorised_value:
61284
          authtypecode: ""
61284
          authtypecode: ""
61285
          value_builder: ""
61285
          value_builder: ""
61286
          isurl:
61286
          isurl:
Lines 61298-61304 tables: Link Here
61298
          mandatory: 0
61298
          mandatory: 0
61299
          kohafield: ""
61299
          kohafield: ""
61300
          tab: 8
61300
          tab: 8
61301
          authorised_value: ""
61301
          authorised_value:
61302
          authtypecode: ""
61302
          authtypecode: ""
61303
          value_builder: ""
61303
          value_builder: ""
61304
          isurl:
61304
          isurl:
Lines 61316-61322 tables: Link Here
61316
          mandatory: 0
61316
          mandatory: 0
61317
          kohafield: ""
61317
          kohafield: ""
61318
          tab: 8
61318
          tab: 8
61319
          authorised_value: ""
61319
          authorised_value:
61320
          authtypecode: ""
61320
          authtypecode: ""
61321
          value_builder: ""
61321
          value_builder: ""
61322
          isurl:
61322
          isurl:
Lines 61334-61340 tables: Link Here
61334
          mandatory: 0
61334
          mandatory: 0
61335
          kohafield: ""
61335
          kohafield: ""
61336
          tab: 8
61336
          tab: 8
61337
          authorised_value: ""
61337
          authorised_value:
61338
          authtypecode: ""
61338
          authtypecode: ""
61339
          value_builder: ""
61339
          value_builder: ""
61340
          isurl:
61340
          isurl:
Lines 61352-61358 tables: Link Here
61352
          mandatory: 0
61352
          mandatory: 0
61353
          kohafield: ""
61353
          kohafield: ""
61354
          tab: 8
61354
          tab: 8
61355
          authorised_value: ""
61355
          authorised_value:
61356
          authtypecode: ""
61356
          authtypecode: ""
61357
          value_builder: ""
61357
          value_builder: ""
61358
          isurl:
61358
          isurl:
Lines 61370-61376 tables: Link Here
61370
          mandatory: 0
61370
          mandatory: 0
61371
          kohafield: ""
61371
          kohafield: ""
61372
          tab: 8
61372
          tab: 8
61373
          authorised_value: ""
61373
          authorised_value:
61374
          authtypecode: ""
61374
          authtypecode: ""
61375
          value_builder: ""
61375
          value_builder: ""
61376
          isurl:
61376
          isurl:
Lines 61388-61394 tables: Link Here
61388
          mandatory: 0
61388
          mandatory: 0
61389
          kohafield: ""
61389
          kohafield: ""
61390
          tab: 8
61390
          tab: 8
61391
          authorised_value: ""
61391
          authorised_value:
61392
          authtypecode: ""
61392
          authtypecode: ""
61393
          value_builder: ""
61393
          value_builder: ""
61394
          isurl:
61394
          isurl:
Lines 61406-61412 tables: Link Here
61406
          mandatory: 0
61406
          mandatory: 0
61407
          kohafield: ""
61407
          kohafield: ""
61408
          tab: 8
61408
          tab: 8
61409
          authorised_value: ""
61409
          authorised_value:
61410
          authtypecode: ""
61410
          authtypecode: ""
61411
          value_builder: ""
61411
          value_builder: ""
61412
          isurl:
61412
          isurl:
Lines 61424-61430 tables: Link Here
61424
          mandatory: 0
61424
          mandatory: 0
61425
          kohafield: ""
61425
          kohafield: ""
61426
          tab: 8
61426
          tab: 8
61427
          authorised_value: ""
61427
          authorised_value:
61428
          authtypecode: ""
61428
          authtypecode: ""
61429
          value_builder: ""
61429
          value_builder: ""
61430
          isurl:
61430
          isurl:
Lines 61442-61448 tables: Link Here
61442
          mandatory: 0
61442
          mandatory: 0
61443
          kohafield: ""
61443
          kohafield: ""
61444
          tab: 8
61444
          tab: 8
61445
          authorised_value: ""
61445
          authorised_value:
61446
          authtypecode: ""
61446
          authtypecode: ""
61447
          value_builder: ""
61447
          value_builder: ""
61448
          isurl:
61448
          isurl:
Lines 61460-61466 tables: Link Here
61460
          mandatory: 0
61460
          mandatory: 0
61461
          kohafield: ""
61461
          kohafield: ""
61462
          tab: 8
61462
          tab: 8
61463
          authorised_value: ""
61463
          authorised_value:
61464
          authtypecode: ""
61464
          authtypecode: ""
61465
          value_builder: ""
61465
          value_builder: ""
61466
          isurl:
61466
          isurl:
Lines 61478-61484 tables: Link Here
61478
          mandatory: 0
61478
          mandatory: 0
61479
          kohafield: ""
61479
          kohafield: ""
61480
          tab: 8
61480
          tab: 8
61481
          authorised_value: ""
61481
          authorised_value:
61482
          authtypecode: ""
61482
          authtypecode: ""
61483
          value_builder: ""
61483
          value_builder: ""
61484
          isurl:
61484
          isurl:
Lines 61496-61502 tables: Link Here
61496
          mandatory: 0
61496
          mandatory: 0
61497
          kohafield: ""
61497
          kohafield: ""
61498
          tab: 8
61498
          tab: 8
61499
          authorised_value: ""
61499
          authorised_value:
61500
          authtypecode: ""
61500
          authtypecode: ""
61501
          value_builder: ""
61501
          value_builder: ""
61502
          isurl:
61502
          isurl:
Lines 61514-61520 tables: Link Here
61514
          mandatory: 0
61514
          mandatory: 0
61515
          kohafield: ""
61515
          kohafield: ""
61516
          tab: 8
61516
          tab: 8
61517
          authorised_value: ""
61517
          authorised_value:
61518
          authtypecode: ""
61518
          authtypecode: ""
61519
          value_builder: ""
61519
          value_builder: ""
61520
          isurl:
61520
          isurl:
Lines 61532-61538 tables: Link Here
61532
          mandatory: 0
61532
          mandatory: 0
61533
          kohafield: ""
61533
          kohafield: ""
61534
          tab: 8
61534
          tab: 8
61535
          authorised_value: ""
61535
          authorised_value:
61536
          authtypecode: ""
61536
          authtypecode: ""
61537
          value_builder: ""
61537
          value_builder: ""
61538
          isurl:
61538
          isurl:
Lines 61550-61556 tables: Link Here
61550
          mandatory: 0
61550
          mandatory: 0
61551
          kohafield: ""
61551
          kohafield: ""
61552
          tab: 8
61552
          tab: 8
61553
          authorised_value: ""
61553
          authorised_value:
61554
          authtypecode: ""
61554
          authtypecode: ""
61555
          value_builder: ""
61555
          value_builder: ""
61556
          isurl:
61556
          isurl:
Lines 61568-61574 tables: Link Here
61568
          mandatory: 0
61568
          mandatory: 0
61569
          kohafield: ""
61569
          kohafield: ""
61570
          tab: 8
61570
          tab: 8
61571
          authorised_value: ""
61571
          authorised_value:
61572
          authtypecode: ""
61572
          authtypecode: ""
61573
          value_builder: ""
61573
          value_builder: ""
61574
          isurl:
61574
          isurl:
Lines 61586-61592 tables: Link Here
61586
          mandatory: 0
61586
          mandatory: 0
61587
          kohafield: ""
61587
          kohafield: ""
61588
          tab: 8
61588
          tab: 8
61589
          authorised_value: ""
61589
          authorised_value:
61590
          authtypecode: ""
61590
          authtypecode: ""
61591
          value_builder: ""
61591
          value_builder: ""
61592
          isurl:
61592
          isurl:
Lines 61604-61610 tables: Link Here
61604
          mandatory: 0
61604
          mandatory: 0
61605
          kohafield: ""
61605
          kohafield: ""
61606
          tab: 8
61606
          tab: 8
61607
          authorised_value: ""
61607
          authorised_value:
61608
          authtypecode: ""
61608
          authtypecode: ""
61609
          value_builder: ""
61609
          value_builder: ""
61610
          isurl:
61610
          isurl:
Lines 61622-61628 tables: Link Here
61622
          mandatory: 0
61622
          mandatory: 0
61623
          kohafield: ""
61623
          kohafield: ""
61624
          tab: 8
61624
          tab: 8
61625
          authorised_value: ""
61625
          authorised_value:
61626
          authtypecode: ""
61626
          authtypecode: ""
61627
          value_builder: ""
61627
          value_builder: ""
61628
          isurl:
61628
          isurl:
Lines 61640-61646 tables: Link Here
61640
          mandatory: 0
61640
          mandatory: 0
61641
          kohafield: ""
61641
          kohafield: ""
61642
          tab: 8
61642
          tab: 8
61643
          authorised_value: ""
61643
          authorised_value:
61644
          authtypecode: ""
61644
          authtypecode: ""
61645
          value_builder: ""
61645
          value_builder: ""
61646
          isurl:
61646
          isurl:
Lines 61658-61664 tables: Link Here
61658
          mandatory: 0
61658
          mandatory: 0
61659
          kohafield: ""
61659
          kohafield: ""
61660
          tab: 8
61660
          tab: 8
61661
          authorised_value: ""
61661
          authorised_value:
61662
          authtypecode: ""
61662
          authtypecode: ""
61663
          value_builder: ""
61663
          value_builder: ""
61664
          isurl:
61664
          isurl:
Lines 61676-61682 tables: Link Here
61676
          mandatory: 0
61676
          mandatory: 0
61677
          kohafield: ""
61677
          kohafield: ""
61678
          tab: 8
61678
          tab: 8
61679
          authorised_value: ""
61679
          authorised_value:
61680
          authtypecode: ""
61680
          authtypecode: ""
61681
          value_builder: ""
61681
          value_builder: ""
61682
          isurl:
61682
          isurl:
Lines 61694-61700 tables: Link Here
61694
          mandatory: 0
61694
          mandatory: 0
61695
          kohafield: ""
61695
          kohafield: ""
61696
          tab: 8
61696
          tab: 8
61697
          authorised_value: ""
61697
          authorised_value:
61698
          authtypecode: ""
61698
          authtypecode: ""
61699
          value_builder: ""
61699
          value_builder: ""
61700
          isurl:
61700
          isurl:
Lines 61712-61718 tables: Link Here
61712
          mandatory: 0
61712
          mandatory: 0
61713
          kohafield: ""
61713
          kohafield: ""
61714
          tab: 8
61714
          tab: 8
61715
          authorised_value: ""
61715
          authorised_value:
61716
          authtypecode: ""
61716
          authtypecode: ""
61717
          value_builder: ""
61717
          value_builder: ""
61718
          isurl:
61718
          isurl:
Lines 61730-61736 tables: Link Here
61730
          mandatory: 0
61730
          mandatory: 0
61731
          kohafield: ""
61731
          kohafield: ""
61732
          tab: 8
61732
          tab: 8
61733
          authorised_value: ""
61733
          authorised_value:
61734
          authtypecode: ""
61734
          authtypecode: ""
61735
          value_builder: ""
61735
          value_builder: ""
61736
          isurl:
61736
          isurl:
Lines 61748-61754 tables: Link Here
61748
          mandatory: 0
61748
          mandatory: 0
61749
          kohafield: ""
61749
          kohafield: ""
61750
          tab: 8
61750
          tab: 8
61751
          authorised_value: ""
61751
          authorised_value:
61752
          authtypecode: ""
61752
          authtypecode: ""
61753
          value_builder: ""
61753
          value_builder: ""
61754
          isurl:
61754
          isurl:
Lines 61766-61772 tables: Link Here
61766
          mandatory: 0
61766
          mandatory: 0
61767
          kohafield: ""
61767
          kohafield: ""
61768
          tab: 8
61768
          tab: 8
61769
          authorised_value: ""
61769
          authorised_value:
61770
          authtypecode: ""
61770
          authtypecode: ""
61771
          value_builder: ""
61771
          value_builder: ""
61772
          isurl:
61772
          isurl:
Lines 61784-61790 tables: Link Here
61784
          mandatory: 0
61784
          mandatory: 0
61785
          kohafield: ""
61785
          kohafield: ""
61786
          tab: 8
61786
          tab: 8
61787
          authorised_value: ""
61787
          authorised_value:
61788
          authtypecode: ""
61788
          authtypecode: ""
61789
          value_builder: ""
61789
          value_builder: ""
61790
          isurl:
61790
          isurl:
Lines 61802-61808 tables: Link Here
61802
          mandatory: 0
61802
          mandatory: 0
61803
          kohafield: ""
61803
          kohafield: ""
61804
          tab: 8
61804
          tab: 8
61805
          authorised_value: ""
61805
          authorised_value:
61806
          authtypecode: ""
61806
          authtypecode: ""
61807
          value_builder: ""
61807
          value_builder: ""
61808
          isurl:
61808
          isurl:
Lines 61820-61826 tables: Link Here
61820
          mandatory: 0
61820
          mandatory: 0
61821
          kohafield: ""
61821
          kohafield: ""
61822
          tab: 8
61822
          tab: 8
61823
          authorised_value: ""
61823
          authorised_value:
61824
          authtypecode: ""
61824
          authtypecode: ""
61825
          value_builder: ""
61825
          value_builder: ""
61826
          isurl:
61826
          isurl:
Lines 61838-61844 tables: Link Here
61838
          mandatory: 0
61838
          mandatory: 0
61839
          kohafield: ""
61839
          kohafield: ""
61840
          tab: 8
61840
          tab: 8
61841
          authorised_value: ""
61841
          authorised_value:
61842
          authtypecode: ""
61842
          authtypecode: ""
61843
          value_builder: ""
61843
          value_builder: ""
61844
          isurl:
61844
          isurl:
Lines 61856-61862 tables: Link Here
61856
          mandatory: 0
61856
          mandatory: 0
61857
          kohafield: ""
61857
          kohafield: ""
61858
          tab: 8
61858
          tab: 8
61859
          authorised_value: ""
61859
          authorised_value:
61860
          authtypecode: ""
61860
          authtypecode: ""
61861
          value_builder: ""
61861
          value_builder: ""
61862
          isurl:
61862
          isurl:
Lines 61874-61880 tables: Link Here
61874
          mandatory: 0
61874
          mandatory: 0
61875
          kohafield: ""
61875
          kohafield: ""
61876
          tab: 8
61876
          tab: 8
61877
          authorised_value: ""
61877
          authorised_value:
61878
          authtypecode: ""
61878
          authtypecode: ""
61879
          value_builder: ""
61879
          value_builder: ""
61880
          isurl:
61880
          isurl:
Lines 61892-61898 tables: Link Here
61892
          mandatory: 0
61892
          mandatory: 0
61893
          kohafield: ""
61893
          kohafield: ""
61894
          tab: 8
61894
          tab: 8
61895
          authorised_value: ""
61895
          authorised_value:
61896
          authtypecode: ""
61896
          authtypecode: ""
61897
          value_builder: ""
61897
          value_builder: ""
61898
          isurl:
61898
          isurl:
Lines 61910-61916 tables: Link Here
61910
          mandatory: 0
61910
          mandatory: 0
61911
          kohafield: ""
61911
          kohafield: ""
61912
          tab: 8
61912
          tab: 8
61913
          authorised_value: ""
61913
          authorised_value:
61914
          authtypecode: ""
61914
          authtypecode: ""
61915
          value_builder: ""
61915
          value_builder: ""
61916
          isurl:
61916
          isurl:
Lines 61928-61934 tables: Link Here
61928
          mandatory: 0
61928
          mandatory: 0
61929
          kohafield: ""
61929
          kohafield: ""
61930
          tab: 8
61930
          tab: 8
61931
          authorised_value: ""
61931
          authorised_value:
61932
          authtypecode: ""
61932
          authtypecode: ""
61933
          value_builder: ""
61933
          value_builder: ""
61934
          isurl:
61934
          isurl:
Lines 61946-61952 tables: Link Here
61946
          mandatory: 0
61946
          mandatory: 0
61947
          kohafield: ""
61947
          kohafield: ""
61948
          tab: 8
61948
          tab: 8
61949
          authorised_value: ""
61949
          authorised_value:
61950
          authtypecode: ""
61950
          authtypecode: ""
61951
          value_builder: ""
61951
          value_builder: ""
61952
          isurl:
61952
          isurl:
Lines 61964-61970 tables: Link Here
61964
          mandatory: 0
61964
          mandatory: 0
61965
          kohafield: ""
61965
          kohafield: ""
61966
          tab: 8
61966
          tab: 8
61967
          authorised_value: ""
61967
          authorised_value:
61968
          authtypecode: ""
61968
          authtypecode: ""
61969
          value_builder: ""
61969
          value_builder: ""
61970
          isurl:
61970
          isurl:
Lines 61982-61988 tables: Link Here
61982
          mandatory: 0
61982
          mandatory: 0
61983
          kohafield: ""
61983
          kohafield: ""
61984
          tab: 8
61984
          tab: 8
61985
          authorised_value: ""
61985
          authorised_value:
61986
          authtypecode: ""
61986
          authtypecode: ""
61987
          value_builder: ""
61987
          value_builder: ""
61988
          isurl:
61988
          isurl:
Lines 62000-62006 tables: Link Here
62000
          mandatory: 0
62000
          mandatory: 0
62001
          kohafield: ""
62001
          kohafield: ""
62002
          tab: 8
62002
          tab: 8
62003
          authorised_value: ""
62003
          authorised_value:
62004
          authtypecode: ""
62004
          authtypecode: ""
62005
          value_builder: ""
62005
          value_builder: ""
62006
          isurl:
62006
          isurl:
Lines 62018-62024 tables: Link Here
62018
          mandatory: 0
62018
          mandatory: 0
62019
          kohafield: ""
62019
          kohafield: ""
62020
          tab: 8
62020
          tab: 8
62021
          authorised_value: ""
62021
          authorised_value:
62022
          authtypecode: ""
62022
          authtypecode: ""
62023
          value_builder: ""
62023
          value_builder: ""
62024
          isurl:
62024
          isurl:
Lines 62036-62042 tables: Link Here
62036
          mandatory: 0
62036
          mandatory: 0
62037
          kohafield: ""
62037
          kohafield: ""
62038
          tab: 8
62038
          tab: 8
62039
          authorised_value: ""
62039
          authorised_value:
62040
          authtypecode: ""
62040
          authtypecode: ""
62041
          value_builder: ""
62041
          value_builder: ""
62042
          isurl:
62042
          isurl:
Lines 62054-62060 tables: Link Here
62054
          mandatory: 0
62054
          mandatory: 0
62055
          kohafield: ""
62055
          kohafield: ""
62056
          tab: 8
62056
          tab: 8
62057
          authorised_value: ""
62057
          authorised_value:
62058
          authtypecode: ""
62058
          authtypecode: ""
62059
          value_builder: ""
62059
          value_builder: ""
62060
          isurl:
62060
          isurl:
Lines 62072-62078 tables: Link Here
62072
          mandatory: 0
62072
          mandatory: 0
62073
          kohafield: ""
62073
          kohafield: ""
62074
          tab: 8
62074
          tab: 8
62075
          authorised_value: ""
62075
          authorised_value:
62076
          authtypecode: ""
62076
          authtypecode: ""
62077
          value_builder: ""
62077
          value_builder: ""
62078
          isurl:
62078
          isurl:
Lines 62090-62096 tables: Link Here
62090
          mandatory: 0
62090
          mandatory: 0
62091
          kohafield: ""
62091
          kohafield: ""
62092
          tab: 8
62092
          tab: 8
62093
          authorised_value: ""
62093
          authorised_value:
62094
          authtypecode: ""
62094
          authtypecode: ""
62095
          value_builder: ""
62095
          value_builder: ""
62096
          isurl:
62096
          isurl:
Lines 62108-62114 tables: Link Here
62108
          mandatory: 0
62108
          mandatory: 0
62109
          kohafield: ""
62109
          kohafield: ""
62110
          tab: 8
62110
          tab: 8
62111
          authorised_value: ""
62111
          authorised_value:
62112
          authtypecode: ""
62112
          authtypecode: ""
62113
          value_builder: ""
62113
          value_builder: ""
62114
          isurl:
62114
          isurl:
Lines 62126-62132 tables: Link Here
62126
          mandatory: 0
62126
          mandatory: 0
62127
          kohafield: ""
62127
          kohafield: ""
62128
          tab: 8
62128
          tab: 8
62129
          authorised_value: ""
62129
          authorised_value:
62130
          authtypecode: ""
62130
          authtypecode: ""
62131
          value_builder: ""
62131
          value_builder: ""
62132
          isurl:
62132
          isurl:
Lines 62144-62150 tables: Link Here
62144
          mandatory: 0
62144
          mandatory: 0
62145
          kohafield: ""
62145
          kohafield: ""
62146
          tab: 8
62146
          tab: 8
62147
          authorised_value: ""
62147
          authorised_value:
62148
          authtypecode: ""
62148
          authtypecode: ""
62149
          value_builder: ""
62149
          value_builder: ""
62150
          isurl:
62150
          isurl:
Lines 62162-62168 tables: Link Here
62162
          mandatory: 0
62162
          mandatory: 0
62163
          kohafield: ""
62163
          kohafield: ""
62164
          tab: 8
62164
          tab: 8
62165
          authorised_value: ""
62165
          authorised_value:
62166
          authtypecode: ""
62166
          authtypecode: ""
62167
          value_builder: ""
62167
          value_builder: ""
62168
          isurl:
62168
          isurl:
Lines 62180-62186 tables: Link Here
62180
          mandatory: 0
62180
          mandatory: 0
62181
          kohafield: ""
62181
          kohafield: ""
62182
          tab: 8
62182
          tab: 8
62183
          authorised_value: ""
62183
          authorised_value:
62184
          authtypecode: ""
62184
          authtypecode: ""
62185
          value_builder: ""
62185
          value_builder: ""
62186
          isurl:
62186
          isurl:
Lines 62198-62204 tables: Link Here
62198
          mandatory: 0
62198
          mandatory: 0
62199
          kohafield: ""
62199
          kohafield: ""
62200
          tab: 8
62200
          tab: 8
62201
          authorised_value: ""
62201
          authorised_value:
62202
          authtypecode: ""
62202
          authtypecode: ""
62203
          value_builder: ""
62203
          value_builder: ""
62204
          isurl:
62204
          isurl:
Lines 62216-62222 tables: Link Here
62216
          mandatory: 0
62216
          mandatory: 0
62217
          kohafield: ""
62217
          kohafield: ""
62218
          tab: 8
62218
          tab: 8
62219
          authorised_value: ""
62219
          authorised_value:
62220
          authtypecode: ""
62220
          authtypecode: ""
62221
          value_builder: ""
62221
          value_builder: ""
62222
          isurl:
62222
          isurl:
Lines 62234-62240 tables: Link Here
62234
          mandatory: 0
62234
          mandatory: 0
62235
          kohafield: ""
62235
          kohafield: ""
62236
          tab: 8
62236
          tab: 8
62237
          authorised_value: ""
62237
          authorised_value:
62238
          authtypecode: ""
62238
          authtypecode: ""
62239
          value_builder: ""
62239
          value_builder: ""
62240
          isurl:
62240
          isurl:
Lines 62252-62258 tables: Link Here
62252
          mandatory: 0
62252
          mandatory: 0
62253
          kohafield: ""
62253
          kohafield: ""
62254
          tab: 8
62254
          tab: 8
62255
          authorised_value: ""
62255
          authorised_value:
62256
          authtypecode: ""
62256
          authtypecode: ""
62257
          value_builder: ""
62257
          value_builder: ""
62258
          isurl:
62258
          isurl:
Lines 62270-62276 tables: Link Here
62270
          mandatory: 0
62270
          mandatory: 0
62271
          kohafield: ""
62271
          kohafield: ""
62272
          tab: 8
62272
          tab: 8
62273
          authorised_value: ""
62273
          authorised_value:
62274
          authtypecode: ""
62274
          authtypecode: ""
62275
          value_builder: ""
62275
          value_builder: ""
62276
          isurl:
62276
          isurl:
Lines 62288-62294 tables: Link Here
62288
          mandatory: 0
62288
          mandatory: 0
62289
          kohafield: ""
62289
          kohafield: ""
62290
          tab: 8
62290
          tab: 8
62291
          authorised_value: ""
62291
          authorised_value:
62292
          authtypecode: ""
62292
          authtypecode: ""
62293
          value_builder: ""
62293
          value_builder: ""
62294
          isurl:
62294
          isurl:
Lines 62306-62312 tables: Link Here
62306
          mandatory: 0
62306
          mandatory: 0
62307
          kohafield: ""
62307
          kohafield: ""
62308
          tab: 8
62308
          tab: 8
62309
          authorised_value: ""
62309
          authorised_value:
62310
          authtypecode: ""
62310
          authtypecode: ""
62311
          value_builder: ""
62311
          value_builder: ""
62312
          isurl:
62312
          isurl:
Lines 62324-62330 tables: Link Here
62324
          mandatory: 0
62324
          mandatory: 0
62325
          kohafield: ""
62325
          kohafield: ""
62326
          tab: 8
62326
          tab: 8
62327
          authorised_value: ""
62327
          authorised_value:
62328
          authtypecode: ""
62328
          authtypecode: ""
62329
          value_builder: ""
62329
          value_builder: ""
62330
          isurl:
62330
          isurl:
Lines 62342-62348 tables: Link Here
62342
          mandatory: 0
62342
          mandatory: 0
62343
          kohafield: ""
62343
          kohafield: ""
62344
          tab: 8
62344
          tab: 8
62345
          authorised_value: ""
62345
          authorised_value:
62346
          authtypecode: ""
62346
          authtypecode: ""
62347
          value_builder: ""
62347
          value_builder: ""
62348
          isurl:
62348
          isurl:
Lines 62360-62366 tables: Link Here
62360
          mandatory: 0
62360
          mandatory: 0
62361
          kohafield: ""
62361
          kohafield: ""
62362
          tab: 8
62362
          tab: 8
62363
          authorised_value: ""
62363
          authorised_value:
62364
          authtypecode: ""
62364
          authtypecode: ""
62365
          value_builder: ""
62365
          value_builder: ""
62366
          isurl:
62366
          isurl:
Lines 62378-62384 tables: Link Here
62378
          mandatory: 0
62378
          mandatory: 0
62379
          kohafield: ""
62379
          kohafield: ""
62380
          tab: 8
62380
          tab: 8
62381
          authorised_value: ""
62381
          authorised_value:
62382
          authtypecode: ""
62382
          authtypecode: ""
62383
          value_builder: ""
62383
          value_builder: ""
62384
          isurl:
62384
          isurl:
Lines 62396-62402 tables: Link Here
62396
          mandatory: 0
62396
          mandatory: 0
62397
          kohafield: ""
62397
          kohafield: ""
62398
          tab: 8
62398
          tab: 8
62399
          authorised_value: ""
62399
          authorised_value:
62400
          authtypecode: ""
62400
          authtypecode: ""
62401
          value_builder: ""
62401
          value_builder: ""
62402
          isurl:
62402
          isurl:
Lines 62414-62420 tables: Link Here
62414
          mandatory: 0
62414
          mandatory: 0
62415
          kohafield: ""
62415
          kohafield: ""
62416
          tab: 8
62416
          tab: 8
62417
          authorised_value: ""
62417
          authorised_value:
62418
          authtypecode: ""
62418
          authtypecode: ""
62419
          value_builder: ""
62419
          value_builder: ""
62420
          isurl:
62420
          isurl:
Lines 62432-62438 tables: Link Here
62432
          mandatory: 0
62432
          mandatory: 0
62433
          kohafield: ""
62433
          kohafield: ""
62434
          tab: 8
62434
          tab: 8
62435
          authorised_value: ""
62435
          authorised_value:
62436
          authtypecode: ""
62436
          authtypecode: ""
62437
          value_builder: ""
62437
          value_builder: ""
62438
          isurl:
62438
          isurl:
Lines 62450-62456 tables: Link Here
62450
          mandatory: 0
62450
          mandatory: 0
62451
          kohafield: ""
62451
          kohafield: ""
62452
          tab: 8
62452
          tab: 8
62453
          authorised_value: ""
62453
          authorised_value:
62454
          authtypecode: ""
62454
          authtypecode: ""
62455
          value_builder: ""
62455
          value_builder: ""
62456
          isurl:
62456
          isurl:
Lines 62468-62474 tables: Link Here
62468
          mandatory: 0
62468
          mandatory: 0
62469
          kohafield: ""
62469
          kohafield: ""
62470
          tab: 8
62470
          tab: 8
62471
          authorised_value: ""
62471
          authorised_value:
62472
          authtypecode: ""
62472
          authtypecode: ""
62473
          value_builder: ""
62473
          value_builder: ""
62474
          isurl:
62474
          isurl:
Lines 62486-62492 tables: Link Here
62486
          mandatory: 0
62486
          mandatory: 0
62487
          kohafield: ""
62487
          kohafield: ""
62488
          tab: 8
62488
          tab: 8
62489
          authorised_value: ""
62489
          authorised_value:
62490
          authtypecode: ""
62490
          authtypecode: ""
62491
          value_builder: ""
62491
          value_builder: ""
62492
          isurl:
62492
          isurl:
Lines 62504-62510 tables: Link Here
62504
          mandatory: 0
62504
          mandatory: 0
62505
          kohafield: ""
62505
          kohafield: ""
62506
          tab: 8
62506
          tab: 8
62507
          authorised_value: ""
62507
          authorised_value:
62508
          authtypecode: ""
62508
          authtypecode: ""
62509
          value_builder: ""
62509
          value_builder: ""
62510
          isurl:
62510
          isurl:
Lines 62522-62528 tables: Link Here
62522
          mandatory: 0
62522
          mandatory: 0
62523
          kohafield: ""
62523
          kohafield: ""
62524
          tab: 8
62524
          tab: 8
62525
          authorised_value: ""
62525
          authorised_value:
62526
          authtypecode: ""
62526
          authtypecode: ""
62527
          value_builder: ""
62527
          value_builder: ""
62528
          isurl:
62528
          isurl:
Lines 62540-62546 tables: Link Here
62540
          mandatory: 0
62540
          mandatory: 0
62541
          kohafield: ""
62541
          kohafield: ""
62542
          tab: 8
62542
          tab: 8
62543
          authorised_value: ""
62543
          authorised_value:
62544
          authtypecode: ""
62544
          authtypecode: ""
62545
          value_builder: ""
62545
          value_builder: ""
62546
          isurl:
62546
          isurl:
Lines 62558-62564 tables: Link Here
62558
          mandatory: 0
62558
          mandatory: 0
62559
          kohafield: ""
62559
          kohafield: ""
62560
          tab: 8
62560
          tab: 8
62561
          authorised_value: ""
62561
          authorised_value:
62562
          authtypecode: ""
62562
          authtypecode: ""
62563
          value_builder: ""
62563
          value_builder: ""
62564
          isurl:
62564
          isurl:
Lines 62576-62582 tables: Link Here
62576
          mandatory: 0
62576
          mandatory: 0
62577
          kohafield: ""
62577
          kohafield: ""
62578
          tab: 8
62578
          tab: 8
62579
          authorised_value: ""
62579
          authorised_value:
62580
          authtypecode: ""
62580
          authtypecode: ""
62581
          value_builder: ""
62581
          value_builder: ""
62582
          isurl:
62582
          isurl:
Lines 62594-62600 tables: Link Here
62594
          mandatory: 0
62594
          mandatory: 0
62595
          kohafield: ""
62595
          kohafield: ""
62596
          tab: 8
62596
          tab: 8
62597
          authorised_value: ""
62597
          authorised_value:
62598
          authtypecode: ""
62598
          authtypecode: ""
62599
          value_builder: ""
62599
          value_builder: ""
62600
          isurl:
62600
          isurl:
Lines 62612-62618 tables: Link Here
62612
          mandatory: 0
62612
          mandatory: 0
62613
          kohafield: ""
62613
          kohafield: ""
62614
          tab: 8
62614
          tab: 8
62615
          authorised_value: ""
62615
          authorised_value:
62616
          authtypecode: ""
62616
          authtypecode: ""
62617
          value_builder: ""
62617
          value_builder: ""
62618
          isurl:
62618
          isurl:
Lines 62630-62636 tables: Link Here
62630
          mandatory: 0
62630
          mandatory: 0
62631
          kohafield: ""
62631
          kohafield: ""
62632
          tab: 8
62632
          tab: 8
62633
          authorised_value: ""
62633
          authorised_value:
62634
          authtypecode: ""
62634
          authtypecode: ""
62635
          value_builder: ""
62635
          value_builder: ""
62636
          isurl:
62636
          isurl:
Lines 62648-62654 tables: Link Here
62648
          mandatory: 0
62648
          mandatory: 0
62649
          kohafield: ""
62649
          kohafield: ""
62650
          tab: 8
62650
          tab: 8
62651
          authorised_value: ""
62651
          authorised_value:
62652
          authtypecode: ""
62652
          authtypecode: ""
62653
          value_builder: ""
62653
          value_builder: ""
62654
          isurl:
62654
          isurl:
Lines 62666-62672 tables: Link Here
62666
          mandatory: 0
62666
          mandatory: 0
62667
          kohafield: ""
62667
          kohafield: ""
62668
          tab: 8
62668
          tab: 8
62669
          authorised_value: ""
62669
          authorised_value:
62670
          authtypecode: ""
62670
          authtypecode: ""
62671
          value_builder: ""
62671
          value_builder: ""
62672
          isurl:
62672
          isurl:
Lines 62684-62690 tables: Link Here
62684
          mandatory: 0
62684
          mandatory: 0
62685
          kohafield: ""
62685
          kohafield: ""
62686
          tab: 8
62686
          tab: 8
62687
          authorised_value: ""
62687
          authorised_value:
62688
          authtypecode: ""
62688
          authtypecode: ""
62689
          value_builder: ""
62689
          value_builder: ""
62690
          isurl:
62690
          isurl:
Lines 62702-62708 tables: Link Here
62702
          mandatory: 0
62702
          mandatory: 0
62703
          kohafield: ""
62703
          kohafield: ""
62704
          tab: 8
62704
          tab: 8
62705
          authorised_value: ""
62705
          authorised_value:
62706
          authtypecode: ""
62706
          authtypecode: ""
62707
          value_builder: ""
62707
          value_builder: ""
62708
          isurl:
62708
          isurl:
Lines 62720-62726 tables: Link Here
62720
          mandatory: 0
62720
          mandatory: 0
62721
          kohafield: ""
62721
          kohafield: ""
62722
          tab: 8
62722
          tab: 8
62723
          authorised_value: ""
62723
          authorised_value:
62724
          authtypecode: ""
62724
          authtypecode: ""
62725
          value_builder: ""
62725
          value_builder: ""
62726
          isurl:
62726
          isurl:
Lines 62738-62744 tables: Link Here
62738
          mandatory: 0
62738
          mandatory: 0
62739
          kohafield: ""
62739
          kohafield: ""
62740
          tab: 8
62740
          tab: 8
62741
          authorised_value: ""
62741
          authorised_value:
62742
          authtypecode: ""
62742
          authtypecode: ""
62743
          value_builder: ""
62743
          value_builder: ""
62744
          isurl:
62744
          isurl:
Lines 62756-62762 tables: Link Here
62756
          mandatory: 0
62756
          mandatory: 0
62757
          kohafield: ""
62757
          kohafield: ""
62758
          tab: 8
62758
          tab: 8
62759
          authorised_value: ""
62759
          authorised_value:
62760
          authtypecode: ""
62760
          authtypecode: ""
62761
          value_builder: ""
62761
          value_builder: ""
62762
          isurl:
62762
          isurl:
Lines 62774-62780 tables: Link Here
62774
          mandatory: 0
62774
          mandatory: 0
62775
          kohafield: ""
62775
          kohafield: ""
62776
          tab: 8
62776
          tab: 8
62777
          authorised_value: ""
62777
          authorised_value:
62778
          authtypecode: ""
62778
          authtypecode: ""
62779
          value_builder: ""
62779
          value_builder: ""
62780
          isurl:
62780
          isurl:
Lines 62792-62798 tables: Link Here
62792
          mandatory: 0
62792
          mandatory: 0
62793
          kohafield: ""
62793
          kohafield: ""
62794
          tab: 8
62794
          tab: 8
62795
          authorised_value: ""
62795
          authorised_value:
62796
          authtypecode: ""
62796
          authtypecode: ""
62797
          value_builder: ""
62797
          value_builder: ""
62798
          isurl:
62798
          isurl:
Lines 62810-62816 tables: Link Here
62810
          mandatory: 0
62810
          mandatory: 0
62811
          kohafield: ""
62811
          kohafield: ""
62812
          tab: 8
62812
          tab: 8
62813
          authorised_value: ""
62813
          authorised_value:
62814
          authtypecode: ""
62814
          authtypecode: ""
62815
          value_builder: ""
62815
          value_builder: ""
62816
          isurl:
62816
          isurl:
Lines 62828-62834 tables: Link Here
62828
          mandatory: 0
62828
          mandatory: 0
62829
          kohafield: ""
62829
          kohafield: ""
62830
          tab: 8
62830
          tab: 8
62831
          authorised_value: ""
62831
          authorised_value:
62832
          authtypecode: ""
62832
          authtypecode: ""
62833
          value_builder: ""
62833
          value_builder: ""
62834
          isurl:
62834
          isurl:
Lines 62846-62852 tables: Link Here
62846
          mandatory: 0
62846
          mandatory: 0
62847
          kohafield: ""
62847
          kohafield: ""
62848
          tab: 8
62848
          tab: 8
62849
          authorised_value: ""
62849
          authorised_value:
62850
          authtypecode: ""
62850
          authtypecode: ""
62851
          value_builder: ""
62851
          value_builder: ""
62852
          isurl:
62852
          isurl:
Lines 62864-62870 tables: Link Here
62864
          mandatory: 0
62864
          mandatory: 0
62865
          kohafield: ""
62865
          kohafield: ""
62866
          tab: 8
62866
          tab: 8
62867
          authorised_value: ""
62867
          authorised_value:
62868
          authtypecode: ""
62868
          authtypecode: ""
62869
          value_builder: ""
62869
          value_builder: ""
62870
          isurl:
62870
          isurl:
Lines 62882-62888 tables: Link Here
62882
          mandatory: 0
62882
          mandatory: 0
62883
          kohafield: ""
62883
          kohafield: ""
62884
          tab: 8
62884
          tab: 8
62885
          authorised_value: ""
62885
          authorised_value:
62886
          authtypecode: ""
62886
          authtypecode: ""
62887
          value_builder: ""
62887
          value_builder: ""
62888
          isurl:
62888
          isurl:
Lines 62900-62906 tables: Link Here
62900
          mandatory: 0
62900
          mandatory: 0
62901
          kohafield: ""
62901
          kohafield: ""
62902
          tab: 8
62902
          tab: 8
62903
          authorised_value: ""
62903
          authorised_value:
62904
          authtypecode: ""
62904
          authtypecode: ""
62905
          value_builder: ""
62905
          value_builder: ""
62906
          isurl:
62906
          isurl:
Lines 62918-62924 tables: Link Here
62918
          mandatory: 0
62918
          mandatory: 0
62919
          kohafield: ""
62919
          kohafield: ""
62920
          tab: 8
62920
          tab: 8
62921
          authorised_value: ""
62921
          authorised_value:
62922
          authtypecode: ""
62922
          authtypecode: ""
62923
          value_builder: ""
62923
          value_builder: ""
62924
          isurl:
62924
          isurl:
Lines 62936-62942 tables: Link Here
62936
          mandatory: 0
62936
          mandatory: 0
62937
          kohafield: ""
62937
          kohafield: ""
62938
          tab: 8
62938
          tab: 8
62939
          authorised_value: ""
62939
          authorised_value:
62940
          authtypecode: ""
62940
          authtypecode: ""
62941
          value_builder: ""
62941
          value_builder: ""
62942
          isurl:
62942
          isurl:
Lines 62954-62960 tables: Link Here
62954
          mandatory: 0
62954
          mandatory: 0
62955
          kohafield: ""
62955
          kohafield: ""
62956
          tab: 8
62956
          tab: 8
62957
          authorised_value: ""
62957
          authorised_value:
62958
          authtypecode: ""
62958
          authtypecode: ""
62959
          value_builder: ""
62959
          value_builder: ""
62960
          isurl:
62960
          isurl:
Lines 62972-62978 tables: Link Here
62972
          mandatory: 0
62972
          mandatory: 0
62973
          kohafield: ""
62973
          kohafield: ""
62974
          tab: 8
62974
          tab: 8
62975
          authorised_value: ""
62975
          authorised_value:
62976
          authtypecode: ""
62976
          authtypecode: ""
62977
          value_builder: ""
62977
          value_builder: ""
62978
          isurl:
62978
          isurl:
Lines 62990-62996 tables: Link Here
62990
          mandatory: 0
62990
          mandatory: 0
62991
          kohafield: ""
62991
          kohafield: ""
62992
          tab: 8
62992
          tab: 8
62993
          authorised_value: ""
62993
          authorised_value:
62994
          authtypecode: ""
62994
          authtypecode: ""
62995
          value_builder: ""
62995
          value_builder: ""
62996
          isurl:
62996
          isurl:
Lines 63008-63014 tables: Link Here
63008
          mandatory: 0
63008
          mandatory: 0
63009
          kohafield: ""
63009
          kohafield: ""
63010
          tab: 8
63010
          tab: 8
63011
          authorised_value: ""
63011
          authorised_value:
63012
          authtypecode: ""
63012
          authtypecode: ""
63013
          value_builder: ""
63013
          value_builder: ""
63014
          isurl:
63014
          isurl:
Lines 63026-63032 tables: Link Here
63026
          mandatory: 0
63026
          mandatory: 0
63027
          kohafield: ""
63027
          kohafield: ""
63028
          tab: 8
63028
          tab: 8
63029
          authorised_value: ""
63029
          authorised_value:
63030
          authtypecode: ""
63030
          authtypecode: ""
63031
          value_builder: ""
63031
          value_builder: ""
63032
          isurl:
63032
          isurl:
Lines 63044-63050 tables: Link Here
63044
          mandatory: 0
63044
          mandatory: 0
63045
          kohafield: ""
63045
          kohafield: ""
63046
          tab: 8
63046
          tab: 8
63047
          authorised_value: ""
63047
          authorised_value:
63048
          authtypecode: ""
63048
          authtypecode: ""
63049
          value_builder: ""
63049
          value_builder: ""
63050
          isurl:
63050
          isurl:
Lines 63062-63068 tables: Link Here
63062
          mandatory: 0
63062
          mandatory: 0
63063
          kohafield: ""
63063
          kohafield: ""
63064
          tab: 8
63064
          tab: 8
63065
          authorised_value: ""
63065
          authorised_value:
63066
          authtypecode: ""
63066
          authtypecode: ""
63067
          value_builder: ""
63067
          value_builder: ""
63068
          isurl:
63068
          isurl:
Lines 63080-63086 tables: Link Here
63080
          mandatory: 0
63080
          mandatory: 0
63081
          kohafield: ""
63081
          kohafield: ""
63082
          tab: 8
63082
          tab: 8
63083
          authorised_value: ""
63083
          authorised_value:
63084
          authtypecode: ""
63084
          authtypecode: ""
63085
          value_builder: ""
63085
          value_builder: ""
63086
          isurl:
63086
          isurl:
Lines 63098-63104 tables: Link Here
63098
          mandatory: 0
63098
          mandatory: 0
63099
          kohafield: ""
63099
          kohafield: ""
63100
          tab: 8
63100
          tab: 8
63101
          authorised_value: ""
63101
          authorised_value:
63102
          authtypecode: ""
63102
          authtypecode: ""
63103
          value_builder: ""
63103
          value_builder: ""
63104
          isurl:
63104
          isurl:
Lines 63116-63122 tables: Link Here
63116
          mandatory: 0
63116
          mandatory: 0
63117
          kohafield: ""
63117
          kohafield: ""
63118
          tab: 8
63118
          tab: 8
63119
          authorised_value: ""
63119
          authorised_value:
63120
          authtypecode: ""
63120
          authtypecode: ""
63121
          value_builder: ""
63121
          value_builder: ""
63122
          isurl:
63122
          isurl:
Lines 63134-63140 tables: Link Here
63134
          mandatory: 0
63134
          mandatory: 0
63135
          kohafield: ""
63135
          kohafield: ""
63136
          tab: 8
63136
          tab: 8
63137
          authorised_value: ""
63137
          authorised_value:
63138
          authtypecode: ""
63138
          authtypecode: ""
63139
          value_builder: ""
63139
          value_builder: ""
63140
          isurl:
63140
          isurl:
Lines 63152-63158 tables: Link Here
63152
          mandatory: 0
63152
          mandatory: 0
63153
          kohafield: ""
63153
          kohafield: ""
63154
          tab: 8
63154
          tab: 8
63155
          authorised_value: ""
63155
          authorised_value:
63156
          authtypecode: ""
63156
          authtypecode: ""
63157
          value_builder: ""
63157
          value_builder: ""
63158
          isurl:
63158
          isurl:
Lines 63170-63176 tables: Link Here
63170
          mandatory: 0
63170
          mandatory: 0
63171
          kohafield: ""
63171
          kohafield: ""
63172
          tab: 8
63172
          tab: 8
63173
          authorised_value: ""
63173
          authorised_value:
63174
          authtypecode: ""
63174
          authtypecode: ""
63175
          value_builder: ""
63175
          value_builder: ""
63176
          isurl:
63176
          isurl:
Lines 63188-63194 tables: Link Here
63188
          mandatory: 0
63188
          mandatory: 0
63189
          kohafield: ""
63189
          kohafield: ""
63190
          tab: 8
63190
          tab: 8
63191
          authorised_value: ""
63191
          authorised_value:
63192
          authtypecode: ""
63192
          authtypecode: ""
63193
          value_builder: ""
63193
          value_builder: ""
63194
          isurl:
63194
          isurl:
Lines 63206-63212 tables: Link Here
63206
          mandatory: 0
63206
          mandatory: 0
63207
          kohafield: ""
63207
          kohafield: ""
63208
          tab: 8
63208
          tab: 8
63209
          authorised_value: ""
63209
          authorised_value:
63210
          authtypecode: ""
63210
          authtypecode: ""
63211
          value_builder: ""
63211
          value_builder: ""
63212
          isurl:
63212
          isurl:
Lines 63224-63230 tables: Link Here
63224
          mandatory: 0
63224
          mandatory: 0
63225
          kohafield: ""
63225
          kohafield: ""
63226
          tab: 8
63226
          tab: 8
63227
          authorised_value: ""
63227
          authorised_value:
63228
          authtypecode: ""
63228
          authtypecode: ""
63229
          value_builder: ""
63229
          value_builder: ""
63230
          isurl:
63230
          isurl:
Lines 63278-63284 tables: Link Here
63278
          mandatory: 0
63278
          mandatory: 0
63279
          kohafield: ""
63279
          kohafield: ""
63280
          tab: 8
63280
          tab: 8
63281
          authorised_value: ""
63281
          authorised_value:
63282
          authtypecode: ""
63282
          authtypecode: ""
63283
          value_builder: ""
63283
          value_builder: ""
63284
          isurl: 0
63284
          isurl: 0
Lines 63296-63302 tables: Link Here
63296
          mandatory: 0
63296
          mandatory: 0
63297
          kohafield: ""
63297
          kohafield: ""
63298
          tab: 8
63298
          tab: 8
63299
          authorised_value: ""
63299
          authorised_value:
63300
          authtypecode: ""
63300
          authtypecode: ""
63301
          value_builder: ""
63301
          value_builder: ""
63302
          isurl:
63302
          isurl:
Lines 63314-63320 tables: Link Here
63314
          mandatory: 0
63314
          mandatory: 0
63315
          kohafield: ""
63315
          kohafield: ""
63316
          tab: 8
63316
          tab: 8
63317
          authorised_value: ""
63317
          authorised_value:
63318
          authtypecode: ""
63318
          authtypecode: ""
63319
          value_builder: ""
63319
          value_builder: ""
63320
          isurl:
63320
          isurl:
Lines 63332-63338 tables: Link Here
63332
          mandatory: 0
63332
          mandatory: 0
63333
          kohafield: ""
63333
          kohafield: ""
63334
          tab: 8
63334
          tab: 8
63335
          authorised_value: ""
63335
          authorised_value:
63336
          authtypecode: ""
63336
          authtypecode: ""
63337
          value_builder: ""
63337
          value_builder: ""
63338
          isurl:
63338
          isurl:
Lines 63350-63356 tables: Link Here
63350
          mandatory: 0
63350
          mandatory: 0
63351
          kohafield: ""
63351
          kohafield: ""
63352
          tab: 8
63352
          tab: 8
63353
          authorised_value: ""
63353
          authorised_value:
63354
          authtypecode: ""
63354
          authtypecode: ""
63355
          value_builder: ""
63355
          value_builder: ""
63356
          isurl: 0
63356
          isurl: 0
Lines 63368-63374 tables: Link Here
63368
          mandatory: 0
63368
          mandatory: 0
63369
          kohafield: ""
63369
          kohafield: ""
63370
          tab: 8
63370
          tab: 8
63371
          authorised_value: ""
63371
          authorised_value:
63372
          authtypecode: PERSO_NAME
63372
          authtypecode: PERSO_NAME
63373
          value_builder: ""
63373
          value_builder: ""
63374
          isurl:
63374
          isurl:
Lines 63386-63392 tables: Link Here
63386
          mandatory: 0
63386
          mandatory: 0
63387
          kohafield: ""
63387
          kohafield: ""
63388
          tab: 8
63388
          tab: 8
63389
          authorised_value: ""
63389
          authorised_value:
63390
          authtypecode: ""
63390
          authtypecode: ""
63391
          value_builder: ""
63391
          value_builder: ""
63392
          isurl:
63392
          isurl:
Lines 63404-63410 tables: Link Here
63404
          mandatory: 0
63404
          mandatory: 0
63405
          kohafield: ""
63405
          kohafield: ""
63406
          tab: 8
63406
          tab: 8
63407
          authorised_value: ""
63407
          authorised_value:
63408
          authtypecode: ""
63408
          authtypecode: ""
63409
          value_builder: ""
63409
          value_builder: ""
63410
          isurl:
63410
          isurl:
Lines 63422-63428 tables: Link Here
63422
          mandatory: 0
63422
          mandatory: 0
63423
          kohafield: ""
63423
          kohafield: ""
63424
          tab: 8
63424
          tab: 8
63425
          authorised_value: ""
63425
          authorised_value:
63426
          authtypecode: ""
63426
          authtypecode: ""
63427
          value_builder: ""
63427
          value_builder: ""
63428
          isurl:
63428
          isurl:
Lines 63440-63446 tables: Link Here
63440
          mandatory: 0
63440
          mandatory: 0
63441
          kohafield: ""
63441
          kohafield: ""
63442
          tab: 8
63442
          tab: 8
63443
          authorised_value: ""
63443
          authorised_value:
63444
          authtypecode: ""
63444
          authtypecode: ""
63445
          value_builder: ""
63445
          value_builder: ""
63446
          isurl:
63446
          isurl:
Lines 63458-63464 tables: Link Here
63458
          mandatory: 0
63458
          mandatory: 0
63459
          kohafield: ""
63459
          kohafield: ""
63460
          tab: 8
63460
          tab: 8
63461
          authorised_value: ""
63461
          authorised_value:
63462
          authtypecode: ""
63462
          authtypecode: ""
63463
          value_builder: ""
63463
          value_builder: ""
63464
          isurl:
63464
          isurl:
Lines 63476-63482 tables: Link Here
63476
          mandatory: 0
63476
          mandatory: 0
63477
          kohafield: ""
63477
          kohafield: ""
63478
          tab: 8
63478
          tab: 8
63479
          authorised_value: ""
63479
          authorised_value:
63480
          authtypecode: ""
63480
          authtypecode: ""
63481
          value_builder: ""
63481
          value_builder: ""
63482
          isurl:
63482
          isurl:
Lines 63494-63500 tables: Link Here
63494
          mandatory: 0
63494
          mandatory: 0
63495
          kohafield: ""
63495
          kohafield: ""
63496
          tab: 8
63496
          tab: 8
63497
          authorised_value: ""
63497
          authorised_value:
63498
          authtypecode: ""
63498
          authtypecode: ""
63499
          value_builder: ""
63499
          value_builder: ""
63500
          isurl:
63500
          isurl:
Lines 63512-63518 tables: Link Here
63512
          mandatory: 0
63512
          mandatory: 0
63513
          kohafield: ""
63513
          kohafield: ""
63514
          tab: 8
63514
          tab: 8
63515
          authorised_value: ""
63515
          authorised_value:
63516
          authtypecode: ""
63516
          authtypecode: ""
63517
          value_builder: ""
63517
          value_builder: ""
63518
          isurl:
63518
          isurl:
Lines 63530-63536 tables: Link Here
63530
          mandatory: 0
63530
          mandatory: 0
63531
          kohafield: ""
63531
          kohafield: ""
63532
          tab: 8
63532
          tab: 8
63533
          authorised_value: ""
63533
          authorised_value:
63534
          authtypecode: ""
63534
          authtypecode: ""
63535
          value_builder: ""
63535
          value_builder: ""
63536
          isurl:
63536
          isurl:
Lines 63548-63554 tables: Link Here
63548
          mandatory: 0
63548
          mandatory: 0
63549
          kohafield: ""
63549
          kohafield: ""
63550
          tab: 8
63550
          tab: 8
63551
          authorised_value: ""
63551
          authorised_value:
63552
          authtypecode: ""
63552
          authtypecode: ""
63553
          value_builder: ""
63553
          value_builder: ""
63554
          isurl:
63554
          isurl:
Lines 63566-63572 tables: Link Here
63566
          mandatory: 0
63566
          mandatory: 0
63567
          kohafield: ""
63567
          kohafield: ""
63568
          tab: 8
63568
          tab: 8
63569
          authorised_value: ""
63569
          authorised_value:
63570
          authtypecode: ""
63570
          authtypecode: ""
63571
          value_builder: ""
63571
          value_builder: ""
63572
          isurl:
63572
          isurl:
Lines 63584-63590 tables: Link Here
63584
          mandatory: 0
63584
          mandatory: 0
63585
          kohafield: ""
63585
          kohafield: ""
63586
          tab: 8
63586
          tab: 8
63587
          authorised_value: ""
63587
          authorised_value:
63588
          authtypecode: ""
63588
          authtypecode: ""
63589
          value_builder: ""
63589
          value_builder: ""
63590
          isurl:
63590
          isurl:
Lines 63602-63608 tables: Link Here
63602
          mandatory: 0
63602
          mandatory: 0
63603
          kohafield: ""
63603
          kohafield: ""
63604
          tab: 8
63604
          tab: 8
63605
          authorised_value: ""
63605
          authorised_value:
63606
          authtypecode: ""
63606
          authtypecode: ""
63607
          value_builder: ""
63607
          value_builder: ""
63608
          isurl:
63608
          isurl:
Lines 63620-63626 tables: Link Here
63620
          mandatory: 0
63620
          mandatory: 0
63621
          kohafield: ""
63621
          kohafield: ""
63622
          tab: 8
63622
          tab: 8
63623
          authorised_value: ""
63623
          authorised_value:
63624
          authtypecode: ""
63624
          authtypecode: ""
63625
          value_builder: ""
63625
          value_builder: ""
63626
          isurl:
63626
          isurl:
Lines 63638-63644 tables: Link Here
63638
          mandatory: 0
63638
          mandatory: 0
63639
          kohafield: ""
63639
          kohafield: ""
63640
          tab: 8
63640
          tab: 8
63641
          authorised_value: ""
63641
          authorised_value:
63642
          authtypecode: ""
63642
          authtypecode: ""
63643
          value_builder: ""
63643
          value_builder: ""
63644
          isurl:
63644
          isurl:
Lines 63656-63662 tables: Link Here
63656
          mandatory: 0
63656
          mandatory: 0
63657
          kohafield: ""
63657
          kohafield: ""
63658
          tab: 8
63658
          tab: 8
63659
          authorised_value: ""
63659
          authorised_value:
63660
          authtypecode: ""
63660
          authtypecode: ""
63661
          value_builder: ""
63661
          value_builder: ""
63662
          isurl:
63662
          isurl:
Lines 63674-63680 tables: Link Here
63674
          mandatory: 0
63674
          mandatory: 0
63675
          kohafield: ""
63675
          kohafield: ""
63676
          tab: 8
63676
          tab: 8
63677
          authorised_value: ""
63677
          authorised_value:
63678
          authtypecode: ""
63678
          authtypecode: ""
63679
          value_builder: ""
63679
          value_builder: ""
63680
          isurl:
63680
          isurl:
Lines 63692-63698 tables: Link Here
63692
          mandatory: 0
63692
          mandatory: 0
63693
          kohafield: ""
63693
          kohafield: ""
63694
          tab: 8
63694
          tab: 8
63695
          authorised_value: ""
63695
          authorised_value:
63696
          authtypecode: ""
63696
          authtypecode: ""
63697
          value_builder: ""
63697
          value_builder: ""
63698
          isurl:
63698
          isurl:
Lines 63710-63716 tables: Link Here
63710
          mandatory: 0
63710
          mandatory: 0
63711
          kohafield: ""
63711
          kohafield: ""
63712
          tab: 8
63712
          tab: 8
63713
          authorised_value: ""
63713
          authorised_value:
63714
          authtypecode: ""
63714
          authtypecode: ""
63715
          value_builder: ""
63715
          value_builder: ""
63716
          isurl:
63716
          isurl:
Lines 63728-63734 tables: Link Here
63728
          mandatory: 0
63728
          mandatory: 0
63729
          kohafield: ""
63729
          kohafield: ""
63730
          tab: 8
63730
          tab: 8
63731
          authorised_value: ""
63731
          authorised_value:
63732
          authtypecode: ""
63732
          authtypecode: ""
63733
          value_builder: ""
63733
          value_builder: ""
63734
          isurl:
63734
          isurl:
Lines 63746-63752 tables: Link Here
63746
          mandatory: 0
63746
          mandatory: 0
63747
          kohafield: ""
63747
          kohafield: ""
63748
          tab: 8
63748
          tab: 8
63749
          authorised_value: ""
63749
          authorised_value:
63750
          authtypecode: ""
63750
          authtypecode: ""
63751
          value_builder: ""
63751
          value_builder: ""
63752
          isurl: 0
63752
          isurl: 0
Lines 63764-63770 tables: Link Here
63764
          mandatory: 0
63764
          mandatory: 0
63765
          kohafield: ""
63765
          kohafield: ""
63766
          tab: 8
63766
          tab: 8
63767
          authorised_value: ""
63767
          authorised_value:
63768
          authtypecode: ""
63768
          authtypecode: ""
63769
          value_builder: ""
63769
          value_builder: ""
63770
          isurl:
63770
          isurl:
Lines 63782-63788 tables: Link Here
63782
          mandatory: 0
63782
          mandatory: 0
63783
          kohafield: ""
63783
          kohafield: ""
63784
          tab: 8
63784
          tab: 8
63785
          authorised_value: ""
63785
          authorised_value:
63786
          authtypecode: ""
63786
          authtypecode: ""
63787
          value_builder: ""
63787
          value_builder: ""
63788
          isurl:
63788
          isurl:
Lines 63800-63806 tables: Link Here
63800
          mandatory: 0
63800
          mandatory: 0
63801
          kohafield: ""
63801
          kohafield: ""
63802
          tab: 8
63802
          tab: 8
63803
          authorised_value: ""
63803
          authorised_value:
63804
          authtypecode: ""
63804
          authtypecode: ""
63805
          value_builder: ""
63805
          value_builder: ""
63806
          isurl:
63806
          isurl:
Lines 63818-63824 tables: Link Here
63818
          mandatory: 0
63818
          mandatory: 0
63819
          kohafield: ""
63819
          kohafield: ""
63820
          tab: 8
63820
          tab: 8
63821
          authorised_value: ""
63821
          authorised_value:
63822
          authtypecode: ""
63822
          authtypecode: ""
63823
          value_builder: ""
63823
          value_builder: ""
63824
          isurl: 0
63824
          isurl: 0
Lines 63836-63842 tables: Link Here
63836
          mandatory: 0
63836
          mandatory: 0
63837
          kohafield: ""
63837
          kohafield: ""
63838
          tab: 8
63838
          tab: 8
63839
          authorised_value: ""
63839
          authorised_value:
63840
          authtypecode: CORPO_NAME
63840
          authtypecode: CORPO_NAME
63841
          value_builder: ""
63841
          value_builder: ""
63842
          isurl:
63842
          isurl:
Lines 63854-63860 tables: Link Here
63854
          mandatory: 0
63854
          mandatory: 0
63855
          kohafield: ""
63855
          kohafield: ""
63856
          tab: 8
63856
          tab: 8
63857
          authorised_value: ""
63857
          authorised_value:
63858
          authtypecode: ""
63858
          authtypecode: ""
63859
          value_builder: ""
63859
          value_builder: ""
63860
          isurl:
63860
          isurl:
Lines 63872-63878 tables: Link Here
63872
          mandatory: 0
63872
          mandatory: 0
63873
          kohafield: ""
63873
          kohafield: ""
63874
          tab: 8
63874
          tab: 8
63875
          authorised_value: ""
63875
          authorised_value:
63876
          authtypecode: ""
63876
          authtypecode: ""
63877
          value_builder: ""
63877
          value_builder: ""
63878
          isurl:
63878
          isurl:
Lines 63890-63896 tables: Link Here
63890
          mandatory: 0
63890
          mandatory: 0
63891
          kohafield: ""
63891
          kohafield: ""
63892
          tab: 8
63892
          tab: 8
63893
          authorised_value: ""
63893
          authorised_value:
63894
          authtypecode: ""
63894
          authtypecode: ""
63895
          value_builder: ""
63895
          value_builder: ""
63896
          isurl:
63896
          isurl:
Lines 63908-63914 tables: Link Here
63908
          mandatory: 0
63908
          mandatory: 0
63909
          kohafield: ""
63909
          kohafield: ""
63910
          tab: 8
63910
          tab: 8
63911
          authorised_value: ""
63911
          authorised_value:
63912
          authtypecode: ""
63912
          authtypecode: ""
63913
          value_builder: ""
63913
          value_builder: ""
63914
          isurl:
63914
          isurl:
Lines 63926-63932 tables: Link Here
63926
          mandatory: 0
63926
          mandatory: 0
63927
          kohafield: ""
63927
          kohafield: ""
63928
          tab: 8
63928
          tab: 8
63929
          authorised_value: ""
63929
          authorised_value:
63930
          authtypecode: ""
63930
          authtypecode: ""
63931
          value_builder: ""
63931
          value_builder: ""
63932
          isurl:
63932
          isurl:
Lines 63944-63950 tables: Link Here
63944
          mandatory: 0
63944
          mandatory: 0
63945
          kohafield: ""
63945
          kohafield: ""
63946
          tab: 8
63946
          tab: 8
63947
          authorised_value: ""
63947
          authorised_value:
63948
          authtypecode: ""
63948
          authtypecode: ""
63949
          value_builder: ""
63949
          value_builder: ""
63950
          isurl:
63950
          isurl:
Lines 63962-63968 tables: Link Here
63962
          mandatory: 0
63962
          mandatory: 0
63963
          kohafield: ""
63963
          kohafield: ""
63964
          tab: 8
63964
          tab: 8
63965
          authorised_value: ""
63965
          authorised_value:
63966
          authtypecode: ""
63966
          authtypecode: ""
63967
          value_builder: ""
63967
          value_builder: ""
63968
          isurl:
63968
          isurl:
Lines 63980-63986 tables: Link Here
63980
          mandatory: 0
63980
          mandatory: 0
63981
          kohafield: ""
63981
          kohafield: ""
63982
          tab: 8
63982
          tab: 8
63983
          authorised_value: ""
63983
          authorised_value:
63984
          authtypecode: ""
63984
          authtypecode: ""
63985
          value_builder: ""
63985
          value_builder: ""
63986
          isurl:
63986
          isurl:
Lines 63998-64004 tables: Link Here
63998
          mandatory: 0
63998
          mandatory: 0
63999
          kohafield: ""
63999
          kohafield: ""
64000
          tab: 8
64000
          tab: 8
64001
          authorised_value: ""
64001
          authorised_value:
64002
          authtypecode: ""
64002
          authtypecode: ""
64003
          value_builder: ""
64003
          value_builder: ""
64004
          isurl:
64004
          isurl:
Lines 64016-64022 tables: Link Here
64016
          mandatory: 0
64016
          mandatory: 0
64017
          kohafield: ""
64017
          kohafield: ""
64018
          tab: 8
64018
          tab: 8
64019
          authorised_value: ""
64019
          authorised_value:
64020
          authtypecode: ""
64020
          authtypecode: ""
64021
          value_builder: ""
64021
          value_builder: ""
64022
          isurl:
64022
          isurl:
Lines 64034-64040 tables: Link Here
64034
          mandatory: 0
64034
          mandatory: 0
64035
          kohafield: ""
64035
          kohafield: ""
64036
          tab: 8
64036
          tab: 8
64037
          authorised_value: ""
64037
          authorised_value:
64038
          authtypecode: ""
64038
          authtypecode: ""
64039
          value_builder: ""
64039
          value_builder: ""
64040
          isurl:
64040
          isurl:
Lines 64052-64058 tables: Link Here
64052
          mandatory: 0
64052
          mandatory: 0
64053
          kohafield: ""
64053
          kohafield: ""
64054
          tab: 8
64054
          tab: 8
64055
          authorised_value: ""
64055
          authorised_value:
64056
          authtypecode: ""
64056
          authtypecode: ""
64057
          value_builder: ""
64057
          value_builder: ""
64058
          isurl:
64058
          isurl:
Lines 64070-64076 tables: Link Here
64070
          mandatory: 0
64070
          mandatory: 0
64071
          kohafield: ""
64071
          kohafield: ""
64072
          tab: 8
64072
          tab: 8
64073
          authorised_value: ""
64073
          authorised_value:
64074
          authtypecode: ""
64074
          authtypecode: ""
64075
          value_builder: ""
64075
          value_builder: ""
64076
          isurl:
64076
          isurl:
Lines 64088-64094 tables: Link Here
64088
          mandatory: 0
64088
          mandatory: 0
64089
          kohafield: ""
64089
          kohafield: ""
64090
          tab: 8
64090
          tab: 8
64091
          authorised_value: ""
64091
          authorised_value:
64092
          authtypecode: ""
64092
          authtypecode: ""
64093
          value_builder: ""
64093
          value_builder: ""
64094
          isurl:
64094
          isurl:
Lines 64106-64112 tables: Link Here
64106
          mandatory: 0
64106
          mandatory: 0
64107
          kohafield: ""
64107
          kohafield: ""
64108
          tab: 8
64108
          tab: 8
64109
          authorised_value: ""
64109
          authorised_value:
64110
          authtypecode: ""
64110
          authtypecode: ""
64111
          value_builder: ""
64111
          value_builder: ""
64112
          isurl:
64112
          isurl:
Lines 64124-64130 tables: Link Here
64124
          mandatory: 0
64124
          mandatory: 0
64125
          kohafield: ""
64125
          kohafield: ""
64126
          tab: 8
64126
          tab: 8
64127
          authorised_value: ""
64127
          authorised_value:
64128
          authtypecode: ""
64128
          authtypecode: ""
64129
          value_builder: ""
64129
          value_builder: ""
64130
          isurl:
64130
          isurl:
Lines 64142-64148 tables: Link Here
64142
          mandatory: 0
64142
          mandatory: 0
64143
          kohafield: ""
64143
          kohafield: ""
64144
          tab: 8
64144
          tab: 8
64145
          authorised_value: ""
64145
          authorised_value:
64146
          authtypecode: ""
64146
          authtypecode: ""
64147
          value_builder: ""
64147
          value_builder: ""
64148
          isurl:
64148
          isurl:
Lines 64160-64166 tables: Link Here
64160
          mandatory: 0
64160
          mandatory: 0
64161
          kohafield: ""
64161
          kohafield: ""
64162
          tab: 8
64162
          tab: 8
64163
          authorised_value: ""
64163
          authorised_value:
64164
          authtypecode: ""
64164
          authtypecode: ""
64165
          value_builder: ""
64165
          value_builder: ""
64166
          isurl:
64166
          isurl:
Lines 64178-64184 tables: Link Here
64178
          mandatory: 0
64178
          mandatory: 0
64179
          kohafield: ""
64179
          kohafield: ""
64180
          tab: 8
64180
          tab: 8
64181
          authorised_value: ""
64181
          authorised_value:
64182
          authtypecode: ""
64182
          authtypecode: ""
64183
          value_builder: ""
64183
          value_builder: ""
64184
          isurl: 0
64184
          isurl: 0
Lines 64250-64256 tables: Link Here
64250
          mandatory: 0
64250
          mandatory: 0
64251
          kohafield: ""
64251
          kohafield: ""
64252
          tab: 8
64252
          tab: 8
64253
          authorised_value: ""
64253
          authorised_value:
64254
          authtypecode: ""
64254
          authtypecode: ""
64255
          value_builder: ""
64255
          value_builder: ""
64256
          isurl: 0
64256
          isurl: 0
Lines 64574-64580 tables: Link Here
64574
          mandatory: 0
64574
          mandatory: 0
64575
          kohafield: ""
64575
          kohafield: ""
64576
          tab: 8
64576
          tab: 8
64577
          authorised_value: ""
64577
          authorised_value:
64578
          authtypecode: ""
64578
          authtypecode: ""
64579
          value_builder: ""
64579
          value_builder: ""
64580
          isurl: 0
64580
          isurl: 0
Lines 64592-64598 tables: Link Here
64592
          mandatory: 0
64592
          mandatory: 0
64593
          kohafield: ""
64593
          kohafield: ""
64594
          tab: 8
64594
          tab: 8
64595
          authorised_value: ""
64595
          authorised_value:
64596
          authtypecode: ""
64596
          authtypecode: ""
64597
          value_builder: ""
64597
          value_builder: ""
64598
          isurl:
64598
          isurl:
Lines 64610-64616 tables: Link Here
64610
          mandatory: 0
64610
          mandatory: 0
64611
          kohafield: ""
64611
          kohafield: ""
64612
          tab: 8
64612
          tab: 8
64613
          authorised_value: ""
64613
          authorised_value:
64614
          authtypecode: ""
64614
          authtypecode: ""
64615
          value_builder: ""
64615
          value_builder: ""
64616
          isurl:
64616
          isurl:
Lines 64628-64634 tables: Link Here
64628
          mandatory: 0
64628
          mandatory: 0
64629
          kohafield: ""
64629
          kohafield: ""
64630
          tab: 8
64630
          tab: 8
64631
          authorised_value: ""
64631
          authorised_value:
64632
          authtypecode: ""
64632
          authtypecode: ""
64633
          value_builder: ""
64633
          value_builder: ""
64634
          isurl: 0
64634
          isurl: 0
Lines 64646-64652 tables: Link Here
64646
          mandatory: 0
64646
          mandatory: 0
64647
          kohafield: ""
64647
          kohafield: ""
64648
          tab: 8
64648
          tab: 8
64649
          authorised_value: ""
64649
          authorised_value:
64650
          authtypecode: UNIF_TITLE
64650
          authtypecode: UNIF_TITLE
64651
          value_builder: ""
64651
          value_builder: ""
64652
          isurl:
64652
          isurl:
Lines 64664-64670 tables: Link Here
64664
          mandatory: 0
64664
          mandatory: 0
64665
          kohafield: ""
64665
          kohafield: ""
64666
          tab: 8
64666
          tab: 8
64667
          authorised_value: ""
64667
          authorised_value:
64668
          authtypecode: ""
64668
          authtypecode: ""
64669
          value_builder: ""
64669
          value_builder: ""
64670
          isurl:
64670
          isurl:
Lines 64682-64688 tables: Link Here
64682
          mandatory: 0
64682
          mandatory: 0
64683
          kohafield: ""
64683
          kohafield: ""
64684
          tab: 8
64684
          tab: 8
64685
          authorised_value: ""
64685
          authorised_value:
64686
          authtypecode: ""
64686
          authtypecode: ""
64687
          value_builder: ""
64687
          value_builder: ""
64688
          isurl:
64688
          isurl:
Lines 64700-64706 tables: Link Here
64700
          mandatory: 0
64700
          mandatory: 0
64701
          kohafield: ""
64701
          kohafield: ""
64702
          tab: 8
64702
          tab: 8
64703
          authorised_value: ""
64703
          authorised_value:
64704
          authtypecode: ""
64704
          authtypecode: ""
64705
          value_builder: ""
64705
          value_builder: ""
64706
          isurl:
64706
          isurl:
Lines 64718-64724 tables: Link Here
64718
          mandatory: 0
64718
          mandatory: 0
64719
          kohafield: ""
64719
          kohafield: ""
64720
          tab: 8
64720
          tab: 8
64721
          authorised_value: ""
64721
          authorised_value:
64722
          authtypecode: ""
64722
          authtypecode: ""
64723
          value_builder: ""
64723
          value_builder: ""
64724
          isurl:
64724
          isurl:
Lines 64736-64742 tables: Link Here
64736
          mandatory: 0
64736
          mandatory: 0
64737
          kohafield: ""
64737
          kohafield: ""
64738
          tab: 8
64738
          tab: 8
64739
          authorised_value: ""
64739
          authorised_value:
64740
          authtypecode: ""
64740
          authtypecode: ""
64741
          value_builder: ""
64741
          value_builder: ""
64742
          isurl:
64742
          isurl:
Lines 64754-64760 tables: Link Here
64754
          mandatory: 0
64754
          mandatory: 0
64755
          kohafield: ""
64755
          kohafield: ""
64756
          tab: 8
64756
          tab: 8
64757
          authorised_value: ""
64757
          authorised_value:
64758
          authtypecode: ""
64758
          authtypecode: ""
64759
          value_builder: ""
64759
          value_builder: ""
64760
          isurl:
64760
          isurl:
Lines 64772-64778 tables: Link Here
64772
          mandatory: 0
64772
          mandatory: 0
64773
          kohafield: ""
64773
          kohafield: ""
64774
          tab: 8
64774
          tab: 8
64775
          authorised_value: ""
64775
          authorised_value:
64776
          authtypecode: ""
64776
          authtypecode: ""
64777
          value_builder: ""
64777
          value_builder: ""
64778
          isurl:
64778
          isurl:
Lines 64790-64796 tables: Link Here
64790
          mandatory: 0
64790
          mandatory: 0
64791
          kohafield: ""
64791
          kohafield: ""
64792
          tab: 8
64792
          tab: 8
64793
          authorised_value: ""
64793
          authorised_value:
64794
          authtypecode: ""
64794
          authtypecode: ""
64795
          value_builder: ""
64795
          value_builder: ""
64796
          isurl:
64796
          isurl:
Lines 64808-64814 tables: Link Here
64808
          mandatory: 0
64808
          mandatory: 0
64809
          kohafield: ""
64809
          kohafield: ""
64810
          tab: 8
64810
          tab: 8
64811
          authorised_value: ""
64811
          authorised_value:
64812
          authtypecode: ""
64812
          authtypecode: ""
64813
          value_builder: ""
64813
          value_builder: ""
64814
          isurl:
64814
          isurl:
Lines 64826-64832 tables: Link Here
64826
          mandatory: 0
64826
          mandatory: 0
64827
          kohafield: ""
64827
          kohafield: ""
64828
          tab: 8
64828
          tab: 8
64829
          authorised_value: ""
64829
          authorised_value:
64830
          authtypecode: ""
64830
          authtypecode: ""
64831
          value_builder: ""
64831
          value_builder: ""
64832
          isurl:
64832
          isurl:
Lines 64844-64850 tables: Link Here
64844
          mandatory: 0
64844
          mandatory: 0
64845
          kohafield: ""
64845
          kohafield: ""
64846
          tab: 8
64846
          tab: 8
64847
          authorised_value: ""
64847
          authorised_value:
64848
          authtypecode: ""
64848
          authtypecode: ""
64849
          value_builder: ""
64849
          value_builder: ""
64850
          isurl:
64850
          isurl:
Lines 64862-64868 tables: Link Here
64862
          mandatory: 0
64862
          mandatory: 0
64863
          kohafield: ""
64863
          kohafield: ""
64864
          tab: 8
64864
          tab: 8
64865
          authorised_value: ""
64865
          authorised_value:
64866
          authtypecode: ""
64866
          authtypecode: ""
64867
          value_builder: ""
64867
          value_builder: ""
64868
          isurl:
64868
          isurl:
Lines 64880-64886 tables: Link Here
64880
          mandatory: 0
64880
          mandatory: 0
64881
          kohafield: ""
64881
          kohafield: ""
64882
          tab: 8
64882
          tab: 8
64883
          authorised_value: ""
64883
          authorised_value:
64884
          authtypecode: ""
64884
          authtypecode: ""
64885
          value_builder: ""
64885
          value_builder: ""
64886
          isurl:
64886
          isurl:
Lines 64898-64904 tables: Link Here
64898
          mandatory: 0
64898
          mandatory: 0
64899
          kohafield: ""
64899
          kohafield: ""
64900
          tab: 8
64900
          tab: 8
64901
          authorised_value: ""
64901
          authorised_value:
64902
          authtypecode: ""
64902
          authtypecode: ""
64903
          value_builder: ""
64903
          value_builder: ""
64904
          isurl:
64904
          isurl:
Lines 64916-64922 tables: Link Here
64916
          mandatory: 0
64916
          mandatory: 0
64917
          kohafield: ""
64917
          kohafield: ""
64918
          tab: 9
64918
          tab: 9
64919
          authorised_value: ""
64919
          authorised_value:
64920
          authtypecode: ""
64920
          authtypecode: ""
64921
          value_builder: ""
64921
          value_builder: ""
64922
          isurl: 0
64922
          isurl: 0
Lines 64934-64940 tables: Link Here
64934
          mandatory: 0
64934
          mandatory: 0
64935
          kohafield: ""
64935
          kohafield: ""
64936
          tab: 9
64936
          tab: 9
64937
          authorised_value: ""
64937
          authorised_value:
64938
          authtypecode: ""
64938
          authtypecode: ""
64939
          value_builder: ""
64939
          value_builder: ""
64940
          isurl: 0
64940
          isurl: 0
Lines 64952-64958 tables: Link Here
64952
          mandatory: 0
64952
          mandatory: 0
64953
          kohafield: ""
64953
          kohafield: ""
64954
          tab: 9
64954
          tab: 9
64955
          authorised_value: ""
64955
          authorised_value:
64956
          authtypecode: ""
64956
          authtypecode: ""
64957
          value_builder: ""
64957
          value_builder: ""
64958
          isurl: 0
64958
          isurl: 0
Lines 64970-64976 tables: Link Here
64970
          mandatory: 0
64970
          mandatory: 0
64971
          kohafield: ""
64971
          kohafield: ""
64972
          tab: 9
64972
          tab: 9
64973
          authorised_value: ""
64973
          authorised_value:
64974
          authtypecode: ""
64974
          authtypecode: ""
64975
          value_builder: ""
64975
          value_builder: ""
64976
          isurl: 0
64976
          isurl: 0
Lines 64988-64994 tables: Link Here
64988
          mandatory: 0
64988
          mandatory: 0
64989
          kohafield: ""
64989
          kohafield: ""
64990
          tab: 9
64990
          tab: 9
64991
          authorised_value: ""
64991
          authorised_value:
64992
          authtypecode: ""
64992
          authtypecode: ""
64993
          value_builder: ""
64993
          value_builder: ""
64994
          isurl: 0
64994
          isurl: 0
Lines 65006-65012 tables: Link Here
65006
          mandatory: 0
65006
          mandatory: 0
65007
          kohafield: ""
65007
          kohafield: ""
65008
          tab: 9
65008
          tab: 9
65009
          authorised_value: ""
65009
          authorised_value:
65010
          authtypecode: ""
65010
          authtypecode: ""
65011
          value_builder: ""
65011
          value_builder: ""
65012
          isurl: 0
65012
          isurl: 0
Lines 65024-65030 tables: Link Here
65024
          mandatory: 0
65024
          mandatory: 0
65025
          kohafield: ""
65025
          kohafield: ""
65026
          tab: 9
65026
          tab: 9
65027
          authorised_value: ""
65027
          authorised_value:
65028
          authtypecode: ""
65028
          authtypecode: ""
65029
          value_builder: ""
65029
          value_builder: ""
65030
          isurl: 0
65030
          isurl: 0
Lines 65042-65048 tables: Link Here
65042
          mandatory: 0
65042
          mandatory: 0
65043
          kohafield: ""
65043
          kohafield: ""
65044
          tab: 9
65044
          tab: 9
65045
          authorised_value: ""
65045
          authorised_value:
65046
          authtypecode: ""
65046
          authtypecode: ""
65047
          value_builder: ""
65047
          value_builder: ""
65048
          isurl: 0
65048
          isurl: 0
Lines 65060-65066 tables: Link Here
65060
          mandatory: 0
65060
          mandatory: 0
65061
          kohafield: ""
65061
          kohafield: ""
65062
          tab: 9
65062
          tab: 9
65063
          authorised_value: ""
65063
          authorised_value:
65064
          authtypecode: ""
65064
          authtypecode: ""
65065
          value_builder: ""
65065
          value_builder: ""
65066
          isurl: 0
65066
          isurl: 0
Lines 65078-65084 tables: Link Here
65078
          mandatory: 0
65078
          mandatory: 0
65079
          kohafield: ""
65079
          kohafield: ""
65080
          tab: 9
65080
          tab: 9
65081
          authorised_value: ""
65081
          authorised_value:
65082
          authtypecode: ""
65082
          authtypecode: ""
65083
          value_builder: ""
65083
          value_builder: ""
65084
          isurl: 0
65084
          isurl: 0
Lines 65096-65102 tables: Link Here
65096
          mandatory: 0
65096
          mandatory: 0
65097
          kohafield: ""
65097
          kohafield: ""
65098
          tab: 9
65098
          tab: 9
65099
          authorised_value: ""
65099
          authorised_value:
65100
          authtypecode: ""
65100
          authtypecode: ""
65101
          value_builder: ""
65101
          value_builder: ""
65102
          isurl: 0
65102
          isurl: 0
Lines 65114-65120 tables: Link Here
65114
          mandatory: 0
65114
          mandatory: 0
65115
          kohafield: ""
65115
          kohafield: ""
65116
          tab: 9
65116
          tab: 9
65117
          authorised_value: ""
65117
          authorised_value:
65118
          authtypecode: ""
65118
          authtypecode: ""
65119
          value_builder: ""
65119
          value_builder: ""
65120
          isurl: 0
65120
          isurl: 0
Lines 65132-65138 tables: Link Here
65132
          mandatory: 0
65132
          mandatory: 0
65133
          kohafield: ""
65133
          kohafield: ""
65134
          tab: 9
65134
          tab: 9
65135
          authorised_value: ""
65135
          authorised_value:
65136
          authtypecode: ""
65136
          authtypecode: ""
65137
          value_builder: ""
65137
          value_builder: ""
65138
          isurl: 0
65138
          isurl: 0
Lines 65150-65156 tables: Link Here
65150
          mandatory: 0
65150
          mandatory: 0
65151
          kohafield: ""
65151
          kohafield: ""
65152
          tab: 9
65152
          tab: 9
65153
          authorised_value: ""
65153
          authorised_value:
65154
          authtypecode: ""
65154
          authtypecode: ""
65155
          value_builder: ""
65155
          value_builder: ""
65156
          isurl: 0
65156
          isurl: 0
Lines 65168-65174 tables: Link Here
65168
          mandatory: 0
65168
          mandatory: 0
65169
          kohafield: ""
65169
          kohafield: ""
65170
          tab: 9
65170
          tab: 9
65171
          authorised_value: ""
65171
          authorised_value:
65172
          authtypecode: ""
65172
          authtypecode: ""
65173
          value_builder: ""
65173
          value_builder: ""
65174
          isurl: 0
65174
          isurl: 0
Lines 65186-65192 tables: Link Here
65186
          mandatory: 0
65186
          mandatory: 0
65187
          kohafield: ""
65187
          kohafield: ""
65188
          tab: 9
65188
          tab: 9
65189
          authorised_value: ""
65189
          authorised_value:
65190
          authtypecode: ""
65190
          authtypecode: ""
65191
          value_builder: ""
65191
          value_builder: ""
65192
          isurl: 0
65192
          isurl: 0
Lines 65204-65210 tables: Link Here
65204
          mandatory: 0
65204
          mandatory: 0
65205
          kohafield: ""
65205
          kohafield: ""
65206
          tab: 9
65206
          tab: 9
65207
          authorised_value: ""
65207
          authorised_value:
65208
          authtypecode: ""
65208
          authtypecode: ""
65209
          value_builder: ""
65209
          value_builder: ""
65210
          isurl: 0
65210
          isurl: 0
Lines 65222-65228 tables: Link Here
65222
          mandatory: 0
65222
          mandatory: 0
65223
          kohafield: ""
65223
          kohafield: ""
65224
          tab: 9
65224
          tab: 9
65225
          authorised_value: ""
65225
          authorised_value:
65226
          authtypecode: ""
65226
          authtypecode: ""
65227
          value_builder: ""
65227
          value_builder: ""
65228
          isurl: 0
65228
          isurl: 0
Lines 65240-65246 tables: Link Here
65240
          mandatory: 0
65240
          mandatory: 0
65241
          kohafield: ""
65241
          kohafield: ""
65242
          tab: 9
65242
          tab: 9
65243
          authorised_value: ""
65243
          authorised_value:
65244
          authtypecode: ""
65244
          authtypecode: ""
65245
          value_builder: ""
65245
          value_builder: ""
65246
          isurl:
65246
          isurl:
Lines 65258-65264 tables: Link Here
65258
          mandatory: 0
65258
          mandatory: 0
65259
          kohafield: ""
65259
          kohafield: ""
65260
          tab: 9
65260
          tab: 9
65261
          authorised_value: ""
65261
          authorised_value:
65262
          authtypecode: ""
65262
          authtypecode: ""
65263
          value_builder: ""
65263
          value_builder: ""
65264
          isurl:
65264
          isurl:
Lines 65276-65282 tables: Link Here
65276
          mandatory: 0
65276
          mandatory: 0
65277
          kohafield: ""
65277
          kohafield: ""
65278
          tab: 9
65278
          tab: 9
65279
          authorised_value: ""
65279
          authorised_value:
65280
          authtypecode: ""
65280
          authtypecode: ""
65281
          value_builder: ""
65281
          value_builder: ""
65282
          isurl:
65282
          isurl:
Lines 65294-65300 tables: Link Here
65294
          mandatory: 0
65294
          mandatory: 0
65295
          kohafield: ""
65295
          kohafield: ""
65296
          tab: 9
65296
          tab: 9
65297
          authorised_value: ""
65297
          authorised_value:
65298
          authtypecode: ""
65298
          authtypecode: ""
65299
          value_builder: ""
65299
          value_builder: ""
65300
          isurl:
65300
          isurl:
Lines 65312-65318 tables: Link Here
65312
          mandatory: 0
65312
          mandatory: 0
65313
          kohafield: ""
65313
          kohafield: ""
65314
          tab: 9
65314
          tab: 9
65315
          authorised_value: ""
65315
          authorised_value:
65316
          authtypecode: ""
65316
          authtypecode: ""
65317
          value_builder: ""
65317
          value_builder: ""
65318
          isurl:
65318
          isurl:
Lines 65330-65336 tables: Link Here
65330
          mandatory: 0
65330
          mandatory: 0
65331
          kohafield: ""
65331
          kohafield: ""
65332
          tab: 9
65332
          tab: 9
65333
          authorised_value: ""
65333
          authorised_value:
65334
          authtypecode: ""
65334
          authtypecode: ""
65335
          value_builder: ""
65335
          value_builder: ""
65336
          isurl:
65336
          isurl:
Lines 65348-65354 tables: Link Here
65348
          mandatory: 0
65348
          mandatory: 0
65349
          kohafield: ""
65349
          kohafield: ""
65350
          tab: 9
65350
          tab: 9
65351
          authorised_value: ""
65351
          authorised_value:
65352
          authtypecode: ""
65352
          authtypecode: ""
65353
          value_builder: ""
65353
          value_builder: ""
65354
          isurl:
65354
          isurl:
Lines 65366-65372 tables: Link Here
65366
          mandatory: 0
65366
          mandatory: 0
65367
          kohafield: ""
65367
          kohafield: ""
65368
          tab: 9
65368
          tab: 9
65369
          authorised_value: ""
65369
          authorised_value:
65370
          authtypecode: ""
65370
          authtypecode: ""
65371
          value_builder: ""
65371
          value_builder: ""
65372
          isurl:
65372
          isurl:
Lines 65384-65390 tables: Link Here
65384
          mandatory: 0
65384
          mandatory: 0
65385
          kohafield: ""
65385
          kohafield: ""
65386
          tab: 9
65386
          tab: 9
65387
          authorised_value: ""
65387
          authorised_value:
65388
          authtypecode: ""
65388
          authtypecode: ""
65389
          value_builder: ""
65389
          value_builder: ""
65390
          isurl:
65390
          isurl:
Lines 65402-65408 tables: Link Here
65402
          mandatory: 0
65402
          mandatory: 0
65403
          kohafield: ""
65403
          kohafield: ""
65404
          tab: 9
65404
          tab: 9
65405
          authorised_value: ""
65405
          authorised_value:
65406
          authtypecode: ""
65406
          authtypecode: ""
65407
          value_builder: ""
65407
          value_builder: ""
65408
          isurl:
65408
          isurl:
Lines 65420-65426 tables: Link Here
65420
          mandatory: 0
65420
          mandatory: 0
65421
          kohafield: ""
65421
          kohafield: ""
65422
          tab: 9
65422
          tab: 9
65423
          authorised_value: ""
65423
          authorised_value:
65424
          authtypecode: ""
65424
          authtypecode: ""
65425
          value_builder: ""
65425
          value_builder: ""
65426
          isurl:
65426
          isurl:
Lines 65438-65444 tables: Link Here
65438
          mandatory: 0
65438
          mandatory: 0
65439
          kohafield: ""
65439
          kohafield: ""
65440
          tab: 9
65440
          tab: 9
65441
          authorised_value: ""
65441
          authorised_value:
65442
          authtypecode: ""
65442
          authtypecode: ""
65443
          value_builder: ""
65443
          value_builder: ""
65444
          isurl:
65444
          isurl:
Lines 65456-65462 tables: Link Here
65456
          mandatory: 0
65456
          mandatory: 0
65457
          kohafield: ""
65457
          kohafield: ""
65458
          tab: 9
65458
          tab: 9
65459
          authorised_value: ""
65459
          authorised_value:
65460
          authtypecode: ""
65460
          authtypecode: ""
65461
          value_builder: ""
65461
          value_builder: ""
65462
          isurl:
65462
          isurl:
Lines 65474-65480 tables: Link Here
65474
          mandatory: 0
65474
          mandatory: 0
65475
          kohafield: ""
65475
          kohafield: ""
65476
          tab: 9
65476
          tab: 9
65477
          authorised_value: ""
65477
          authorised_value:
65478
          authtypecode: ""
65478
          authtypecode: ""
65479
          value_builder: ""
65479
          value_builder: ""
65480
          isurl:
65480
          isurl:
Lines 65492-65498 tables: Link Here
65492
          mandatory: 0
65492
          mandatory: 0
65493
          kohafield: ""
65493
          kohafield: ""
65494
          tab: 9
65494
          tab: 9
65495
          authorised_value: ""
65495
          authorised_value:
65496
          authtypecode: ""
65496
          authtypecode: ""
65497
          value_builder: ""
65497
          value_builder: ""
65498
          isurl:
65498
          isurl:
Lines 65510-65516 tables: Link Here
65510
          mandatory: 0
65510
          mandatory: 0
65511
          kohafield: ""
65511
          kohafield: ""
65512
          tab: 9
65512
          tab: 9
65513
          authorised_value: ""
65513
          authorised_value:
65514
          authtypecode: ""
65514
          authtypecode: ""
65515
          value_builder: ""
65515
          value_builder: ""
65516
          isurl:
65516
          isurl:
Lines 65528-65534 tables: Link Here
65528
          mandatory: 0
65528
          mandatory: 0
65529
          kohafield: ""
65529
          kohafield: ""
65530
          tab: 9
65530
          tab: 9
65531
          authorised_value: ""
65531
          authorised_value:
65532
          authtypecode: ""
65532
          authtypecode: ""
65533
          value_builder: ""
65533
          value_builder: ""
65534
          isurl:
65534
          isurl:
Lines 65546-65552 tables: Link Here
65546
          mandatory: 0
65546
          mandatory: 0
65547
          kohafield: ""
65547
          kohafield: ""
65548
          tab: 9
65548
          tab: 9
65549
          authorised_value: ""
65549
          authorised_value:
65550
          authtypecode: ""
65550
          authtypecode: ""
65551
          value_builder: ""
65551
          value_builder: ""
65552
          isurl:
65552
          isurl:
Lines 65564-65570 tables: Link Here
65564
          mandatory: 0
65564
          mandatory: 0
65565
          kohafield: ""
65565
          kohafield: ""
65566
          tab: 9
65566
          tab: 9
65567
          authorised_value: ""
65567
          authorised_value:
65568
          authtypecode: ""
65568
          authtypecode: ""
65569
          value_builder: ""
65569
          value_builder: ""
65570
          isurl:
65570
          isurl:
Lines 65582-65588 tables: Link Here
65582
          mandatory: 0
65582
          mandatory: 0
65583
          kohafield: ""
65583
          kohafield: ""
65584
          tab: 9
65584
          tab: 9
65585
          authorised_value: ""
65585
          authorised_value:
65586
          authtypecode: ""
65586
          authtypecode: ""
65587
          value_builder: ""
65587
          value_builder: ""
65588
          isurl:
65588
          isurl:
Lines 65600-65606 tables: Link Here
65600
          mandatory: 0
65600
          mandatory: 0
65601
          kohafield: ""
65601
          kohafield: ""
65602
          tab: 9
65602
          tab: 9
65603
          authorised_value: ""
65603
          authorised_value:
65604
          authtypecode: ""
65604
          authtypecode: ""
65605
          value_builder: ""
65605
          value_builder: ""
65606
          isurl:
65606
          isurl:
Lines 65618-65624 tables: Link Here
65618
          mandatory: 0
65618
          mandatory: 0
65619
          kohafield: ""
65619
          kohafield: ""
65620
          tab: 9
65620
          tab: 9
65621
          authorised_value: ""
65621
          authorised_value:
65622
          authtypecode: ""
65622
          authtypecode: ""
65623
          value_builder: ""
65623
          value_builder: ""
65624
          isurl:
65624
          isurl:
Lines 65636-65642 tables: Link Here
65636
          mandatory: 0
65636
          mandatory: 0
65637
          kohafield: ""
65637
          kohafield: ""
65638
          tab: 9
65638
          tab: 9
65639
          authorised_value: ""
65639
          authorised_value:
65640
          authtypecode: ""
65640
          authtypecode: ""
65641
          value_builder: ""
65641
          value_builder: ""
65642
          isurl:
65642
          isurl:
Lines 65654-65660 tables: Link Here
65654
          mandatory: 0
65654
          mandatory: 0
65655
          kohafield: ""
65655
          kohafield: ""
65656
          tab: 9
65656
          tab: 9
65657
          authorised_value: ""
65657
          authorised_value:
65658
          authtypecode: ""
65658
          authtypecode: ""
65659
          value_builder: ""
65659
          value_builder: ""
65660
          isurl:
65660
          isurl:
Lines 65672-65678 tables: Link Here
65672
          mandatory: 0
65672
          mandatory: 0
65673
          kohafield: ""
65673
          kohafield: ""
65674
          tab: 9
65674
          tab: 9
65675
          authorised_value: ""
65675
          authorised_value:
65676
          authtypecode: ""
65676
          authtypecode: ""
65677
          value_builder: ""
65677
          value_builder: ""
65678
          isurl:
65678
          isurl:
Lines 65690-65696 tables: Link Here
65690
          mandatory: 0
65690
          mandatory: 0
65691
          kohafield: ""
65691
          kohafield: ""
65692
          tab: 9
65692
          tab: 9
65693
          authorised_value: ""
65693
          authorised_value:
65694
          authtypecode: ""
65694
          authtypecode: ""
65695
          value_builder: ""
65695
          value_builder: ""
65696
          isurl:
65696
          isurl:
Lines 65708-65714 tables: Link Here
65708
          mandatory: 0
65708
          mandatory: 0
65709
          kohafield: ""
65709
          kohafield: ""
65710
          tab: 9
65710
          tab: 9
65711
          authorised_value: ""
65711
          authorised_value:
65712
          authtypecode: ""
65712
          authtypecode: ""
65713
          value_builder: ""
65713
          value_builder: ""
65714
          isurl:
65714
          isurl:
Lines 65726-65732 tables: Link Here
65726
          mandatory: 0
65726
          mandatory: 0
65727
          kohafield: ""
65727
          kohafield: ""
65728
          tab: 9
65728
          tab: 9
65729
          authorised_value: ""
65729
          authorised_value:
65730
          authtypecode: ""
65730
          authtypecode: ""
65731
          value_builder: ""
65731
          value_builder: ""
65732
          isurl:
65732
          isurl:
Lines 65744-65750 tables: Link Here
65744
          mandatory: 0
65744
          mandatory: 0
65745
          kohafield: ""
65745
          kohafield: ""
65746
          tab: 9
65746
          tab: 9
65747
          authorised_value: ""
65747
          authorised_value:
65748
          authtypecode: ""
65748
          authtypecode: ""
65749
          value_builder: ""
65749
          value_builder: ""
65750
          isurl:
65750
          isurl:
Lines 65762-65768 tables: Link Here
65762
          mandatory: 0
65762
          mandatory: 0
65763
          kohafield: ""
65763
          kohafield: ""
65764
          tab: 9
65764
          tab: 9
65765
          authorised_value: ""
65765
          authorised_value:
65766
          authtypecode: ""
65766
          authtypecode: ""
65767
          value_builder: ""
65767
          value_builder: ""
65768
          isurl:
65768
          isurl:
Lines 65780-65786 tables: Link Here
65780
          mandatory: 0
65780
          mandatory: 0
65781
          kohafield: ""
65781
          kohafield: ""
65782
          tab: 9
65782
          tab: 9
65783
          authorised_value: ""
65783
          authorised_value:
65784
          authtypecode: ""
65784
          authtypecode: ""
65785
          value_builder: ""
65785
          value_builder: ""
65786
          isurl:
65786
          isurl:
Lines 65798-65804 tables: Link Here
65798
          mandatory: 0
65798
          mandatory: 0
65799
          kohafield: ""
65799
          kohafield: ""
65800
          tab: 9
65800
          tab: 9
65801
          authorised_value: ""
65801
          authorised_value:
65802
          authtypecode: ""
65802
          authtypecode: ""
65803
          value_builder: ""
65803
          value_builder: ""
65804
          isurl:
65804
          isurl:
Lines 65816-65822 tables: Link Here
65816
          mandatory: 0
65816
          mandatory: 0
65817
          kohafield: ""
65817
          kohafield: ""
65818
          tab: 9
65818
          tab: 9
65819
          authorised_value: ""
65819
          authorised_value:
65820
          authtypecode: ""
65820
          authtypecode: ""
65821
          value_builder: ""
65821
          value_builder: ""
65822
          isurl:
65822
          isurl:
Lines 65834-65840 tables: Link Here
65834
          mandatory: 0
65834
          mandatory: 0
65835
          kohafield: ""
65835
          kohafield: ""
65836
          tab: 9
65836
          tab: 9
65837
          authorised_value: ""
65837
          authorised_value:
65838
          authtypecode: ""
65838
          authtypecode: ""
65839
          value_builder: ""
65839
          value_builder: ""
65840
          isurl:
65840
          isurl:
Lines 65852-65858 tables: Link Here
65852
          mandatory: 0
65852
          mandatory: 0
65853
          kohafield: ""
65853
          kohafield: ""
65854
          tab: 9
65854
          tab: 9
65855
          authorised_value: ""
65855
          authorised_value:
65856
          authtypecode: ""
65856
          authtypecode: ""
65857
          value_builder: ""
65857
          value_builder: ""
65858
          isurl:
65858
          isurl:
Lines 65870-65876 tables: Link Here
65870
          mandatory: 0
65870
          mandatory: 0
65871
          kohafield: ""
65871
          kohafield: ""
65872
          tab: 9
65872
          tab: 9
65873
          authorised_value: ""
65873
          authorised_value:
65874
          authtypecode: ""
65874
          authtypecode: ""
65875
          value_builder: ""
65875
          value_builder: ""
65876
          isurl:
65876
          isurl:
Lines 65888-65894 tables: Link Here
65888
          mandatory: 0
65888
          mandatory: 0
65889
          kohafield: ""
65889
          kohafield: ""
65890
          tab: 9
65890
          tab: 9
65891
          authorised_value: ""
65891
          authorised_value:
65892
          authtypecode: ""
65892
          authtypecode: ""
65893
          value_builder: ""
65893
          value_builder: ""
65894
          isurl:
65894
          isurl:
Lines 65906-65912 tables: Link Here
65906
          mandatory: 0
65906
          mandatory: 0
65907
          kohafield: ""
65907
          kohafield: ""
65908
          tab: 9
65908
          tab: 9
65909
          authorised_value: ""
65909
          authorised_value:
65910
          authtypecode: ""
65910
          authtypecode: ""
65911
          value_builder: ""
65911
          value_builder: ""
65912
          isurl:
65912
          isurl:
Lines 65924-65930 tables: Link Here
65924
          mandatory: 0
65924
          mandatory: 0
65925
          kohafield: ""
65925
          kohafield: ""
65926
          tab: 9
65926
          tab: 9
65927
          authorised_value: ""
65927
          authorised_value:
65928
          authtypecode: ""
65928
          authtypecode: ""
65929
          value_builder: ""
65929
          value_builder: ""
65930
          isurl:
65930
          isurl:
Lines 65942-65948 tables: Link Here
65942
          mandatory: 0
65942
          mandatory: 0
65943
          kohafield: ""
65943
          kohafield: ""
65944
          tab: 9
65944
          tab: 9
65945
          authorised_value: ""
65945
          authorised_value:
65946
          authtypecode: ""
65946
          authtypecode: ""
65947
          value_builder: ""
65947
          value_builder: ""
65948
          isurl:
65948
          isurl:
Lines 65960-65966 tables: Link Here
65960
          mandatory: 0
65960
          mandatory: 0
65961
          kohafield: ""
65961
          kohafield: ""
65962
          tab: 9
65962
          tab: 9
65963
          authorised_value: ""
65963
          authorised_value:
65964
          authtypecode: ""
65964
          authtypecode: ""
65965
          value_builder: ""
65965
          value_builder: ""
65966
          isurl:
65966
          isurl:
Lines 65978-65984 tables: Link Here
65978
          mandatory: 0
65978
          mandatory: 0
65979
          kohafield: ""
65979
          kohafield: ""
65980
          tab: 9
65980
          tab: 9
65981
          authorised_value: ""
65981
          authorised_value:
65982
          authtypecode: ""
65982
          authtypecode: ""
65983
          value_builder: ""
65983
          value_builder: ""
65984
          isurl:
65984
          isurl:
Lines 65996-66002 tables: Link Here
65996
          mandatory: 0
65996
          mandatory: 0
65997
          kohafield: ""
65997
          kohafield: ""
65998
          tab: 9
65998
          tab: 9
65999
          authorised_value: ""
65999
          authorised_value:
66000
          authtypecode: ""
66000
          authtypecode: ""
66001
          value_builder: ""
66001
          value_builder: ""
66002
          isurl:
66002
          isurl:
Lines 66014-66020 tables: Link Here
66014
          mandatory: 0
66014
          mandatory: 0
66015
          kohafield: ""
66015
          kohafield: ""
66016
          tab: 9
66016
          tab: 9
66017
          authorised_value: ""
66017
          authorised_value:
66018
          authtypecode: ""
66018
          authtypecode: ""
66019
          value_builder: ""
66019
          value_builder: ""
66020
          isurl:
66020
          isurl:
Lines 66032-66038 tables: Link Here
66032
          mandatory: 0
66032
          mandatory: 0
66033
          kohafield: ""
66033
          kohafield: ""
66034
          tab: 9
66034
          tab: 9
66035
          authorised_value: ""
66035
          authorised_value:
66036
          authtypecode: ""
66036
          authtypecode: ""
66037
          value_builder: ""
66037
          value_builder: ""
66038
          isurl:
66038
          isurl:
Lines 66050-66056 tables: Link Here
66050
          mandatory: 0
66050
          mandatory: 0
66051
          kohafield: ""
66051
          kohafield: ""
66052
          tab: 9
66052
          tab: 9
66053
          authorised_value: ""
66053
          authorised_value:
66054
          authtypecode: ""
66054
          authtypecode: ""
66055
          value_builder: ""
66055
          value_builder: ""
66056
          isurl:
66056
          isurl:
Lines 66068-66074 tables: Link Here
66068
          mandatory: 0
66068
          mandatory: 0
66069
          kohafield: ""
66069
          kohafield: ""
66070
          tab: 9
66070
          tab: 9
66071
          authorised_value: ""
66071
          authorised_value:
66072
          authtypecode: ""
66072
          authtypecode: ""
66073
          value_builder: ""
66073
          value_builder: ""
66074
          isurl:
66074
          isurl:
Lines 66086-66092 tables: Link Here
66086
          mandatory: 0
66086
          mandatory: 0
66087
          kohafield: ""
66087
          kohafield: ""
66088
          tab: 9
66088
          tab: 9
66089
          authorised_value: ""
66089
          authorised_value:
66090
          authtypecode: ""
66090
          authtypecode: ""
66091
          value_builder: ""
66091
          value_builder: ""
66092
          isurl:
66092
          isurl:
Lines 66104-66110 tables: Link Here
66104
          mandatory: 0
66104
          mandatory: 0
66105
          kohafield: ""
66105
          kohafield: ""
66106
          tab: 9
66106
          tab: 9
66107
          authorised_value: ""
66107
          authorised_value:
66108
          authtypecode: ""
66108
          authtypecode: ""
66109
          value_builder: ""
66109
          value_builder: ""
66110
          isurl:
66110
          isurl:
Lines 66122-66128 tables: Link Here
66122
          mandatory: 0
66122
          mandatory: 0
66123
          kohafield: ""
66123
          kohafield: ""
66124
          tab: 9
66124
          tab: 9
66125
          authorised_value: ""
66125
          authorised_value:
66126
          authtypecode: ""
66126
          authtypecode: ""
66127
          value_builder: ""
66127
          value_builder: ""
66128
          isurl:
66128
          isurl:
Lines 66140-66146 tables: Link Here
66140
          mandatory: 0
66140
          mandatory: 0
66141
          kohafield: ""
66141
          kohafield: ""
66142
          tab: 9
66142
          tab: 9
66143
          authorised_value: ""
66143
          authorised_value:
66144
          authtypecode: ""
66144
          authtypecode: ""
66145
          value_builder: ""
66145
          value_builder: ""
66146
          isurl:
66146
          isurl:
Lines 66158-66164 tables: Link Here
66158
          mandatory: 0
66158
          mandatory: 0
66159
          kohafield: ""
66159
          kohafield: ""
66160
          tab: 9
66160
          tab: 9
66161
          authorised_value: ""
66161
          authorised_value:
66162
          authtypecode: ""
66162
          authtypecode: ""
66163
          value_builder: ""
66163
          value_builder: ""
66164
          isurl:
66164
          isurl:
Lines 66176-66182 tables: Link Here
66176
          mandatory: 0
66176
          mandatory: 0
66177
          kohafield: ""
66177
          kohafield: ""
66178
          tab: 9
66178
          tab: 9
66179
          authorised_value: ""
66179
          authorised_value:
66180
          authtypecode: ""
66180
          authtypecode: ""
66181
          value_builder: ""
66181
          value_builder: ""
66182
          isurl:
66182
          isurl:
Lines 66194-66200 tables: Link Here
66194
          mandatory: 0
66194
          mandatory: 0
66195
          kohafield: ""
66195
          kohafield: ""
66196
          tab: 9
66196
          tab: 9
66197
          authorised_value: ""
66197
          authorised_value:
66198
          authtypecode: ""
66198
          authtypecode: ""
66199
          value_builder: ""
66199
          value_builder: ""
66200
          isurl:
66200
          isurl:
Lines 66212-66218 tables: Link Here
66212
          mandatory: 0
66212
          mandatory: 0
66213
          kohafield: ""
66213
          kohafield: ""
66214
          tab: 9
66214
          tab: 9
66215
          authorised_value: ""
66215
          authorised_value:
66216
          authtypecode: ""
66216
          authtypecode: ""
66217
          value_builder: ""
66217
          value_builder: ""
66218
          isurl:
66218
          isurl:
Lines 66230-66236 tables: Link Here
66230
          mandatory: 0
66230
          mandatory: 0
66231
          kohafield: ""
66231
          kohafield: ""
66232
          tab: 9
66232
          tab: 9
66233
          authorised_value: ""
66233
          authorised_value:
66234
          authtypecode: ""
66234
          authtypecode: ""
66235
          value_builder: ""
66235
          value_builder: ""
66236
          isurl:
66236
          isurl:
Lines 66248-66254 tables: Link Here
66248
          mandatory: 0
66248
          mandatory: 0
66249
          kohafield: ""
66249
          kohafield: ""
66250
          tab: 9
66250
          tab: 9
66251
          authorised_value: ""
66251
          authorised_value:
66252
          authtypecode: ""
66252
          authtypecode: ""
66253
          value_builder: ""
66253
          value_builder: ""
66254
          isurl:
66254
          isurl:
Lines 66266-66272 tables: Link Here
66266
          mandatory: 0
66266
          mandatory: 0
66267
          kohafield: ""
66267
          kohafield: ""
66268
          tab: 9
66268
          tab: 9
66269
          authorised_value: ""
66269
          authorised_value:
66270
          authtypecode: ""
66270
          authtypecode: ""
66271
          value_builder: ""
66271
          value_builder: ""
66272
          isurl:
66272
          isurl:
Lines 66284-66290 tables: Link Here
66284
          mandatory: 0
66284
          mandatory: 0
66285
          kohafield: ""
66285
          kohafield: ""
66286
          tab: 9
66286
          tab: 9
66287
          authorised_value: ""
66287
          authorised_value:
66288
          authtypecode: ""
66288
          authtypecode: ""
66289
          value_builder: ""
66289
          value_builder: ""
66290
          isurl:
66290
          isurl:
Lines 66302-66308 tables: Link Here
66302
          mandatory: 0
66302
          mandatory: 0
66303
          kohafield: ""
66303
          kohafield: ""
66304
          tab: 9
66304
          tab: 9
66305
          authorised_value: ""
66305
          authorised_value:
66306
          authtypecode: ""
66306
          authtypecode: ""
66307
          value_builder: ""
66307
          value_builder: ""
66308
          isurl:
66308
          isurl:
Lines 66320-66326 tables: Link Here
66320
          mandatory: 0
66320
          mandatory: 0
66321
          kohafield: ""
66321
          kohafield: ""
66322
          tab: 9
66322
          tab: 9
66323
          authorised_value: ""
66323
          authorised_value:
66324
          authtypecode: ""
66324
          authtypecode: ""
66325
          value_builder: ""
66325
          value_builder: ""
66326
          isurl:
66326
          isurl:
Lines 66338-66344 tables: Link Here
66338
          mandatory: 0
66338
          mandatory: 0
66339
          kohafield: ""
66339
          kohafield: ""
66340
          tab: 9
66340
          tab: 9
66341
          authorised_value: ""
66341
          authorised_value:
66342
          authtypecode: ""
66342
          authtypecode: ""
66343
          value_builder: ""
66343
          value_builder: ""
66344
          isurl:
66344
          isurl:
Lines 66356-66362 tables: Link Here
66356
          mandatory: 0
66356
          mandatory: 0
66357
          kohafield: ""
66357
          kohafield: ""
66358
          tab: 9
66358
          tab: 9
66359
          authorised_value: ""
66359
          authorised_value:
66360
          authtypecode: ""
66360
          authtypecode: ""
66361
          value_builder: ""
66361
          value_builder: ""
66362
          isurl:
66362
          isurl:
Lines 66374-66380 tables: Link Here
66374
          mandatory: 0
66374
          mandatory: 0
66375
          kohafield: ""
66375
          kohafield: ""
66376
          tab: 9
66376
          tab: 9
66377
          authorised_value: ""
66377
          authorised_value:
66378
          authtypecode: ""
66378
          authtypecode: ""
66379
          value_builder: ""
66379
          value_builder: ""
66380
          isurl:
66380
          isurl:
Lines 66392-66398 tables: Link Here
66392
          mandatory: 0
66392
          mandatory: 0
66393
          kohafield: ""
66393
          kohafield: ""
66394
          tab: 9
66394
          tab: 9
66395
          authorised_value: ""
66395
          authorised_value:
66396
          authtypecode: ""
66396
          authtypecode: ""
66397
          value_builder: ""
66397
          value_builder: ""
66398
          isurl:
66398
          isurl:
Lines 66410-66416 tables: Link Here
66410
          mandatory: 0
66410
          mandatory: 0
66411
          kohafield: ""
66411
          kohafield: ""
66412
          tab: 9
66412
          tab: 9
66413
          authorised_value: ""
66413
          authorised_value:
66414
          authtypecode: ""
66414
          authtypecode: ""
66415
          value_builder: ""
66415
          value_builder: ""
66416
          isurl:
66416
          isurl:
Lines 66428-66434 tables: Link Here
66428
          mandatory: 0
66428
          mandatory: 0
66429
          kohafield: ""
66429
          kohafield: ""
66430
          tab: 9
66430
          tab: 9
66431
          authorised_value: ""
66431
          authorised_value:
66432
          authtypecode: ""
66432
          authtypecode: ""
66433
          value_builder: ""
66433
          value_builder: ""
66434
          isurl:
66434
          isurl:
Lines 66446-66452 tables: Link Here
66446
          mandatory: 0
66446
          mandatory: 0
66447
          kohafield: ""
66447
          kohafield: ""
66448
          tab: 9
66448
          tab: 9
66449
          authorised_value: ""
66449
          authorised_value:
66450
          authtypecode: ""
66450
          authtypecode: ""
66451
          value_builder: ""
66451
          value_builder: ""
66452
          isurl:
66452
          isurl:
Lines 66464-66470 tables: Link Here
66464
          mandatory: 0
66464
          mandatory: 0
66465
          kohafield: ""
66465
          kohafield: ""
66466
          tab: 9
66466
          tab: 9
66467
          authorised_value: ""
66467
          authorised_value:
66468
          authtypecode: ""
66468
          authtypecode: ""
66469
          value_builder: ""
66469
          value_builder: ""
66470
          isurl:
66470
          isurl:
Lines 66482-66488 tables: Link Here
66482
          mandatory: 0
66482
          mandatory: 0
66483
          kohafield: ""
66483
          kohafield: ""
66484
          tab: 9
66484
          tab: 9
66485
          authorised_value: ""
66485
          authorised_value:
66486
          authtypecode: ""
66486
          authtypecode: ""
66487
          value_builder: ""
66487
          value_builder: ""
66488
          isurl:
66488
          isurl:
Lines 66500-66506 tables: Link Here
66500
          mandatory: 0
66500
          mandatory: 0
66501
          kohafield: ""
66501
          kohafield: ""
66502
          tab: 9
66502
          tab: 9
66503
          authorised_value: ""
66503
          authorised_value:
66504
          authtypecode: ""
66504
          authtypecode: ""
66505
          value_builder: ""
66505
          value_builder: ""
66506
          isurl:
66506
          isurl:
Lines 66518-66524 tables: Link Here
66518
          mandatory: 0
66518
          mandatory: 0
66519
          kohafield: ""
66519
          kohafield: ""
66520
          tab: 9
66520
          tab: 9
66521
          authorised_value: ""
66521
          authorised_value:
66522
          authtypecode: ""
66522
          authtypecode: ""
66523
          value_builder: ""
66523
          value_builder: ""
66524
          isurl:
66524
          isurl:
Lines 66536-66542 tables: Link Here
66536
          mandatory: 0
66536
          mandatory: 0
66537
          kohafield: ""
66537
          kohafield: ""
66538
          tab: 9
66538
          tab: 9
66539
          authorised_value: ""
66539
          authorised_value:
66540
          authtypecode: ""
66540
          authtypecode: ""
66541
          value_builder: ""
66541
          value_builder: ""
66542
          isurl:
66542
          isurl:
Lines 66554-66560 tables: Link Here
66554
          mandatory: 0
66554
          mandatory: 0
66555
          kohafield: ""
66555
          kohafield: ""
66556
          tab: 9
66556
          tab: 9
66557
          authorised_value: ""
66557
          authorised_value:
66558
          authtypecode: ""
66558
          authtypecode: ""
66559
          value_builder: ""
66559
          value_builder: ""
66560
          isurl:
66560
          isurl:
Lines 66572-66578 tables: Link Here
66572
          mandatory: 0
66572
          mandatory: 0
66573
          kohafield: ""
66573
          kohafield: ""
66574
          tab: 9
66574
          tab: 9
66575
          authorised_value: ""
66575
          authorised_value:
66576
          authtypecode: ""
66576
          authtypecode: ""
66577
          value_builder: ""
66577
          value_builder: ""
66578
          isurl:
66578
          isurl:
Lines 66590-66596 tables: Link Here
66590
          mandatory: 0
66590
          mandatory: 0
66591
          kohafield: ""
66591
          kohafield: ""
66592
          tab: 9
66592
          tab: 9
66593
          authorised_value: ""
66593
          authorised_value:
66594
          authtypecode: ""
66594
          authtypecode: ""
66595
          value_builder: ""
66595
          value_builder: ""
66596
          isurl:
66596
          isurl:
Lines 66608-66614 tables: Link Here
66608
          mandatory: 0
66608
          mandatory: 0
66609
          kohafield: ""
66609
          kohafield: ""
66610
          tab: 9
66610
          tab: 9
66611
          authorised_value: ""
66611
          authorised_value:
66612
          authtypecode: ""
66612
          authtypecode: ""
66613
          value_builder: ""
66613
          value_builder: ""
66614
          isurl:
66614
          isurl:
Lines 66626-66632 tables: Link Here
66626
          mandatory: 0
66626
          mandatory: 0
66627
          kohafield: ""
66627
          kohafield: ""
66628
          tab: 9
66628
          tab: 9
66629
          authorised_value: ""
66629
          authorised_value:
66630
          authtypecode: ""
66630
          authtypecode: ""
66631
          value_builder: ""
66631
          value_builder: ""
66632
          isurl:
66632
          isurl:
Lines 66644-66650 tables: Link Here
66644
          mandatory: 0
66644
          mandatory: 0
66645
          kohafield: ""
66645
          kohafield: ""
66646
          tab: 9
66646
          tab: 9
66647
          authorised_value: ""
66647
          authorised_value:
66648
          authtypecode: ""
66648
          authtypecode: ""
66649
          value_builder: ""
66649
          value_builder: ""
66650
          isurl:
66650
          isurl:
Lines 66662-66668 tables: Link Here
66662
          mandatory: 0
66662
          mandatory: 0
66663
          kohafield: ""
66663
          kohafield: ""
66664
          tab: 9
66664
          tab: 9
66665
          authorised_value: ""
66665
          authorised_value:
66666
          authtypecode: ""
66666
          authtypecode: ""
66667
          value_builder: ""
66667
          value_builder: ""
66668
          isurl:
66668
          isurl:
Lines 66680-66686 tables: Link Here
66680
          mandatory: 0
66680
          mandatory: 0
66681
          kohafield: ""
66681
          kohafield: ""
66682
          tab: 9
66682
          tab: 9
66683
          authorised_value: ""
66683
          authorised_value:
66684
          authtypecode: ""
66684
          authtypecode: ""
66685
          value_builder: ""
66685
          value_builder: ""
66686
          isurl:
66686
          isurl:
Lines 66698-66704 tables: Link Here
66698
          mandatory: 0
66698
          mandatory: 0
66699
          kohafield: ""
66699
          kohafield: ""
66700
          tab: 9
66700
          tab: 9
66701
          authorised_value: ""
66701
          authorised_value:
66702
          authtypecode: ""
66702
          authtypecode: ""
66703
          value_builder: ""
66703
          value_builder: ""
66704
          isurl:
66704
          isurl:
Lines 66716-66722 tables: Link Here
66716
          mandatory: 0
66716
          mandatory: 0
66717
          kohafield: ""
66717
          kohafield: ""
66718
          tab: 9
66718
          tab: 9
66719
          authorised_value: ""
66719
          authorised_value:
66720
          authtypecode: ""
66720
          authtypecode: ""
66721
          value_builder: ""
66721
          value_builder: ""
66722
          isurl:
66722
          isurl:
Lines 66734-66740 tables: Link Here
66734
          mandatory: 0
66734
          mandatory: 0
66735
          kohafield: ""
66735
          kohafield: ""
66736
          tab: 9
66736
          tab: 9
66737
          authorised_value: ""
66737
          authorised_value:
66738
          authtypecode: ""
66738
          authtypecode: ""
66739
          value_builder: ""
66739
          value_builder: ""
66740
          isurl:
66740
          isurl:
Lines 66752-66758 tables: Link Here
66752
          mandatory: 0
66752
          mandatory: 0
66753
          kohafield: ""
66753
          kohafield: ""
66754
          tab: 9
66754
          tab: 9
66755
          authorised_value: ""
66755
          authorised_value:
66756
          authtypecode: ""
66756
          authtypecode: ""
66757
          value_builder: ""
66757
          value_builder: ""
66758
          isurl:
66758
          isurl:
Lines 66770-66776 tables: Link Here
66770
          mandatory: 0
66770
          mandatory: 0
66771
          kohafield: ""
66771
          kohafield: ""
66772
          tab: 9
66772
          tab: 9
66773
          authorised_value: ""
66773
          authorised_value:
66774
          authtypecode: ""
66774
          authtypecode: ""
66775
          value_builder: ""
66775
          value_builder: ""
66776
          isurl:
66776
          isurl:
Lines 66788-66794 tables: Link Here
66788
          mandatory: 0
66788
          mandatory: 0
66789
          kohafield: ""
66789
          kohafield: ""
66790
          tab: 9
66790
          tab: 9
66791
          authorised_value: ""
66791
          authorised_value:
66792
          authtypecode: ""
66792
          authtypecode: ""
66793
          value_builder: ""
66793
          value_builder: ""
66794
          isurl:
66794
          isurl:
Lines 66806-66812 tables: Link Here
66806
          mandatory: 0
66806
          mandatory: 0
66807
          kohafield: ""
66807
          kohafield: ""
66808
          tab: 9
66808
          tab: 9
66809
          authorised_value: ""
66809
          authorised_value:
66810
          authtypecode: ""
66810
          authtypecode: ""
66811
          value_builder: ""
66811
          value_builder: ""
66812
          isurl:
66812
          isurl:
Lines 66824-66830 tables: Link Here
66824
          mandatory: 0
66824
          mandatory: 0
66825
          kohafield: ""
66825
          kohafield: ""
66826
          tab: 9
66826
          tab: 9
66827
          authorised_value: ""
66827
          authorised_value:
66828
          authtypecode: ""
66828
          authtypecode: ""
66829
          value_builder: ""
66829
          value_builder: ""
66830
          isurl:
66830
          isurl:
Lines 66842-66848 tables: Link Here
66842
          mandatory: 0
66842
          mandatory: 0
66843
          kohafield: ""
66843
          kohafield: ""
66844
          tab: 9
66844
          tab: 9
66845
          authorised_value: ""
66845
          authorised_value:
66846
          authtypecode: ""
66846
          authtypecode: ""
66847
          value_builder: ""
66847
          value_builder: ""
66848
          isurl:
66848
          isurl:
Lines 66860-66866 tables: Link Here
66860
          mandatory: 0
66860
          mandatory: 0
66861
          kohafield: ""
66861
          kohafield: ""
66862
          tab: 9
66862
          tab: 9
66863
          authorised_value: ""
66863
          authorised_value:
66864
          authtypecode: ""
66864
          authtypecode: ""
66865
          value_builder: ""
66865
          value_builder: ""
66866
          isurl:
66866
          isurl:
Lines 66878-66884 tables: Link Here
66878
          mandatory: 0
66878
          mandatory: 0
66879
          kohafield: ""
66879
          kohafield: ""
66880
          tab: 9
66880
          tab: 9
66881
          authorised_value: ""
66881
          authorised_value:
66882
          authtypecode: ""
66882
          authtypecode: ""
66883
          value_builder: ""
66883
          value_builder: ""
66884
          isurl:
66884
          isurl:
Lines 66896-66902 tables: Link Here
66896
          mandatory: 0
66896
          mandatory: 0
66897
          kohafield: ""
66897
          kohafield: ""
66898
          tab: 9
66898
          tab: 9
66899
          authorised_value: ""
66899
          authorised_value:
66900
          authtypecode: ""
66900
          authtypecode: ""
66901
          value_builder: ""
66901
          value_builder: ""
66902
          isurl:
66902
          isurl:
Lines 66914-66920 tables: Link Here
66914
          mandatory: 0
66914
          mandatory: 0
66915
          kohafield: ""
66915
          kohafield: ""
66916
          tab: 9
66916
          tab: 9
66917
          authorised_value: ""
66917
          authorised_value:
66918
          authtypecode: ""
66918
          authtypecode: ""
66919
          value_builder: ""
66919
          value_builder: ""
66920
          isurl:
66920
          isurl:
Lines 66932-66938 tables: Link Here
66932
          mandatory: 0
66932
          mandatory: 0
66933
          kohafield: ""
66933
          kohafield: ""
66934
          tab: 9
66934
          tab: 9
66935
          authorised_value: ""
66935
          authorised_value:
66936
          authtypecode: ""
66936
          authtypecode: ""
66937
          value_builder: ""
66937
          value_builder: ""
66938
          isurl:
66938
          isurl:
Lines 66950-66956 tables: Link Here
66950
          mandatory: 0
66950
          mandatory: 0
66951
          kohafield: ""
66951
          kohafield: ""
66952
          tab: 9
66952
          tab: 9
66953
          authorised_value: ""
66953
          authorised_value:
66954
          authtypecode: ""
66954
          authtypecode: ""
66955
          value_builder: ""
66955
          value_builder: ""
66956
          isurl:
66956
          isurl:
Lines 66968-66974 tables: Link Here
66968
          mandatory: 0
66968
          mandatory: 0
66969
          kohafield: ""
66969
          kohafield: ""
66970
          tab: 9
66970
          tab: 9
66971
          authorised_value: ""
66971
          authorised_value:
66972
          authtypecode: ""
66972
          authtypecode: ""
66973
          value_builder: ""
66973
          value_builder: ""
66974
          isurl:
66974
          isurl:
Lines 66986-66992 tables: Link Here
66986
          mandatory: 0
66986
          mandatory: 0
66987
          kohafield: ""
66987
          kohafield: ""
66988
          tab: 9
66988
          tab: 9
66989
          authorised_value: ""
66989
          authorised_value:
66990
          authtypecode: ""
66990
          authtypecode: ""
66991
          value_builder: ""
66991
          value_builder: ""
66992
          isurl:
66992
          isurl:
Lines 67004-67010 tables: Link Here
67004
          mandatory: 0
67004
          mandatory: 0
67005
          kohafield: ""
67005
          kohafield: ""
67006
          tab: 9
67006
          tab: 9
67007
          authorised_value: ""
67007
          authorised_value:
67008
          authtypecode: ""
67008
          authtypecode: ""
67009
          value_builder: ""
67009
          value_builder: ""
67010
          isurl:
67010
          isurl:
Lines 67022-67028 tables: Link Here
67022
          mandatory: 0
67022
          mandatory: 0
67023
          kohafield: ""
67023
          kohafield: ""
67024
          tab: 9
67024
          tab: 9
67025
          authorised_value: ""
67025
          authorised_value:
67026
          authtypecode: ""
67026
          authtypecode: ""
67027
          value_builder: ""
67027
          value_builder: ""
67028
          isurl:
67028
          isurl:
Lines 67040-67046 tables: Link Here
67040
          mandatory: 0
67040
          mandatory: 0
67041
          kohafield: ""
67041
          kohafield: ""
67042
          tab: 9
67042
          tab: 9
67043
          authorised_value: ""
67043
          authorised_value:
67044
          authtypecode: ""
67044
          authtypecode: ""
67045
          value_builder: ""
67045
          value_builder: ""
67046
          isurl:
67046
          isurl:
Lines 67058-67064 tables: Link Here
67058
          mandatory: 0
67058
          mandatory: 0
67059
          kohafield: ""
67059
          kohafield: ""
67060
          tab: 9
67060
          tab: 9
67061
          authorised_value: ""
67061
          authorised_value:
67062
          authtypecode: ""
67062
          authtypecode: ""
67063
          value_builder: ""
67063
          value_builder: ""
67064
          isurl:
67064
          isurl:
Lines 67076-67082 tables: Link Here
67076
          mandatory: 0
67076
          mandatory: 0
67077
          kohafield: ""
67077
          kohafield: ""
67078
          tab: 9
67078
          tab: 9
67079
          authorised_value: ""
67079
          authorised_value:
67080
          authtypecode: ""
67080
          authtypecode: ""
67081
          value_builder: ""
67081
          value_builder: ""
67082
          isurl:
67082
          isurl:
Lines 67094-67100 tables: Link Here
67094
          mandatory: 0
67094
          mandatory: 0
67095
          kohafield: ""
67095
          kohafield: ""
67096
          tab: 9
67096
          tab: 9
67097
          authorised_value: ""
67097
          authorised_value:
67098
          authtypecode: ""
67098
          authtypecode: ""
67099
          value_builder: ""
67099
          value_builder: ""
67100
          isurl:
67100
          isurl:
Lines 67112-67118 tables: Link Here
67112
          mandatory: 0
67112
          mandatory: 0
67113
          kohafield: ""
67113
          kohafield: ""
67114
          tab: 9
67114
          tab: 9
67115
          authorised_value: ""
67115
          authorised_value:
67116
          authtypecode: ""
67116
          authtypecode: ""
67117
          value_builder: ""
67117
          value_builder: ""
67118
          isurl:
67118
          isurl:
Lines 67130-67136 tables: Link Here
67130
          mandatory: 0
67130
          mandatory: 0
67131
          kohafield: ""
67131
          kohafield: ""
67132
          tab: 9
67132
          tab: 9
67133
          authorised_value: ""
67133
          authorised_value:
67134
          authtypecode: ""
67134
          authtypecode: ""
67135
          value_builder: ""
67135
          value_builder: ""
67136
          isurl:
67136
          isurl:
Lines 67148-67154 tables: Link Here
67148
          mandatory: 0
67148
          mandatory: 0
67149
          kohafield: ""
67149
          kohafield: ""
67150
          tab: 9
67150
          tab: 9
67151
          authorised_value: ""
67151
          authorised_value:
67152
          authtypecode: ""
67152
          authtypecode: ""
67153
          value_builder: ""
67153
          value_builder: ""
67154
          isurl:
67154
          isurl:
Lines 67166-67172 tables: Link Here
67166
          mandatory: 0
67166
          mandatory: 0
67167
          kohafield: ""
67167
          kohafield: ""
67168
          tab: 9
67168
          tab: 9
67169
          authorised_value: ""
67169
          authorised_value:
67170
          authtypecode: ""
67170
          authtypecode: ""
67171
          value_builder: ""
67171
          value_builder: ""
67172
          isurl:
67172
          isurl:
Lines 67184-67190 tables: Link Here
67184
          mandatory: 0
67184
          mandatory: 0
67185
          kohafield: ""
67185
          kohafield: ""
67186
          tab: 9
67186
          tab: 9
67187
          authorised_value: ""
67187
          authorised_value:
67188
          authtypecode: ""
67188
          authtypecode: ""
67189
          value_builder: ""
67189
          value_builder: ""
67190
          isurl:
67190
          isurl:
Lines 67202-67208 tables: Link Here
67202
          mandatory: 0
67202
          mandatory: 0
67203
          kohafield: ""
67203
          kohafield: ""
67204
          tab: 9
67204
          tab: 9
67205
          authorised_value: ""
67205
          authorised_value:
67206
          authtypecode: ""
67206
          authtypecode: ""
67207
          value_builder: ""
67207
          value_builder: ""
67208
          isurl:
67208
          isurl:
Lines 67220-67226 tables: Link Here
67220
          mandatory: 0
67220
          mandatory: 0
67221
          kohafield: ""
67221
          kohafield: ""
67222
          tab: 9
67222
          tab: 9
67223
          authorised_value: ""
67223
          authorised_value:
67224
          authtypecode: ""
67224
          authtypecode: ""
67225
          value_builder: ""
67225
          value_builder: ""
67226
          isurl:
67226
          isurl:
Lines 67238-67244 tables: Link Here
67238
          mandatory: 0
67238
          mandatory: 0
67239
          kohafield: ""
67239
          kohafield: ""
67240
          tab: 9
67240
          tab: 9
67241
          authorised_value: ""
67241
          authorised_value:
67242
          authtypecode: ""
67242
          authtypecode: ""
67243
          value_builder: ""
67243
          value_builder: ""
67244
          isurl:
67244
          isurl:
Lines 67256-67262 tables: Link Here
67256
          mandatory: 0
67256
          mandatory: 0
67257
          kohafield: ""
67257
          kohafield: ""
67258
          tab: 9
67258
          tab: 9
67259
          authorised_value: ""
67259
          authorised_value:
67260
          authtypecode: ""
67260
          authtypecode: ""
67261
          value_builder: ""
67261
          value_builder: ""
67262
          isurl:
67262
          isurl:
Lines 67274-67280 tables: Link Here
67274
          mandatory: 0
67274
          mandatory: 0
67275
          kohafield: ""
67275
          kohafield: ""
67276
          tab: 9
67276
          tab: 9
67277
          authorised_value: ""
67277
          authorised_value:
67278
          authtypecode: ""
67278
          authtypecode: ""
67279
          value_builder: ""
67279
          value_builder: ""
67280
          isurl:
67280
          isurl:
Lines 67292-67298 tables: Link Here
67292
          mandatory: 0
67292
          mandatory: 0
67293
          kohafield: ""
67293
          kohafield: ""
67294
          tab: 9
67294
          tab: 9
67295
          authorised_value: ""
67295
          authorised_value:
67296
          authtypecode: ""
67296
          authtypecode: ""
67297
          value_builder: ""
67297
          value_builder: ""
67298
          isurl:
67298
          isurl:
Lines 67310-67316 tables: Link Here
67310
          mandatory: 0
67310
          mandatory: 0
67311
          kohafield: ""
67311
          kohafield: ""
67312
          tab: 9
67312
          tab: 9
67313
          authorised_value: ""
67313
          authorised_value:
67314
          authtypecode: ""
67314
          authtypecode: ""
67315
          value_builder: ""
67315
          value_builder: ""
67316
          isurl:
67316
          isurl:
Lines 67328-67334 tables: Link Here
67328
          mandatory: 0
67328
          mandatory: 0
67329
          kohafield: ""
67329
          kohafield: ""
67330
          tab: 9
67330
          tab: 9
67331
          authorised_value: ""
67331
          authorised_value:
67332
          authtypecode: ""
67332
          authtypecode: ""
67333
          value_builder: ""
67333
          value_builder: ""
67334
          isurl:
67334
          isurl:
Lines 67346-67352 tables: Link Here
67346
          mandatory: 0
67346
          mandatory: 0
67347
          kohafield: ""
67347
          kohafield: ""
67348
          tab: 9
67348
          tab: 9
67349
          authorised_value: ""
67349
          authorised_value:
67350
          authtypecode: ""
67350
          authtypecode: ""
67351
          value_builder: ""
67351
          value_builder: ""
67352
          isurl:
67352
          isurl:
Lines 67364-67370 tables: Link Here
67364
          mandatory: 0
67364
          mandatory: 0
67365
          kohafield: ""
67365
          kohafield: ""
67366
          tab: 9
67366
          tab: 9
67367
          authorised_value: ""
67367
          authorised_value:
67368
          authtypecode: ""
67368
          authtypecode: ""
67369
          value_builder: ""
67369
          value_builder: ""
67370
          isurl:
67370
          isurl:
Lines 67382-67388 tables: Link Here
67382
          mandatory: 0
67382
          mandatory: 0
67383
          kohafield: ""
67383
          kohafield: ""
67384
          tab: 9
67384
          tab: 9
67385
          authorised_value: ""
67385
          authorised_value:
67386
          authtypecode: ""
67386
          authtypecode: ""
67387
          value_builder: ""
67387
          value_builder: ""
67388
          isurl:
67388
          isurl:
Lines 67400-67406 tables: Link Here
67400
          mandatory: 0
67400
          mandatory: 0
67401
          kohafield: ""
67401
          kohafield: ""
67402
          tab: 9
67402
          tab: 9
67403
          authorised_value: ""
67403
          authorised_value:
67404
          authtypecode: ""
67404
          authtypecode: ""
67405
          value_builder: ""
67405
          value_builder: ""
67406
          isurl:
67406
          isurl:
Lines 67418-67424 tables: Link Here
67418
          mandatory: 0
67418
          mandatory: 0
67419
          kohafield: ""
67419
          kohafield: ""
67420
          tab: 9
67420
          tab: 9
67421
          authorised_value: ""
67421
          authorised_value:
67422
          authtypecode: ""
67422
          authtypecode: ""
67423
          value_builder: ""
67423
          value_builder: ""
67424
          isurl:
67424
          isurl:
Lines 67436-67442 tables: Link Here
67436
          mandatory: 0
67436
          mandatory: 0
67437
          kohafield: ""
67437
          kohafield: ""
67438
          tab: 9
67438
          tab: 9
67439
          authorised_value: ""
67439
          authorised_value:
67440
          authtypecode: ""
67440
          authtypecode: ""
67441
          value_builder: ""
67441
          value_builder: ""
67442
          isurl:
67442
          isurl:
Lines 67454-67460 tables: Link Here
67454
          mandatory: 0
67454
          mandatory: 0
67455
          kohafield: ""
67455
          kohafield: ""
67456
          tab: 9
67456
          tab: 9
67457
          authorised_value: ""
67457
          authorised_value:
67458
          authtypecode: ""
67458
          authtypecode: ""
67459
          value_builder: ""
67459
          value_builder: ""
67460
          isurl:
67460
          isurl:
Lines 67472-67478 tables: Link Here
67472
          mandatory: 0
67472
          mandatory: 0
67473
          kohafield: ""
67473
          kohafield: ""
67474
          tab: 9
67474
          tab: 9
67475
          authorised_value: ""
67475
          authorised_value:
67476
          authtypecode: ""
67476
          authtypecode: ""
67477
          value_builder: ""
67477
          value_builder: ""
67478
          isurl:
67478
          isurl:
Lines 67490-67496 tables: Link Here
67490
          mandatory: 0
67490
          mandatory: 0
67491
          kohafield: ""
67491
          kohafield: ""
67492
          tab: 9
67492
          tab: 9
67493
          authorised_value: ""
67493
          authorised_value:
67494
          authtypecode: ""
67494
          authtypecode: ""
67495
          value_builder: ""
67495
          value_builder: ""
67496
          isurl:
67496
          isurl:
Lines 67508-67514 tables: Link Here
67508
          mandatory: 0
67508
          mandatory: 0
67509
          kohafield: ""
67509
          kohafield: ""
67510
          tab: 9
67510
          tab: 9
67511
          authorised_value: ""
67511
          authorised_value:
67512
          authtypecode: ""
67512
          authtypecode: ""
67513
          value_builder: ""
67513
          value_builder: ""
67514
          isurl:
67514
          isurl:
Lines 67526-67532 tables: Link Here
67526
          mandatory: 0
67526
          mandatory: 0
67527
          kohafield: ""
67527
          kohafield: ""
67528
          tab: 9
67528
          tab: 9
67529
          authorised_value: ""
67529
          authorised_value:
67530
          authtypecode: ""
67530
          authtypecode: ""
67531
          value_builder: ""
67531
          value_builder: ""
67532
          isurl:
67532
          isurl:
Lines 67544-67550 tables: Link Here
67544
          mandatory: 0
67544
          mandatory: 0
67545
          kohafield: ""
67545
          kohafield: ""
67546
          tab: 9
67546
          tab: 9
67547
          authorised_value: ""
67547
          authorised_value:
67548
          authtypecode: ""
67548
          authtypecode: ""
67549
          value_builder: ""
67549
          value_builder: ""
67550
          isurl:
67550
          isurl:
Lines 67562-67568 tables: Link Here
67562
          mandatory: 0
67562
          mandatory: 0
67563
          kohafield: ""
67563
          kohafield: ""
67564
          tab: 9
67564
          tab: 9
67565
          authorised_value: ""
67565
          authorised_value:
67566
          authtypecode: ""
67566
          authtypecode: ""
67567
          value_builder: ""
67567
          value_builder: ""
67568
          isurl:
67568
          isurl:
Lines 67580-67586 tables: Link Here
67580
          mandatory: 0
67580
          mandatory: 0
67581
          kohafield: ""
67581
          kohafield: ""
67582
          tab: 9
67582
          tab: 9
67583
          authorised_value: ""
67583
          authorised_value:
67584
          authtypecode: ""
67584
          authtypecode: ""
67585
          value_builder: ""
67585
          value_builder: ""
67586
          isurl:
67586
          isurl:
Lines 67598-67604 tables: Link Here
67598
          mandatory: 0
67598
          mandatory: 0
67599
          kohafield: ""
67599
          kohafield: ""
67600
          tab: 9
67600
          tab: 9
67601
          authorised_value: ""
67601
          authorised_value:
67602
          authtypecode: ""
67602
          authtypecode: ""
67603
          value_builder: ""
67603
          value_builder: ""
67604
          isurl:
67604
          isurl:
Lines 67616-67622 tables: Link Here
67616
          mandatory: 0
67616
          mandatory: 0
67617
          kohafield: ""
67617
          kohafield: ""
67618
          tab: 9
67618
          tab: 9
67619
          authorised_value: ""
67619
          authorised_value:
67620
          authtypecode: ""
67620
          authtypecode: ""
67621
          value_builder: ""
67621
          value_builder: ""
67622
          isurl:
67622
          isurl:
Lines 67634-67640 tables: Link Here
67634
          mandatory: 0
67634
          mandatory: 0
67635
          kohafield: ""
67635
          kohafield: ""
67636
          tab: 9
67636
          tab: 9
67637
          authorised_value: ""
67637
          authorised_value:
67638
          authtypecode: ""
67638
          authtypecode: ""
67639
          value_builder: ""
67639
          value_builder: ""
67640
          isurl:
67640
          isurl:
Lines 67652-67658 tables: Link Here
67652
          mandatory: 0
67652
          mandatory: 0
67653
          kohafield: ""
67653
          kohafield: ""
67654
          tab: 9
67654
          tab: 9
67655
          authorised_value: ""
67655
          authorised_value:
67656
          authtypecode: ""
67656
          authtypecode: ""
67657
          value_builder: ""
67657
          value_builder: ""
67658
          isurl:
67658
          isurl:
Lines 67670-67676 tables: Link Here
67670
          mandatory: 0
67670
          mandatory: 0
67671
          kohafield: ""
67671
          kohafield: ""
67672
          tab: 9
67672
          tab: 9
67673
          authorised_value: ""
67673
          authorised_value:
67674
          authtypecode: ""
67674
          authtypecode: ""
67675
          value_builder: ""
67675
          value_builder: ""
67676
          isurl:
67676
          isurl:
Lines 67688-67694 tables: Link Here
67688
          mandatory: 0
67688
          mandatory: 0
67689
          kohafield: ""
67689
          kohafield: ""
67690
          tab: 9
67690
          tab: 9
67691
          authorised_value: ""
67691
          authorised_value:
67692
          authtypecode: ""
67692
          authtypecode: ""
67693
          value_builder: ""
67693
          value_builder: ""
67694
          isurl:
67694
          isurl:
Lines 67706-67712 tables: Link Here
67706
          mandatory: 0
67706
          mandatory: 0
67707
          kohafield: ""
67707
          kohafield: ""
67708
          tab: 9
67708
          tab: 9
67709
          authorised_value: ""
67709
          authorised_value:
67710
          authtypecode: ""
67710
          authtypecode: ""
67711
          value_builder: ""
67711
          value_builder: ""
67712
          isurl:
67712
          isurl:
Lines 67724-67730 tables: Link Here
67724
          mandatory: 0
67724
          mandatory: 0
67725
          kohafield: ""
67725
          kohafield: ""
67726
          tab: 9
67726
          tab: 9
67727
          authorised_value: ""
67727
          authorised_value:
67728
          authtypecode: ""
67728
          authtypecode: ""
67729
          value_builder: ""
67729
          value_builder: ""
67730
          isurl:
67730
          isurl:
Lines 67742-67748 tables: Link Here
67742
          mandatory: 0
67742
          mandatory: 0
67743
          kohafield: ""
67743
          kohafield: ""
67744
          tab: 9
67744
          tab: 9
67745
          authorised_value: ""
67745
          authorised_value:
67746
          authtypecode: ""
67746
          authtypecode: ""
67747
          value_builder: ""
67747
          value_builder: ""
67748
          isurl:
67748
          isurl:
Lines 67760-67766 tables: Link Here
67760
          mandatory: 0
67760
          mandatory: 0
67761
          kohafield: ""
67761
          kohafield: ""
67762
          tab: 9
67762
          tab: 9
67763
          authorised_value: ""
67763
          authorised_value:
67764
          authtypecode: ""
67764
          authtypecode: ""
67765
          value_builder: ""
67765
          value_builder: ""
67766
          isurl:
67766
          isurl:
Lines 67778-67784 tables: Link Here
67778
          mandatory: 0
67778
          mandatory: 0
67779
          kohafield: ""
67779
          kohafield: ""
67780
          tab: 9
67780
          tab: 9
67781
          authorised_value: ""
67781
          authorised_value:
67782
          authtypecode: ""
67782
          authtypecode: ""
67783
          value_builder: ""
67783
          value_builder: ""
67784
          isurl:
67784
          isurl:
Lines 67796-67802 tables: Link Here
67796
          mandatory: 0
67796
          mandatory: 0
67797
          kohafield: ""
67797
          kohafield: ""
67798
          tab: 9
67798
          tab: 9
67799
          authorised_value: ""
67799
          authorised_value:
67800
          authtypecode: ""
67800
          authtypecode: ""
67801
          value_builder: ""
67801
          value_builder: ""
67802
          isurl:
67802
          isurl:
Lines 67814-67820 tables: Link Here
67814
          mandatory: 0
67814
          mandatory: 0
67815
          kohafield: ""
67815
          kohafield: ""
67816
          tab: 9
67816
          tab: 9
67817
          authorised_value: ""
67817
          authorised_value:
67818
          authtypecode: ""
67818
          authtypecode: ""
67819
          value_builder: ""
67819
          value_builder: ""
67820
          isurl:
67820
          isurl:
Lines 67832-67838 tables: Link Here
67832
          mandatory: 0
67832
          mandatory: 0
67833
          kohafield: ""
67833
          kohafield: ""
67834
          tab: 9
67834
          tab: 9
67835
          authorised_value: ""
67835
          authorised_value:
67836
          authtypecode: ""
67836
          authtypecode: ""
67837
          value_builder: ""
67837
          value_builder: ""
67838
          isurl:
67838
          isurl:
Lines 67850-67856 tables: Link Here
67850
          mandatory: 0
67850
          mandatory: 0
67851
          kohafield: ""
67851
          kohafield: ""
67852
          tab: 9
67852
          tab: 9
67853
          authorised_value: ""
67853
          authorised_value:
67854
          authtypecode: ""
67854
          authtypecode: ""
67855
          value_builder: ""
67855
          value_builder: ""
67856
          isurl:
67856
          isurl:
Lines 67868-67874 tables: Link Here
67868
          mandatory: 0
67868
          mandatory: 0
67869
          kohafield: ""
67869
          kohafield: ""
67870
          tab: 9
67870
          tab: 9
67871
          authorised_value: ""
67871
          authorised_value:
67872
          authtypecode: ""
67872
          authtypecode: ""
67873
          value_builder: ""
67873
          value_builder: ""
67874
          isurl:
67874
          isurl:
Lines 67886-67892 tables: Link Here
67886
          mandatory: 0
67886
          mandatory: 0
67887
          kohafield: ""
67887
          kohafield: ""
67888
          tab: 9
67888
          tab: 9
67889
          authorised_value: ""
67889
          authorised_value:
67890
          authtypecode: ""
67890
          authtypecode: ""
67891
          value_builder: ""
67891
          value_builder: ""
67892
          isurl:
67892
          isurl:
Lines 67904-67910 tables: Link Here
67904
          mandatory: 0
67904
          mandatory: 0
67905
          kohafield: ""
67905
          kohafield: ""
67906
          tab: 9
67906
          tab: 9
67907
          authorised_value: ""
67907
          authorised_value:
67908
          authtypecode: ""
67908
          authtypecode: ""
67909
          value_builder: ""
67909
          value_builder: ""
67910
          isurl:
67910
          isurl:
Lines 67922-67928 tables: Link Here
67922
          mandatory: 0
67922
          mandatory: 0
67923
          kohafield: ""
67923
          kohafield: ""
67924
          tab: 9
67924
          tab: 9
67925
          authorised_value: ""
67925
          authorised_value:
67926
          authtypecode: ""
67926
          authtypecode: ""
67927
          value_builder: ""
67927
          value_builder: ""
67928
          isurl:
67928
          isurl:
Lines 67940-67946 tables: Link Here
67940
          mandatory: 0
67940
          mandatory: 0
67941
          kohafield: ""
67941
          kohafield: ""
67942
          tab: 9
67942
          tab: 9
67943
          authorised_value: ""
67943
          authorised_value:
67944
          authtypecode: ""
67944
          authtypecode: ""
67945
          value_builder: ""
67945
          value_builder: ""
67946
          isurl:
67946
          isurl:
Lines 67958-67964 tables: Link Here
67958
          mandatory: 0
67958
          mandatory: 0
67959
          kohafield: ""
67959
          kohafield: ""
67960
          tab: 9
67960
          tab: 9
67961
          authorised_value: ""
67961
          authorised_value:
67962
          authtypecode: ""
67962
          authtypecode: ""
67963
          value_builder: ""
67963
          value_builder: ""
67964
          isurl:
67964
          isurl:
Lines 67976-67982 tables: Link Here
67976
          mandatory: 0
67976
          mandatory: 0
67977
          kohafield: ""
67977
          kohafield: ""
67978
          tab: 9
67978
          tab: 9
67979
          authorised_value: ""
67979
          authorised_value:
67980
          authtypecode: ""
67980
          authtypecode: ""
67981
          value_builder: ""
67981
          value_builder: ""
67982
          isurl:
67982
          isurl:
Lines 67994-68000 tables: Link Here
67994
          mandatory: 0
67994
          mandatory: 0
67995
          kohafield: ""
67995
          kohafield: ""
67996
          tab: 9
67996
          tab: 9
67997
          authorised_value: ""
67997
          authorised_value:
67998
          authtypecode: ""
67998
          authtypecode: ""
67999
          value_builder: ""
67999
          value_builder: ""
68000
          isurl:
68000
          isurl:
Lines 68012-68018 tables: Link Here
68012
          mandatory: 0
68012
          mandatory: 0
68013
          kohafield: ""
68013
          kohafield: ""
68014
          tab: 9
68014
          tab: 9
68015
          authorised_value: ""
68015
          authorised_value:
68016
          authtypecode: ""
68016
          authtypecode: ""
68017
          value_builder: ""
68017
          value_builder: ""
68018
          isurl:
68018
          isurl:
Lines 68030-68036 tables: Link Here
68030
          mandatory: 0
68030
          mandatory: 0
68031
          kohafield: ""
68031
          kohafield: ""
68032
          tab: 9
68032
          tab: 9
68033
          authorised_value: ""
68033
          authorised_value:
68034
          authtypecode: ""
68034
          authtypecode: ""
68035
          value_builder: ""
68035
          value_builder: ""
68036
          isurl:
68036
          isurl:
Lines 68048-68054 tables: Link Here
68048
          mandatory: 0
68048
          mandatory: 0
68049
          kohafield: ""
68049
          kohafield: ""
68050
          tab: 9
68050
          tab: 9
68051
          authorised_value: ""
68051
          authorised_value:
68052
          authtypecode: ""
68052
          authtypecode: ""
68053
          value_builder: ""
68053
          value_builder: ""
68054
          isurl:
68054
          isurl:
Lines 68066-68072 tables: Link Here
68066
          mandatory: 0
68066
          mandatory: 0
68067
          kohafield: ""
68067
          kohafield: ""
68068
          tab: 9
68068
          tab: 9
68069
          authorised_value: ""
68069
          authorised_value:
68070
          authtypecode: ""
68070
          authtypecode: ""
68071
          value_builder: ""
68071
          value_builder: ""
68072
          isurl:
68072
          isurl:
Lines 68084-68090 tables: Link Here
68084
          mandatory: 0
68084
          mandatory: 0
68085
          kohafield: ""
68085
          kohafield: ""
68086
          tab: 9
68086
          tab: 9
68087
          authorised_value: ""
68087
          authorised_value:
68088
          authtypecode: ""
68088
          authtypecode: ""
68089
          value_builder: ""
68089
          value_builder: ""
68090
          isurl:
68090
          isurl:
Lines 68102-68108 tables: Link Here
68102
          mandatory: 0
68102
          mandatory: 0
68103
          kohafield: ""
68103
          kohafield: ""
68104
          tab: 9
68104
          tab: 9
68105
          authorised_value: ""
68105
          authorised_value:
68106
          authtypecode: ""
68106
          authtypecode: ""
68107
          value_builder: ""
68107
          value_builder: ""
68108
          isurl:
68108
          isurl:
Lines 68120-68126 tables: Link Here
68120
          mandatory: 0
68120
          mandatory: 0
68121
          kohafield: ""
68121
          kohafield: ""
68122
          tab: 9
68122
          tab: 9
68123
          authorised_value: ""
68123
          authorised_value:
68124
          authtypecode: ""
68124
          authtypecode: ""
68125
          value_builder: ""
68125
          value_builder: ""
68126
          isurl:
68126
          isurl:
Lines 68138-68144 tables: Link Here
68138
          mandatory: 0
68138
          mandatory: 0
68139
          kohafield: ""
68139
          kohafield: ""
68140
          tab: 9
68140
          tab: 9
68141
          authorised_value: ""
68141
          authorised_value:
68142
          authtypecode: ""
68142
          authtypecode: ""
68143
          value_builder: ""
68143
          value_builder: ""
68144
          isurl:
68144
          isurl:
Lines 68156-68162 tables: Link Here
68156
          mandatory: 0
68156
          mandatory: 0
68157
          kohafield: ""
68157
          kohafield: ""
68158
          tab: 9
68158
          tab: 9
68159
          authorised_value: ""
68159
          authorised_value:
68160
          authtypecode: ""
68160
          authtypecode: ""
68161
          value_builder: ""
68161
          value_builder: ""
68162
          isurl:
68162
          isurl:
Lines 68174-68180 tables: Link Here
68174
          mandatory: 0
68174
          mandatory: 0
68175
          kohafield: ""
68175
          kohafield: ""
68176
          tab: 9
68176
          tab: 9
68177
          authorised_value: ""
68177
          authorised_value:
68178
          authtypecode: ""
68178
          authtypecode: ""
68179
          value_builder: ""
68179
          value_builder: ""
68180
          isurl:
68180
          isurl:
Lines 68192-68198 tables: Link Here
68192
          mandatory: 0
68192
          mandatory: 0
68193
          kohafield: ""
68193
          kohafield: ""
68194
          tab: 9
68194
          tab: 9
68195
          authorised_value: ""
68195
          authorised_value:
68196
          authtypecode: ""
68196
          authtypecode: ""
68197
          value_builder: ""
68197
          value_builder: ""
68198
          isurl:
68198
          isurl:
Lines 68210-68216 tables: Link Here
68210
          mandatory: 0
68210
          mandatory: 0
68211
          kohafield: ""
68211
          kohafield: ""
68212
          tab: 9
68212
          tab: 9
68213
          authorised_value: ""
68213
          authorised_value:
68214
          authtypecode: ""
68214
          authtypecode: ""
68215
          value_builder: ""
68215
          value_builder: ""
68216
          isurl:
68216
          isurl:
Lines 68228-68234 tables: Link Here
68228
          mandatory: 0
68228
          mandatory: 0
68229
          kohafield: ""
68229
          kohafield: ""
68230
          tab: 9
68230
          tab: 9
68231
          authorised_value: ""
68231
          authorised_value:
68232
          authtypecode: ""
68232
          authtypecode: ""
68233
          value_builder: ""
68233
          value_builder: ""
68234
          isurl:
68234
          isurl:
Lines 68246-68252 tables: Link Here
68246
          mandatory: 0
68246
          mandatory: 0
68247
          kohafield: ""
68247
          kohafield: ""
68248
          tab: 9
68248
          tab: 9
68249
          authorised_value: ""
68249
          authorised_value:
68250
          authtypecode: ""
68250
          authtypecode: ""
68251
          value_builder: ""
68251
          value_builder: ""
68252
          isurl:
68252
          isurl:
Lines 68264-68270 tables: Link Here
68264
          mandatory: 0
68264
          mandatory: 0
68265
          kohafield: ""
68265
          kohafield: ""
68266
          tab: 9
68266
          tab: 9
68267
          authorised_value: ""
68267
          authorised_value:
68268
          authtypecode: ""
68268
          authtypecode: ""
68269
          value_builder: ""
68269
          value_builder: ""
68270
          isurl:
68270
          isurl:
Lines 68282-68288 tables: Link Here
68282
          mandatory: 0
68282
          mandatory: 0
68283
          kohafield: ""
68283
          kohafield: ""
68284
          tab: 9
68284
          tab: 9
68285
          authorised_value: ""
68285
          authorised_value:
68286
          authtypecode: ""
68286
          authtypecode: ""
68287
          value_builder: ""
68287
          value_builder: ""
68288
          isurl:
68288
          isurl:
Lines 68300-68306 tables: Link Here
68300
          mandatory: 0
68300
          mandatory: 0
68301
          kohafield: ""
68301
          kohafield: ""
68302
          tab: 9
68302
          tab: 9
68303
          authorised_value: ""
68303
          authorised_value:
68304
          authtypecode: ""
68304
          authtypecode: ""
68305
          value_builder: ""
68305
          value_builder: ""
68306
          isurl:
68306
          isurl:
Lines 68318-68324 tables: Link Here
68318
          mandatory: 0
68318
          mandatory: 0
68319
          kohafield: ""
68319
          kohafield: ""
68320
          tab: 9
68320
          tab: 9
68321
          authorised_value: ""
68321
          authorised_value:
68322
          authtypecode: ""
68322
          authtypecode: ""
68323
          value_builder: ""
68323
          value_builder: ""
68324
          isurl:
68324
          isurl:
Lines 68336-68342 tables: Link Here
68336
          mandatory: 0
68336
          mandatory: 0
68337
          kohafield: ""
68337
          kohafield: ""
68338
          tab: 9
68338
          tab: 9
68339
          authorised_value: ""
68339
          authorised_value:
68340
          authtypecode: ""
68340
          authtypecode: ""
68341
          value_builder: ""
68341
          value_builder: ""
68342
          isurl:
68342
          isurl:
Lines 68354-68360 tables: Link Here
68354
          mandatory: 0
68354
          mandatory: 0
68355
          kohafield: ""
68355
          kohafield: ""
68356
          tab: 9
68356
          tab: 9
68357
          authorised_value: ""
68357
          authorised_value:
68358
          authtypecode: ""
68358
          authtypecode: ""
68359
          value_builder: ""
68359
          value_builder: ""
68360
          isurl:
68360
          isurl:
Lines 68372-68378 tables: Link Here
68372
          mandatory: 0
68372
          mandatory: 0
68373
          kohafield: ""
68373
          kohafield: ""
68374
          tab: 9
68374
          tab: 9
68375
          authorised_value: ""
68375
          authorised_value:
68376
          authtypecode: ""
68376
          authtypecode: ""
68377
          value_builder: ""
68377
          value_builder: ""
68378
          isurl:
68378
          isurl:
Lines 68390-68396 tables: Link Here
68390
          mandatory: 0
68390
          mandatory: 0
68391
          kohafield: ""
68391
          kohafield: ""
68392
          tab: 9
68392
          tab: 9
68393
          authorised_value: ""
68393
          authorised_value:
68394
          authtypecode: ""
68394
          authtypecode: ""
68395
          value_builder: ""
68395
          value_builder: ""
68396
          isurl:
68396
          isurl:
Lines 68408-68414 tables: Link Here
68408
          mandatory: 0
68408
          mandatory: 0
68409
          kohafield: ""
68409
          kohafield: ""
68410
          tab: 9
68410
          tab: 9
68411
          authorised_value: ""
68411
          authorised_value:
68412
          authtypecode: ""
68412
          authtypecode: ""
68413
          value_builder: ""
68413
          value_builder: ""
68414
          isurl:
68414
          isurl:
Lines 68426-68432 tables: Link Here
68426
          mandatory: 0
68426
          mandatory: 0
68427
          kohafield: ""
68427
          kohafield: ""
68428
          tab: 9
68428
          tab: 9
68429
          authorised_value: ""
68429
          authorised_value:
68430
          authtypecode: ""
68430
          authtypecode: ""
68431
          value_builder: ""
68431
          value_builder: ""
68432
          isurl:
68432
          isurl:
Lines 68444-68450 tables: Link Here
68444
          mandatory: 0
68444
          mandatory: 0
68445
          kohafield: ""
68445
          kohafield: ""
68446
          tab: 9
68446
          tab: 9
68447
          authorised_value: ""
68447
          authorised_value:
68448
          authtypecode: ""
68448
          authtypecode: ""
68449
          value_builder: ""
68449
          value_builder: ""
68450
          isurl:
68450
          isurl:
Lines 68462-68468 tables: Link Here
68462
          mandatory: 0
68462
          mandatory: 0
68463
          kohafield: ""
68463
          kohafield: ""
68464
          tab: 9
68464
          tab: 9
68465
          authorised_value: ""
68465
          authorised_value:
68466
          authtypecode: ""
68466
          authtypecode: ""
68467
          value_builder: ""
68467
          value_builder: ""
68468
          isurl:
68468
          isurl:
Lines 68480-68486 tables: Link Here
68480
          mandatory: 0
68480
          mandatory: 0
68481
          kohafield: ""
68481
          kohafield: ""
68482
          tab: 9
68482
          tab: 9
68483
          authorised_value: ""
68483
          authorised_value:
68484
          authtypecode: ""
68484
          authtypecode: ""
68485
          value_builder: ""
68485
          value_builder: ""
68486
          isurl:
68486
          isurl:
Lines 68498-68504 tables: Link Here
68498
          mandatory: 0
68498
          mandatory: 0
68499
          kohafield: ""
68499
          kohafield: ""
68500
          tab: 9
68500
          tab: 9
68501
          authorised_value: ""
68501
          authorised_value:
68502
          authtypecode: ""
68502
          authtypecode: ""
68503
          value_builder: ""
68503
          value_builder: ""
68504
          isurl:
68504
          isurl:
Lines 68516-68522 tables: Link Here
68516
          mandatory: 0
68516
          mandatory: 0
68517
          kohafield: ""
68517
          kohafield: ""
68518
          tab: 9
68518
          tab: 9
68519
          authorised_value: ""
68519
          authorised_value:
68520
          authtypecode: ""
68520
          authtypecode: ""
68521
          value_builder: ""
68521
          value_builder: ""
68522
          isurl:
68522
          isurl:
Lines 68534-68540 tables: Link Here
68534
          mandatory: 0
68534
          mandatory: 0
68535
          kohafield: ""
68535
          kohafield: ""
68536
          tab: 9
68536
          tab: 9
68537
          authorised_value: ""
68537
          authorised_value:
68538
          authtypecode: ""
68538
          authtypecode: ""
68539
          value_builder: ""
68539
          value_builder: ""
68540
          isurl:
68540
          isurl:
Lines 68552-68558 tables: Link Here
68552
          mandatory: 0
68552
          mandatory: 0
68553
          kohafield: ""
68553
          kohafield: ""
68554
          tab: 9
68554
          tab: 9
68555
          authorised_value: ""
68555
          authorised_value:
68556
          authtypecode: ""
68556
          authtypecode: ""
68557
          value_builder: ""
68557
          value_builder: ""
68558
          isurl:
68558
          isurl:
Lines 68570-68576 tables: Link Here
68570
          mandatory: 0
68570
          mandatory: 0
68571
          kohafield: ""
68571
          kohafield: ""
68572
          tab: 9
68572
          tab: 9
68573
          authorised_value: ""
68573
          authorised_value:
68574
          authtypecode: ""
68574
          authtypecode: ""
68575
          value_builder: ""
68575
          value_builder: ""
68576
          isurl:
68576
          isurl:
Lines 68588-68594 tables: Link Here
68588
          mandatory: 0
68588
          mandatory: 0
68589
          kohafield: ""
68589
          kohafield: ""
68590
          tab: 9
68590
          tab: 9
68591
          authorised_value: ""
68591
          authorised_value:
68592
          authtypecode: ""
68592
          authtypecode: ""
68593
          value_builder: ""
68593
          value_builder: ""
68594
          isurl:
68594
          isurl:
Lines 68606-68612 tables: Link Here
68606
          mandatory: 0
68606
          mandatory: 0
68607
          kohafield: ""
68607
          kohafield: ""
68608
          tab: 9
68608
          tab: 9
68609
          authorised_value: ""
68609
          authorised_value:
68610
          authtypecode: ""
68610
          authtypecode: ""
68611
          value_builder: ""
68611
          value_builder: ""
68612
          isurl:
68612
          isurl:
Lines 68624-68630 tables: Link Here
68624
          mandatory: 0
68624
          mandatory: 0
68625
          kohafield: ""
68625
          kohafield: ""
68626
          tab: 9
68626
          tab: 9
68627
          authorised_value: ""
68627
          authorised_value:
68628
          authtypecode: ""
68628
          authtypecode: ""
68629
          value_builder: ""
68629
          value_builder: ""
68630
          isurl:
68630
          isurl:
Lines 68642-68648 tables: Link Here
68642
          mandatory: 0
68642
          mandatory: 0
68643
          kohafield: ""
68643
          kohafield: ""
68644
          tab: 9
68644
          tab: 9
68645
          authorised_value: ""
68645
          authorised_value:
68646
          authtypecode: ""
68646
          authtypecode: ""
68647
          value_builder: ""
68647
          value_builder: ""
68648
          isurl:
68648
          isurl:
Lines 68660-68666 tables: Link Here
68660
          mandatory: 0
68660
          mandatory: 0
68661
          kohafield: ""
68661
          kohafield: ""
68662
          tab: 9
68662
          tab: 9
68663
          authorised_value: ""
68663
          authorised_value:
68664
          authtypecode: ""
68664
          authtypecode: ""
68665
          value_builder: ""
68665
          value_builder: ""
68666
          isurl:
68666
          isurl:
Lines 68678-68684 tables: Link Here
68678
          mandatory: 0
68678
          mandatory: 0
68679
          kohafield: ""
68679
          kohafield: ""
68680
          tab: 9
68680
          tab: 9
68681
          authorised_value: ""
68681
          authorised_value:
68682
          authtypecode: ""
68682
          authtypecode: ""
68683
          value_builder: ""
68683
          value_builder: ""
68684
          isurl:
68684
          isurl:
Lines 68696-68702 tables: Link Here
68696
          mandatory: 0
68696
          mandatory: 0
68697
          kohafield: ""
68697
          kohafield: ""
68698
          tab: 9
68698
          tab: 9
68699
          authorised_value: ""
68699
          authorised_value:
68700
          authtypecode: ""
68700
          authtypecode: ""
68701
          value_builder: ""
68701
          value_builder: ""
68702
          isurl:
68702
          isurl:
Lines 68714-68720 tables: Link Here
68714
          mandatory: 0
68714
          mandatory: 0
68715
          kohafield: ""
68715
          kohafield: ""
68716
          tab: 9
68716
          tab: 9
68717
          authorised_value: ""
68717
          authorised_value:
68718
          authtypecode: ""
68718
          authtypecode: ""
68719
          value_builder: ""
68719
          value_builder: ""
68720
          isurl:
68720
          isurl:
Lines 68732-68738 tables: Link Here
68732
          mandatory: 0
68732
          mandatory: 0
68733
          kohafield: ""
68733
          kohafield: ""
68734
          tab: 9
68734
          tab: 9
68735
          authorised_value: ""
68735
          authorised_value:
68736
          authtypecode: ""
68736
          authtypecode: ""
68737
          value_builder: ""
68737
          value_builder: ""
68738
          isurl:
68738
          isurl:
Lines 68750-68756 tables: Link Here
68750
          mandatory: 0
68750
          mandatory: 0
68751
          kohafield: ""
68751
          kohafield: ""
68752
          tab: 9
68752
          tab: 9
68753
          authorised_value: ""
68753
          authorised_value:
68754
          authtypecode: ""
68754
          authtypecode: ""
68755
          value_builder: ""
68755
          value_builder: ""
68756
          isurl:
68756
          isurl:
Lines 68768-68774 tables: Link Here
68768
          mandatory: 0
68768
          mandatory: 0
68769
          kohafield: ""
68769
          kohafield: ""
68770
          tab: 9
68770
          tab: 9
68771
          authorised_value: ""
68771
          authorised_value:
68772
          authtypecode: ""
68772
          authtypecode: ""
68773
          value_builder: ""
68773
          value_builder: ""
68774
          isurl:
68774
          isurl:
Lines 68786-68792 tables: Link Here
68786
          mandatory: 0
68786
          mandatory: 0
68787
          kohafield: ""
68787
          kohafield: ""
68788
          tab: 9
68788
          tab: 9
68789
          authorised_value: ""
68789
          authorised_value:
68790
          authtypecode: ""
68790
          authtypecode: ""
68791
          value_builder: ""
68791
          value_builder: ""
68792
          isurl:
68792
          isurl:
Lines 68804-68810 tables: Link Here
68804
          mandatory: 0
68804
          mandatory: 0
68805
          kohafield: ""
68805
          kohafield: ""
68806
          tab: 9
68806
          tab: 9
68807
          authorised_value: ""
68807
          authorised_value:
68808
          authtypecode: ""
68808
          authtypecode: ""
68809
          value_builder: ""
68809
          value_builder: ""
68810
          isurl:
68810
          isurl:
Lines 68822-68828 tables: Link Here
68822
          mandatory: 0
68822
          mandatory: 0
68823
          kohafield: ""
68823
          kohafield: ""
68824
          tab: 9
68824
          tab: 9
68825
          authorised_value: ""
68825
          authorised_value:
68826
          authtypecode: ""
68826
          authtypecode: ""
68827
          value_builder: ""
68827
          value_builder: ""
68828
          isurl:
68828
          isurl:
Lines 68840-68846 tables: Link Here
68840
          mandatory: 0
68840
          mandatory: 0
68841
          kohafield: ""
68841
          kohafield: ""
68842
          tab: 9
68842
          tab: 9
68843
          authorised_value: ""
68843
          authorised_value:
68844
          authtypecode: ""
68844
          authtypecode: ""
68845
          value_builder: ""
68845
          value_builder: ""
68846
          isurl:
68846
          isurl:
Lines 68858-68864 tables: Link Here
68858
          mandatory: 0
68858
          mandatory: 0
68859
          kohafield: ""
68859
          kohafield: ""
68860
          tab: 9
68860
          tab: 9
68861
          authorised_value: ""
68861
          authorised_value:
68862
          authtypecode: ""
68862
          authtypecode: ""
68863
          value_builder: ""
68863
          value_builder: ""
68864
          isurl:
68864
          isurl:
Lines 68876-68882 tables: Link Here
68876
          mandatory: 0
68876
          mandatory: 0
68877
          kohafield: ""
68877
          kohafield: ""
68878
          tab: 9
68878
          tab: 9
68879
          authorised_value: ""
68879
          authorised_value:
68880
          authtypecode: ""
68880
          authtypecode: ""
68881
          value_builder: ""
68881
          value_builder: ""
68882
          isurl:
68882
          isurl:
Lines 68894-68900 tables: Link Here
68894
          mandatory: 0
68894
          mandatory: 0
68895
          kohafield: ""
68895
          kohafield: ""
68896
          tab: 9
68896
          tab: 9
68897
          authorised_value: ""
68897
          authorised_value:
68898
          authtypecode: ""
68898
          authtypecode: ""
68899
          value_builder: ""
68899
          value_builder: ""
68900
          isurl:
68900
          isurl:
Lines 68912-68918 tables: Link Here
68912
          mandatory: 0
68912
          mandatory: 0
68913
          kohafield: ""
68913
          kohafield: ""
68914
          tab: 9
68914
          tab: 9
68915
          authorised_value: ""
68915
          authorised_value:
68916
          authtypecode: ""
68916
          authtypecode: ""
68917
          value_builder: ""
68917
          value_builder: ""
68918
          isurl:
68918
          isurl:
Lines 68930-68936 tables: Link Here
68930
          mandatory: 0
68930
          mandatory: 0
68931
          kohafield: ""
68931
          kohafield: ""
68932
          tab: 9
68932
          tab: 9
68933
          authorised_value: ""
68933
          authorised_value:
68934
          authtypecode: ""
68934
          authtypecode: ""
68935
          value_builder: ""
68935
          value_builder: ""
68936
          isurl:
68936
          isurl:
Lines 68948-68954 tables: Link Here
68948
          mandatory: 0
68948
          mandatory: 0
68949
          kohafield: ""
68949
          kohafield: ""
68950
          tab: 9
68950
          tab: 9
68951
          authorised_value: ""
68951
          authorised_value:
68952
          authtypecode: ""
68952
          authtypecode: ""
68953
          value_builder: ""
68953
          value_builder: ""
68954
          isurl:
68954
          isurl:
Lines 68966-68972 tables: Link Here
68966
          mandatory: 0
68966
          mandatory: 0
68967
          kohafield: ""
68967
          kohafield: ""
68968
          tab: 9
68968
          tab: 9
68969
          authorised_value: ""
68969
          authorised_value:
68970
          authtypecode: ""
68970
          authtypecode: ""
68971
          value_builder: ""
68971
          value_builder: ""
68972
          isurl:
68972
          isurl:
Lines 68984-68990 tables: Link Here
68984
          mandatory: 0
68984
          mandatory: 0
68985
          kohafield: ""
68985
          kohafield: ""
68986
          tab: 9
68986
          tab: 9
68987
          authorised_value: ""
68987
          authorised_value:
68988
          authtypecode: ""
68988
          authtypecode: ""
68989
          value_builder: ""
68989
          value_builder: ""
68990
          isurl:
68990
          isurl:
Lines 69002-69008 tables: Link Here
69002
          mandatory: 0
69002
          mandatory: 0
69003
          kohafield: ""
69003
          kohafield: ""
69004
          tab: 9
69004
          tab: 9
69005
          authorised_value: ""
69005
          authorised_value:
69006
          authtypecode: ""
69006
          authtypecode: ""
69007
          value_builder: ""
69007
          value_builder: ""
69008
          isurl:
69008
          isurl:
Lines 69020-69026 tables: Link Here
69020
          mandatory: 0
69020
          mandatory: 0
69021
          kohafield: ""
69021
          kohafield: ""
69022
          tab: 9
69022
          tab: 9
69023
          authorised_value: ""
69023
          authorised_value:
69024
          authtypecode: ""
69024
          authtypecode: ""
69025
          value_builder: ""
69025
          value_builder: ""
69026
          isurl:
69026
          isurl:
Lines 69038-69044 tables: Link Here
69038
          mandatory: 0
69038
          mandatory: 0
69039
          kohafield: ""
69039
          kohafield: ""
69040
          tab: 9
69040
          tab: 9
69041
          authorised_value: ""
69041
          authorised_value:
69042
          authtypecode: ""
69042
          authtypecode: ""
69043
          value_builder: ""
69043
          value_builder: ""
69044
          isurl:
69044
          isurl:
Lines 69056-69062 tables: Link Here
69056
          mandatory: 0
69056
          mandatory: 0
69057
          kohafield: ""
69057
          kohafield: ""
69058
          tab: 9
69058
          tab: 9
69059
          authorised_value: ""
69059
          authorised_value:
69060
          authtypecode: ""
69060
          authtypecode: ""
69061
          value_builder: ""
69061
          value_builder: ""
69062
          isurl:
69062
          isurl:
Lines 69074-69080 tables: Link Here
69074
          mandatory: 0
69074
          mandatory: 0
69075
          kohafield: ""
69075
          kohafield: ""
69076
          tab: 9
69076
          tab: 9
69077
          authorised_value: ""
69077
          authorised_value:
69078
          authtypecode: ""
69078
          authtypecode: ""
69079
          value_builder: ""
69079
          value_builder: ""
69080
          isurl:
69080
          isurl:
Lines 69092-69098 tables: Link Here
69092
          mandatory: 0
69092
          mandatory: 0
69093
          kohafield: ""
69093
          kohafield: ""
69094
          tab: 9
69094
          tab: 9
69095
          authorised_value: ""
69095
          authorised_value:
69096
          authtypecode: ""
69096
          authtypecode: ""
69097
          value_builder: ""
69097
          value_builder: ""
69098
          isurl:
69098
          isurl:
Lines 69110-69116 tables: Link Here
69110
          mandatory: 0
69110
          mandatory: 0
69111
          kohafield: ""
69111
          kohafield: ""
69112
          tab: 9
69112
          tab: 9
69113
          authorised_value: ""
69113
          authorised_value:
69114
          authtypecode: ""
69114
          authtypecode: ""
69115
          value_builder: ""
69115
          value_builder: ""
69116
          isurl:
69116
          isurl:
Lines 69128-69134 tables: Link Here
69128
          mandatory: 0
69128
          mandatory: 0
69129
          kohafield: ""
69129
          kohafield: ""
69130
          tab: 9
69130
          tab: 9
69131
          authorised_value: ""
69131
          authorised_value:
69132
          authtypecode: ""
69132
          authtypecode: ""
69133
          value_builder: ""
69133
          value_builder: ""
69134
          isurl:
69134
          isurl:
Lines 69146-69152 tables: Link Here
69146
          mandatory: 0
69146
          mandatory: 0
69147
          kohafield: ""
69147
          kohafield: ""
69148
          tab: 9
69148
          tab: 9
69149
          authorised_value: ""
69149
          authorised_value:
69150
          authtypecode: ""
69150
          authtypecode: ""
69151
          value_builder: ""
69151
          value_builder: ""
69152
          isurl:
69152
          isurl:
Lines 69164-69170 tables: Link Here
69164
          mandatory: 0
69164
          mandatory: 0
69165
          kohafield: ""
69165
          kohafield: ""
69166
          tab: 9
69166
          tab: 9
69167
          authorised_value: ""
69167
          authorised_value:
69168
          authtypecode: ""
69168
          authtypecode: ""
69169
          value_builder: ""
69169
          value_builder: ""
69170
          isurl:
69170
          isurl:
Lines 69182-69188 tables: Link Here
69182
          mandatory: 0
69182
          mandatory: 0
69183
          kohafield: ""
69183
          kohafield: ""
69184
          tab: 9
69184
          tab: 9
69185
          authorised_value: ""
69185
          authorised_value:
69186
          authtypecode: ""
69186
          authtypecode: ""
69187
          value_builder: ""
69187
          value_builder: ""
69188
          isurl:
69188
          isurl:
Lines 69200-69206 tables: Link Here
69200
          mandatory: 0
69200
          mandatory: 0
69201
          kohafield: ""
69201
          kohafield: ""
69202
          tab: 9
69202
          tab: 9
69203
          authorised_value: ""
69203
          authorised_value:
69204
          authtypecode: ""
69204
          authtypecode: ""
69205
          value_builder: ""
69205
          value_builder: ""
69206
          isurl:
69206
          isurl:
Lines 69218-69224 tables: Link Here
69218
          mandatory: 0
69218
          mandatory: 0
69219
          kohafield: ""
69219
          kohafield: ""
69220
          tab: 9
69220
          tab: 9
69221
          authorised_value: ""
69221
          authorised_value:
69222
          authtypecode: ""
69222
          authtypecode: ""
69223
          value_builder: ""
69223
          value_builder: ""
69224
          isurl:
69224
          isurl:
Lines 69236-69242 tables: Link Here
69236
          mandatory: 0
69236
          mandatory: 0
69237
          kohafield: ""
69237
          kohafield: ""
69238
          tab: 9
69238
          tab: 9
69239
          authorised_value: ""
69239
          authorised_value:
69240
          authtypecode: ""
69240
          authtypecode: ""
69241
          value_builder: ""
69241
          value_builder: ""
69242
          isurl:
69242
          isurl:
Lines 69254-69260 tables: Link Here
69254
          mandatory: 0
69254
          mandatory: 0
69255
          kohafield: ""
69255
          kohafield: ""
69256
          tab: 9
69256
          tab: 9
69257
          authorised_value: ""
69257
          authorised_value:
69258
          authtypecode: ""
69258
          authtypecode: ""
69259
          value_builder: ""
69259
          value_builder: ""
69260
          isurl:
69260
          isurl:
Lines 69272-69278 tables: Link Here
69272
          mandatory: 0
69272
          mandatory: 0
69273
          kohafield: ""
69273
          kohafield: ""
69274
          tab: 9
69274
          tab: 9
69275
          authorised_value: ""
69275
          authorised_value:
69276
          authtypecode: ""
69276
          authtypecode: ""
69277
          value_builder: ""
69277
          value_builder: ""
69278
          isurl:
69278
          isurl:
Lines 69290-69296 tables: Link Here
69290
          mandatory: 0
69290
          mandatory: 0
69291
          kohafield: ""
69291
          kohafield: ""
69292
          tab: 9
69292
          tab: 9
69293
          authorised_value: ""
69293
          authorised_value:
69294
          authtypecode: ""
69294
          authtypecode: ""
69295
          value_builder: ""
69295
          value_builder: ""
69296
          isurl:
69296
          isurl:
Lines 69308-69314 tables: Link Here
69308
          mandatory: 0
69308
          mandatory: 0
69309
          kohafield: ""
69309
          kohafield: ""
69310
          tab: 9
69310
          tab: 9
69311
          authorised_value: ""
69311
          authorised_value:
69312
          authtypecode: ""
69312
          authtypecode: ""
69313
          value_builder: ""
69313
          value_builder: ""
69314
          isurl:
69314
          isurl:
Lines 69326-69332 tables: Link Here
69326
          mandatory: 0
69326
          mandatory: 0
69327
          kohafield: ""
69327
          kohafield: ""
69328
          tab: 9
69328
          tab: 9
69329
          authorised_value: ""
69329
          authorised_value:
69330
          authtypecode: ""
69330
          authtypecode: ""
69331
          value_builder: ""
69331
          value_builder: ""
69332
          isurl:
69332
          isurl:
Lines 69344-69350 tables: Link Here
69344
          mandatory: 0
69344
          mandatory: 0
69345
          kohafield: ""
69345
          kohafield: ""
69346
          tab: 9
69346
          tab: 9
69347
          authorised_value: ""
69347
          authorised_value:
69348
          authtypecode: ""
69348
          authtypecode: ""
69349
          value_builder: ""
69349
          value_builder: ""
69350
          isurl:
69350
          isurl:
Lines 69362-69368 tables: Link Here
69362
          mandatory: 0
69362
          mandatory: 0
69363
          kohafield: ""
69363
          kohafield: ""
69364
          tab: 9
69364
          tab: 9
69365
          authorised_value: ""
69365
          authorised_value:
69366
          authtypecode: ""
69366
          authtypecode: ""
69367
          value_builder: ""
69367
          value_builder: ""
69368
          isurl:
69368
          isurl:
Lines 69380-69386 tables: Link Here
69380
          mandatory: 0
69380
          mandatory: 0
69381
          kohafield: ""
69381
          kohafield: ""
69382
          tab: 9
69382
          tab: 9
69383
          authorised_value: ""
69383
          authorised_value:
69384
          authtypecode: ""
69384
          authtypecode: ""
69385
          value_builder: ""
69385
          value_builder: ""
69386
          isurl:
69386
          isurl:
Lines 69398-69404 tables: Link Here
69398
          mandatory: 0
69398
          mandatory: 0
69399
          kohafield: ""
69399
          kohafield: ""
69400
          tab: 9
69400
          tab: 9
69401
          authorised_value: ""
69401
          authorised_value:
69402
          authtypecode: ""
69402
          authtypecode: ""
69403
          value_builder: ""
69403
          value_builder: ""
69404
          isurl:
69404
          isurl:
Lines 69416-69422 tables: Link Here
69416
          mandatory: 0
69416
          mandatory: 0
69417
          kohafield: ""
69417
          kohafield: ""
69418
          tab: 9
69418
          tab: 9
69419
          authorised_value: ""
69419
          authorised_value:
69420
          authtypecode: ""
69420
          authtypecode: ""
69421
          value_builder: ""
69421
          value_builder: ""
69422
          isurl:
69422
          isurl:
Lines 69434-69440 tables: Link Here
69434
          mandatory: 0
69434
          mandatory: 0
69435
          kohafield: ""
69435
          kohafield: ""
69436
          tab: 9
69436
          tab: 9
69437
          authorised_value: ""
69437
          authorised_value:
69438
          authtypecode: ""
69438
          authtypecode: ""
69439
          value_builder: ""
69439
          value_builder: ""
69440
          isurl:
69440
          isurl:
Lines 69452-69458 tables: Link Here
69452
          mandatory: 0
69452
          mandatory: 0
69453
          kohafield: ""
69453
          kohafield: ""
69454
          tab: 9
69454
          tab: 9
69455
          authorised_value: ""
69455
          authorised_value:
69456
          authtypecode: ""
69456
          authtypecode: ""
69457
          value_builder: ""
69457
          value_builder: ""
69458
          isurl:
69458
          isurl:
Lines 69470-69476 tables: Link Here
69470
          mandatory: 0
69470
          mandatory: 0
69471
          kohafield: ""
69471
          kohafield: ""
69472
          tab: 9
69472
          tab: 9
69473
          authorised_value: ""
69473
          authorised_value:
69474
          authtypecode: ""
69474
          authtypecode: ""
69475
          value_builder: ""
69475
          value_builder: ""
69476
          isurl:
69476
          isurl:
Lines 69488-69494 tables: Link Here
69488
          mandatory: 0
69488
          mandatory: 0
69489
          kohafield: ""
69489
          kohafield: ""
69490
          tab: 9
69490
          tab: 9
69491
          authorised_value: ""
69491
          authorised_value:
69492
          authtypecode: ""
69492
          authtypecode: ""
69493
          value_builder: ""
69493
          value_builder: ""
69494
          isurl:
69494
          isurl:
Lines 69506-69512 tables: Link Here
69506
          mandatory: 0
69506
          mandatory: 0
69507
          kohafield: ""
69507
          kohafield: ""
69508
          tab: 9
69508
          tab: 9
69509
          authorised_value: ""
69509
          authorised_value:
69510
          authtypecode: ""
69510
          authtypecode: ""
69511
          value_builder: ""
69511
          value_builder: ""
69512
          isurl:
69512
          isurl:
Lines 69524-69530 tables: Link Here
69524
          mandatory: 0
69524
          mandatory: 0
69525
          kohafield: ""
69525
          kohafield: ""
69526
          tab: 9
69526
          tab: 9
69527
          authorised_value: ""
69527
          authorised_value:
69528
          authtypecode: ""
69528
          authtypecode: ""
69529
          value_builder: ""
69529
          value_builder: ""
69530
          isurl:
69530
          isurl:
Lines 69542-69548 tables: Link Here
69542
          mandatory: 0
69542
          mandatory: 0
69543
          kohafield: ""
69543
          kohafield: ""
69544
          tab: 9
69544
          tab: 9
69545
          authorised_value: ""
69545
          authorised_value:
69546
          authtypecode: ""
69546
          authtypecode: ""
69547
          value_builder: ""
69547
          value_builder: ""
69548
          isurl:
69548
          isurl:
Lines 69560-69566 tables: Link Here
69560
          mandatory: 0
69560
          mandatory: 0
69561
          kohafield: ""
69561
          kohafield: ""
69562
          tab: 9
69562
          tab: 9
69563
          authorised_value: ""
69563
          authorised_value:
69564
          authtypecode: ""
69564
          authtypecode: ""
69565
          value_builder: ""
69565
          value_builder: ""
69566
          isurl:
69566
          isurl:
Lines 69578-69584 tables: Link Here
69578
          mandatory: 0
69578
          mandatory: 0
69579
          kohafield: ""
69579
          kohafield: ""
69580
          tab: 9
69580
          tab: 9
69581
          authorised_value: ""
69581
          authorised_value:
69582
          authtypecode: ""
69582
          authtypecode: ""
69583
          value_builder: ""
69583
          value_builder: ""
69584
          isurl:
69584
          isurl:
Lines 69596-69602 tables: Link Here
69596
          mandatory: 0
69596
          mandatory: 0
69597
          kohafield: ""
69597
          kohafield: ""
69598
          tab: 9
69598
          tab: 9
69599
          authorised_value: ""
69599
          authorised_value:
69600
          authtypecode: ""
69600
          authtypecode: ""
69601
          value_builder: ""
69601
          value_builder: ""
69602
          isurl:
69602
          isurl:
Lines 69614-69620 tables: Link Here
69614
          mandatory: 0
69614
          mandatory: 0
69615
          kohafield: ""
69615
          kohafield: ""
69616
          tab: 9
69616
          tab: 9
69617
          authorised_value: ""
69617
          authorised_value:
69618
          authtypecode: ""
69618
          authtypecode: ""
69619
          value_builder: ""
69619
          value_builder: ""
69620
          isurl:
69620
          isurl:
Lines 69632-69638 tables: Link Here
69632
          mandatory: 0
69632
          mandatory: 0
69633
          kohafield: ""
69633
          kohafield: ""
69634
          tab: 9
69634
          tab: 9
69635
          authorised_value: ""
69635
          authorised_value:
69636
          authtypecode: ""
69636
          authtypecode: ""
69637
          value_builder: ""
69637
          value_builder: ""
69638
          isurl:
69638
          isurl:
Lines 69650-69656 tables: Link Here
69650
          mandatory: 0
69650
          mandatory: 0
69651
          kohafield: ""
69651
          kohafield: ""
69652
          tab: 9
69652
          tab: 9
69653
          authorised_value: ""
69653
          authorised_value:
69654
          authtypecode: ""
69654
          authtypecode: ""
69655
          value_builder: ""
69655
          value_builder: ""
69656
          isurl:
69656
          isurl:
Lines 69668-69674 tables: Link Here
69668
          mandatory: 0
69668
          mandatory: 0
69669
          kohafield: ""
69669
          kohafield: ""
69670
          tab: 9
69670
          tab: 9
69671
          authorised_value: ""
69671
          authorised_value:
69672
          authtypecode: ""
69672
          authtypecode: ""
69673
          value_builder: ""
69673
          value_builder: ""
69674
          isurl:
69674
          isurl:
Lines 69686-69692 tables: Link Here
69686
          mandatory: 0
69686
          mandatory: 0
69687
          kohafield: ""
69687
          kohafield: ""
69688
          tab: 9
69688
          tab: 9
69689
          authorised_value: ""
69689
          authorised_value:
69690
          authtypecode: ""
69690
          authtypecode: ""
69691
          value_builder: ""
69691
          value_builder: ""
69692
          isurl:
69692
          isurl:
Lines 69704-69710 tables: Link Here
69704
          mandatory: 0
69704
          mandatory: 0
69705
          kohafield: ""
69705
          kohafield: ""
69706
          tab: 9
69706
          tab: 9
69707
          authorised_value: ""
69707
          authorised_value:
69708
          authtypecode: ""
69708
          authtypecode: ""
69709
          value_builder: ""
69709
          value_builder: ""
69710
          isurl:
69710
          isurl:
Lines 69722-69728 tables: Link Here
69722
          mandatory: 0
69722
          mandatory: 0
69723
          kohafield: ""
69723
          kohafield: ""
69724
          tab: 9
69724
          tab: 9
69725
          authorised_value: ""
69725
          authorised_value:
69726
          authtypecode: ""
69726
          authtypecode: ""
69727
          value_builder: ""
69727
          value_builder: ""
69728
          isurl:
69728
          isurl:
Lines 69740-69746 tables: Link Here
69740
          mandatory: 0
69740
          mandatory: 0
69741
          kohafield: ""
69741
          kohafield: ""
69742
          tab: 9
69742
          tab: 9
69743
          authorised_value: ""
69743
          authorised_value:
69744
          authtypecode: ""
69744
          authtypecode: ""
69745
          value_builder: ""
69745
          value_builder: ""
69746
          isurl:
69746
          isurl:
Lines 69758-69764 tables: Link Here
69758
          mandatory: 0
69758
          mandatory: 0
69759
          kohafield: ""
69759
          kohafield: ""
69760
          tab: 9
69760
          tab: 9
69761
          authorised_value: ""
69761
          authorised_value:
69762
          authtypecode: ""
69762
          authtypecode: ""
69763
          value_builder: ""
69763
          value_builder: ""
69764
          isurl:
69764
          isurl:
Lines 69776-69782 tables: Link Here
69776
          mandatory: 0
69776
          mandatory: 0
69777
          kohafield: ""
69777
          kohafield: ""
69778
          tab: 9
69778
          tab: 9
69779
          authorised_value: ""
69779
          authorised_value:
69780
          authtypecode: ""
69780
          authtypecode: ""
69781
          value_builder: ""
69781
          value_builder: ""
69782
          isurl: 0
69782
          isurl: 0
Lines 69794-69800 tables: Link Here
69794
          mandatory: 0
69794
          mandatory: 0
69795
          kohafield: ""
69795
          kohafield: ""
69796
          tab: 9
69796
          tab: 9
69797
          authorised_value: ""
69797
          authorised_value:
69798
          authtypecode: ""
69798
          authtypecode: ""
69799
          value_builder: ""
69799
          value_builder: ""
69800
          isurl:
69800
          isurl:
Lines 70406-70412 tables: Link Here
70406
          mandatory: 0
70406
          mandatory: 0
70407
          kohafield: ""
70407
          kohafield: ""
70408
          tab: 9
70408
          tab: 9
70409
          authorised_value: ""
70409
          authorised_value:
70410
          authtypecode: ""
70410
          authtypecode: ""
70411
          value_builder: ""
70411
          value_builder: ""
70412
          isurl: 0
70412
          isurl: 0
Lines 70424-70430 tables: Link Here
70424
          mandatory: 0
70424
          mandatory: 0
70425
          kohafield: ""
70425
          kohafield: ""
70426
          tab: 9
70426
          tab: 9
70427
          authorised_value: ""
70427
          authorised_value:
70428
          authtypecode: ""
70428
          authtypecode: ""
70429
          value_builder: ""
70429
          value_builder: ""
70430
          isurl: 0
70430
          isurl: 0
Lines 70442-70448 tables: Link Here
70442
          mandatory: 0
70442
          mandatory: 0
70443
          kohafield: ""
70443
          kohafield: ""
70444
          tab: 9
70444
          tab: 9
70445
          authorised_value: ""
70445
          authorised_value:
70446
          authtypecode: ""
70446
          authtypecode: ""
70447
          value_builder: ""
70447
          value_builder: ""
70448
          isurl: 0
70448
          isurl: 0
Lines 70460-70466 tables: Link Here
70460
          mandatory: 0
70460
          mandatory: 0
70461
          kohafield: ""
70461
          kohafield: ""
70462
          tab: 9
70462
          tab: 9
70463
          authorised_value: ""
70463
          authorised_value:
70464
          authtypecode: ""
70464
          authtypecode: ""
70465
          value_builder: ""
70465
          value_builder: ""
70466
          isurl: 1
70466
          isurl: 1
Lines 70478-70484 tables: Link Here
70478
          mandatory: 0
70478
          mandatory: 0
70479
          kohafield: ""
70479
          kohafield: ""
70480
          tab: 9
70480
          tab: 9
70481
          authorised_value: ""
70481
          authorised_value:
70482
          authtypecode: ""
70482
          authtypecode: ""
70483
          value_builder: ""
70483
          value_builder: ""
70484
          isurl: 0
70484
          isurl: 0
Lines 70496-70502 tables: Link Here
70496
          mandatory: 0
70496
          mandatory: 0
70497
          kohafield: ""
70497
          kohafield: ""
70498
          tab: 9
70498
          tab: 9
70499
          authorised_value: ""
70499
          authorised_value:
70500
          authtypecode: ""
70500
          authtypecode: ""
70501
          value_builder: ""
70501
          value_builder: ""
70502
          isurl: 0
70502
          isurl: 0
Lines 70514-70520 tables: Link Here
70514
          mandatory: 0
70514
          mandatory: 0
70515
          kohafield: ""
70515
          kohafield: ""
70516
          tab: 9
70516
          tab: 9
70517
          authorised_value: ""
70517
          authorised_value:
70518
          authtypecode: ""
70518
          authtypecode: ""
70519
          value_builder: ""
70519
          value_builder: ""
70520
          isurl: 0
70520
          isurl: 0
Lines 70532-70538 tables: Link Here
70532
          mandatory: 0
70532
          mandatory: 0
70533
          kohafield: ""
70533
          kohafield: ""
70534
          tab: 9
70534
          tab: 9
70535
          authorised_value: ""
70535
          authorised_value:
70536
          authtypecode: ""
70536
          authtypecode: ""
70537
          value_builder: ""
70537
          value_builder: ""
70538
          isurl: 0
70538
          isurl: 0
Lines 70550-70556 tables: Link Here
70550
          mandatory: 0
70550
          mandatory: 0
70551
          kohafield: ""
70551
          kohafield: ""
70552
          tab: 9
70552
          tab: 9
70553
          authorised_value: ""
70553
          authorised_value:
70554
          authtypecode: ""
70554
          authtypecode: ""
70555
          value_builder: ""
70555
          value_builder: ""
70556
          isurl: 0
70556
          isurl: 0
Lines 70568-70574 tables: Link Here
70568
          mandatory: 0
70568
          mandatory: 0
70569
          kohafield: ""
70569
          kohafield: ""
70570
          tab: 9
70570
          tab: 9
70571
          authorised_value: ""
70571
          authorised_value:
70572
          authtypecode: ""
70572
          authtypecode: ""
70573
          value_builder: ""
70573
          value_builder: ""
70574
          isurl: 0
70574
          isurl: 0
Lines 70586-70592 tables: Link Here
70586
          mandatory: 0
70586
          mandatory: 0
70587
          kohafield: ""
70587
          kohafield: ""
70588
          tab: 9
70588
          tab: 9
70589
          authorised_value: ""
70589
          authorised_value:
70590
          authtypecode: ""
70590
          authtypecode: ""
70591
          value_builder: ""
70591
          value_builder: ""
70592
          isurl: 0
70592
          isurl: 0
Lines 70604-70610 tables: Link Here
70604
          mandatory: 0
70604
          mandatory: 0
70605
          kohafield: ""
70605
          kohafield: ""
70606
          tab: 9
70606
          tab: 9
70607
          authorised_value: ""
70607
          authorised_value:
70608
          authtypecode: ""
70608
          authtypecode: ""
70609
          value_builder: ""
70609
          value_builder: ""
70610
          isurl: 0
70610
          isurl: 0
Lines 70622-70628 tables: Link Here
70622
          mandatory: 0
70622
          mandatory: 0
70623
          kohafield: ""
70623
          kohafield: ""
70624
          tab: 9
70624
          tab: 9
70625
          authorised_value: ""
70625
          authorised_value:
70626
          authtypecode: ""
70626
          authtypecode: ""
70627
          value_builder: ""
70627
          value_builder: ""
70628
          isurl: 0
70628
          isurl: 0
Lines 70640-70646 tables: Link Here
70640
          mandatory: 0
70640
          mandatory: 0
70641
          kohafield: ""
70641
          kohafield: ""
70642
          tab: 9
70642
          tab: 9
70643
          authorised_value: ""
70643
          authorised_value:
70644
          authtypecode: ""
70644
          authtypecode: ""
70645
          value_builder: ""
70645
          value_builder: ""
70646
          isurl: 0
70646
          isurl: 0
Lines 70658-70664 tables: Link Here
70658
          mandatory: 0
70658
          mandatory: 0
70659
          kohafield: ""
70659
          kohafield: ""
70660
          tab: 9
70660
          tab: 9
70661
          authorised_value: ""
70661
          authorised_value:
70662
          authtypecode: ""
70662
          authtypecode: ""
70663
          value_builder: ""
70663
          value_builder: ""
70664
          isurl: 0
70664
          isurl: 0
Lines 70676-70682 tables: Link Here
70676
          mandatory: 0
70676
          mandatory: 0
70677
          kohafield: ""
70677
          kohafield: ""
70678
          tab: 9
70678
          tab: 9
70679
          authorised_value: ""
70679
          authorised_value:
70680
          authtypecode: ""
70680
          authtypecode: ""
70681
          value_builder: ""
70681
          value_builder: ""
70682
          isurl: 0
70682
          isurl: 0
Lines 70730-70736 tables: Link Here
70730
          mandatory: 0
70730
          mandatory: 0
70731
          kohafield: ""
70731
          kohafield: ""
70732
          tab: 9
70732
          tab: 9
70733
          authorised_value: ""
70733
          authorised_value:
70734
          authtypecode: ""
70734
          authtypecode: ""
70735
          value_builder: ""
70735
          value_builder: ""
70736
          isurl: 0
70736
          isurl: 0
Lines 70748-70754 tables: Link Here
70748
          mandatory: 0
70748
          mandatory: 0
70749
          kohafield: ""
70749
          kohafield: ""
70750
          tab: 9
70750
          tab: 9
70751
          authorised_value: ""
70751
          authorised_value:
70752
          authtypecode: ""
70752
          authtypecode: ""
70753
          value_builder: ""
70753
          value_builder: ""
70754
          isurl: 0
70754
          isurl: 0
Lines 70766-70772 tables: Link Here
70766
          mandatory: 0
70766
          mandatory: 0
70767
          kohafield: ""
70767
          kohafield: ""
70768
          tab: 9
70768
          tab: 9
70769
          authorised_value: ""
70769
          authorised_value:
70770
          authtypecode: ""
70770
          authtypecode: ""
70771
          value_builder: ""
70771
          value_builder: ""
70772
          isurl: 1
70772
          isurl: 1
Lines 70784-70790 tables: Link Here
70784
          mandatory: 0
70784
          mandatory: 0
70785
          kohafield: ""
70785
          kohafield: ""
70786
          tab: 9
70786
          tab: 9
70787
          authorised_value: ""
70787
          authorised_value:
70788
          authtypecode: ""
70788
          authtypecode: ""
70789
          value_builder: ""
70789
          value_builder: ""
70790
          isurl: 0
70790
          isurl: 0
Lines 70802-70808 tables: Link Here
70802
          mandatory: 0
70802
          mandatory: 0
70803
          kohafield: ""
70803
          kohafield: ""
70804
          tab: 9
70804
          tab: 9
70805
          authorised_value: ""
70805
          authorised_value:
70806
          authtypecode: ""
70806
          authtypecode: ""
70807
          value_builder: ""
70807
          value_builder: ""
70808
          isurl: 0
70808
          isurl: 0
Lines 70820-70826 tables: Link Here
70820
          mandatory: 0
70820
          mandatory: 0
70821
          kohafield: ""
70821
          kohafield: ""
70822
          tab: 9
70822
          tab: 9
70823
          authorised_value: ""
70823
          authorised_value:
70824
          authtypecode: ""
70824
          authtypecode: ""
70825
          value_builder: ""
70825
          value_builder: ""
70826
          isurl: 0
70826
          isurl: 0
Lines 70838-70844 tables: Link Here
70838
          mandatory: 0
70838
          mandatory: 0
70839
          kohafield: ""
70839
          kohafield: ""
70840
          tab: 9
70840
          tab: 9
70841
          authorised_value: ""
70841
          authorised_value:
70842
          authtypecode: ""
70842
          authtypecode: ""
70843
          value_builder: ""
70843
          value_builder: ""
70844
          isurl: 0
70844
          isurl: 0
Lines 70856-70862 tables: Link Here
70856
          mandatory: 0
70856
          mandatory: 0
70857
          kohafield: ""
70857
          kohafield: ""
70858
          tab: 9
70858
          tab: 9
70859
          authorised_value: ""
70859
          authorised_value:
70860
          authtypecode: ""
70860
          authtypecode: ""
70861
          value_builder: ""
70861
          value_builder: ""
70862
          isurl: 0
70862
          isurl: 0
Lines 70874-70880 tables: Link Here
70874
          mandatory: 0
70874
          mandatory: 0
70875
          kohafield: ""
70875
          kohafield: ""
70876
          tab: 9
70876
          tab: 9
70877
          authorised_value: ""
70877
          authorised_value:
70878
          authtypecode: ""
70878
          authtypecode: ""
70879
          value_builder: ""
70879
          value_builder: ""
70880
          isurl: 0
70880
          isurl: 0
Lines 70892-70898 tables: Link Here
70892
          mandatory: 0
70892
          mandatory: 0
70893
          kohafield: ""
70893
          kohafield: ""
70894
          tab: 9
70894
          tab: 9
70895
          authorised_value: ""
70895
          authorised_value:
70896
          authtypecode: ""
70896
          authtypecode: ""
70897
          value_builder: ""
70897
          value_builder: ""
70898
          isurl: 0
70898
          isurl: 0
Lines 70910-70916 tables: Link Here
70910
          mandatory: 0
70910
          mandatory: 0
70911
          kohafield: ""
70911
          kohafield: ""
70912
          tab: 9
70912
          tab: 9
70913
          authorised_value: ""
70913
          authorised_value:
70914
          authtypecode: ""
70914
          authtypecode: ""
70915
          value_builder: ""
70915
          value_builder: ""
70916
          isurl: 0
70916
          isurl: 0
Lines 70928-70934 tables: Link Here
70928
          mandatory: 0
70928
          mandatory: 0
70929
          kohafield: ""
70929
          kohafield: ""
70930
          tab: 9
70930
          tab: 9
70931
          authorised_value: ""
70931
          authorised_value:
70932
          authtypecode: ""
70932
          authtypecode: ""
70933
          value_builder: ""
70933
          value_builder: ""
70934
          isurl: 0
70934
          isurl: 0
Lines 70946-70952 tables: Link Here
70946
          mandatory: 0
70946
          mandatory: 0
70947
          kohafield: ""
70947
          kohafield: ""
70948
          tab: 9
70948
          tab: 9
70949
          authorised_value: ""
70949
          authorised_value:
70950
          authtypecode: ""
70950
          authtypecode: ""
70951
          value_builder: ""
70951
          value_builder: ""
70952
          isurl: 0
70952
          isurl: 0
Lines 70964-70970 tables: Link Here
70964
          mandatory: 0
70964
          mandatory: 0
70965
          kohafield: ""
70965
          kohafield: ""
70966
          tab: 9
70966
          tab: 9
70967
          authorised_value: ""
70967
          authorised_value:
70968
          authtypecode: ""
70968
          authtypecode: ""
70969
          value_builder: ""
70969
          value_builder: ""
70970
          isurl: 0
70970
          isurl: 0
Lines 70982-70988 tables: Link Here
70982
          mandatory: 0
70982
          mandatory: 0
70983
          kohafield: ""
70983
          kohafield: ""
70984
          tab: 9
70984
          tab: 9
70985
          authorised_value: ""
70985
          authorised_value:
70986
          authtypecode: ""
70986
          authtypecode: ""
70987
          value_builder: ""
70987
          value_builder: ""
70988
          isurl: 0
70988
          isurl: 0
Lines 71000-71006 tables: Link Here
71000
          mandatory: 0
71000
          mandatory: 0
71001
          kohafield: ""
71001
          kohafield: ""
71002
          tab: 9
71002
          tab: 9
71003
          authorised_value: ""
71003
          authorised_value:
71004
          authtypecode: ""
71004
          authtypecode: ""
71005
          value_builder: ""
71005
          value_builder: ""
71006
          isurl:
71006
          isurl:
Lines 71018-71024 tables: Link Here
71018
          mandatory: 0
71018
          mandatory: 0
71019
          kohafield: ""
71019
          kohafield: ""
71020
          tab: 9
71020
          tab: 9
71021
          authorised_value: ""
71021
          authorised_value:
71022
          authtypecode: ""
71022
          authtypecode: ""
71023
          value_builder: ""
71023
          value_builder: ""
71024
          isurl:
71024
          isurl:
Lines 71036-71042 tables: Link Here
71036
          mandatory: 0
71036
          mandatory: 0
71037
          kohafield: ""
71037
          kohafield: ""
71038
          tab: 9
71038
          tab: 9
71039
          authorised_value: ""
71039
          authorised_value:
71040
          authtypecode: ""
71040
          authtypecode: ""
71041
          value_builder: ""
71041
          value_builder: ""
71042
          isurl:
71042
          isurl:
Lines 71054-71060 tables: Link Here
71054
          mandatory: 0
71054
          mandatory: 0
71055
          kohafield: ""
71055
          kohafield: ""
71056
          tab: 9
71056
          tab: 9
71057
          authorised_value: ""
71057
          authorised_value:
71058
          authtypecode: ""
71058
          authtypecode: ""
71059
          value_builder: ""
71059
          value_builder: ""
71060
          isurl:
71060
          isurl:
Lines 71072-71078 tables: Link Here
71072
          mandatory: 0
71072
          mandatory: 0
71073
          kohafield: ""
71073
          kohafield: ""
71074
          tab: 9
71074
          tab: 9
71075
          authorised_value: ""
71075
          authorised_value:
71076
          authtypecode: ""
71076
          authtypecode: ""
71077
          value_builder: ""
71077
          value_builder: ""
71078
          isurl:
71078
          isurl:
Lines 71090-71096 tables: Link Here
71090
          mandatory: 0
71090
          mandatory: 0
71091
          kohafield: ""
71091
          kohafield: ""
71092
          tab: 9
71092
          tab: 9
71093
          authorised_value: ""
71093
          authorised_value:
71094
          authtypecode: ""
71094
          authtypecode: ""
71095
          value_builder: ""
71095
          value_builder: ""
71096
          isurl:
71096
          isurl:
Lines 71108-71114 tables: Link Here
71108
          mandatory: 0
71108
          mandatory: 0
71109
          kohafield: ""
71109
          kohafield: ""
71110
          tab: 9
71110
          tab: 9
71111
          authorised_value: ""
71111
          authorised_value:
71112
          authtypecode: ""
71112
          authtypecode: ""
71113
          value_builder: ""
71113
          value_builder: ""
71114
          isurl:
71114
          isurl:
Lines 71126-71132 tables: Link Here
71126
          mandatory: 0
71126
          mandatory: 0
71127
          kohafield: ""
71127
          kohafield: ""
71128
          tab: 9
71128
          tab: 9
71129
          authorised_value: ""
71129
          authorised_value:
71130
          authtypecode: ""
71130
          authtypecode: ""
71131
          value_builder: ""
71131
          value_builder: ""
71132
          isurl:
71132
          isurl:
Lines 71144-71150 tables: Link Here
71144
          mandatory: 0
71144
          mandatory: 0
71145
          kohafield: ""
71145
          kohafield: ""
71146
          tab: 9
71146
          tab: 9
71147
          authorised_value: ""
71147
          authorised_value:
71148
          authtypecode: ""
71148
          authtypecode: ""
71149
          value_builder: ""
71149
          value_builder: ""
71150
          isurl:
71150
          isurl:
Lines 71162-71168 tables: Link Here
71162
          mandatory: 0
71162
          mandatory: 0
71163
          kohafield: ""
71163
          kohafield: ""
71164
          tab: 9
71164
          tab: 9
71165
          authorised_value: ""
71165
          authorised_value:
71166
          authtypecode: ""
71166
          authtypecode: ""
71167
          value_builder: ""
71167
          value_builder: ""
71168
          isurl:
71168
          isurl:
Lines 71180-71186 tables: Link Here
71180
          mandatory: 0
71180
          mandatory: 0
71181
          kohafield: ""
71181
          kohafield: ""
71182
          tab: 9
71182
          tab: 9
71183
          authorised_value: ""
71183
          authorised_value:
71184
          authtypecode: ""
71184
          authtypecode: ""
71185
          value_builder: ""
71185
          value_builder: ""
71186
          isurl:
71186
          isurl:
Lines 71198-71204 tables: Link Here
71198
          mandatory: 0
71198
          mandatory: 0
71199
          kohafield: ""
71199
          kohafield: ""
71200
          tab: 9
71200
          tab: 9
71201
          authorised_value: ""
71201
          authorised_value:
71202
          authtypecode: ""
71202
          authtypecode: ""
71203
          value_builder: ""
71203
          value_builder: ""
71204
          isurl:
71204
          isurl:
Lines 71216-71222 tables: Link Here
71216
          mandatory: 0
71216
          mandatory: 0
71217
          kohafield: ""
71217
          kohafield: ""
71218
          tab: 9
71218
          tab: 9
71219
          authorised_value: ""
71219
          authorised_value:
71220
          authtypecode: ""
71220
          authtypecode: ""
71221
          value_builder: ""
71221
          value_builder: ""
71222
          isurl:
71222
          isurl:
Lines 71234-71240 tables: Link Here
71234
          mandatory: 0
71234
          mandatory: 0
71235
          kohafield: ""
71235
          kohafield: ""
71236
          tab: 9
71236
          tab: 9
71237
          authorised_value: ""
71237
          authorised_value:
71238
          authtypecode: ""
71238
          authtypecode: ""
71239
          value_builder: ""
71239
          value_builder: ""
71240
          isurl:
71240
          isurl:
Lines 71252-71258 tables: Link Here
71252
          mandatory: 0
71252
          mandatory: 0
71253
          kohafield: ""
71253
          kohafield: ""
71254
          tab: 9
71254
          tab: 9
71255
          authorised_value: ""
71255
          authorised_value:
71256
          authtypecode: ""
71256
          authtypecode: ""
71257
          value_builder: ""
71257
          value_builder: ""
71258
          isurl:
71258
          isurl:
Lines 71270-71276 tables: Link Here
71270
          mandatory: 0
71270
          mandatory: 0
71271
          kohafield: ""
71271
          kohafield: ""
71272
          tab: 9
71272
          tab: 9
71273
          authorised_value: ""
71273
          authorised_value:
71274
          authtypecode: ""
71274
          authtypecode: ""
71275
          value_builder: ""
71275
          value_builder: ""
71276
          isurl:
71276
          isurl:
Lines 71288-71294 tables: Link Here
71288
          mandatory: 0
71288
          mandatory: 0
71289
          kohafield: ""
71289
          kohafield: ""
71290
          tab: 9
71290
          tab: 9
71291
          authorised_value: ""
71291
          authorised_value:
71292
          authtypecode: ""
71292
          authtypecode: ""
71293
          value_builder: ""
71293
          value_builder: ""
71294
          isurl:
71294
          isurl:
Lines 71306-71312 tables: Link Here
71306
          mandatory: 0
71306
          mandatory: 0
71307
          kohafield: ""
71307
          kohafield: ""
71308
          tab: 9
71308
          tab: 9
71309
          authorised_value: ""
71309
          authorised_value:
71310
          authtypecode: ""
71310
          authtypecode: ""
71311
          value_builder: ""
71311
          value_builder: ""
71312
          isurl:
71312
          isurl:
Lines 71324-71330 tables: Link Here
71324
          mandatory: 0
71324
          mandatory: 0
71325
          kohafield: ""
71325
          kohafield: ""
71326
          tab: 9
71326
          tab: 9
71327
          authorised_value: ""
71327
          authorised_value:
71328
          authtypecode: ""
71328
          authtypecode: ""
71329
          value_builder: ""
71329
          value_builder: ""
71330
          isurl:
71330
          isurl:
Lines 71342-71348 tables: Link Here
71342
          mandatory: 0
71342
          mandatory: 0
71343
          kohafield: ""
71343
          kohafield: ""
71344
          tab: 9
71344
          tab: 9
71345
          authorised_value: ""
71345
          authorised_value:
71346
          authtypecode: ""
71346
          authtypecode: ""
71347
          value_builder: ""
71347
          value_builder: ""
71348
          isurl:
71348
          isurl:
Lines 71360-71366 tables: Link Here
71360
          mandatory: 0
71360
          mandatory: 0
71361
          kohafield: ""
71361
          kohafield: ""
71362
          tab: 9
71362
          tab: 9
71363
          authorised_value: ""
71363
          authorised_value:
71364
          authtypecode: ""
71364
          authtypecode: ""
71365
          value_builder: ""
71365
          value_builder: ""
71366
          isurl:
71366
          isurl:
Lines 71378-71384 tables: Link Here
71378
          mandatory: 0
71378
          mandatory: 0
71379
          kohafield: ""
71379
          kohafield: ""
71380
          tab: 9
71380
          tab: 9
71381
          authorised_value: ""
71381
          authorised_value:
71382
          authtypecode: ""
71382
          authtypecode: ""
71383
          value_builder: ""
71383
          value_builder: ""
71384
          isurl:
71384
          isurl:
Lines 71396-71402 tables: Link Here
71396
          mandatory: 0
71396
          mandatory: 0
71397
          kohafield: ""
71397
          kohafield: ""
71398
          tab: 9
71398
          tab: 9
71399
          authorised_value: ""
71399
          authorised_value:
71400
          authtypecode: ""
71400
          authtypecode: ""
71401
          value_builder: ""
71401
          value_builder: ""
71402
          isurl:
71402
          isurl:
Lines 71414-71420 tables: Link Here
71414
          mandatory: 0
71414
          mandatory: 0
71415
          kohafield: ""
71415
          kohafield: ""
71416
          tab: 9
71416
          tab: 9
71417
          authorised_value: ""
71417
          authorised_value:
71418
          authtypecode: ""
71418
          authtypecode: ""
71419
          value_builder: ""
71419
          value_builder: ""
71420
          isurl:
71420
          isurl:
Lines 71432-71438 tables: Link Here
71432
          mandatory: 0
71432
          mandatory: 0
71433
          kohafield: ""
71433
          kohafield: ""
71434
          tab: 9
71434
          tab: 9
71435
          authorised_value: ""
71435
          authorised_value:
71436
          authtypecode: ""
71436
          authtypecode: ""
71437
          value_builder: ""
71437
          value_builder: ""
71438
          isurl:
71438
          isurl:
Lines 71450-71456 tables: Link Here
71450
          mandatory: 0
71450
          mandatory: 0
71451
          kohafield: ""
71451
          kohafield: ""
71452
          tab: 9
71452
          tab: 9
71453
          authorised_value: ""
71453
          authorised_value:
71454
          authtypecode: ""
71454
          authtypecode: ""
71455
          value_builder: ""
71455
          value_builder: ""
71456
          isurl:
71456
          isurl:
Lines 71468-71474 tables: Link Here
71468
          mandatory: 0
71468
          mandatory: 0
71469
          kohafield: ""
71469
          kohafield: ""
71470
          tab: 9
71470
          tab: 9
71471
          authorised_value: ""
71471
          authorised_value:
71472
          authtypecode: ""
71472
          authtypecode: ""
71473
          value_builder: ""
71473
          value_builder: ""
71474
          isurl:
71474
          isurl:
Lines 71486-71492 tables: Link Here
71486
          mandatory: 0
71486
          mandatory: 0
71487
          kohafield: ""
71487
          kohafield: ""
71488
          tab: 9
71488
          tab: 9
71489
          authorised_value: ""
71489
          authorised_value:
71490
          authtypecode: ""
71490
          authtypecode: ""
71491
          value_builder: ""
71491
          value_builder: ""
71492
          isurl:
71492
          isurl:
Lines 71504-71510 tables: Link Here
71504
          mandatory: 0
71504
          mandatory: 0
71505
          kohafield: ""
71505
          kohafield: ""
71506
          tab: 9
71506
          tab: 9
71507
          authorised_value: ""
71507
          authorised_value:
71508
          authtypecode: ""
71508
          authtypecode: ""
71509
          value_builder: ""
71509
          value_builder: ""
71510
          isurl:
71510
          isurl:
Lines 71522-71528 tables: Link Here
71522
          mandatory: 0
71522
          mandatory: 0
71523
          kohafield: ""
71523
          kohafield: ""
71524
          tab: 9
71524
          tab: 9
71525
          authorised_value: ""
71525
          authorised_value:
71526
          authtypecode: ""
71526
          authtypecode: ""
71527
          value_builder: ""
71527
          value_builder: ""
71528
          isurl:
71528
          isurl:
Lines 71540-71546 tables: Link Here
71540
          mandatory: 0
71540
          mandatory: 0
71541
          kohafield: ""
71541
          kohafield: ""
71542
          tab: 9
71542
          tab: 9
71543
          authorised_value: ""
71543
          authorised_value:
71544
          authtypecode: ""
71544
          authtypecode: ""
71545
          value_builder: ""
71545
          value_builder: ""
71546
          isurl:
71546
          isurl:
Lines 71558-71564 tables: Link Here
71558
          mandatory: 0
71558
          mandatory: 0
71559
          kohafield: ""
71559
          kohafield: ""
71560
          tab: 9
71560
          tab: 9
71561
          authorised_value: ""
71561
          authorised_value:
71562
          authtypecode: ""
71562
          authtypecode: ""
71563
          value_builder: ""
71563
          value_builder: ""
71564
          isurl:
71564
          isurl:
Lines 71576-71582 tables: Link Here
71576
          mandatory: 0
71576
          mandatory: 0
71577
          kohafield: ""
71577
          kohafield: ""
71578
          tab: 9
71578
          tab: 9
71579
          authorised_value: ""
71579
          authorised_value:
71580
          authtypecode: ""
71580
          authtypecode: ""
71581
          value_builder: ""
71581
          value_builder: ""
71582
          isurl:
71582
          isurl:
Lines 71594-71600 tables: Link Here
71594
          mandatory: 0
71594
          mandatory: 0
71595
          kohafield: ""
71595
          kohafield: ""
71596
          tab: 9
71596
          tab: 9
71597
          authorised_value: ""
71597
          authorised_value:
71598
          authtypecode: ""
71598
          authtypecode: ""
71599
          value_builder: ""
71599
          value_builder: ""
71600
          isurl:
71600
          isurl:
Lines 71612-71618 tables: Link Here
71612
          mandatory: 0
71612
          mandatory: 0
71613
          kohafield: ""
71613
          kohafield: ""
71614
          tab: 9
71614
          tab: 9
71615
          authorised_value: ""
71615
          authorised_value:
71616
          authtypecode: ""
71616
          authtypecode: ""
71617
          value_builder: ""
71617
          value_builder: ""
71618
          isurl:
71618
          isurl:
Lines 71630-71636 tables: Link Here
71630
          mandatory: 0
71630
          mandatory: 0
71631
          kohafield: ""
71631
          kohafield: ""
71632
          tab: 9
71632
          tab: 9
71633
          authorised_value: ""
71633
          authorised_value:
71634
          authtypecode: ""
71634
          authtypecode: ""
71635
          value_builder: ""
71635
          value_builder: ""
71636
          isurl:
71636
          isurl:
Lines 71648-71654 tables: Link Here
71648
          mandatory: 0
71648
          mandatory: 0
71649
          kohafield: ""
71649
          kohafield: ""
71650
          tab: 9
71650
          tab: 9
71651
          authorised_value: ""
71651
          authorised_value:
71652
          authtypecode: ""
71652
          authtypecode: ""
71653
          value_builder: ""
71653
          value_builder: ""
71654
          isurl:
71654
          isurl:
Lines 71666-71672 tables: Link Here
71666
          mandatory: 0
71666
          mandatory: 0
71667
          kohafield: ""
71667
          kohafield: ""
71668
          tab: 9
71668
          tab: 9
71669
          authorised_value: ""
71669
          authorised_value:
71670
          authtypecode: ""
71670
          authtypecode: ""
71671
          value_builder: ""
71671
          value_builder: ""
71672
          isurl:
71672
          isurl:
Lines 71684-71690 tables: Link Here
71684
          mandatory: 0
71684
          mandatory: 0
71685
          kohafield: ""
71685
          kohafield: ""
71686
          tab: 9
71686
          tab: 9
71687
          authorised_value: ""
71687
          authorised_value:
71688
          authtypecode: ""
71688
          authtypecode: ""
71689
          value_builder: ""
71689
          value_builder: ""
71690
          isurl:
71690
          isurl:
Lines 71702-71708 tables: Link Here
71702
          mandatory: 0
71702
          mandatory: 0
71703
          kohafield: ""
71703
          kohafield: ""
71704
          tab: 9
71704
          tab: 9
71705
          authorised_value: ""
71705
          authorised_value:
71706
          authtypecode: ""
71706
          authtypecode: ""
71707
          value_builder: ""
71707
          value_builder: ""
71708
          isurl:
71708
          isurl:
Lines 71720-71726 tables: Link Here
71720
          mandatory: 0
71720
          mandatory: 0
71721
          kohafield: ""
71721
          kohafield: ""
71722
          tab: 9
71722
          tab: 9
71723
          authorised_value: ""
71723
          authorised_value:
71724
          authtypecode: ""
71724
          authtypecode: ""
71725
          value_builder: ""
71725
          value_builder: ""
71726
          isurl:
71726
          isurl:
Lines 71738-71744 tables: Link Here
71738
          mandatory: 0
71738
          mandatory: 0
71739
          kohafield: ""
71739
          kohafield: ""
71740
          tab: 9
71740
          tab: 9
71741
          authorised_value: ""
71741
          authorised_value:
71742
          authtypecode: ""
71742
          authtypecode: ""
71743
          value_builder: ""
71743
          value_builder: ""
71744
          isurl:
71744
          isurl:
Lines 71756-71762 tables: Link Here
71756
          mandatory: 0
71756
          mandatory: 0
71757
          kohafield: ""
71757
          kohafield: ""
71758
          tab: 9
71758
          tab: 9
71759
          authorised_value: ""
71759
          authorised_value:
71760
          authtypecode: ""
71760
          authtypecode: ""
71761
          value_builder: ""
71761
          value_builder: ""
71762
          isurl:
71762
          isurl:
Lines 71774-71780 tables: Link Here
71774
          mandatory: 0
71774
          mandatory: 0
71775
          kohafield: ""
71775
          kohafield: ""
71776
          tab: 9
71776
          tab: 9
71777
          authorised_value: ""
71777
          authorised_value:
71778
          authtypecode: ""
71778
          authtypecode: ""
71779
          value_builder: ""
71779
          value_builder: ""
71780
          isurl:
71780
          isurl:
Lines 71792-71798 tables: Link Here
71792
          mandatory: 0
71792
          mandatory: 0
71793
          kohafield: ""
71793
          kohafield: ""
71794
          tab: 9
71794
          tab: 9
71795
          authorised_value: ""
71795
          authorised_value:
71796
          authtypecode: ""
71796
          authtypecode: ""
71797
          value_builder: ""
71797
          value_builder: ""
71798
          isurl:
71798
          isurl:
Lines 71810-71816 tables: Link Here
71810
          mandatory: 0
71810
          mandatory: 0
71811
          kohafield: ""
71811
          kohafield: ""
71812
          tab: 9
71812
          tab: 9
71813
          authorised_value: ""
71813
          authorised_value:
71814
          authtypecode: ""
71814
          authtypecode: ""
71815
          value_builder: ""
71815
          value_builder: ""
71816
          isurl:
71816
          isurl:
Lines 71828-71834 tables: Link Here
71828
          mandatory: 0
71828
          mandatory: 0
71829
          kohafield: ""
71829
          kohafield: ""
71830
          tab: 9
71830
          tab: 9
71831
          authorised_value: ""
71831
          authorised_value:
71832
          authtypecode: ""
71832
          authtypecode: ""
71833
          value_builder: ""
71833
          value_builder: ""
71834
          isurl:
71834
          isurl:
Lines 71846-71852 tables: Link Here
71846
          mandatory: 0
71846
          mandatory: 0
71847
          kohafield: ""
71847
          kohafield: ""
71848
          tab: 9
71848
          tab: 9
71849
          authorised_value: ""
71849
          authorised_value:
71850
          authtypecode: ""
71850
          authtypecode: ""
71851
          value_builder: ""
71851
          value_builder: ""
71852
          isurl:
71852
          isurl:
Lines 71864-71870 tables: Link Here
71864
          mandatory: 0
71864
          mandatory: 0
71865
          kohafield: ""
71865
          kohafield: ""
71866
          tab: 9
71866
          tab: 9
71867
          authorised_value: ""
71867
          authorised_value:
71868
          authtypecode: ""
71868
          authtypecode: ""
71869
          value_builder: ""
71869
          value_builder: ""
71870
          isurl:
71870
          isurl:
Lines 71882-71888 tables: Link Here
71882
          mandatory: 0
71882
          mandatory: 0
71883
          kohafield: ""
71883
          kohafield: ""
71884
          tab: 9
71884
          tab: 9
71885
          authorised_value: ""
71885
          authorised_value:
71886
          authtypecode: ""
71886
          authtypecode: ""
71887
          value_builder: ""
71887
          value_builder: ""
71888
          isurl:
71888
          isurl:
Lines 71900-71906 tables: Link Here
71900
          mandatory: 0
71900
          mandatory: 0
71901
          kohafield: ""
71901
          kohafield: ""
71902
          tab: 9
71902
          tab: 9
71903
          authorised_value: ""
71903
          authorised_value:
71904
          authtypecode: ""
71904
          authtypecode: ""
71905
          value_builder: ""
71905
          value_builder: ""
71906
          isurl:
71906
          isurl:
Lines 71918-71924 tables: Link Here
71918
          mandatory: 0
71918
          mandatory: 0
71919
          kohafield: ""
71919
          kohafield: ""
71920
          tab: 9
71920
          tab: 9
71921
          authorised_value: ""
71921
          authorised_value:
71922
          authtypecode: ""
71922
          authtypecode: ""
71923
          value_builder: ""
71923
          value_builder: ""
71924
          isurl:
71924
          isurl:
Lines 71936-71942 tables: Link Here
71936
          mandatory: 0
71936
          mandatory: 0
71937
          kohafield: ""
71937
          kohafield: ""
71938
          tab: 9
71938
          tab: 9
71939
          authorised_value: ""
71939
          authorised_value:
71940
          authtypecode: ""
71940
          authtypecode: ""
71941
          value_builder: ""
71941
          value_builder: ""
71942
          isurl:
71942
          isurl:
Lines 71954-71960 tables: Link Here
71954
          mandatory: 0
71954
          mandatory: 0
71955
          kohafield: ""
71955
          kohafield: ""
71956
          tab: 9
71956
          tab: 9
71957
          authorised_value: ""
71957
          authorised_value:
71958
          authtypecode: ""
71958
          authtypecode: ""
71959
          value_builder: ""
71959
          value_builder: ""
71960
          isurl:
71960
          isurl:
Lines 71972-71978 tables: Link Here
71972
          mandatory: 0
71972
          mandatory: 0
71973
          kohafield: ""
71973
          kohafield: ""
71974
          tab: 9
71974
          tab: 9
71975
          authorised_value: ""
71975
          authorised_value:
71976
          authtypecode: ""
71976
          authtypecode: ""
71977
          value_builder: ""
71977
          value_builder: ""
71978
          isurl:
71978
          isurl:
Lines 71990-71996 tables: Link Here
71990
          mandatory: 0
71990
          mandatory: 0
71991
          kohafield: ""
71991
          kohafield: ""
71992
          tab: 9
71992
          tab: 9
71993
          authorised_value: ""
71993
          authorised_value:
71994
          authtypecode: ""
71994
          authtypecode: ""
71995
          value_builder: ""
71995
          value_builder: ""
71996
          isurl:
71996
          isurl:
Lines 72008-72014 tables: Link Here
72008
          mandatory: 0
72008
          mandatory: 0
72009
          kohafield: ""
72009
          kohafield: ""
72010
          tab: 9
72010
          tab: 9
72011
          authorised_value: ""
72011
          authorised_value:
72012
          authtypecode: ""
72012
          authtypecode: ""
72013
          value_builder: ""
72013
          value_builder: ""
72014
          isurl:
72014
          isurl:
Lines 72026-72032 tables: Link Here
72026
          mandatory: 0
72026
          mandatory: 0
72027
          kohafield: ""
72027
          kohafield: ""
72028
          tab: 9
72028
          tab: 9
72029
          authorised_value: ""
72029
          authorised_value:
72030
          authtypecode: ""
72030
          authtypecode: ""
72031
          value_builder: ""
72031
          value_builder: ""
72032
          isurl:
72032
          isurl:
Lines 72044-72050 tables: Link Here
72044
          mandatory: 0
72044
          mandatory: 0
72045
          kohafield: ""
72045
          kohafield: ""
72046
          tab: 9
72046
          tab: 9
72047
          authorised_value: ""
72047
          authorised_value:
72048
          authtypecode: ""
72048
          authtypecode: ""
72049
          value_builder: ""
72049
          value_builder: ""
72050
          isurl:
72050
          isurl:
Lines 72062-72068 tables: Link Here
72062
          mandatory: 0
72062
          mandatory: 0
72063
          kohafield: ""
72063
          kohafield: ""
72064
          tab: 9
72064
          tab: 9
72065
          authorised_value: ""
72065
          authorised_value:
72066
          authtypecode: ""
72066
          authtypecode: ""
72067
          value_builder: ""
72067
          value_builder: ""
72068
          isurl:
72068
          isurl:
Lines 72080-72086 tables: Link Here
72080
          mandatory: 0
72080
          mandatory: 0
72081
          kohafield: ""
72081
          kohafield: ""
72082
          tab: 9
72082
          tab: 9
72083
          authorised_value: ""
72083
          authorised_value:
72084
          authtypecode: ""
72084
          authtypecode: ""
72085
          value_builder: ""
72085
          value_builder: ""
72086
          isurl:
72086
          isurl:
Lines 72098-72104 tables: Link Here
72098
          mandatory: 0
72098
          mandatory: 0
72099
          kohafield: ""
72099
          kohafield: ""
72100
          tab: 9
72100
          tab: 9
72101
          authorised_value: ""
72101
          authorised_value:
72102
          authtypecode: ""
72102
          authtypecode: ""
72103
          value_builder: ""
72103
          value_builder: ""
72104
          isurl:
72104
          isurl:
Lines 72116-72122 tables: Link Here
72116
          mandatory: 0
72116
          mandatory: 0
72117
          kohafield: ""
72117
          kohafield: ""
72118
          tab: 9
72118
          tab: 9
72119
          authorised_value: ""
72119
          authorised_value:
72120
          authtypecode: ""
72120
          authtypecode: ""
72121
          value_builder: ""
72121
          value_builder: ""
72122
          isurl:
72122
          isurl:
Lines 72134-72140 tables: Link Here
72134
          mandatory: 0
72134
          mandatory: 0
72135
          kohafield: ""
72135
          kohafield: ""
72136
          tab: 9
72136
          tab: 9
72137
          authorised_value: ""
72137
          authorised_value:
72138
          authtypecode: ""
72138
          authtypecode: ""
72139
          value_builder: ""
72139
          value_builder: ""
72140
          isurl:
72140
          isurl:
Lines 72152-72158 tables: Link Here
72152
          mandatory: 0
72152
          mandatory: 0
72153
          kohafield: ""
72153
          kohafield: ""
72154
          tab: 9
72154
          tab: 9
72155
          authorised_value: ""
72155
          authorised_value:
72156
          authtypecode: ""
72156
          authtypecode: ""
72157
          value_builder: ""
72157
          value_builder: ""
72158
          isurl:
72158
          isurl:
Lines 72170-72176 tables: Link Here
72170
          mandatory: 0
72170
          mandatory: 0
72171
          kohafield: ""
72171
          kohafield: ""
72172
          tab: 9
72172
          tab: 9
72173
          authorised_value: ""
72173
          authorised_value:
72174
          authtypecode: ""
72174
          authtypecode: ""
72175
          value_builder: ""
72175
          value_builder: ""
72176
          isurl:
72176
          isurl:
Lines 72188-72194 tables: Link Here
72188
          mandatory: 0
72188
          mandatory: 0
72189
          kohafield: ""
72189
          kohafield: ""
72190
          tab: 9
72190
          tab: 9
72191
          authorised_value: ""
72191
          authorised_value:
72192
          authtypecode: ""
72192
          authtypecode: ""
72193
          value_builder: ""
72193
          value_builder: ""
72194
          isurl:
72194
          isurl:
Lines 72206-72212 tables: Link Here
72206
          mandatory: 0
72206
          mandatory: 0
72207
          kohafield: ""
72207
          kohafield: ""
72208
          tab: 9
72208
          tab: 9
72209
          authorised_value: ""
72209
          authorised_value:
72210
          authtypecode: ""
72210
          authtypecode: ""
72211
          value_builder: ""
72211
          value_builder: ""
72212
          isurl:
72212
          isurl:
Lines 72224-72230 tables: Link Here
72224
          mandatory: 0
72224
          mandatory: 0
72225
          kohafield: ""
72225
          kohafield: ""
72226
          tab: 9
72226
          tab: 9
72227
          authorised_value: ""
72227
          authorised_value:
72228
          authtypecode: ""
72228
          authtypecode: ""
72229
          value_builder: ""
72229
          value_builder: ""
72230
          isurl:
72230
          isurl:
Lines 72242-72248 tables: Link Here
72242
          mandatory: 0
72242
          mandatory: 0
72243
          kohafield: ""
72243
          kohafield: ""
72244
          tab: 9
72244
          tab: 9
72245
          authorised_value: ""
72245
          authorised_value:
72246
          authtypecode: ""
72246
          authtypecode: ""
72247
          value_builder: ""
72247
          value_builder: ""
72248
          isurl:
72248
          isurl:
Lines 72260-72266 tables: Link Here
72260
          mandatory: 0
72260
          mandatory: 0
72261
          kohafield: ""
72261
          kohafield: ""
72262
          tab: 9
72262
          tab: 9
72263
          authorised_value: ""
72263
          authorised_value:
72264
          authtypecode: ""
72264
          authtypecode: ""
72265
          value_builder: ""
72265
          value_builder: ""
72266
          isurl:
72266
          isurl:
Lines 72278-72284 tables: Link Here
72278
          mandatory: 0
72278
          mandatory: 0
72279
          kohafield: ""
72279
          kohafield: ""
72280
          tab: 9
72280
          tab: 9
72281
          authorised_value: ""
72281
          authorised_value:
72282
          authtypecode: ""
72282
          authtypecode: ""
72283
          value_builder: ""
72283
          value_builder: ""
72284
          isurl:
72284
          isurl:
Lines 72296-72302 tables: Link Here
72296
          mandatory: 0
72296
          mandatory: 0
72297
          kohafield: ""
72297
          kohafield: ""
72298
          tab: 9
72298
          tab: 9
72299
          authorised_value: ""
72299
          authorised_value:
72300
          authtypecode: ""
72300
          authtypecode: ""
72301
          value_builder: ""
72301
          value_builder: ""
72302
          isurl:
72302
          isurl:
Lines 72314-72320 tables: Link Here
72314
          mandatory: 0
72314
          mandatory: 0
72315
          kohafield: ""
72315
          kohafield: ""
72316
          tab: 9
72316
          tab: 9
72317
          authorised_value: ""
72317
          authorised_value:
72318
          authtypecode: ""
72318
          authtypecode: ""
72319
          value_builder: ""
72319
          value_builder: ""
72320
          isurl:
72320
          isurl:
Lines 72332-72338 tables: Link Here
72332
          mandatory: 0
72332
          mandatory: 0
72333
          kohafield: ""
72333
          kohafield: ""
72334
          tab: 9
72334
          tab: 9
72335
          authorised_value: ""
72335
          authorised_value:
72336
          authtypecode: ""
72336
          authtypecode: ""
72337
          value_builder: ""
72337
          value_builder: ""
72338
          isurl:
72338
          isurl:
Lines 72350-72356 tables: Link Here
72350
          mandatory: 0
72350
          mandatory: 0
72351
          kohafield: ""
72351
          kohafield: ""
72352
          tab: 9
72352
          tab: 9
72353
          authorised_value: ""
72353
          authorised_value:
72354
          authtypecode: ""
72354
          authtypecode: ""
72355
          value_builder: ""
72355
          value_builder: ""
72356
          isurl:
72356
          isurl:
Lines 72368-72374 tables: Link Here
72368
          mandatory: 0
72368
          mandatory: 0
72369
          kohafield: ""
72369
          kohafield: ""
72370
          tab: 9
72370
          tab: 9
72371
          authorised_value: ""
72371
          authorised_value:
72372
          authtypecode: ""
72372
          authtypecode: ""
72373
          value_builder: ""
72373
          value_builder: ""
72374
          isurl:
72374
          isurl:
Lines 72386-72392 tables: Link Here
72386
          mandatory: 0
72386
          mandatory: 0
72387
          kohafield: ""
72387
          kohafield: ""
72388
          tab: 9
72388
          tab: 9
72389
          authorised_value: ""
72389
          authorised_value:
72390
          authtypecode: ""
72390
          authtypecode: ""
72391
          value_builder: ""
72391
          value_builder: ""
72392
          isurl:
72392
          isurl:
Lines 72404-72410 tables: Link Here
72404
          mandatory: 0
72404
          mandatory: 0
72405
          kohafield: ""
72405
          kohafield: ""
72406
          tab: 9
72406
          tab: 9
72407
          authorised_value: ""
72407
          authorised_value:
72408
          authtypecode: ""
72408
          authtypecode: ""
72409
          value_builder: ""
72409
          value_builder: ""
72410
          isurl:
72410
          isurl:
Lines 72422-72428 tables: Link Here
72422
          mandatory: 0
72422
          mandatory: 0
72423
          kohafield: ""
72423
          kohafield: ""
72424
          tab: 9
72424
          tab: 9
72425
          authorised_value: ""
72425
          authorised_value:
72426
          authtypecode: ""
72426
          authtypecode: ""
72427
          value_builder: ""
72427
          value_builder: ""
72428
          isurl:
72428
          isurl:
Lines 72440-72446 tables: Link Here
72440
          mandatory: 0
72440
          mandatory: 0
72441
          kohafield: ""
72441
          kohafield: ""
72442
          tab: 9
72442
          tab: 9
72443
          authorised_value: ""
72443
          authorised_value:
72444
          authtypecode: ""
72444
          authtypecode: ""
72445
          value_builder: ""
72445
          value_builder: ""
72446
          isurl:
72446
          isurl:
Lines 72458-72464 tables: Link Here
72458
          mandatory: 0
72458
          mandatory: 0
72459
          kohafield: ""
72459
          kohafield: ""
72460
          tab: 9
72460
          tab: 9
72461
          authorised_value: ""
72461
          authorised_value:
72462
          authtypecode: ""
72462
          authtypecode: ""
72463
          value_builder: ""
72463
          value_builder: ""
72464
          isurl:
72464
          isurl:
Lines 72476-72482 tables: Link Here
72476
          mandatory: 0
72476
          mandatory: 0
72477
          kohafield: ""
72477
          kohafield: ""
72478
          tab: 9
72478
          tab: 9
72479
          authorised_value: ""
72479
          authorised_value:
72480
          authtypecode: ""
72480
          authtypecode: ""
72481
          value_builder: ""
72481
          value_builder: ""
72482
          isurl:
72482
          isurl:
Lines 72494-72500 tables: Link Here
72494
          mandatory: 0
72494
          mandatory: 0
72495
          kohafield: ""
72495
          kohafield: ""
72496
          tab: 9
72496
          tab: 9
72497
          authorised_value: ""
72497
          authorised_value:
72498
          authtypecode: ""
72498
          authtypecode: ""
72499
          value_builder: ""
72499
          value_builder: ""
72500
          isurl:
72500
          isurl:
Lines 72512-72518 tables: Link Here
72512
          mandatory: 0
72512
          mandatory: 0
72513
          kohafield: ""
72513
          kohafield: ""
72514
          tab: 9
72514
          tab: 9
72515
          authorised_value: ""
72515
          authorised_value:
72516
          authtypecode: ""
72516
          authtypecode: ""
72517
          value_builder: ""
72517
          value_builder: ""
72518
          isurl:
72518
          isurl:
Lines 72530-72536 tables: Link Here
72530
          mandatory: 0
72530
          mandatory: 0
72531
          kohafield: ""
72531
          kohafield: ""
72532
          tab: 9
72532
          tab: 9
72533
          authorised_value: ""
72533
          authorised_value:
72534
          authtypecode: ""
72534
          authtypecode: ""
72535
          value_builder: ""
72535
          value_builder: ""
72536
          isurl:
72536
          isurl:
Lines 72548-72554 tables: Link Here
72548
          mandatory: 0
72548
          mandatory: 0
72549
          kohafield: ""
72549
          kohafield: ""
72550
          tab: 9
72550
          tab: 9
72551
          authorised_value: ""
72551
          authorised_value:
72552
          authtypecode: ""
72552
          authtypecode: ""
72553
          value_builder: ""
72553
          value_builder: ""
72554
          isurl:
72554
          isurl:
Lines 72566-72572 tables: Link Here
72566
          mandatory: 0
72566
          mandatory: 0
72567
          kohafield: ""
72567
          kohafield: ""
72568
          tab: 9
72568
          tab: 9
72569
          authorised_value: ""
72569
          authorised_value:
72570
          authtypecode: ""
72570
          authtypecode: ""
72571
          value_builder: ""
72571
          value_builder: ""
72572
          isurl:
72572
          isurl:
Lines 72584-72590 tables: Link Here
72584
          mandatory: 0
72584
          mandatory: 0
72585
          kohafield: ""
72585
          kohafield: ""
72586
          tab: 9
72586
          tab: 9
72587
          authorised_value: ""
72587
          authorised_value:
72588
          authtypecode: ""
72588
          authtypecode: ""
72589
          value_builder: ""
72589
          value_builder: ""
72590
          isurl:
72590
          isurl:
Lines 72602-72608 tables: Link Here
72602
          mandatory: 0
72602
          mandatory: 0
72603
          kohafield: ""
72603
          kohafield: ""
72604
          tab: 9
72604
          tab: 9
72605
          authorised_value: ""
72605
          authorised_value:
72606
          authtypecode: ""
72606
          authtypecode: ""
72607
          value_builder: ""
72607
          value_builder: ""
72608
          isurl:
72608
          isurl:
Lines 72620-72626 tables: Link Here
72620
          mandatory: 0
72620
          mandatory: 0
72621
          kohafield: ""
72621
          kohafield: ""
72622
          tab: 9
72622
          tab: 9
72623
          authorised_value: ""
72623
          authorised_value:
72624
          authtypecode: ""
72624
          authtypecode: ""
72625
          value_builder: ""
72625
          value_builder: ""
72626
          isurl:
72626
          isurl:
Lines 72638-72644 tables: Link Here
72638
          mandatory: 0
72638
          mandatory: 0
72639
          kohafield: ""
72639
          kohafield: ""
72640
          tab: 9
72640
          tab: 9
72641
          authorised_value: ""
72641
          authorised_value:
72642
          authtypecode: ""
72642
          authtypecode: ""
72643
          value_builder: ""
72643
          value_builder: ""
72644
          isurl:
72644
          isurl:
Lines 72656-72662 tables: Link Here
72656
          mandatory: 0
72656
          mandatory: 0
72657
          kohafield: ""
72657
          kohafield: ""
72658
          tab: 9
72658
          tab: 9
72659
          authorised_value: ""
72659
          authorised_value:
72660
          authtypecode: ""
72660
          authtypecode: ""
72661
          value_builder: ""
72661
          value_builder: ""
72662
          isurl:
72662
          isurl:
Lines 72674-72680 tables: Link Here
72674
          mandatory: 0
72674
          mandatory: 0
72675
          kohafield: ""
72675
          kohafield: ""
72676
          tab: 9
72676
          tab: 9
72677
          authorised_value: ""
72677
          authorised_value:
72678
          authtypecode: ""
72678
          authtypecode: ""
72679
          value_builder: ""
72679
          value_builder: ""
72680
          isurl:
72680
          isurl:
Lines 72692-72698 tables: Link Here
72692
          mandatory: 0
72692
          mandatory: 0
72693
          kohafield: ""
72693
          kohafield: ""
72694
          tab: 9
72694
          tab: 9
72695
          authorised_value: ""
72695
          authorised_value:
72696
          authtypecode: ""
72696
          authtypecode: ""
72697
          value_builder: ""
72697
          value_builder: ""
72698
          isurl:
72698
          isurl:
Lines 72710-72716 tables: Link Here
72710
          mandatory: 0
72710
          mandatory: 0
72711
          kohafield: ""
72711
          kohafield: ""
72712
          tab: 9
72712
          tab: 9
72713
          authorised_value: ""
72713
          authorised_value:
72714
          authtypecode: ""
72714
          authtypecode: ""
72715
          value_builder: ""
72715
          value_builder: ""
72716
          isurl:
72716
          isurl:
Lines 72728-72734 tables: Link Here
72728
          mandatory: 0
72728
          mandatory: 0
72729
          kohafield: ""
72729
          kohafield: ""
72730
          tab: 9
72730
          tab: 9
72731
          authorised_value: ""
72731
          authorised_value:
72732
          authtypecode: ""
72732
          authtypecode: ""
72733
          value_builder: ""
72733
          value_builder: ""
72734
          isurl:
72734
          isurl:
Lines 72746-72752 tables: Link Here
72746
          mandatory: 0
72746
          mandatory: 0
72747
          kohafield: ""
72747
          kohafield: ""
72748
          tab: 9
72748
          tab: 9
72749
          authorised_value: ""
72749
          authorised_value:
72750
          authtypecode: ""
72750
          authtypecode: ""
72751
          value_builder: ""
72751
          value_builder: ""
72752
          isurl:
72752
          isurl:
Lines 72764-72770 tables: Link Here
72764
          mandatory: 0
72764
          mandatory: 0
72765
          kohafield: ""
72765
          kohafield: ""
72766
          tab: 9
72766
          tab: 9
72767
          authorised_value: ""
72767
          authorised_value:
72768
          authtypecode: ""
72768
          authtypecode: ""
72769
          value_builder: ""
72769
          value_builder: ""
72770
          isurl:
72770
          isurl:
Lines 72782-72788 tables: Link Here
72782
          mandatory: 0
72782
          mandatory: 0
72783
          kohafield: ""
72783
          kohafield: ""
72784
          tab: 9
72784
          tab: 9
72785
          authorised_value: ""
72785
          authorised_value:
72786
          authtypecode: ""
72786
          authtypecode: ""
72787
          value_builder: ""
72787
          value_builder: ""
72788
          isurl:
72788
          isurl:
Lines 72800-72806 tables: Link Here
72800
          mandatory: 0
72800
          mandatory: 0
72801
          kohafield: ""
72801
          kohafield: ""
72802
          tab: 9
72802
          tab: 9
72803
          authorised_value: ""
72803
          authorised_value:
72804
          authtypecode: ""
72804
          authtypecode: ""
72805
          value_builder: ""
72805
          value_builder: ""
72806
          isurl:
72806
          isurl:
Lines 72818-72824 tables: Link Here
72818
          mandatory: 0
72818
          mandatory: 0
72819
          kohafield: ""
72819
          kohafield: ""
72820
          tab: 9
72820
          tab: 9
72821
          authorised_value: ""
72821
          authorised_value:
72822
          authtypecode: ""
72822
          authtypecode: ""
72823
          value_builder: ""
72823
          value_builder: ""
72824
          isurl:
72824
          isurl:
Lines 72836-72842 tables: Link Here
72836
          mandatory: 0
72836
          mandatory: 0
72837
          kohafield: ""
72837
          kohafield: ""
72838
          tab: 9
72838
          tab: 9
72839
          authorised_value: ""
72839
          authorised_value:
72840
          authtypecode: ""
72840
          authtypecode: ""
72841
          value_builder: ""
72841
          value_builder: ""
72842
          isurl:
72842
          isurl:
Lines 72854-72860 tables: Link Here
72854
          mandatory: 0
72854
          mandatory: 0
72855
          kohafield: ""
72855
          kohafield: ""
72856
          tab: 9
72856
          tab: 9
72857
          authorised_value: ""
72857
          authorised_value:
72858
          authtypecode: ""
72858
          authtypecode: ""
72859
          value_builder: ""
72859
          value_builder: ""
72860
          isurl:
72860
          isurl:
Lines 72872-72878 tables: Link Here
72872
          mandatory: 0
72872
          mandatory: 0
72873
          kohafield: ""
72873
          kohafield: ""
72874
          tab: 9
72874
          tab: 9
72875
          authorised_value: ""
72875
          authorised_value:
72876
          authtypecode: ""
72876
          authtypecode: ""
72877
          value_builder: ""
72877
          value_builder: ""
72878
          isurl:
72878
          isurl:
Lines 72890-72896 tables: Link Here
72890
          mandatory: 0
72890
          mandatory: 0
72891
          kohafield: ""
72891
          kohafield: ""
72892
          tab: 9
72892
          tab: 9
72893
          authorised_value: ""
72893
          authorised_value:
72894
          authtypecode: ""
72894
          authtypecode: ""
72895
          value_builder: ""
72895
          value_builder: ""
72896
          isurl:
72896
          isurl:
Lines 72908-72914 tables: Link Here
72908
          mandatory: 0
72908
          mandatory: 0
72909
          kohafield: ""
72909
          kohafield: ""
72910
          tab: 9
72910
          tab: 9
72911
          authorised_value: ""
72911
          authorised_value:
72912
          authtypecode: ""
72912
          authtypecode: ""
72913
          value_builder: ""
72913
          value_builder: ""
72914
          isurl:
72914
          isurl:
Lines 72926-72932 tables: Link Here
72926
          mandatory: 0
72926
          mandatory: 0
72927
          kohafield: ""
72927
          kohafield: ""
72928
          tab: 9
72928
          tab: 9
72929
          authorised_value: ""
72929
          authorised_value:
72930
          authtypecode: ""
72930
          authtypecode: ""
72931
          value_builder: ""
72931
          value_builder: ""
72932
          isurl:
72932
          isurl:
Lines 72944-72950 tables: Link Here
72944
          mandatory: 0
72944
          mandatory: 0
72945
          kohafield: ""
72945
          kohafield: ""
72946
          tab: 9
72946
          tab: 9
72947
          authorised_value: ""
72947
          authorised_value:
72948
          authtypecode: ""
72948
          authtypecode: ""
72949
          value_builder: ""
72949
          value_builder: ""
72950
          isurl:
72950
          isurl:
Lines 72962-72968 tables: Link Here
72962
          mandatory: 0
72962
          mandatory: 0
72963
          kohafield: ""
72963
          kohafield: ""
72964
          tab: 9
72964
          tab: 9
72965
          authorised_value: ""
72965
          authorised_value:
72966
          authtypecode: ""
72966
          authtypecode: ""
72967
          value_builder: ""
72967
          value_builder: ""
72968
          isurl:
72968
          isurl:
Lines 72980-72986 tables: Link Here
72980
          mandatory: 0
72980
          mandatory: 0
72981
          kohafield: ""
72981
          kohafield: ""
72982
          tab: 9
72982
          tab: 9
72983
          authorised_value: ""
72983
          authorised_value:
72984
          authtypecode: ""
72984
          authtypecode: ""
72985
          value_builder: ""
72985
          value_builder: ""
72986
          isurl:
72986
          isurl:
Lines 72998-73004 tables: Link Here
72998
          mandatory: 0
72998
          mandatory: 0
72999
          kohafield: ""
72999
          kohafield: ""
73000
          tab: 9
73000
          tab: 9
73001
          authorised_value: ""
73001
          authorised_value:
73002
          authtypecode: ""
73002
          authtypecode: ""
73003
          value_builder: ""
73003
          value_builder: ""
73004
          isurl:
73004
          isurl:
Lines 73016-73022 tables: Link Here
73016
          mandatory: 0
73016
          mandatory: 0
73017
          kohafield: ""
73017
          kohafield: ""
73018
          tab: 9
73018
          tab: 9
73019
          authorised_value: ""
73019
          authorised_value:
73020
          authtypecode: ""
73020
          authtypecode: ""
73021
          value_builder: ""
73021
          value_builder: ""
73022
          isurl:
73022
          isurl:
Lines 73034-73040 tables: Link Here
73034
          mandatory: 0
73034
          mandatory: 0
73035
          kohafield: ""
73035
          kohafield: ""
73036
          tab: 9
73036
          tab: 9
73037
          authorised_value: ""
73037
          authorised_value:
73038
          authtypecode: ""
73038
          authtypecode: ""
73039
          value_builder: ""
73039
          value_builder: ""
73040
          isurl:
73040
          isurl:
Lines 73052-73058 tables: Link Here
73052
          mandatory: 0
73052
          mandatory: 0
73053
          kohafield: ""
73053
          kohafield: ""
73054
          tab: 9
73054
          tab: 9
73055
          authorised_value: ""
73055
          authorised_value:
73056
          authtypecode: ""
73056
          authtypecode: ""
73057
          value_builder: ""
73057
          value_builder: ""
73058
          isurl:
73058
          isurl:
Lines 73070-73076 tables: Link Here
73070
          mandatory: 0
73070
          mandatory: 0
73071
          kohafield: ""
73071
          kohafield: ""
73072
          tab: 9
73072
          tab: 9
73073
          authorised_value: ""
73073
          authorised_value:
73074
          authtypecode: ""
73074
          authtypecode: ""
73075
          value_builder: ""
73075
          value_builder: ""
73076
          isurl:
73076
          isurl:
Lines 73088-73094 tables: Link Here
73088
          mandatory: 0
73088
          mandatory: 0
73089
          kohafield: ""
73089
          kohafield: ""
73090
          tab: 9
73090
          tab: 9
73091
          authorised_value: ""
73091
          authorised_value:
73092
          authtypecode: ""
73092
          authtypecode: ""
73093
          value_builder: ""
73093
          value_builder: ""
73094
          isurl:
73094
          isurl:
Lines 73106-73112 tables: Link Here
73106
          mandatory: 0
73106
          mandatory: 0
73107
          kohafield: ""
73107
          kohafield: ""
73108
          tab: 9
73108
          tab: 9
73109
          authorised_value: ""
73109
          authorised_value:
73110
          authtypecode: ""
73110
          authtypecode: ""
73111
          value_builder: ""
73111
          value_builder: ""
73112
          isurl:
73112
          isurl:
Lines 73124-73130 tables: Link Here
73124
          mandatory: 0
73124
          mandatory: 0
73125
          kohafield: ""
73125
          kohafield: ""
73126
          tab: 9
73126
          tab: 9
73127
          authorised_value: ""
73127
          authorised_value:
73128
          authtypecode: ""
73128
          authtypecode: ""
73129
          value_builder: ""
73129
          value_builder: ""
73130
          isurl: 0
73130
          isurl: 0
Lines 73142-73148 tables: Link Here
73142
          mandatory: 0
73142
          mandatory: 0
73143
          kohafield: ""
73143
          kohafield: ""
73144
          tab: 9
73144
          tab: 9
73145
          authorised_value: ""
73145
          authorised_value:
73146
          authtypecode: ""
73146
          authtypecode: ""
73147
          value_builder: ""
73147
          value_builder: ""
73148
          isurl:
73148
          isurl:
Lines 73160-73166 tables: Link Here
73160
          mandatory: 0
73160
          mandatory: 0
73161
          kohafield: ""
73161
          kohafield: ""
73162
          tab: 9
73162
          tab: 9
73163
          authorised_value: ""
73163
          authorised_value:
73164
          authtypecode: ""
73164
          authtypecode: ""
73165
          value_builder: ""
73165
          value_builder: ""
73166
          isurl:
73166
          isurl:
Lines 73178-73184 tables: Link Here
73178
          mandatory: 0
73178
          mandatory: 0
73179
          kohafield: ""
73179
          kohafield: ""
73180
          tab: 9
73180
          tab: 9
73181
          authorised_value: ""
73181
          authorised_value:
73182
          authtypecode: ""
73182
          authtypecode: ""
73183
          value_builder: ""
73183
          value_builder: ""
73184
          isurl:
73184
          isurl:
Lines 73196-73202 tables: Link Here
73196
          mandatory: 0
73196
          mandatory: 0
73197
          kohafield: ""
73197
          kohafield: ""
73198
          tab: 9
73198
          tab: 9
73199
          authorised_value: ""
73199
          authorised_value:
73200
          authtypecode: ""
73200
          authtypecode: ""
73201
          value_builder: ""
73201
          value_builder: ""
73202
          isurl:
73202
          isurl:
Lines 73214-73220 tables: Link Here
73214
          mandatory: 0
73214
          mandatory: 0
73215
          kohafield: ""
73215
          kohafield: ""
73216
          tab: 9
73216
          tab: 9
73217
          authorised_value: ""
73217
          authorised_value:
73218
          authtypecode: ""
73218
          authtypecode: ""
73219
          value_builder: ""
73219
          value_builder: ""
73220
          isurl:
73220
          isurl:
Lines 73232-73238 tables: Link Here
73232
          mandatory: 0
73232
          mandatory: 0
73233
          kohafield: ""
73233
          kohafield: ""
73234
          tab: 9
73234
          tab: 9
73235
          authorised_value: ""
73235
          authorised_value:
73236
          authtypecode: ""
73236
          authtypecode: ""
73237
          value_builder: ""
73237
          value_builder: ""
73238
          isurl:
73238
          isurl:
Lines 73250-73256 tables: Link Here
73250
          mandatory: 0
73250
          mandatory: 0
73251
          kohafield: ""
73251
          kohafield: ""
73252
          tab: 9
73252
          tab: 9
73253
          authorised_value: ""
73253
          authorised_value:
73254
          authtypecode: ""
73254
          authtypecode: ""
73255
          value_builder: ""
73255
          value_builder: ""
73256
          isurl:
73256
          isurl:
Lines 73268-73274 tables: Link Here
73268
          mandatory: 0
73268
          mandatory: 0
73269
          kohafield: ""
73269
          kohafield: ""
73270
          tab: 9
73270
          tab: 9
73271
          authorised_value: ""
73271
          authorised_value:
73272
          authtypecode: ""
73272
          authtypecode: ""
73273
          value_builder: ""
73273
          value_builder: ""
73274
          isurl:
73274
          isurl:
Lines 73286-73292 tables: Link Here
73286
          mandatory: 0
73286
          mandatory: 0
73287
          kohafield: ""
73287
          kohafield: ""
73288
          tab: 9
73288
          tab: 9
73289
          authorised_value: ""
73289
          authorised_value:
73290
          authtypecode: ""
73290
          authtypecode: ""
73291
          value_builder: ""
73291
          value_builder: ""
73292
          isurl:
73292
          isurl:
Lines 73304-73310 tables: Link Here
73304
          mandatory: 0
73304
          mandatory: 0
73305
          kohafield: ""
73305
          kohafield: ""
73306
          tab: 9
73306
          tab: 9
73307
          authorised_value: ""
73307
          authorised_value:
73308
          authtypecode: ""
73308
          authtypecode: ""
73309
          value_builder: ""
73309
          value_builder: ""
73310
          isurl:
73310
          isurl:
Lines 73322-73328 tables: Link Here
73322
          mandatory: 0
73322
          mandatory: 0
73323
          kohafield: ""
73323
          kohafield: ""
73324
          tab: 9
73324
          tab: 9
73325
          authorised_value: ""
73325
          authorised_value:
73326
          authtypecode: ""
73326
          authtypecode: ""
73327
          value_builder: ""
73327
          value_builder: ""
73328
          isurl:
73328
          isurl:
Lines 73340-73346 tables: Link Here
73340
          mandatory: 0
73340
          mandatory: 0
73341
          kohafield: ""
73341
          kohafield: ""
73342
          tab: 9
73342
          tab: 9
73343
          authorised_value: ""
73343
          authorised_value:
73344
          authtypecode: ""
73344
          authtypecode: ""
73345
          value_builder: ""
73345
          value_builder: ""
73346
          isurl:
73346
          isurl:
Lines 73358-73364 tables: Link Here
73358
          mandatory: 0
73358
          mandatory: 0
73359
          kohafield: ""
73359
          kohafield: ""
73360
          tab: 9
73360
          tab: 9
73361
          authorised_value: ""
73361
          authorised_value:
73362
          authtypecode: ""
73362
          authtypecode: ""
73363
          value_builder: ""
73363
          value_builder: ""
73364
          isurl:
73364
          isurl:
Lines 73376-73382 tables: Link Here
73376
          mandatory: 0
73376
          mandatory: 0
73377
          kohafield: ""
73377
          kohafield: ""
73378
          tab: 9
73378
          tab: 9
73379
          authorised_value: ""
73379
          authorised_value:
73380
          authtypecode: ""
73380
          authtypecode: ""
73381
          value_builder: ""
73381
          value_builder: ""
73382
          isurl:
73382
          isurl:
Lines 73394-73400 tables: Link Here
73394
          mandatory: 0
73394
          mandatory: 0
73395
          kohafield: ""
73395
          kohafield: ""
73396
          tab: 9
73396
          tab: 9
73397
          authorised_value: ""
73397
          authorised_value:
73398
          authtypecode: ""
73398
          authtypecode: ""
73399
          value_builder: ""
73399
          value_builder: ""
73400
          isurl:
73400
          isurl:
Lines 73412-73418 tables: Link Here
73412
          mandatory: 0
73412
          mandatory: 0
73413
          kohafield: ""
73413
          kohafield: ""
73414
          tab: 9
73414
          tab: 9
73415
          authorised_value: ""
73415
          authorised_value:
73416
          authtypecode: ""
73416
          authtypecode: ""
73417
          value_builder: ""
73417
          value_builder: ""
73418
          isurl:
73418
          isurl:
Lines 73430-73436 tables: Link Here
73430
          mandatory: 0
73430
          mandatory: 0
73431
          kohafield: ""
73431
          kohafield: ""
73432
          tab: 9
73432
          tab: 9
73433
          authorised_value: ""
73433
          authorised_value:
73434
          authtypecode: ""
73434
          authtypecode: ""
73435
          value_builder: ""
73435
          value_builder: ""
73436
          isurl:
73436
          isurl:
Lines 73448-73454 tables: Link Here
73448
          mandatory: 0
73448
          mandatory: 0
73449
          kohafield: ""
73449
          kohafield: ""
73450
          tab: 9
73450
          tab: 9
73451
          authorised_value: ""
73451
          authorised_value:
73452
          authtypecode: ""
73452
          authtypecode: ""
73453
          value_builder: ""
73453
          value_builder: ""
73454
          isurl:
73454
          isurl:
Lines 73466-73472 tables: Link Here
73466
          mandatory: 0
73466
          mandatory: 0
73467
          kohafield: ""
73467
          kohafield: ""
73468
          tab: 9
73468
          tab: 9
73469
          authorised_value: ""
73469
          authorised_value:
73470
          authtypecode: ""
73470
          authtypecode: ""
73471
          value_builder: ""
73471
          value_builder: ""
73472
          isurl:
73472
          isurl:
Lines 73484-73490 tables: Link Here
73484
          mandatory: 0
73484
          mandatory: 0
73485
          kohafield: ""
73485
          kohafield: ""
73486
          tab: 9
73486
          tab: 9
73487
          authorised_value: ""
73487
          authorised_value:
73488
          authtypecode: ""
73488
          authtypecode: ""
73489
          value_builder: ""
73489
          value_builder: ""
73490
          isurl:
73490
          isurl:
Lines 73502-73508 tables: Link Here
73502
          mandatory: 0
73502
          mandatory: 0
73503
          kohafield: ""
73503
          kohafield: ""
73504
          tab: 9
73504
          tab: 9
73505
          authorised_value: ""
73505
          authorised_value:
73506
          authtypecode: ""
73506
          authtypecode: ""
73507
          value_builder: ""
73507
          value_builder: ""
73508
          isurl:
73508
          isurl:
Lines 73520-73526 tables: Link Here
73520
          mandatory: 0
73520
          mandatory: 0
73521
          kohafield: ""
73521
          kohafield: ""
73522
          tab: 9
73522
          tab: 9
73523
          authorised_value: ""
73523
          authorised_value:
73524
          authtypecode: ""
73524
          authtypecode: ""
73525
          value_builder: ""
73525
          value_builder: ""
73526
          isurl:
73526
          isurl:
Lines 73538-73544 tables: Link Here
73538
          mandatory: 0
73538
          mandatory: 0
73539
          kohafield: ""
73539
          kohafield: ""
73540
          tab: 9
73540
          tab: 9
73541
          authorised_value: ""
73541
          authorised_value:
73542
          authtypecode: ""
73542
          authtypecode: ""
73543
          value_builder: ""
73543
          value_builder: ""
73544
          isurl:
73544
          isurl:
Lines 73556-73562 tables: Link Here
73556
          mandatory: 0
73556
          mandatory: 0
73557
          kohafield: ""
73557
          kohafield: ""
73558
          tab: 9
73558
          tab: 9
73559
          authorised_value: ""
73559
          authorised_value:
73560
          authtypecode: ""
73560
          authtypecode: ""
73561
          value_builder: ""
73561
          value_builder: ""
73562
          isurl:
73562
          isurl:
Lines 73574-73580 tables: Link Here
73574
          mandatory: 0
73574
          mandatory: 0
73575
          kohafield: ""
73575
          kohafield: ""
73576
          tab: 9
73576
          tab: 9
73577
          authorised_value: ""
73577
          authorised_value:
73578
          authtypecode: ""
73578
          authtypecode: ""
73579
          value_builder: ""
73579
          value_builder: ""
73580
          isurl:
73580
          isurl:
Lines 73592-73598 tables: Link Here
73592
          mandatory: 0
73592
          mandatory: 0
73593
          kohafield: ""
73593
          kohafield: ""
73594
          tab: 9
73594
          tab: 9
73595
          authorised_value: ""
73595
          authorised_value:
73596
          authtypecode: ""
73596
          authtypecode: ""
73597
          value_builder: ""
73597
          value_builder: ""
73598
          isurl:
73598
          isurl:
Lines 73610-73616 tables: Link Here
73610
          mandatory: 0
73610
          mandatory: 0
73611
          kohafield: ""
73611
          kohafield: ""
73612
          tab: 9
73612
          tab: 9
73613
          authorised_value: ""
73613
          authorised_value:
73614
          authtypecode: ""
73614
          authtypecode: ""
73615
          value_builder: ""
73615
          value_builder: ""
73616
          isurl:
73616
          isurl:
Lines 73628-73634 tables: Link Here
73628
          mandatory: 0
73628
          mandatory: 0
73629
          kohafield: ""
73629
          kohafield: ""
73630
          tab: 9
73630
          tab: 9
73631
          authorised_value: ""
73631
          authorised_value:
73632
          authtypecode: ""
73632
          authtypecode: ""
73633
          value_builder: ""
73633
          value_builder: ""
73634
          isurl:
73634
          isurl:
Lines 73646-73652 tables: Link Here
73646
          mandatory: 0
73646
          mandatory: 0
73647
          kohafield: ""
73647
          kohafield: ""
73648
          tab: 9
73648
          tab: 9
73649
          authorised_value: ""
73649
          authorised_value:
73650
          authtypecode: ""
73650
          authtypecode: ""
73651
          value_builder: ""
73651
          value_builder: ""
73652
          isurl:
73652
          isurl:
Lines 73664-73670 tables: Link Here
73664
          mandatory: 0
73664
          mandatory: 0
73665
          kohafield: ""
73665
          kohafield: ""
73666
          tab: 9
73666
          tab: 9
73667
          authorised_value: ""
73667
          authorised_value:
73668
          authtypecode: ""
73668
          authtypecode: ""
73669
          value_builder: ""
73669
          value_builder: ""
73670
          isurl:
73670
          isurl:
Lines 73682-73688 tables: Link Here
73682
          mandatory: 0
73682
          mandatory: 0
73683
          kohafield: ""
73683
          kohafield: ""
73684
          tab: 9
73684
          tab: 9
73685
          authorised_value: ""
73685
          authorised_value:
73686
          authtypecode: ""
73686
          authtypecode: ""
73687
          value_builder: ""
73687
          value_builder: ""
73688
          isurl:
73688
          isurl:
Lines 73700-73706 tables: Link Here
73700
          mandatory: 0
73700
          mandatory: 0
73701
          kohafield: ""
73701
          kohafield: ""
73702
          tab: 9
73702
          tab: 9
73703
          authorised_value: ""
73703
          authorised_value:
73704
          authtypecode: ""
73704
          authtypecode: ""
73705
          value_builder: ""
73705
          value_builder: ""
73706
          isurl:
73706
          isurl:
Lines 73718-73724 tables: Link Here
73718
          mandatory: 0
73718
          mandatory: 0
73719
          kohafield: ""
73719
          kohafield: ""
73720
          tab: 9
73720
          tab: 9
73721
          authorised_value: ""
73721
          authorised_value:
73722
          authtypecode: ""
73722
          authtypecode: ""
73723
          value_builder: ""
73723
          value_builder: ""
73724
          isurl:
73724
          isurl:
Lines 73736-73742 tables: Link Here
73736
          mandatory: 0
73736
          mandatory: 0
73737
          kohafield: ""
73737
          kohafield: ""
73738
          tab: 9
73738
          tab: 9
73739
          authorised_value: ""
73739
          authorised_value:
73740
          authtypecode: ""
73740
          authtypecode: ""
73741
          value_builder: ""
73741
          value_builder: ""
73742
          isurl:
73742
          isurl:
Lines 73754-73760 tables: Link Here
73754
          mandatory: 0
73754
          mandatory: 0
73755
          kohafield: ""
73755
          kohafield: ""
73756
          tab: 9
73756
          tab: 9
73757
          authorised_value: ""
73757
          authorised_value:
73758
          authtypecode: ""
73758
          authtypecode: ""
73759
          value_builder: ""
73759
          value_builder: ""
73760
          isurl:
73760
          isurl:
Lines 73772-73778 tables: Link Here
73772
          mandatory: 0
73772
          mandatory: 0
73773
          kohafield: ""
73773
          kohafield: ""
73774
          tab: 9
73774
          tab: 9
73775
          authorised_value: ""
73775
          authorised_value:
73776
          authtypecode: ""
73776
          authtypecode: ""
73777
          value_builder: ""
73777
          value_builder: ""
73778
          isurl:
73778
          isurl:
Lines 73790-73796 tables: Link Here
73790
          mandatory: 0
73790
          mandatory: 0
73791
          kohafield: ""
73791
          kohafield: ""
73792
          tab: 9
73792
          tab: 9
73793
          authorised_value: ""
73793
          authorised_value:
73794
          authtypecode: ""
73794
          authtypecode: ""
73795
          value_builder: ""
73795
          value_builder: ""
73796
          isurl:
73796
          isurl:
Lines 73808-73814 tables: Link Here
73808
          mandatory: 0
73808
          mandatory: 0
73809
          kohafield: ""
73809
          kohafield: ""
73810
          tab: 9
73810
          tab: 9
73811
          authorised_value: ""
73811
          authorised_value:
73812
          authtypecode: ""
73812
          authtypecode: ""
73813
          value_builder: ""
73813
          value_builder: ""
73814
          isurl:
73814
          isurl:
Lines 73826-73832 tables: Link Here
73826
          mandatory: 0
73826
          mandatory: 0
73827
          kohafield: ""
73827
          kohafield: ""
73828
          tab: 9
73828
          tab: 9
73829
          authorised_value: ""
73829
          authorised_value:
73830
          authtypecode: ""
73830
          authtypecode: ""
73831
          value_builder: ""
73831
          value_builder: ""
73832
          isurl:
73832
          isurl:
Lines 73844-73850 tables: Link Here
73844
          mandatory: 0
73844
          mandatory: 0
73845
          kohafield: ""
73845
          kohafield: ""
73846
          tab: 9
73846
          tab: 9
73847
          authorised_value: ""
73847
          authorised_value:
73848
          authtypecode: ""
73848
          authtypecode: ""
73849
          value_builder: ""
73849
          value_builder: ""
73850
          isurl:
73850
          isurl:
Lines 73862-73868 tables: Link Here
73862
          mandatory: 0
73862
          mandatory: 0
73863
          kohafield: ""
73863
          kohafield: ""
73864
          tab: 9
73864
          tab: 9
73865
          authorised_value: ""
73865
          authorised_value:
73866
          authtypecode: ""
73866
          authtypecode: ""
73867
          value_builder: ""
73867
          value_builder: ""
73868
          isurl:
73868
          isurl:
Lines 73880-73886 tables: Link Here
73880
          mandatory: 0
73880
          mandatory: 0
73881
          kohafield: ""
73881
          kohafield: ""
73882
          tab: 9
73882
          tab: 9
73883
          authorised_value: ""
73883
          authorised_value:
73884
          authtypecode: ""
73884
          authtypecode: ""
73885
          value_builder: ""
73885
          value_builder: ""
73886
          isurl:
73886
          isurl:
Lines 73898-73904 tables: Link Here
73898
          mandatory: 0
73898
          mandatory: 0
73899
          kohafield: ""
73899
          kohafield: ""
73900
          tab: 9
73900
          tab: 9
73901
          authorised_value: ""
73901
          authorised_value:
73902
          authtypecode: ""
73902
          authtypecode: ""
73903
          value_builder: ""
73903
          value_builder: ""
73904
          isurl:
73904
          isurl:
Lines 73916-73922 tables: Link Here
73916
          mandatory: 0
73916
          mandatory: 0
73917
          kohafield: ""
73917
          kohafield: ""
73918
          tab: 9
73918
          tab: 9
73919
          authorised_value: ""
73919
          authorised_value:
73920
          authtypecode: ""
73920
          authtypecode: ""
73921
          value_builder: ""
73921
          value_builder: ""
73922
          isurl:
73922
          isurl:
Lines 73934-73940 tables: Link Here
73934
          mandatory: 0
73934
          mandatory: 0
73935
          kohafield: ""
73935
          kohafield: ""
73936
          tab: 9
73936
          tab: 9
73937
          authorised_value: ""
73937
          authorised_value:
73938
          authtypecode: ""
73938
          authtypecode: ""
73939
          value_builder: ""
73939
          value_builder: ""
73940
          isurl:
73940
          isurl:
Lines 73952-73958 tables: Link Here
73952
          mandatory: 0
73952
          mandatory: 0
73953
          kohafield: ""
73953
          kohafield: ""
73954
          tab: 9
73954
          tab: 9
73955
          authorised_value: ""
73955
          authorised_value:
73956
          authtypecode: ""
73956
          authtypecode: ""
73957
          value_builder: ""
73957
          value_builder: ""
73958
          isurl:
73958
          isurl:
Lines 73970-73976 tables: Link Here
73970
          mandatory: 0
73970
          mandatory: 0
73971
          kohafield: ""
73971
          kohafield: ""
73972
          tab: 9
73972
          tab: 9
73973
          authorised_value: ""
73973
          authorised_value:
73974
          authtypecode: ""
73974
          authtypecode: ""
73975
          value_builder: ""
73975
          value_builder: ""
73976
          isurl:
73976
          isurl:
Lines 73988-73994 tables: Link Here
73988
          mandatory: 0
73988
          mandatory: 0
73989
          kohafield: ""
73989
          kohafield: ""
73990
          tab: 9
73990
          tab: 9
73991
          authorised_value: ""
73991
          authorised_value:
73992
          authtypecode: ""
73992
          authtypecode: ""
73993
          value_builder: ""
73993
          value_builder: ""
73994
          isurl:
73994
          isurl:
Lines 74006-74012 tables: Link Here
74006
          mandatory: 0
74006
          mandatory: 0
74007
          kohafield: ""
74007
          kohafield: ""
74008
          tab: 9
74008
          tab: 9
74009
          authorised_value: ""
74009
          authorised_value:
74010
          authtypecode: ""
74010
          authtypecode: ""
74011
          value_builder: ""
74011
          value_builder: ""
74012
          isurl:
74012
          isurl:
Lines 74024-74030 tables: Link Here
74024
          mandatory: 0
74024
          mandatory: 0
74025
          kohafield: ""
74025
          kohafield: ""
74026
          tab: 9
74026
          tab: 9
74027
          authorised_value: ""
74027
          authorised_value:
74028
          authtypecode: ""
74028
          authtypecode: ""
74029
          value_builder: ""
74029
          value_builder: ""
74030
          isurl:
74030
          isurl:
Lines 74042-74048 tables: Link Here
74042
          mandatory: 0
74042
          mandatory: 0
74043
          kohafield: ""
74043
          kohafield: ""
74044
          tab: 9
74044
          tab: 9
74045
          authorised_value: ""
74045
          authorised_value:
74046
          authtypecode: ""
74046
          authtypecode: ""
74047
          value_builder: ""
74047
          value_builder: ""
74048
          isurl:
74048
          isurl:
Lines 74060-74066 tables: Link Here
74060
          mandatory: 0
74060
          mandatory: 0
74061
          kohafield: ""
74061
          kohafield: ""
74062
          tab: 9
74062
          tab: 9
74063
          authorised_value: ""
74063
          authorised_value:
74064
          authtypecode: ""
74064
          authtypecode: ""
74065
          value_builder: ""
74065
          value_builder: ""
74066
          isurl:
74066
          isurl:
Lines 74078-74084 tables: Link Here
74078
          mandatory: 0
74078
          mandatory: 0
74079
          kohafield: ""
74079
          kohafield: ""
74080
          tab: 9
74080
          tab: 9
74081
          authorised_value: ""
74081
          authorised_value:
74082
          authtypecode: ""
74082
          authtypecode: ""
74083
          value_builder: ""
74083
          value_builder: ""
74084
          isurl:
74084
          isurl:
Lines 74096-74102 tables: Link Here
74096
          mandatory: 0
74096
          mandatory: 0
74097
          kohafield: ""
74097
          kohafield: ""
74098
          tab: 9
74098
          tab: 9
74099
          authorised_value: ""
74099
          authorised_value:
74100
          authtypecode: ""
74100
          authtypecode: ""
74101
          value_builder: ""
74101
          value_builder: ""
74102
          isurl:
74102
          isurl:
Lines 74114-74120 tables: Link Here
74114
          mandatory: 0
74114
          mandatory: 0
74115
          kohafield: ""
74115
          kohafield: ""
74116
          tab: 9
74116
          tab: 9
74117
          authorised_value: ""
74117
          authorised_value:
74118
          authtypecode: ""
74118
          authtypecode: ""
74119
          value_builder: ""
74119
          value_builder: ""
74120
          isurl:
74120
          isurl:
Lines 74132-74138 tables: Link Here
74132
          mandatory: 0
74132
          mandatory: 0
74133
          kohafield: ""
74133
          kohafield: ""
74134
          tab: 9
74134
          tab: 9
74135
          authorised_value: ""
74135
          authorised_value:
74136
          authtypecode: ""
74136
          authtypecode: ""
74137
          value_builder: ""
74137
          value_builder: ""
74138
          isurl:
74138
          isurl:
Lines 74150-74156 tables: Link Here
74150
          mandatory: 0
74150
          mandatory: 0
74151
          kohafield: ""
74151
          kohafield: ""
74152
          tab: 9
74152
          tab: 9
74153
          authorised_value: ""
74153
          authorised_value:
74154
          authtypecode: ""
74154
          authtypecode: ""
74155
          value_builder: ""
74155
          value_builder: ""
74156
          isurl:
74156
          isurl:
Lines 74168-74174 tables: Link Here
74168
          mandatory: 0
74168
          mandatory: 0
74169
          kohafield: ""
74169
          kohafield: ""
74170
          tab: 9
74170
          tab: 9
74171
          authorised_value: ""
74171
          authorised_value:
74172
          authtypecode: ""
74172
          authtypecode: ""
74173
          value_builder: ""
74173
          value_builder: ""
74174
          isurl:
74174
          isurl:
Lines 74186-74192 tables: Link Here
74186
          mandatory: 0
74186
          mandatory: 0
74187
          kohafield: ""
74187
          kohafield: ""
74188
          tab: 9
74188
          tab: 9
74189
          authorised_value: ""
74189
          authorised_value:
74190
          authtypecode: ""
74190
          authtypecode: ""
74191
          value_builder: ""
74191
          value_builder: ""
74192
          isurl:
74192
          isurl:
Lines 74204-74210 tables: Link Here
74204
          mandatory: 0
74204
          mandatory: 0
74205
          kohafield: ""
74205
          kohafield: ""
74206
          tab: 9
74206
          tab: 9
74207
          authorised_value: ""
74207
          authorised_value:
74208
          authtypecode: ""
74208
          authtypecode: ""
74209
          value_builder: ""
74209
          value_builder: ""
74210
          isurl:
74210
          isurl:
Lines 74222-74228 tables: Link Here
74222
          mandatory: 0
74222
          mandatory: 0
74223
          kohafield: ""
74223
          kohafield: ""
74224
          tab: 9
74224
          tab: 9
74225
          authorised_value: ""
74225
          authorised_value:
74226
          authtypecode: ""
74226
          authtypecode: ""
74227
          value_builder: ""
74227
          value_builder: ""
74228
          isurl:
74228
          isurl:
Lines 74240-74246 tables: Link Here
74240
          mandatory: 0
74240
          mandatory: 0
74241
          kohafield: ""
74241
          kohafield: ""
74242
          tab: 9
74242
          tab: 9
74243
          authorised_value: ""
74243
          authorised_value:
74244
          authtypecode: ""
74244
          authtypecode: ""
74245
          value_builder: ""
74245
          value_builder: ""
74246
          isurl: 0
74246
          isurl: 0
Lines 74258-74264 tables: Link Here
74258
          mandatory: 0
74258
          mandatory: 0
74259
          kohafield: ""
74259
          kohafield: ""
74260
          tab: 9
74260
          tab: 9
74261
          authorised_value: ""
74261
          authorised_value:
74262
          authtypecode: ""
74262
          authtypecode: ""
74263
          value_builder: ""
74263
          value_builder: ""
74264
          isurl: 0
74264
          isurl: 0
Lines 74276-74282 tables: Link Here
74276
          mandatory: 0
74276
          mandatory: 0
74277
          kohafield: ""
74277
          kohafield: ""
74278
          tab: 9
74278
          tab: 9
74279
          authorised_value: ""
74279
          authorised_value:
74280
          authtypecode: ""
74280
          authtypecode: ""
74281
          value_builder: ""
74281
          value_builder: ""
74282
          isurl: 0
74282
          isurl: 0
Lines 74294-74300 tables: Link Here
74294
          mandatory: 0
74294
          mandatory: 0
74295
          kohafield: ""
74295
          kohafield: ""
74296
          tab: 9
74296
          tab: 9
74297
          authorised_value: ""
74297
          authorised_value:
74298
          authtypecode: ""
74298
          authtypecode: ""
74299
          value_builder: ""
74299
          value_builder: ""
74300
          isurl: 0
74300
          isurl: 0
Lines 74312-74318 tables: Link Here
74312
          mandatory: 0
74312
          mandatory: 0
74313
          kohafield: ""
74313
          kohafield: ""
74314
          tab: 9
74314
          tab: 9
74315
          authorised_value: ""
74315
          authorised_value:
74316
          authtypecode: ""
74316
          authtypecode: ""
74317
          value_builder: ""
74317
          value_builder: ""
74318
          isurl: 0
74318
          isurl: 0
Lines 74330-74336 tables: Link Here
74330
          mandatory: 0
74330
          mandatory: 0
74331
          kohafield: ""
74331
          kohafield: ""
74332
          tab: 9
74332
          tab: 9
74333
          authorised_value: ""
74333
          authorised_value:
74334
          authtypecode: ""
74334
          authtypecode: ""
74335
          value_builder: ""
74335
          value_builder: ""
74336
          isurl: 0
74336
          isurl: 0
Lines 74348-74354 tables: Link Here
74348
          mandatory: 0
74348
          mandatory: 0
74349
          kohafield: ""
74349
          kohafield: ""
74350
          tab: 9
74350
          tab: 9
74351
          authorised_value: ""
74351
          authorised_value:
74352
          authtypecode: ""
74352
          authtypecode: ""
74353
          value_builder: ""
74353
          value_builder: ""
74354
          isurl: 0
74354
          isurl: 0
Lines 74366-74372 tables: Link Here
74366
          mandatory: 0
74366
          mandatory: 0
74367
          kohafield: ""
74367
          kohafield: ""
74368
          tab: 9
74368
          tab: 9
74369
          authorised_value: ""
74369
          authorised_value:
74370
          authtypecode: ""
74370
          authtypecode: ""
74371
          value_builder: ""
74371
          value_builder: ""
74372
          isurl: 0
74372
          isurl: 0
Lines 74384-74390 tables: Link Here
74384
          mandatory: 0
74384
          mandatory: 0
74385
          kohafield: ""
74385
          kohafield: ""
74386
          tab: 9
74386
          tab: 9
74387
          authorised_value: ""
74387
          authorised_value:
74388
          authtypecode: ""
74388
          authtypecode: ""
74389
          value_builder: ""
74389
          value_builder: ""
74390
          isurl: 0
74390
          isurl: 0
Lines 74402-74408 tables: Link Here
74402
          mandatory: 0
74402
          mandatory: 0
74403
          kohafield: ""
74403
          kohafield: ""
74404
          tab: 9
74404
          tab: 9
74405
          authorised_value: ""
74405
          authorised_value:
74406
          authtypecode: ""
74406
          authtypecode: ""
74407
          value_builder: ""
74407
          value_builder: ""
74408
          isurl: 0
74408
          isurl: 0
Lines 74420-74426 tables: Link Here
74420
          mandatory: 0
74420
          mandatory: 0
74421
          kohafield: ""
74421
          kohafield: ""
74422
          tab: 9
74422
          tab: 9
74423
          authorised_value: ""
74423
          authorised_value:
74424
          authtypecode: ""
74424
          authtypecode: ""
74425
          value_builder: ""
74425
          value_builder: ""
74426
          isurl: 0
74426
          isurl: 0
Lines 74438-74444 tables: Link Here
74438
          mandatory: 0
74438
          mandatory: 0
74439
          kohafield: ""
74439
          kohafield: ""
74440
          tab: 9
74440
          tab: 9
74441
          authorised_value: ""
74441
          authorised_value:
74442
          authtypecode: ""
74442
          authtypecode: ""
74443
          value_builder: ""
74443
          value_builder: ""
74444
          isurl: 0
74444
          isurl: 0
Lines 74456-74462 tables: Link Here
74456
          mandatory: 0
74456
          mandatory: 0
74457
          kohafield: ""
74457
          kohafield: ""
74458
          tab: 9
74458
          tab: 9
74459
          authorised_value: ""
74459
          authorised_value:
74460
          authtypecode: ""
74460
          authtypecode: ""
74461
          value_builder: ""
74461
          value_builder: ""
74462
          isurl: 0
74462
          isurl: 0
Lines 74474-74480 tables: Link Here
74474
          mandatory: 0
74474
          mandatory: 0
74475
          kohafield: ""
74475
          kohafield: ""
74476
          tab: 9
74476
          tab: 9
74477
          authorised_value: ""
74477
          authorised_value:
74478
          authtypecode: ""
74478
          authtypecode: ""
74479
          value_builder: ""
74479
          value_builder: ""
74480
          isurl: 0
74480
          isurl: 0
Lines 74492-74498 tables: Link Here
74492
          mandatory: 0
74492
          mandatory: 0
74493
          kohafield: ""
74493
          kohafield: ""
74494
          tab: 9
74494
          tab: 9
74495
          authorised_value: ""
74495
          authorised_value:
74496
          authtypecode: ""
74496
          authtypecode: ""
74497
          value_builder: ""
74497
          value_builder: ""
74498
          isurl: 0
74498
          isurl: 0
Lines 74510-74516 tables: Link Here
74510
          mandatory: 0
74510
          mandatory: 0
74511
          kohafield: ""
74511
          kohafield: ""
74512
          tab: 9
74512
          tab: 9
74513
          authorised_value: ""
74513
          authorised_value:
74514
          authtypecode: ""
74514
          authtypecode: ""
74515
          value_builder: ""
74515
          value_builder: ""
74516
          isurl: 0
74516
          isurl: 0
Lines 74528-74534 tables: Link Here
74528
          mandatory: 0
74528
          mandatory: 0
74529
          kohafield: ""
74529
          kohafield: ""
74530
          tab: 6
74530
          tab: 6
74531
          authorised_value: ""
74531
          authorised_value:
74532
          authtypecode: ""
74532
          authtypecode: ""
74533
          value_builder: ""
74533
          value_builder: ""
74534
          isurl:
74534
          isurl:
Lines 74546-74552 tables: Link Here
74546
          mandatory: 0
74546
          mandatory: 0
74547
          kohafield: ""
74547
          kohafield: ""
74548
          tab: 6
74548
          tab: 6
74549
          authorised_value: ""
74549
          authorised_value:
74550
          authtypecode: ""
74550
          authtypecode: ""
74551
          value_builder: ""
74551
          value_builder: ""
74552
          isurl:
74552
          isurl:
Lines 74564-74570 tables: Link Here
74564
          mandatory: 0
74564
          mandatory: 0
74565
          kohafield: ""
74565
          kohafield: ""
74566
          tab: 6
74566
          tab: 6
74567
          authorised_value: ""
74567
          authorised_value:
74568
          authtypecode: ""
74568
          authtypecode: ""
74569
          value_builder: ""
74569
          value_builder: ""
74570
          isurl:
74570
          isurl:
Lines 74582-74588 tables: Link Here
74582
          mandatory: 0
74582
          mandatory: 0
74583
          kohafield: ""
74583
          kohafield: ""
74584
          tab: 6
74584
          tab: 6
74585
          authorised_value: ""
74585
          authorised_value:
74586
          authtypecode: ""
74586
          authtypecode: ""
74587
          value_builder: ""
74587
          value_builder: ""
74588
          isurl:
74588
          isurl:
Lines 74600-74606 tables: Link Here
74600
          mandatory: 0
74600
          mandatory: 0
74601
          kohafield: ""
74601
          kohafield: ""
74602
          tab: 6
74602
          tab: 6
74603
          authorised_value: ""
74603
          authorised_value:
74604
          authtypecode: ""
74604
          authtypecode: ""
74605
          value_builder: ""
74605
          value_builder: ""
74606
          isurl:
74606
          isurl:
Lines 74618-74624 tables: Link Here
74618
          mandatory: 0
74618
          mandatory: 0
74619
          kohafield: ""
74619
          kohafield: ""
74620
          tab: 6
74620
          tab: 6
74621
          authorised_value: ""
74621
          authorised_value:
74622
          authtypecode: ""
74622
          authtypecode: ""
74623
          value_builder: ""
74623
          value_builder: ""
74624
          isurl:
74624
          isurl:
Lines 74636-74642 tables: Link Here
74636
          mandatory: 0
74636
          mandatory: 0
74637
          kohafield: ""
74637
          kohafield: ""
74638
          tab: 6
74638
          tab: 6
74639
          authorised_value: ""
74639
          authorised_value:
74640
          authtypecode: ""
74640
          authtypecode: ""
74641
          value_builder: ""
74641
          value_builder: ""
74642
          isurl:
74642
          isurl:
Lines 74654-74660 tables: Link Here
74654
          mandatory: 0
74654
          mandatory: 0
74655
          kohafield: ""
74655
          kohafield: ""
74656
          tab: 6
74656
          tab: 6
74657
          authorised_value: ""
74657
          authorised_value:
74658
          authtypecode: ""
74658
          authtypecode: ""
74659
          value_builder: ""
74659
          value_builder: ""
74660
          isurl:
74660
          isurl:
Lines 74672-74678 tables: Link Here
74672
          mandatory: 0
74672
          mandatory: 0
74673
          kohafield: ""
74673
          kohafield: ""
74674
          tab: 6
74674
          tab: 6
74675
          authorised_value: ""
74675
          authorised_value:
74676
          authtypecode: ""
74676
          authtypecode: ""
74677
          value_builder: ""
74677
          value_builder: ""
74678
          isurl:
74678
          isurl:
Lines 74690-74696 tables: Link Here
74690
          mandatory: 0
74690
          mandatory: 0
74691
          kohafield: ""
74691
          kohafield: ""
74692
          tab: 6
74692
          tab: 6
74693
          authorised_value: ""
74693
          authorised_value:
74694
          authtypecode: ""
74694
          authtypecode: ""
74695
          value_builder: ""
74695
          value_builder: ""
74696
          isurl:
74696
          isurl:
Lines 74708-74714 tables: Link Here
74708
          mandatory: 0
74708
          mandatory: 0
74709
          kohafield: ""
74709
          kohafield: ""
74710
          tab: 9
74710
          tab: 9
74711
          authorised_value: ""
74711
          authorised_value:
74712
          authtypecode: ""
74712
          authtypecode: ""
74713
          value_builder: ""
74713
          value_builder: ""
74714
          isurl: 0
74714
          isurl: 0
Lines 74726-74732 tables: Link Here
74726
          mandatory: 0
74726
          mandatory: 0
74727
          kohafield: ""
74727
          kohafield: ""
74728
          tab: 9
74728
          tab: 9
74729
          authorised_value: ""
74729
          authorised_value:
74730
          authtypecode: ""
74730
          authtypecode: ""
74731
          value_builder: ""
74731
          value_builder: ""
74732
          isurl: 0
74732
          isurl: 0
Lines 74744-74750 tables: Link Here
74744
          mandatory: 0
74744
          mandatory: 0
74745
          kohafield: ""
74745
          kohafield: ""
74746
          tab: 9
74746
          tab: 9
74747
          authorised_value: ""
74747
          authorised_value:
74748
          authtypecode: ""
74748
          authtypecode: ""
74749
          value_builder: ""
74749
          value_builder: ""
74750
          isurl: 0
74750
          isurl: 0
Lines 74762-74768 tables: Link Here
74762
          mandatory: 0
74762
          mandatory: 0
74763
          kohafield: ""
74763
          kohafield: ""
74764
          tab: 9
74764
          tab: 9
74765
          authorised_value: ""
74765
          authorised_value:
74766
          authtypecode: ""
74766
          authtypecode: ""
74767
          value_builder: ""
74767
          value_builder: ""
74768
          isurl: 0
74768
          isurl: 0
Lines 74780-74786 tables: Link Here
74780
          mandatory: 0
74780
          mandatory: 0
74781
          kohafield: ""
74781
          kohafield: ""
74782
          tab: 9
74782
          tab: 9
74783
          authorised_value: ""
74783
          authorised_value:
74784
          authtypecode: ""
74784
          authtypecode: ""
74785
          value_builder: ""
74785
          value_builder: ""
74786
          isurl: 0
74786
          isurl: 0
Lines 74798-74804 tables: Link Here
74798
          mandatory: 0
74798
          mandatory: 0
74799
          kohafield: ""
74799
          kohafield: ""
74800
          tab: 9
74800
          tab: 9
74801
          authorised_value: ""
74801
          authorised_value:
74802
          authtypecode: ""
74802
          authtypecode: ""
74803
          value_builder: ""
74803
          value_builder: ""
74804
          isurl: 0
74804
          isurl: 0
Lines 74816-74822 tables: Link Here
74816
          mandatory: 0
74816
          mandatory: 0
74817
          kohafield: ""
74817
          kohafield: ""
74818
          tab: 9
74818
          tab: 9
74819
          authorised_value: ""
74819
          authorised_value:
74820
          authtypecode: ""
74820
          authtypecode: ""
74821
          value_builder: ""
74821
          value_builder: ""
74822
          isurl: 0
74822
          isurl: 0
Lines 74834-74840 tables: Link Here
74834
          mandatory: 0
74834
          mandatory: 0
74835
          kohafield: ""
74835
          kohafield: ""
74836
          tab: 9
74836
          tab: 9
74837
          authorised_value: ""
74837
          authorised_value:
74838
          authtypecode: ""
74838
          authtypecode: ""
74839
          value_builder: ""
74839
          value_builder: ""
74840
          isurl: 0
74840
          isurl: 0
Lines 74852-74858 tables: Link Here
74852
          mandatory: 0
74852
          mandatory: 0
74853
          kohafield: ""
74853
          kohafield: ""
74854
          tab: 9
74854
          tab: 9
74855
          authorised_value: ""
74855
          authorised_value:
74856
          authtypecode: ""
74856
          authtypecode: ""
74857
          value_builder: ""
74857
          value_builder: ""
74858
          isurl: 1
74858
          isurl: 1
Lines 74870-74876 tables: Link Here
74870
          mandatory: 0
74870
          mandatory: 0
74871
          kohafield: ""
74871
          kohafield: ""
74872
          tab: 9
74872
          tab: 9
74873
          authorised_value: ""
74873
          authorised_value:
74874
          authtypecode: ""
74874
          authtypecode: ""
74875
          value_builder: ""
74875
          value_builder: ""
74876
          isurl: 0
74876
          isurl: 0
Lines 74888-74894 tables: Link Here
74888
          mandatory: 0
74888
          mandatory: 0
74889
          kohafield: ""
74889
          kohafield: ""
74890
          tab: 9
74890
          tab: 9
74891
          authorised_value: ""
74891
          authorised_value:
74892
          authtypecode: ""
74892
          authtypecode: ""
74893
          value_builder: ""
74893
          value_builder: ""
74894
          isurl: 0
74894
          isurl: 0
Lines 74906-74912 tables: Link Here
74906
          mandatory: 0
74906
          mandatory: 0
74907
          kohafield: ""
74907
          kohafield: ""
74908
          tab: 9
74908
          tab: 9
74909
          authorised_value: ""
74909
          authorised_value:
74910
          authtypecode: ""
74910
          authtypecode: ""
74911
          value_builder: ""
74911
          value_builder: ""
74912
          isurl: 0
74912
          isurl: 0
Lines 74924-74930 tables: Link Here
74924
          mandatory: 0
74924
          mandatory: 0
74925
          kohafield: ""
74925
          kohafield: ""
74926
          tab: 9
74926
          tab: 9
74927
          authorised_value: ""
74927
          authorised_value:
74928
          authtypecode: ""
74928
          authtypecode: ""
74929
          value_builder: ""
74929
          value_builder: ""
74930
          isurl: 0
74930
          isurl: 0
Lines 74942-74948 tables: Link Here
74942
          mandatory: 0
74942
          mandatory: 0
74943
          kohafield: ""
74943
          kohafield: ""
74944
          tab: 9
74944
          tab: 9
74945
          authorised_value: ""
74945
          authorised_value:
74946
          authtypecode: ""
74946
          authtypecode: ""
74947
          value_builder: ""
74947
          value_builder: ""
74948
          isurl: 0
74948
          isurl: 0
Lines 74960-74966 tables: Link Here
74960
          mandatory: 0
74960
          mandatory: 0
74961
          kohafield: ""
74961
          kohafield: ""
74962
          tab: 9
74962
          tab: 9
74963
          authorised_value: ""
74963
          authorised_value:
74964
          authtypecode: ""
74964
          authtypecode: ""
74965
          value_builder: ""
74965
          value_builder: ""
74966
          isurl: 0
74966
          isurl: 0
Lines 74978-74984 tables: Link Here
74978
          mandatory: 0
74978
          mandatory: 0
74979
          kohafield: ""
74979
          kohafield: ""
74980
          tab: 9
74980
          tab: 9
74981
          authorised_value: ""
74981
          authorised_value:
74982
          authtypecode: ""
74982
          authtypecode: ""
74983
          value_builder: ""
74983
          value_builder: ""
74984
          isurl: 0
74984
          isurl: 0
Lines 74996-75002 tables: Link Here
74996
          mandatory: 0
74996
          mandatory: 0
74997
          kohafield: ""
74997
          kohafield: ""
74998
          tab: 9
74998
          tab: 9
74999
          authorised_value: ""
74999
          authorised_value:
75000
          authtypecode: ""
75000
          authtypecode: ""
75001
          value_builder: ""
75001
          value_builder: ""
75002
          isurl: 0
75002
          isurl: 0
Lines 75014-75020 tables: Link Here
75014
          mandatory: 0
75014
          mandatory: 0
75015
          kohafield: ""
75015
          kohafield: ""
75016
          tab: 9
75016
          tab: 9
75017
          authorised_value: ""
75017
          authorised_value:
75018
          authtypecode: ""
75018
          authtypecode: ""
75019
          value_builder: ""
75019
          value_builder: ""
75020
          isurl: 0
75020
          isurl: 0
Lines 75032-75038 tables: Link Here
75032
          mandatory: 0
75032
          mandatory: 0
75033
          kohafield: ""
75033
          kohafield: ""
75034
          tab: 9
75034
          tab: 9
75035
          authorised_value: ""
75035
          authorised_value:
75036
          authtypecode: ""
75036
          authtypecode: ""
75037
          value_builder: ""
75037
          value_builder: ""
75038
          isurl: 0
75038
          isurl: 0
Lines 75050-75056 tables: Link Here
75050
          mandatory: 0
75050
          mandatory: 0
75051
          kohafield: ""
75051
          kohafield: ""
75052
          tab: 9
75052
          tab: 9
75053
          authorised_value: ""
75053
          authorised_value:
75054
          authtypecode: ""
75054
          authtypecode: ""
75055
          value_builder: ""
75055
          value_builder: ""
75056
          isurl: 0
75056
          isurl: 0
Lines 75068-75074 tables: Link Here
75068
          mandatory: 0
75068
          mandatory: 0
75069
          kohafield: ""
75069
          kohafield: ""
75070
          tab: 9
75070
          tab: 9
75071
          authorised_value: ""
75071
          authorised_value:
75072
          authtypecode: ""
75072
          authtypecode: ""
75073
          value_builder: ""
75073
          value_builder: ""
75074
          isurl: 0
75074
          isurl: 0
Lines 75086-75092 tables: Link Here
75086
          mandatory: 0
75086
          mandatory: 0
75087
          kohafield: ""
75087
          kohafield: ""
75088
          tab: 9
75088
          tab: 9
75089
          authorised_value: ""
75089
          authorised_value:
75090
          authtypecode: ""
75090
          authtypecode: ""
75091
          value_builder: ""
75091
          value_builder: ""
75092
          isurl: 0
75092
          isurl: 0
Lines 75104-75110 tables: Link Here
75104
          mandatory: 0
75104
          mandatory: 0
75105
          kohafield: ""
75105
          kohafield: ""
75106
          tab: 9
75106
          tab: 9
75107
          authorised_value: ""
75107
          authorised_value:
75108
          authtypecode: ""
75108
          authtypecode: ""
75109
          value_builder: ""
75109
          value_builder: ""
75110
          isurl: 0
75110
          isurl: 0
Lines 75122-75128 tables: Link Here
75122
          mandatory: 0
75122
          mandatory: 0
75123
          kohafield: ""
75123
          kohafield: ""
75124
          tab: 9
75124
          tab: 9
75125
          authorised_value: ""
75125
          authorised_value:
75126
          authtypecode: ""
75126
          authtypecode: ""
75127
          value_builder: ""
75127
          value_builder: ""
75128
          isurl: 0
75128
          isurl: 0
Lines 75140-75146 tables: Link Here
75140
          mandatory: 0
75140
          mandatory: 0
75141
          kohafield: ""
75141
          kohafield: ""
75142
          tab: 9
75142
          tab: 9
75143
          authorised_value: ""
75143
          authorised_value:
75144
          authtypecode: ""
75144
          authtypecode: ""
75145
          value_builder: ""
75145
          value_builder: ""
75146
          isurl: 0
75146
          isurl: 0
Lines 75158-75164 tables: Link Here
75158
          mandatory: 0
75158
          mandatory: 0
75159
          kohafield: ""
75159
          kohafield: ""
75160
          tab: 9
75160
          tab: 9
75161
          authorised_value: ""
75161
          authorised_value:
75162
          authtypecode: ""
75162
          authtypecode: ""
75163
          value_builder: ""
75163
          value_builder: ""
75164
          isurl: 0
75164
          isurl: 0
Lines 75176-75182 tables: Link Here
75176
          mandatory: 0
75176
          mandatory: 0
75177
          kohafield: ""
75177
          kohafield: ""
75178
          tab: 9
75178
          tab: 9
75179
          authorised_value: ""
75179
          authorised_value:
75180
          authtypecode: ""
75180
          authtypecode: ""
75181
          value_builder: ""
75181
          value_builder: ""
75182
          isurl: 0
75182
          isurl: 0
Lines 75194-75200 tables: Link Here
75194
          mandatory: 0
75194
          mandatory: 0
75195
          kohafield: ""
75195
          kohafield: ""
75196
          tab: 9
75196
          tab: 9
75197
          authorised_value: ""
75197
          authorised_value:
75198
          authtypecode: ""
75198
          authtypecode: ""
75199
          value_builder: ""
75199
          value_builder: ""
75200
          isurl: 0
75200
          isurl: 0
Lines 75212-75218 tables: Link Here
75212
          mandatory: 0
75212
          mandatory: 0
75213
          kohafield: ""
75213
          kohafield: ""
75214
          tab: 9
75214
          tab: 9
75215
          authorised_value: ""
75215
          authorised_value:
75216
          authtypecode: ""
75216
          authtypecode: ""
75217
          value_builder: ""
75217
          value_builder: ""
75218
          isurl: 0
75218
          isurl: 0
Lines 75230-75236 tables: Link Here
75230
          mandatory: 0
75230
          mandatory: 0
75231
          kohafield: ""
75231
          kohafield: ""
75232
          tab: 9
75232
          tab: 9
75233
          authorised_value: ""
75233
          authorised_value:
75234
          authtypecode: ""
75234
          authtypecode: ""
75235
          value_builder: ""
75235
          value_builder: ""
75236
          isurl: 0
75236
          isurl: 0
Lines 75248-75254 tables: Link Here
75248
          mandatory: 0
75248
          mandatory: 0
75249
          kohafield: ""
75249
          kohafield: ""
75250
          tab: 9
75250
          tab: 9
75251
          authorised_value: ""
75251
          authorised_value:
75252
          authtypecode: ""
75252
          authtypecode: ""
75253
          value_builder: ""
75253
          value_builder: ""
75254
          isurl: 0
75254
          isurl: 0
Lines 75266-75272 tables: Link Here
75266
          mandatory: 0
75266
          mandatory: 0
75267
          kohafield: ""
75267
          kohafield: ""
75268
          tab: 9
75268
          tab: 9
75269
          authorised_value: ""
75269
          authorised_value:
75270
          authtypecode: ""
75270
          authtypecode: ""
75271
          value_builder: ""
75271
          value_builder: ""
75272
          isurl: 0
75272
          isurl: 0
Lines 75284-75290 tables: Link Here
75284
          mandatory: 0
75284
          mandatory: 0
75285
          kohafield: ""
75285
          kohafield: ""
75286
          tab: 9
75286
          tab: 9
75287
          authorised_value: ""
75287
          authorised_value:
75288
          authtypecode: ""
75288
          authtypecode: ""
75289
          value_builder: ""
75289
          value_builder: ""
75290
          isurl: 1
75290
          isurl: 1
Lines 75302-75308 tables: Link Here
75302
          mandatory: 0
75302
          mandatory: 0
75303
          kohafield: ""
75303
          kohafield: ""
75304
          tab: 9
75304
          tab: 9
75305
          authorised_value: ""
75305
          authorised_value:
75306
          authtypecode: ""
75306
          authtypecode: ""
75307
          value_builder: ""
75307
          value_builder: ""
75308
          isurl: 0
75308
          isurl: 0
Lines 75320-75326 tables: Link Here
75320
          mandatory: 0
75320
          mandatory: 0
75321
          kohafield: ""
75321
          kohafield: ""
75322
          tab: 9
75322
          tab: 9
75323
          authorised_value: ""
75323
          authorised_value:
75324
          authtypecode: ""
75324
          authtypecode: ""
75325
          value_builder: ""
75325
          value_builder: ""
75326
          isurl: 0
75326
          isurl: 0
Lines 75338-75344 tables: Link Here
75338
          mandatory: 0
75338
          mandatory: 0
75339
          kohafield: ""
75339
          kohafield: ""
75340
          tab: 9
75340
          tab: 9
75341
          authorised_value: ""
75341
          authorised_value:
75342
          authtypecode: ""
75342
          authtypecode: ""
75343
          value_builder: ""
75343
          value_builder: ""
75344
          isurl: 0
75344
          isurl: 0
Lines 75356-75362 tables: Link Here
75356
          mandatory: 0
75356
          mandatory: 0
75357
          kohafield: ""
75357
          kohafield: ""
75358
          tab: 9
75358
          tab: 9
75359
          authorised_value: ""
75359
          authorised_value:
75360
          authtypecode: ""
75360
          authtypecode: ""
75361
          value_builder: ""
75361
          value_builder: ""
75362
          isurl: 0
75362
          isurl: 0
Lines 75374-75380 tables: Link Here
75374
          mandatory: 0
75374
          mandatory: 0
75375
          kohafield: ""
75375
          kohafield: ""
75376
          tab: 9
75376
          tab: 9
75377
          authorised_value: ""
75377
          authorised_value:
75378
          authtypecode: ""
75378
          authtypecode: ""
75379
          value_builder: ""
75379
          value_builder: ""
75380
          isurl: 0
75380
          isurl: 0
Lines 75392-75398 tables: Link Here
75392
          mandatory: 0
75392
          mandatory: 0
75393
          kohafield: ""
75393
          kohafield: ""
75394
          tab: 9
75394
          tab: 9
75395
          authorised_value: ""
75395
          authorised_value:
75396
          authtypecode: ""
75396
          authtypecode: ""
75397
          value_builder: ""
75397
          value_builder: ""
75398
          isurl:
75398
          isurl:
Lines 75410-75416 tables: Link Here
75410
          mandatory: 0
75410
          mandatory: 0
75411
          kohafield: ""
75411
          kohafield: ""
75412
          tab: 9
75412
          tab: 9
75413
          authorised_value: ""
75413
          authorised_value:
75414
          authtypecode: ""
75414
          authtypecode: ""
75415
          value_builder: ""
75415
          value_builder: ""
75416
          isurl: 0
75416
          isurl: 0
Lines 75428-75434 tables: Link Here
75428
          mandatory: 0
75428
          mandatory: 0
75429
          kohafield: ""
75429
          kohafield: ""
75430
          tab: 9
75430
          tab: 9
75431
          authorised_value: ""
75431
          authorised_value:
75432
          authtypecode: ""
75432
          authtypecode: ""
75433
          value_builder: ""
75433
          value_builder: ""
75434
          isurl: 0
75434
          isurl: 0
Lines 75446-75452 tables: Link Here
75446
          mandatory: 0
75446
          mandatory: 0
75447
          kohafield: ""
75447
          kohafield: ""
75448
          tab: 9
75448
          tab: 9
75449
          authorised_value: ""
75449
          authorised_value:
75450
          authtypecode: ""
75450
          authtypecode: ""
75451
          value_builder: ""
75451
          value_builder: ""
75452
          isurl: 0
75452
          isurl: 0
Lines 75464-75470 tables: Link Here
75464
          mandatory: 0
75464
          mandatory: 0
75465
          kohafield: ""
75465
          kohafield: ""
75466
          tab: 9
75466
          tab: 9
75467
          authorised_value: ""
75467
          authorised_value:
75468
          authtypecode: ""
75468
          authtypecode: ""
75469
          value_builder: ""
75469
          value_builder: ""
75470
          isurl:
75470
          isurl:
Lines 75482-75488 tables: Link Here
75482
          mandatory: 0
75482
          mandatory: 0
75483
          kohafield: ""
75483
          kohafield: ""
75484
          tab: 9
75484
          tab: 9
75485
          authorised_value: ""
75485
          authorised_value:
75486
          authtypecode: ""
75486
          authtypecode: ""
75487
          value_builder: ""
75487
          value_builder: ""
75488
          isurl:
75488
          isurl:
Lines 75500-75506 tables: Link Here
75500
          mandatory: 0
75500
          mandatory: 0
75501
          kohafield: ""
75501
          kohafield: ""
75502
          tab: 9
75502
          tab: 9
75503
          authorised_value: ""
75503
          authorised_value:
75504
          authtypecode: ""
75504
          authtypecode: ""
75505
          value_builder: ""
75505
          value_builder: ""
75506
          isurl:
75506
          isurl:
Lines 75518-75524 tables: Link Here
75518
          mandatory: 0
75518
          mandatory: 0
75519
          kohafield: ""
75519
          kohafield: ""
75520
          tab: 9
75520
          tab: 9
75521
          authorised_value: ""
75521
          authorised_value:
75522
          authtypecode: ""
75522
          authtypecode: ""
75523
          value_builder: ""
75523
          value_builder: ""
75524
          isurl:
75524
          isurl:
Lines 75536-75542 tables: Link Here
75536
          mandatory: 0
75536
          mandatory: 0
75537
          kohafield: ""
75537
          kohafield: ""
75538
          tab: 9
75538
          tab: 9
75539
          authorised_value: ""
75539
          authorised_value:
75540
          authtypecode: ""
75540
          authtypecode: ""
75541
          value_builder: ""
75541
          value_builder: ""
75542
          isurl:
75542
          isurl:
Lines 75554-75560 tables: Link Here
75554
          mandatory: 0
75554
          mandatory: 0
75555
          kohafield: ""
75555
          kohafield: ""
75556
          tab: 9
75556
          tab: 9
75557
          authorised_value: ""
75557
          authorised_value:
75558
          authtypecode: ""
75558
          authtypecode: ""
75559
          value_builder: ""
75559
          value_builder: ""
75560
          isurl:
75560
          isurl:
Lines 75572-75578 tables: Link Here
75572
          mandatory: 0
75572
          mandatory: 0
75573
          kohafield: ""
75573
          kohafield: ""
75574
          tab: 9
75574
          tab: 9
75575
          authorised_value: ""
75575
          authorised_value:
75576
          authtypecode: ""
75576
          authtypecode: ""
75577
          value_builder: ""
75577
          value_builder: ""
75578
          isurl:
75578
          isurl:
Lines 75590-75596 tables: Link Here
75590
          mandatory: 0
75590
          mandatory: 0
75591
          kohafield: ""
75591
          kohafield: ""
75592
          tab: 9
75592
          tab: 9
75593
          authorised_value: ""
75593
          authorised_value:
75594
          authtypecode: ""
75594
          authtypecode: ""
75595
          value_builder: ""
75595
          value_builder: ""
75596
          isurl:
75596
          isurl:
Lines 75608-75614 tables: Link Here
75608
          mandatory: 0
75608
          mandatory: 0
75609
          kohafield: ""
75609
          kohafield: ""
75610
          tab: 9
75610
          tab: 9
75611
          authorised_value: ""
75611
          authorised_value:
75612
          authtypecode: ""
75612
          authtypecode: ""
75613
          value_builder: ""
75613
          value_builder: ""
75614
          isurl:
75614
          isurl:
Lines 75626-75632 tables: Link Here
75626
          mandatory: 0
75626
          mandatory: 0
75627
          kohafield: ""
75627
          kohafield: ""
75628
          tab: 9
75628
          tab: 9
75629
          authorised_value: ""
75629
          authorised_value:
75630
          authtypecode: ""
75630
          authtypecode: ""
75631
          value_builder: ""
75631
          value_builder: ""
75632
          isurl:
75632
          isurl:
Lines 75644-75650 tables: Link Here
75644
          mandatory: 0
75644
          mandatory: 0
75645
          kohafield: ""
75645
          kohafield: ""
75646
          tab: 9
75646
          tab: 9
75647
          authorised_value: ""
75647
          authorised_value:
75648
          authtypecode: ""
75648
          authtypecode: ""
75649
          value_builder: ""
75649
          value_builder: ""
75650
          isurl:
75650
          isurl:
Lines 75662-75668 tables: Link Here
75662
          mandatory: 0
75662
          mandatory: 0
75663
          kohafield: ""
75663
          kohafield: ""
75664
          tab: 9
75664
          tab: 9
75665
          authorised_value: ""
75665
          authorised_value:
75666
          authtypecode: ""
75666
          authtypecode: ""
75667
          value_builder: ""
75667
          value_builder: ""
75668
          isurl:
75668
          isurl:
Lines 75680-75686 tables: Link Here
75680
          mandatory: 0
75680
          mandatory: 0
75681
          kohafield: ""
75681
          kohafield: ""
75682
          tab: 9
75682
          tab: 9
75683
          authorised_value: ""
75683
          authorised_value:
75684
          authtypecode: ""
75684
          authtypecode: ""
75685
          value_builder: ""
75685
          value_builder: ""
75686
          isurl:
75686
          isurl:
Lines 75698-75704 tables: Link Here
75698
          mandatory: 0
75698
          mandatory: 0
75699
          kohafield: ""
75699
          kohafield: ""
75700
          tab: 9
75700
          tab: 9
75701
          authorised_value: ""
75701
          authorised_value:
75702
          authtypecode: ""
75702
          authtypecode: ""
75703
          value_builder: ""
75703
          value_builder: ""
75704
          isurl:
75704
          isurl:
Lines 75716-75722 tables: Link Here
75716
          mandatory: 0
75716
          mandatory: 0
75717
          kohafield: ""
75717
          kohafield: ""
75718
          tab: 9
75718
          tab: 9
75719
          authorised_value: ""
75719
          authorised_value:
75720
          authtypecode: ""
75720
          authtypecode: ""
75721
          value_builder: ""
75721
          value_builder: ""
75722
          isurl:
75722
          isurl:
Lines 75734-75740 tables: Link Here
75734
          mandatory: 0
75734
          mandatory: 0
75735
          kohafield: ""
75735
          kohafield: ""
75736
          tab: 9
75736
          tab: 9
75737
          authorised_value: ""
75737
          authorised_value:
75738
          authtypecode: ""
75738
          authtypecode: ""
75739
          value_builder: ""
75739
          value_builder: ""
75740
          isurl:
75740
          isurl:
Lines 75752-75758 tables: Link Here
75752
          mandatory: 0
75752
          mandatory: 0
75753
          kohafield: ""
75753
          kohafield: ""
75754
          tab: 9
75754
          tab: 9
75755
          authorised_value: ""
75755
          authorised_value:
75756
          authtypecode: ""
75756
          authtypecode: ""
75757
          value_builder: ""
75757
          value_builder: ""
75758
          isurl:
75758
          isurl:
Lines 75770-75776 tables: Link Here
75770
          mandatory: 0
75770
          mandatory: 0
75771
          kohafield: ""
75771
          kohafield: ""
75772
          tab: 9
75772
          tab: 9
75773
          authorised_value: ""
75773
          authorised_value:
75774
          authtypecode: ""
75774
          authtypecode: ""
75775
          value_builder: ""
75775
          value_builder: ""
75776
          isurl:
75776
          isurl:
Lines 75788-75794 tables: Link Here
75788
          mandatory: 0
75788
          mandatory: 0
75789
          kohafield: ""
75789
          kohafield: ""
75790
          tab: 9
75790
          tab: 9
75791
          authorised_value: ""
75791
          authorised_value:
75792
          authtypecode: ""
75792
          authtypecode: ""
75793
          value_builder: ""
75793
          value_builder: ""
75794
          isurl:
75794
          isurl:
Lines 75806-75812 tables: Link Here
75806
          mandatory: 0
75806
          mandatory: 0
75807
          kohafield: ""
75807
          kohafield: ""
75808
          tab: 9
75808
          tab: 9
75809
          authorised_value: ""
75809
          authorised_value:
75810
          authtypecode: ""
75810
          authtypecode: ""
75811
          value_builder: ""
75811
          value_builder: ""
75812
          isurl:
75812
          isurl:
Lines 75824-75830 tables: Link Here
75824
          mandatory: 0
75824
          mandatory: 0
75825
          kohafield: ""
75825
          kohafield: ""
75826
          tab: 9
75826
          tab: 9
75827
          authorised_value: ""
75827
          authorised_value:
75828
          authtypecode: ""
75828
          authtypecode: ""
75829
          value_builder: ""
75829
          value_builder: ""
75830
          isurl:
75830
          isurl:
Lines 75842-75848 tables: Link Here
75842
          mandatory: 0
75842
          mandatory: 0
75843
          kohafield: ""
75843
          kohafield: ""
75844
          tab: 9
75844
          tab: 9
75845
          authorised_value: ""
75845
          authorised_value:
75846
          authtypecode: ""
75846
          authtypecode: ""
75847
          value_builder: ""
75847
          value_builder: ""
75848
          isurl:
75848
          isurl:
Lines 75860-75866 tables: Link Here
75860
          mandatory: 0
75860
          mandatory: 0
75861
          kohafield: ""
75861
          kohafield: ""
75862
          tab: 9
75862
          tab: 9
75863
          authorised_value: ""
75863
          authorised_value:
75864
          authtypecode: ""
75864
          authtypecode: ""
75865
          value_builder: ""
75865
          value_builder: ""
75866
          isurl:
75866
          isurl:
Lines 75878-75884 tables: Link Here
75878
          mandatory: 0
75878
          mandatory: 0
75879
          kohafield: ""
75879
          kohafield: ""
75880
          tab: 9
75880
          tab: 9
75881
          authorised_value: ""
75881
          authorised_value:
75882
          authtypecode: ""
75882
          authtypecode: ""
75883
          value_builder: ""
75883
          value_builder: ""
75884
          isurl:
75884
          isurl:
Lines 75896-75902 tables: Link Here
75896
          mandatory: 0
75896
          mandatory: 0
75897
          kohafield: ""
75897
          kohafield: ""
75898
          tab: 9
75898
          tab: 9
75899
          authorised_value: ""
75899
          authorised_value:
75900
          authtypecode: ""
75900
          authtypecode: ""
75901
          value_builder: ""
75901
          value_builder: ""
75902
          isurl:
75902
          isurl:
Lines 75914-75920 tables: Link Here
75914
          mandatory: 0
75914
          mandatory: 0
75915
          kohafield: ""
75915
          kohafield: ""
75916
          tab: 9
75916
          tab: 9
75917
          authorised_value: ""
75917
          authorised_value:
75918
          authtypecode: ""
75918
          authtypecode: ""
75919
          value_builder: ""
75919
          value_builder: ""
75920
          isurl:
75920
          isurl:
Lines 75932-75938 tables: Link Here
75932
          mandatory: 0
75932
          mandatory: 0
75933
          kohafield: ""
75933
          kohafield: ""
75934
          tab: 9
75934
          tab: 9
75935
          authorised_value: ""
75935
          authorised_value:
75936
          authtypecode: ""
75936
          authtypecode: ""
75937
          value_builder: ""
75937
          value_builder: ""
75938
          isurl:
75938
          isurl:
Lines 75950-75956 tables: Link Here
75950
          mandatory: 0
75950
          mandatory: 0
75951
          kohafield: ""
75951
          kohafield: ""
75952
          tab: 9
75952
          tab: 9
75953
          authorised_value: ""
75953
          authorised_value:
75954
          authtypecode: ""
75954
          authtypecode: ""
75955
          value_builder: ""
75955
          value_builder: ""
75956
          isurl:
75956
          isurl:
Lines 75968-75974 tables: Link Here
75968
          mandatory: 0
75968
          mandatory: 0
75969
          kohafield: ""
75969
          kohafield: ""
75970
          tab: 9
75970
          tab: 9
75971
          authorised_value: ""
75971
          authorised_value:
75972
          authtypecode: ""
75972
          authtypecode: ""
75973
          value_builder: ""
75973
          value_builder: ""
75974
          isurl:
75974
          isurl:
Lines 75986-75992 tables: Link Here
75986
          mandatory: 0
75986
          mandatory: 0
75987
          kohafield: ""
75987
          kohafield: ""
75988
          tab: 9
75988
          tab: 9
75989
          authorised_value: ""
75989
          authorised_value:
75990
          authtypecode: ""
75990
          authtypecode: ""
75991
          value_builder: ""
75991
          value_builder: ""
75992
          isurl:
75992
          isurl:
Lines 76004-76010 tables: Link Here
76004
          mandatory: 0
76004
          mandatory: 0
76005
          kohafield: ""
76005
          kohafield: ""
76006
          tab: 9
76006
          tab: 9
76007
          authorised_value: ""
76007
          authorised_value:
76008
          authtypecode: ""
76008
          authtypecode: ""
76009
          value_builder: ""
76009
          value_builder: ""
76010
          isurl:
76010
          isurl:
Lines 76022-76028 tables: Link Here
76022
          mandatory: 0
76022
          mandatory: 0
76023
          kohafield: ""
76023
          kohafield: ""
76024
          tab: 9
76024
          tab: 9
76025
          authorised_value: ""
76025
          authorised_value:
76026
          authtypecode: ""
76026
          authtypecode: ""
76027
          value_builder: ""
76027
          value_builder: ""
76028
          isurl:
76028
          isurl:
Lines 76040-76046 tables: Link Here
76040
          mandatory: 0
76040
          mandatory: 0
76041
          kohafield: ""
76041
          kohafield: ""
76042
          tab: 9
76042
          tab: 9
76043
          authorised_value: ""
76043
          authorised_value:
76044
          authtypecode: ""
76044
          authtypecode: ""
76045
          value_builder: ""
76045
          value_builder: ""
76046
          isurl:
76046
          isurl:
Lines 76058-76064 tables: Link Here
76058
          mandatory: 0
76058
          mandatory: 0
76059
          kohafield: ""
76059
          kohafield: ""
76060
          tab: 9
76060
          tab: 9
76061
          authorised_value: ""
76061
          authorised_value:
76062
          authtypecode: ""
76062
          authtypecode: ""
76063
          value_builder: ""
76063
          value_builder: ""
76064
          isurl:
76064
          isurl:
Lines 76076-76082 tables: Link Here
76076
          mandatory: 0
76076
          mandatory: 0
76077
          kohafield: ""
76077
          kohafield: ""
76078
          tab: 9
76078
          tab: 9
76079
          authorised_value: ""
76079
          authorised_value:
76080
          authtypecode: ""
76080
          authtypecode: ""
76081
          value_builder: ""
76081
          value_builder: ""
76082
          isurl:
76082
          isurl:
Lines 76094-76100 tables: Link Here
76094
          mandatory: 0
76094
          mandatory: 0
76095
          kohafield: ""
76095
          kohafield: ""
76096
          tab: 9
76096
          tab: 9
76097
          authorised_value: ""
76097
          authorised_value:
76098
          authtypecode: ""
76098
          authtypecode: ""
76099
          value_builder: ""
76099
          value_builder: ""
76100
          isurl:
76100
          isurl:
Lines 76112-76118 tables: Link Here
76112
          mandatory: 0
76112
          mandatory: 0
76113
          kohafield: ""
76113
          kohafield: ""
76114
          tab: 9
76114
          tab: 9
76115
          authorised_value: ""
76115
          authorised_value:
76116
          authtypecode: ""
76116
          authtypecode: ""
76117
          value_builder: ""
76117
          value_builder: ""
76118
          isurl:
76118
          isurl:
Lines 76130-76136 tables: Link Here
76130
          mandatory: 0
76130
          mandatory: 0
76131
          kohafield: ""
76131
          kohafield: ""
76132
          tab: 9
76132
          tab: 9
76133
          authorised_value: ""
76133
          authorised_value:
76134
          authtypecode: ""
76134
          authtypecode: ""
76135
          value_builder: ""
76135
          value_builder: ""
76136
          isurl:
76136
          isurl:
Lines 76148-76154 tables: Link Here
76148
          mandatory: 0
76148
          mandatory: 0
76149
          kohafield: ""
76149
          kohafield: ""
76150
          tab: 9
76150
          tab: 9
76151
          authorised_value: ""
76151
          authorised_value:
76152
          authtypecode: ""
76152
          authtypecode: ""
76153
          value_builder: ""
76153
          value_builder: ""
76154
          isurl:
76154
          isurl:
Lines 76166-76172 tables: Link Here
76166
          mandatory: 0
76166
          mandatory: 0
76167
          kohafield: ""
76167
          kohafield: ""
76168
          tab: 9
76168
          tab: 9
76169
          authorised_value: ""
76169
          authorised_value:
76170
          authtypecode: ""
76170
          authtypecode: ""
76171
          value_builder: ""
76171
          value_builder: ""
76172
          isurl:
76172
          isurl:
Lines 76184-76190 tables: Link Here
76184
          mandatory: 0
76184
          mandatory: 0
76185
          kohafield: ""
76185
          kohafield: ""
76186
          tab: 9
76186
          tab: 9
76187
          authorised_value: ""
76187
          authorised_value:
76188
          authtypecode: ""
76188
          authtypecode: ""
76189
          value_builder: ""
76189
          value_builder: ""
76190
          isurl:
76190
          isurl:
Lines 76202-76208 tables: Link Here
76202
          mandatory: 0
76202
          mandatory: 0
76203
          kohafield: ""
76203
          kohafield: ""
76204
          tab: 9
76204
          tab: 9
76205
          authorised_value: ""
76205
          authorised_value:
76206
          authtypecode: ""
76206
          authtypecode: ""
76207
          value_builder: ""
76207
          value_builder: ""
76208
          isurl:
76208
          isurl:
Lines 76220-76226 tables: Link Here
76220
          mandatory: 0
76220
          mandatory: 0
76221
          kohafield: ""
76221
          kohafield: ""
76222
          tab: 9
76222
          tab: 9
76223
          authorised_value: ""
76223
          authorised_value:
76224
          authtypecode: ""
76224
          authtypecode: ""
76225
          value_builder: ""
76225
          value_builder: ""
76226
          isurl:
76226
          isurl:
Lines 76238-76244 tables: Link Here
76238
          mandatory: 0
76238
          mandatory: 0
76239
          kohafield: ""
76239
          kohafield: ""
76240
          tab: 9
76240
          tab: 9
76241
          authorised_value: ""
76241
          authorised_value:
76242
          authtypecode: ""
76242
          authtypecode: ""
76243
          value_builder: ""
76243
          value_builder: ""
76244
          isurl:
76244
          isurl:
Lines 76256-76262 tables: Link Here
76256
          mandatory: 0
76256
          mandatory: 0
76257
          kohafield: ""
76257
          kohafield: ""
76258
          tab: 9
76258
          tab: 9
76259
          authorised_value: ""
76259
          authorised_value:
76260
          authtypecode: ""
76260
          authtypecode: ""
76261
          value_builder: ""
76261
          value_builder: ""
76262
          isurl:
76262
          isurl:
Lines 76274-76280 tables: Link Here
76274
          mandatory: 0
76274
          mandatory: 0
76275
          kohafield: ""
76275
          kohafield: ""
76276
          tab: 9
76276
          tab: 9
76277
          authorised_value: ""
76277
          authorised_value:
76278
          authtypecode: ""
76278
          authtypecode: ""
76279
          value_builder: ""
76279
          value_builder: ""
76280
          isurl:
76280
          isurl:
Lines 76652-76658 tables: Link Here
76652
          mandatory: 0
76652
          mandatory: 0
76653
          kohafield: ""
76653
          kohafield: ""
76654
          tab: 9
76654
          tab: 9
76655
          authorised_value: ""
76655
          authorised_value:
76656
          authtypecode: ""
76656
          authtypecode: ""
76657
          value_builder: ""
76657
          value_builder: ""
76658
          isurl:
76658
          isurl:
Lines 76670-76676 tables: Link Here
76670
          mandatory: 0
76670
          mandatory: 0
76671
          kohafield: ""
76671
          kohafield: ""
76672
          tab: 9
76672
          tab: 9
76673
          authorised_value: ""
76673
          authorised_value:
76674
          authtypecode: ""
76674
          authtypecode: ""
76675
          value_builder: ""
76675
          value_builder: ""
76676
          isurl:
76676
          isurl:
Lines 76688-76694 tables: Link Here
76688
          mandatory: 0
76688
          mandatory: 0
76689
          kohafield: ""
76689
          kohafield: ""
76690
          tab: 9
76690
          tab: 9
76691
          authorised_value: ""
76691
          authorised_value:
76692
          authtypecode: ""
76692
          authtypecode: ""
76693
          value_builder: ""
76693
          value_builder: ""
76694
          isurl:
76694
          isurl:
Lines 76706-76712 tables: Link Here
76706
          mandatory: 0
76706
          mandatory: 0
76707
          kohafield: ""
76707
          kohafield: ""
76708
          tab: 9
76708
          tab: 9
76709
          authorised_value: ""
76709
          authorised_value:
76710
          authtypecode: ""
76710
          authtypecode: ""
76711
          value_builder: ""
76711
          value_builder: ""
76712
          isurl:
76712
          isurl:
Lines 76724-76730 tables: Link Here
76724
          mandatory: 0
76724
          mandatory: 0
76725
          kohafield: ""
76725
          kohafield: ""
76726
          tab: 9
76726
          tab: 9
76727
          authorised_value: ""
76727
          authorised_value:
76728
          authtypecode: ""
76728
          authtypecode: ""
76729
          value_builder: ""
76729
          value_builder: ""
76730
          isurl:
76730
          isurl:
Lines 76742-76748 tables: Link Here
76742
          mandatory: 0
76742
          mandatory: 0
76743
          kohafield: ""
76743
          kohafield: ""
76744
          tab: 9
76744
          tab: 9
76745
          authorised_value: ""
76745
          authorised_value:
76746
          authtypecode: ""
76746
          authtypecode: ""
76747
          value_builder: ""
76747
          value_builder: ""
76748
          isurl:
76748
          isurl:
Lines 76760-76766 tables: Link Here
76760
          mandatory: 0
76760
          mandatory: 0
76761
          kohafield: ""
76761
          kohafield: ""
76762
          tab: 9
76762
          tab: 9
76763
          authorised_value: ""
76763
          authorised_value:
76764
          authtypecode: ""
76764
          authtypecode: ""
76765
          value_builder: ""
76765
          value_builder: ""
76766
          isurl:
76766
          isurl:
Lines 76778-76784 tables: Link Here
76778
          mandatory: 0
76778
          mandatory: 0
76779
          kohafield: ""
76779
          kohafield: ""
76780
          tab: 9
76780
          tab: 9
76781
          authorised_value: ""
76781
          authorised_value:
76782
          authtypecode: ""
76782
          authtypecode: ""
76783
          value_builder: ""
76783
          value_builder: ""
76784
          isurl:
76784
          isurl:
Lines 76796-76802 tables: Link Here
76796
          mandatory: 0
76796
          mandatory: 0
76797
          kohafield: ""
76797
          kohafield: ""
76798
          tab: 9
76798
          tab: 9
76799
          authorised_value: ""
76799
          authorised_value:
76800
          authtypecode: ""
76800
          authtypecode: ""
76801
          value_builder: ""
76801
          value_builder: ""
76802
          isurl:
76802
          isurl:
Lines 76814-76820 tables: Link Here
76814
          mandatory: 0
76814
          mandatory: 0
76815
          kohafield: ""
76815
          kohafield: ""
76816
          tab: 9
76816
          tab: 9
76817
          authorised_value: ""
76817
          authorised_value:
76818
          authtypecode: ""
76818
          authtypecode: ""
76819
          value_builder: ""
76819
          value_builder: ""
76820
          isurl:
76820
          isurl:
Lines 76832-76838 tables: Link Here
76832
          mandatory: 0
76832
          mandatory: 0
76833
          kohafield: ""
76833
          kohafield: ""
76834
          tab: 9
76834
          tab: 9
76835
          authorised_value: ""
76835
          authorised_value:
76836
          authtypecode: ""
76836
          authtypecode: ""
76837
          value_builder: ""
76837
          value_builder: ""
76838
          isurl:
76838
          isurl:
Lines 76850-76856 tables: Link Here
76850
          mandatory: 0
76850
          mandatory: 0
76851
          kohafield: ""
76851
          kohafield: ""
76852
          tab: 9
76852
          tab: 9
76853
          authorised_value: ""
76853
          authorised_value:
76854
          authtypecode: ""
76854
          authtypecode: ""
76855
          value_builder: ""
76855
          value_builder: ""
76856
          isurl:
76856
          isurl:
Lines 76868-76874 tables: Link Here
76868
          mandatory: 0
76868
          mandatory: 0
76869
          kohafield: ""
76869
          kohafield: ""
76870
          tab: 9
76870
          tab: 9
76871
          authorised_value: ""
76871
          authorised_value:
76872
          authtypecode: ""
76872
          authtypecode: ""
76873
          value_builder: ""
76873
          value_builder: ""
76874
          isurl:
76874
          isurl:
Lines 76886-76892 tables: Link Here
76886
          mandatory: 0
76886
          mandatory: 0
76887
          kohafield: ""
76887
          kohafield: ""
76888
          tab: 9
76888
          tab: 9
76889
          authorised_value: ""
76889
          authorised_value:
76890
          authtypecode: ""
76890
          authtypecode: ""
76891
          value_builder: ""
76891
          value_builder: ""
76892
          isurl:
76892
          isurl:
Lines 76904-76910 tables: Link Here
76904
          mandatory: 0
76904
          mandatory: 0
76905
          kohafield: ""
76905
          kohafield: ""
76906
          tab: 9
76906
          tab: 9
76907
          authorised_value: ""
76907
          authorised_value:
76908
          authtypecode: ""
76908
          authtypecode: ""
76909
          value_builder: ""
76909
          value_builder: ""
76910
          isurl:
76910
          isurl:
Lines 76922-76928 tables: Link Here
76922
          mandatory: 0
76922
          mandatory: 0
76923
          kohafield: ""
76923
          kohafield: ""
76924
          tab: 9
76924
          tab: 9
76925
          authorised_value: ""
76925
          authorised_value:
76926
          authtypecode: ""
76926
          authtypecode: ""
76927
          value_builder: ""
76927
          value_builder: ""
76928
          isurl:
76928
          isurl:
Lines 76940-76946 tables: Link Here
76940
          mandatory: 0
76940
          mandatory: 0
76941
          kohafield: ""
76941
          kohafield: ""
76942
          tab: 9
76942
          tab: 9
76943
          authorised_value: ""
76943
          authorised_value:
76944
          authtypecode: ""
76944
          authtypecode: ""
76945
          value_builder: ""
76945
          value_builder: ""
76946
          isurl:
76946
          isurl:
Lines 76958-76964 tables: Link Here
76958
          mandatory: 0
76958
          mandatory: 0
76959
          kohafield: ""
76959
          kohafield: ""
76960
          tab: 9
76960
          tab: 9
76961
          authorised_value: ""
76961
          authorised_value:
76962
          authtypecode: ""
76962
          authtypecode: ""
76963
          value_builder: ""
76963
          value_builder: ""
76964
          isurl:
76964
          isurl:
Lines 76976-76982 tables: Link Here
76976
          mandatory: 0
76976
          mandatory: 0
76977
          kohafield: ""
76977
          kohafield: ""
76978
          tab: 9
76978
          tab: 9
76979
          authorised_value: ""
76979
          authorised_value:
76980
          authtypecode: ""
76980
          authtypecode: ""
76981
          value_builder: ""
76981
          value_builder: ""
76982
          isurl: 0
76982
          isurl: 0
Lines 76994-77000 tables: Link Here
76994
          mandatory: 0
76994
          mandatory: 0
76995
          kohafield: ""
76995
          kohafield: ""
76996
          tab: 9
76996
          tab: 9
76997
          authorised_value: ""
76997
          authorised_value:
76998
          authtypecode: ""
76998
          authtypecode: ""
76999
          value_builder: ""
76999
          value_builder: ""
77000
          isurl: 0
77000
          isurl: 0
Lines 77012-77018 tables: Link Here
77012
          mandatory: 0
77012
          mandatory: 0
77013
          kohafield: ""
77013
          kohafield: ""
77014
          tab: 9
77014
          tab: 9
77015
          authorised_value: ""
77015
          authorised_value:
77016
          authtypecode: ""
77016
          authtypecode: ""
77017
          value_builder: ""
77017
          value_builder: ""
77018
          isurl: 0
77018
          isurl: 0
Lines 77030-77036 tables: Link Here
77030
          mandatory: 0
77030
          mandatory: 0
77031
          kohafield: ""
77031
          kohafield: ""
77032
          tab: 9
77032
          tab: 9
77033
          authorised_value: ""
77033
          authorised_value:
77034
          authtypecode: ""
77034
          authtypecode: ""
77035
          value_builder: ""
77035
          value_builder: ""
77036
          isurl: 0
77036
          isurl: 0
Lines 77048-77054 tables: Link Here
77048
          mandatory: 0
77048
          mandatory: 0
77049
          kohafield: ""
77049
          kohafield: ""
77050
          tab: 9
77050
          tab: 9
77051
          authorised_value: ""
77051
          authorised_value:
77052
          authtypecode: ""
77052
          authtypecode: ""
77053
          value_builder: ""
77053
          value_builder: ""
77054
          isurl: 0
77054
          isurl: 0
Lines 77066-77072 tables: Link Here
77066
          mandatory: 0
77066
          mandatory: 0
77067
          kohafield: ""
77067
          kohafield: ""
77068
          tab: 9
77068
          tab: 9
77069
          authorised_value: ""
77069
          authorised_value:
77070
          authtypecode: ""
77070
          authtypecode: ""
77071
          value_builder: ""
77071
          value_builder: ""
77072
          isurl: 0
77072
          isurl: 0
Lines 77084-77090 tables: Link Here
77084
          mandatory: 0
77084
          mandatory: 0
77085
          kohafield: ""
77085
          kohafield: ""
77086
          tab: 9
77086
          tab: 9
77087
          authorised_value: ""
77087
          authorised_value:
77088
          authtypecode: ""
77088
          authtypecode: ""
77089
          value_builder: ""
77089
          value_builder: ""
77090
          isurl: 0
77090
          isurl: 0
Lines 77102-77108 tables: Link Here
77102
          mandatory: 0
77102
          mandatory: 0
77103
          kohafield: ""
77103
          kohafield: ""
77104
          tab: 9
77104
          tab: 9
77105
          authorised_value: ""
77105
          authorised_value:
77106
          authtypecode: ""
77106
          authtypecode: ""
77107
          value_builder: ""
77107
          value_builder: ""
77108
          isurl:
77108
          isurl:
Lines 77120-77126 tables: Link Here
77120
          mandatory: 0
77120
          mandatory: 0
77121
          kohafield: ""
77121
          kohafield: ""
77122
          tab: 9
77122
          tab: 9
77123
          authorised_value: ""
77123
          authorised_value:
77124
          authtypecode: ""
77124
          authtypecode: ""
77125
          value_builder: ""
77125
          value_builder: ""
77126
          isurl: 0
77126
          isurl: 0
Lines 77138-77144 tables: Link Here
77138
          mandatory: 0
77138
          mandatory: 0
77139
          kohafield: ""
77139
          kohafield: ""
77140
          tab: 9
77140
          tab: 9
77141
          authorised_value: ""
77141
          authorised_value:
77142
          authtypecode: ""
77142
          authtypecode: ""
77143
          value_builder: ""
77143
          value_builder: ""
77144
          isurl: 0
77144
          isurl: 0
Lines 77156-77162 tables: Link Here
77156
          mandatory: 0
77156
          mandatory: 0
77157
          kohafield: ""
77157
          kohafield: ""
77158
          tab: 9
77158
          tab: 9
77159
          authorised_value: ""
77159
          authorised_value:
77160
          authtypecode: ""
77160
          authtypecode: ""
77161
          value_builder: ""
77161
          value_builder: ""
77162
          isurl: 0
77162
          isurl: 0
Lines 77174-77180 tables: Link Here
77174
          mandatory: 0
77174
          mandatory: 0
77175
          kohafield: ""
77175
          kohafield: ""
77176
          tab: 9
77176
          tab: 9
77177
          authorised_value: ""
77177
          authorised_value:
77178
          authtypecode: ""
77178
          authtypecode: ""
77179
          value_builder: ""
77179
          value_builder: ""
77180
          isurl: 0
77180
          isurl: 0
Lines 77192-77198 tables: Link Here
77192
          mandatory: 0
77192
          mandatory: 0
77193
          kohafield: ""
77193
          kohafield: ""
77194
          tab: 9
77194
          tab: 9
77195
          authorised_value: ""
77195
          authorised_value:
77196
          authtypecode: ""
77196
          authtypecode: ""
77197
          value_builder: ""
77197
          value_builder: ""
77198
          isurl: 0
77198
          isurl: 0
Lines 77210-77216 tables: Link Here
77210
          mandatory: 0
77210
          mandatory: 0
77211
          kohafield: ""
77211
          kohafield: ""
77212
          tab: 9
77212
          tab: 9
77213
          authorised_value: ""
77213
          authorised_value:
77214
          authtypecode: ""
77214
          authtypecode: ""
77215
          value_builder: ""
77215
          value_builder: ""
77216
          isurl: 0
77216
          isurl: 0
Lines 77228-77234 tables: Link Here
77228
          mandatory: 0
77228
          mandatory: 0
77229
          kohafield: ""
77229
          kohafield: ""
77230
          tab: 9
77230
          tab: 9
77231
          authorised_value: ""
77231
          authorised_value:
77232
          authtypecode: ""
77232
          authtypecode: ""
77233
          value_builder: ""
77233
          value_builder: ""
77234
          isurl: 0
77234
          isurl: 0
Lines 77246-77252 tables: Link Here
77246
          mandatory: 0
77246
          mandatory: 0
77247
          kohafield: ""
77247
          kohafield: ""
77248
          tab: 9
77248
          tab: 9
77249
          authorised_value: ""
77249
          authorised_value:
77250
          authtypecode: ""
77250
          authtypecode: ""
77251
          value_builder: ""
77251
          value_builder: ""
77252
          isurl: 0
77252
          isurl: 0
Lines 77264-77270 tables: Link Here
77264
          mandatory: 0
77264
          mandatory: 0
77265
          kohafield: ""
77265
          kohafield: ""
77266
          tab: 9
77266
          tab: 9
77267
          authorised_value: ""
77267
          authorised_value:
77268
          authtypecode: ""
77268
          authtypecode: ""
77269
          value_builder: ""
77269
          value_builder: ""
77270
          isurl: 0
77270
          isurl: 0
Lines 77282-77288 tables: Link Here
77282
          mandatory: 0
77282
          mandatory: 0
77283
          kohafield: ""
77283
          kohafield: ""
77284
          tab: 9
77284
          tab: 9
77285
          authorised_value: ""
77285
          authorised_value:
77286
          authtypecode: ""
77286
          authtypecode: ""
77287
          value_builder: ""
77287
          value_builder: ""
77288
          isurl:
77288
          isurl:
Lines 77300-77306 tables: Link Here
77300
          mandatory: 0
77300
          mandatory: 0
77301
          kohafield: ""
77301
          kohafield: ""
77302
          tab: 9
77302
          tab: 9
77303
          authorised_value: ""
77303
          authorised_value:
77304
          authtypecode: ""
77304
          authtypecode: ""
77305
          value_builder: ""
77305
          value_builder: ""
77306
          isurl: 0
77306
          isurl: 0
Lines 77318-77324 tables: Link Here
77318
          mandatory: 0
77318
          mandatory: 0
77319
          kohafield: ""
77319
          kohafield: ""
77320
          tab: 9
77320
          tab: 9
77321
          authorised_value: ""
77321
          authorised_value:
77322
          authtypecode: ""
77322
          authtypecode: ""
77323
          value_builder: ""
77323
          value_builder: ""
77324
          isurl: 0
77324
          isurl: 0
Lines 77336-77342 tables: Link Here
77336
          mandatory: 0
77336
          mandatory: 0
77337
          kohafield: ""
77337
          kohafield: ""
77338
          tab: 9
77338
          tab: 9
77339
          authorised_value: ""
77339
          authorised_value:
77340
          authtypecode: ""
77340
          authtypecode: ""
77341
          value_builder: ""
77341
          value_builder: ""
77342
          isurl:
77342
          isurl:
Lines 77354-77360 tables: Link Here
77354
          mandatory: 0
77354
          mandatory: 0
77355
          kohafield: ""
77355
          kohafield: ""
77356
          tab: 9
77356
          tab: 9
77357
          authorised_value: ""
77357
          authorised_value:
77358
          authtypecode: ""
77358
          authtypecode: ""
77359
          value_builder: ""
77359
          value_builder: ""
77360
          isurl:
77360
          isurl:
Lines 77372-77378 tables: Link Here
77372
          mandatory: 0
77372
          mandatory: 0
77373
          kohafield: ""
77373
          kohafield: ""
77374
          tab: 9
77374
          tab: 9
77375
          authorised_value: ""
77375
          authorised_value:
77376
          authtypecode: ""
77376
          authtypecode: ""
77377
          value_builder: ""
77377
          value_builder: ""
77378
          isurl: 1
77378
          isurl: 1
Lines 77390-77396 tables: Link Here
77390
          mandatory: 0
77390
          mandatory: 0
77391
          kohafield: ""
77391
          kohafield: ""
77392
          tab: 9
77392
          tab: 9
77393
          authorised_value: ""
77393
          authorised_value:
77394
          authtypecode: ""
77394
          authtypecode: ""
77395
          value_builder: ""
77395
          value_builder: ""
77396
          isurl: 0
77396
          isurl: 0
Lines 77408-77414 tables: Link Here
77408
          mandatory: 0
77408
          mandatory: 0
77409
          kohafield: ""
77409
          kohafield: ""
77410
          tab: 9
77410
          tab: 9
77411
          authorised_value: ""
77411
          authorised_value:
77412
          authtypecode: ""
77412
          authtypecode: ""
77413
          value_builder: ""
77413
          value_builder: ""
77414
          isurl: 0
77414
          isurl: 0
Lines 77426-77432 tables: Link Here
77426
          mandatory: 0
77426
          mandatory: 0
77427
          kohafield: ""
77427
          kohafield: ""
77428
          tab: 9
77428
          tab: 9
77429
          authorised_value: ""
77429
          authorised_value:
77430
          authtypecode: ""
77430
          authtypecode: ""
77431
          value_builder: ""
77431
          value_builder: ""
77432
          isurl: 0
77432
          isurl: 0
Lines 77444-77450 tables: Link Here
77444
          mandatory: 0
77444
          mandatory: 0
77445
          kohafield: ""
77445
          kohafield: ""
77446
          tab: 9
77446
          tab: 9
77447
          authorised_value: ""
77447
          authorised_value:
77448
          authtypecode: ""
77448
          authtypecode: ""
77449
          value_builder: ""
77449
          value_builder: ""
77450
          isurl: 0
77450
          isurl: 0
Lines 77462-77468 tables: Link Here
77462
          mandatory: 0
77462
          mandatory: 0
77463
          kohafield: ""
77463
          kohafield: ""
77464
          tab: 9
77464
          tab: 9
77465
          authorised_value: ""
77465
          authorised_value:
77466
          authtypecode: ""
77466
          authtypecode: ""
77467
          value_builder: ""
77467
          value_builder: ""
77468
          isurl: 0
77468
          isurl: 0
Lines 77480-77486 tables: Link Here
77480
          mandatory: 0
77480
          mandatory: 0
77481
          kohafield: ""
77481
          kohafield: ""
77482
          tab: 9
77482
          tab: 9
77483
          authorised_value: ""
77483
          authorised_value:
77484
          authtypecode: ""
77484
          authtypecode: ""
77485
          value_builder: ""
77485
          value_builder: ""
77486
          isurl: 0
77486
          isurl: 0
Lines 77498-77504 tables: Link Here
77498
          mandatory: 0
77498
          mandatory: 0
77499
          kohafield: ""
77499
          kohafield: ""
77500
          tab: 9
77500
          tab: 9
77501
          authorised_value: ""
77501
          authorised_value:
77502
          authtypecode: ""
77502
          authtypecode: ""
77503
          value_builder: ""
77503
          value_builder: ""
77504
          isurl: 0
77504
          isurl: 0
Lines 77516-77522 tables: Link Here
77516
          mandatory: 0
77516
          mandatory: 0
77517
          kohafield: ""
77517
          kohafield: ""
77518
          tab: 9
77518
          tab: 9
77519
          authorised_value: ""
77519
          authorised_value:
77520
          authtypecode: ""
77520
          authtypecode: ""
77521
          value_builder: ""
77521
          value_builder: ""
77522
          isurl: 0
77522
          isurl: 0
Lines 77534-77540 tables: Link Here
77534
          mandatory: 0
77534
          mandatory: 0
77535
          kohafield: ""
77535
          kohafield: ""
77536
          tab: 9
77536
          tab: 9
77537
          authorised_value: ""
77537
          authorised_value:
77538
          authtypecode: ""
77538
          authtypecode: ""
77539
          value_builder: ""
77539
          value_builder: ""
77540
          isurl: 0
77540
          isurl: 0
Lines 77552-77558 tables: Link Here
77552
          mandatory: 0
77552
          mandatory: 0
77553
          kohafield: ""
77553
          kohafield: ""
77554
          tab: 9
77554
          tab: 9
77555
          authorised_value: ""
77555
          authorised_value:
77556
          authtypecode: ""
77556
          authtypecode: ""
77557
          value_builder: ""
77557
          value_builder: ""
77558
          isurl: 0
77558
          isurl: 0
Lines 77570-77576 tables: Link Here
77570
          mandatory: 0
77570
          mandatory: 0
77571
          kohafield: ""
77571
          kohafield: ""
77572
          tab: 9
77572
          tab: 9
77573
          authorised_value: ""
77573
          authorised_value:
77574
          authtypecode: ""
77574
          authtypecode: ""
77575
          value_builder: ""
77575
          value_builder: ""
77576
          isurl: 0
77576
          isurl: 0
Lines 77588-77594 tables: Link Here
77588
          mandatory: 0
77588
          mandatory: 0
77589
          kohafield: ""
77589
          kohafield: ""
77590
          tab: 9
77590
          tab: 9
77591
          authorised_value: ""
77591
          authorised_value:
77592
          authtypecode: ""
77592
          authtypecode: ""
77593
          value_builder: ""
77593
          value_builder: ""
77594
          isurl: 0
77594
          isurl: 0
Lines 77606-77612 tables: Link Here
77606
          mandatory: 0
77606
          mandatory: 0
77607
          kohafield: ""
77607
          kohafield: ""
77608
          tab: 9
77608
          tab: 9
77609
          authorised_value: ""
77609
          authorised_value:
77610
          authtypecode: ""
77610
          authtypecode: ""
77611
          value_builder: ""
77611
          value_builder: ""
77612
          isurl: 0
77612
          isurl: 0
Lines 77624-77630 tables: Link Here
77624
          mandatory: 0
77624
          mandatory: 0
77625
          kohafield: ""
77625
          kohafield: ""
77626
          tab: 9
77626
          tab: 9
77627
          authorised_value: ""
77627
          authorised_value:
77628
          authtypecode: ""
77628
          authtypecode: ""
77629
          value_builder: ""
77629
          value_builder: ""
77630
          isurl: 0
77630
          isurl: 0
Lines 77642-77648 tables: Link Here
77642
          mandatory: 0
77642
          mandatory: 0
77643
          kohafield: ""
77643
          kohafield: ""
77644
          tab: 9
77644
          tab: 9
77645
          authorised_value: ""
77645
          authorised_value:
77646
          authtypecode: ""
77646
          authtypecode: ""
77647
          value_builder: ""
77647
          value_builder: ""
77648
          isurl: 0
77648
          isurl: 0
Lines 77660-77666 tables: Link Here
77660
          mandatory: 0
77660
          mandatory: 0
77661
          kohafield: ""
77661
          kohafield: ""
77662
          tab: 9
77662
          tab: 9
77663
          authorised_value: ""
77663
          authorised_value:
77664
          authtypecode: ""
77664
          authtypecode: ""
77665
          value_builder: ""
77665
          value_builder: ""
77666
          isurl: 0
77666
          isurl: 0
Lines 77678-77684 tables: Link Here
77678
          mandatory: 0
77678
          mandatory: 0
77679
          kohafield: ""
77679
          kohafield: ""
77680
          tab: 9
77680
          tab: 9
77681
          authorised_value: ""
77681
          authorised_value:
77682
          authtypecode: ""
77682
          authtypecode: ""
77683
          value_builder: ""
77683
          value_builder: ""
77684
          isurl: 0
77684
          isurl: 0
Lines 77696-77702 tables: Link Here
77696
          mandatory: 0
77696
          mandatory: 0
77697
          kohafield: ""
77697
          kohafield: ""
77698
          tab: 9
77698
          tab: 9
77699
          authorised_value: ""
77699
          authorised_value:
77700
          authtypecode: ""
77700
          authtypecode: ""
77701
          value_builder: ""
77701
          value_builder: ""
77702
          isurl: 0
77702
          isurl: 0
Lines 77714-77720 tables: Link Here
77714
          mandatory: 0
77714
          mandatory: 0
77715
          kohafield: ""
77715
          kohafield: ""
77716
          tab: 9
77716
          tab: 9
77717
          authorised_value: ""
77717
          authorised_value:
77718
          authtypecode: ""
77718
          authtypecode: ""
77719
          value_builder: ""
77719
          value_builder: ""
77720
          isurl: 0
77720
          isurl: 0
Lines 77732-77738 tables: Link Here
77732
          mandatory: 0
77732
          mandatory: 0
77733
          kohafield: ""
77733
          kohafield: ""
77734
          tab: 9
77734
          tab: 9
77735
          authorised_value: ""
77735
          authorised_value:
77736
          authtypecode: ""
77736
          authtypecode: ""
77737
          value_builder: ""
77737
          value_builder: ""
77738
          isurl: 0
77738
          isurl: 0
Lines 77750-77756 tables: Link Here
77750
          mandatory: 0
77750
          mandatory: 0
77751
          kohafield: ""
77751
          kohafield: ""
77752
          tab: 9
77752
          tab: 9
77753
          authorised_value: ""
77753
          authorised_value:
77754
          authtypecode: ""
77754
          authtypecode: ""
77755
          value_builder: ""
77755
          value_builder: ""
77756
          isurl: 0
77756
          isurl: 0
Lines 77768-77774 tables: Link Here
77768
          mandatory: 0
77768
          mandatory: 0
77769
          kohafield: ""
77769
          kohafield: ""
77770
          tab: 9
77770
          tab: 9
77771
          authorised_value: ""
77771
          authorised_value:
77772
          authtypecode: ""
77772
          authtypecode: ""
77773
          value_builder: ""
77773
          value_builder: ""
77774
          isurl: 0
77774
          isurl: 0
Lines 77786-77792 tables: Link Here
77786
          mandatory: 0
77786
          mandatory: 0
77787
          kohafield: ""
77787
          kohafield: ""
77788
          tab: 9
77788
          tab: 9
77789
          authorised_value: ""
77789
          authorised_value:
77790
          authtypecode: ""
77790
          authtypecode: ""
77791
          value_builder: ""
77791
          value_builder: ""
77792
          isurl: 0
77792
          isurl: 0
Lines 77804-77810 tables: Link Here
77804
          mandatory: 0
77804
          mandatory: 0
77805
          kohafield: ""
77805
          kohafield: ""
77806
          tab: 9
77806
          tab: 9
77807
          authorised_value: ""
77807
          authorised_value:
77808
          authtypecode: ""
77808
          authtypecode: ""
77809
          value_builder: ""
77809
          value_builder: ""
77810
          isurl: 0
77810
          isurl: 0
Lines 77822-77828 tables: Link Here
77822
          mandatory: 0
77822
          mandatory: 0
77823
          kohafield: ""
77823
          kohafield: ""
77824
          tab: 9
77824
          tab: 9
77825
          authorised_value: ""
77825
          authorised_value:
77826
          authtypecode: ""
77826
          authtypecode: ""
77827
          value_builder: ""
77827
          value_builder: ""
77828
          isurl: 0
77828
          isurl: 0
Lines 77840-77846 tables: Link Here
77840
          mandatory: 0
77840
          mandatory: 0
77841
          kohafield: ""
77841
          kohafield: ""
77842
          tab: 9
77842
          tab: 9
77843
          authorised_value: ""
77843
          authorised_value:
77844
          authtypecode: ""
77844
          authtypecode: ""
77845
          value_builder: ""
77845
          value_builder: ""
77846
          isurl: 0
77846
          isurl: 0
Lines 77858-77864 tables: Link Here
77858
          mandatory: 0
77858
          mandatory: 0
77859
          kohafield: ""
77859
          kohafield: ""
77860
          tab: 9
77860
          tab: 9
77861
          authorised_value: ""
77861
          authorised_value:
77862
          authtypecode: ""
77862
          authtypecode: ""
77863
          value_builder: ""
77863
          value_builder: ""
77864
          isurl: 0
77864
          isurl: 0
Lines 77876-77882 tables: Link Here
77876
          mandatory: 0
77876
          mandatory: 0
77877
          kohafield: ""
77877
          kohafield: ""
77878
          tab: 9
77878
          tab: 9
77879
          authorised_value: ""
77879
          authorised_value:
77880
          authtypecode: ""
77880
          authtypecode: ""
77881
          value_builder: ""
77881
          value_builder: ""
77882
          isurl: 0
77882
          isurl: 0
Lines 77894-77900 tables: Link Here
77894
          mandatory: 0
77894
          mandatory: 0
77895
          kohafield: ""
77895
          kohafield: ""
77896
          tab: 9
77896
          tab: 9
77897
          authorised_value: ""
77897
          authorised_value:
77898
          authtypecode: ""
77898
          authtypecode: ""
77899
          value_builder: ""
77899
          value_builder: ""
77900
          isurl: 0
77900
          isurl: 0
Lines 77912-77918 tables: Link Here
77912
          mandatory: 0
77912
          mandatory: 0
77913
          kohafield: ""
77913
          kohafield: ""
77914
          tab: 9
77914
          tab: 9
77915
          authorised_value: ""
77915
          authorised_value:
77916
          authtypecode: ""
77916
          authtypecode: ""
77917
          value_builder: ""
77917
          value_builder: ""
77918
          isurl: 0
77918
          isurl: 0
Lines 77930-77936 tables: Link Here
77930
          mandatory: 0
77930
          mandatory: 0
77931
          kohafield: ""
77931
          kohafield: ""
77932
          tab: 9
77932
          tab: 9
77933
          authorised_value: ""
77933
          authorised_value:
77934
          authtypecode: ""
77934
          authtypecode: ""
77935
          value_builder: ""
77935
          value_builder: ""
77936
          isurl: 0
77936
          isurl: 0
Lines 77948-77954 tables: Link Here
77948
          mandatory: 0
77948
          mandatory: 0
77949
          kohafield: ""
77949
          kohafield: ""
77950
          tab: 9
77950
          tab: 9
77951
          authorised_value: ""
77951
          authorised_value:
77952
          authtypecode: ""
77952
          authtypecode: ""
77953
          value_builder: ""
77953
          value_builder: ""
77954
          isurl: 0
77954
          isurl: 0
Lines 77966-77972 tables: Link Here
77966
          mandatory: 0
77966
          mandatory: 0
77967
          kohafield: ""
77967
          kohafield: ""
77968
          tab: 9
77968
          tab: 9
77969
          authorised_value: ""
77969
          authorised_value:
77970
          authtypecode: ""
77970
          authtypecode: ""
77971
          value_builder: ""
77971
          value_builder: ""
77972
          isurl: 0
77972
          isurl: 0
Lines 77984-77990 tables: Link Here
77984
          mandatory: 0
77984
          mandatory: 0
77985
          kohafield: ""
77985
          kohafield: ""
77986
          tab: 9
77986
          tab: 9
77987
          authorised_value: ""
77987
          authorised_value:
77988
          authtypecode: ""
77988
          authtypecode: ""
77989
          value_builder: ""
77989
          value_builder: ""
77990
          isurl: 0
77990
          isurl: 0
Lines 78002-78008 tables: Link Here
78002
          mandatory: 0
78002
          mandatory: 0
78003
          kohafield: ""
78003
          kohafield: ""
78004
          tab: 9
78004
          tab: 9
78005
          authorised_value: ""
78005
          authorised_value:
78006
          authtypecode: ""
78006
          authtypecode: ""
78007
          value_builder: ""
78007
          value_builder: ""
78008
          isurl: 0
78008
          isurl: 0
Lines 78020-78026 tables: Link Here
78020
          mandatory: 0
78020
          mandatory: 0
78021
          kohafield: ""
78021
          kohafield: ""
78022
          tab: 9
78022
          tab: 9
78023
          authorised_value: ""
78023
          authorised_value:
78024
          authtypecode: ""
78024
          authtypecode: ""
78025
          value_builder: ""
78025
          value_builder: ""
78026
          isurl: 0
78026
          isurl: 0
Lines 78038-78044 tables: Link Here
78038
          mandatory: 0
78038
          mandatory: 0
78039
          kohafield: ""
78039
          kohafield: ""
78040
          tab: 9
78040
          tab: 9
78041
          authorised_value: ""
78041
          authorised_value:
78042
          authtypecode: ""
78042
          authtypecode: ""
78043
          value_builder: ""
78043
          value_builder: ""
78044
          isurl: 0
78044
          isurl: 0
Lines 78056-78062 tables: Link Here
78056
          mandatory: 0
78056
          mandatory: 0
78057
          kohafield: ""
78057
          kohafield: ""
78058
          tab: 9
78058
          tab: 9
78059
          authorised_value: ""
78059
          authorised_value:
78060
          authtypecode: ""
78060
          authtypecode: ""
78061
          value_builder: ""
78061
          value_builder: ""
78062
          isurl: 0
78062
          isurl: 0
(-)a/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql (-244 / +244 lines)
Lines 70-90 Link Here
70
-- Current Record ID Field/Subfields (090)
70
-- Current Record ID Field/Subfields (090)
71
71
72
insert  into `marc_tag_structure`(`tagfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`authorised_value`,`frameworkcode`) values
72
insert  into `marc_tag_structure`(`tagfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`authorised_value`,`frameworkcode`) values
73
	('090','System Control Numbers (Koha)','System Control Numbers (Koha)',0,0,'','');
73
	('090','System Control Numbers (Koha)','System Control Numbers (Koha)',0,0,NULL,'');
74
74
75
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 
75
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 
76
	('090','a','Koha biblioitem number (autogenerated)','Koha biblioitem number (autogenerated)',0,0,'biblioitems.biblioitemnumber',9,'','','',0,-5,'',NULL,'','');
76
	('090','a','Koha biblioitem number (autogenerated)','Koha biblioitem number (autogenerated)',0,0,'biblioitems.biblioitemnumber',9,NULL,'','',0,-5,'',NULL,'','');
77
77
78
-- Local date field/Subfields (099)
78
-- Local date field/Subfields (099)
79
79
80
insert  into `marc_tag_structure`(`tagfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`authorised_value`,`frameworkcode`) values
80
insert  into `marc_tag_structure`(`tagfield`,`liblibrarian`,`libopac`,`repeatable`,`mandatory`,`authorised_value`,`frameworkcode`) values
81
	('099','local dates','',0,0,'','');
81
	('099','local dates','',0,0,NULL,'');
82
82
83
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 
83
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 
84
	('099','c','Date of creation (bib. record)','Date of creation (bib. record)',0,0,'biblio.datecreated',0,'','','',0,-5,'',NULL,'','');
84
	('099','c','Date of creation (bib. record)','Date of creation (bib. record)',0,0,'biblio.datecreated',0,NULL,'','',0,-5,'',NULL,'','');
85
 
85
 
86
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
86
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
87
	('099','d','Last modified date (bib. record)','Last modified data (bib. record)',0,0,'biblio.timestamp',0,'','','',0,-5,'',NULL,'','');
87
	('099','d','Last modified date (bib. record)','Last modified data (bib. record)',0,0,'biblio.timestamp',0,NULL,'','',0,-5,'',NULL,'','');
88
88
89
89
90
-- Current primary biblioitems Field/Subfields (942)
90
-- Current primary biblioitems Field/Subfields (942)
Lines 154-167 INSERT INTO `authorised_values` (`category`, `authorised_value`, `lib`, `lib_opa Link Here
154
('unimarc_325h', '#', 'undetermined', NULL, '');
154
('unimarc_325h', '#', 'undetermined', NULL, '');
155
155
156
INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
156
INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
157
		('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, '', '');
157
		('942', 'ADDED ENTRY ELEMENTS (KOHA)', 'ADDED ENTRY ELEMENTS (KOHA)', 0, 0, NULL, '');
158
158
159
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
159
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
160
		('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, '', '', '', NULL, -5, '', '', '', NULL),
160
		('942', '0', 'Koha issues (borrowed), all copies', 'Koha issues (borrowed), all copies', 0, 0, 'biblioitems.totalissues', 9, NULL, '', '', NULL, -5, '', '', '', NULL),
161
		('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, '', '', '', NULL, 0, '', '', '', NULL),
161
		('942', '2', 'Source of classification or shelving scheme', 'Source of classification or shelving scheme', 0, 0, 'biblioitems.cn_source', 9, NULL, '', '', NULL, 0, '', '', '', NULL),
162
		('942', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, '', '', '', 0, 7, '', '', '', NULL),
162
		('942', '6', 'Koha normalized classification for sorting', 'Koha normalized classification for sorting', 0, 0, 'biblioitems.cn_sort', -1, NULL, '', '', 0, 7, '', '', '', NULL),
163
		('942', 'c', 'Koha item type', 'Koha item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, '', '', '', NULL),
163
		('942', 'c', 'Koha item type', 'Koha item type', 0, 1, 'biblioitems.itemtype', 9, 'itemtypes', '', '', NULL, 0, '', '', '', NULL),
164
		('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, '', '', '', NULL, -5, '', '', '', NULL);
164
		('942', 's', 'Serial record flag', 'Serial record', 0, 0, 'biblio.serial', 9, NULL, '', '', NULL, -5, '', '', '', NULL);
165
165
166
166
167
-- ******************************************************
167
-- ******************************************************
Lines 188-219 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian` Link Here
188
-- Current items Field/Subfields
188
-- Current items Field/Subfields
189
189
190
INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
190
INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
191
		('995', 'Location and Item Information (Koha)', 'Location and Item Information (Koha)', 0, 0, '', '');
191
		('995', 'Location and Item Information (Koha)', 'Location and Item Information (Koha)', 0, 0, NULL, '');
192
192
193
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
193
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
194
               ('995', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, '', '', '', NULL),
194
               ('995', '0', 'Withdrawn status', 'Withdrawn status', 0, 0, 'items.withdrawn', 10, 'WITHDRAWN', '', '', 0, 0, '', '', '', NULL),
195
		('995', '2', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, '', '', '', NULL),
195
		('995', '2', 'Lost status', 'Lost status', 0, 0, 'items.itemlost', 10, 'LOST', '', '', 0, 0, '', '', '', NULL),
196
		('995', '3', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, '', '', '', NULL),
196
		('995', '3', 'Use restrictions', 'Use restrictions', 0, 0, 'items.restricted', 10, 'RESTRICTED', '', '', 0, 0, '', '', '', NULL),
197
		('995', '5', 'Date acquired', 'Coded location qualifier', 0, 0, 'items.dateaccessioned', 10, '', '', '', NULL, 0, '', '', '', NULL),
197
		('995', '5', 'Date acquired', 'Coded location qualifier', 0, 0, 'items.dateaccessioned', 10, NULL, '', '', NULL, 0, '', '', '', NULL),
198
		('995', '6', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, '', '', '', NULL, 0, '', '', '', NULL),
198
		('995', '6', 'Copy number', 'Copy number', 0, 0, 'items.copynumber', 10, NULL, '', '', NULL, 0, '', '', '', NULL),
199
		('995', '7', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, '', '', '', 0, 0, '', '', '', NULL),
199
		('995', '7', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 'items.uri', 10, NULL, '', '', 0, 0, '', '', '', NULL),
200
		('995', '9', 'Internal item number (Koha itemnumber, autogenerated)', 'Internal itemnumber (Koha itemnumber)', 0, 0, 'items.itemnumber', -1, '', '', '', 0, -5, '', '', '', NULL),
200
		('995', '9', 'Internal item number (Koha itemnumber, autogenerated)', 'Internal itemnumber (Koha itemnumber)', 0, 0, 'items.itemnumber', -1, NULL, '', '', 0, -5, '', '', '', NULL),
201
		('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 1, '', 10, '', '', '', 0, 0, '', '', '', NULL),
201
		('995', 'a', 'Origin of the item (home branch) (free text)', 'Origin of item (home branch) (free text)', 0, 1, '', 10, NULL, '', '', 0, 0, '', '', '', NULL),
202
		('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, -1, '', '', '', NULL),
202
		('995', 'b', 'Origin of item (home branch) (coded)', 'Origin of item (home branch (coded)', 0, 0, 'items.homebranch', 10, 'branches', '', '', 0, -1, '', '', '', NULL),
203
		('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),
203
		('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),
204
		('995', 'd', 'Lending or holding organisation (holding branch) (free text)', 'Lending or holding organisation (holding branch) (free text)', 0, 0, '', 10, '', '', '', 0, -1, '', '', '', NULL),
204
		('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),
205
		('995', 'e', 'Shelving location', 'Shelving location', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, '', '', '', NULL),
205
		('995', 'e', 'Shelving location', 'Shelving location', 0, 0, 'items.location', 10, 'LOC', '', '', 0, 0, '', '', '', NULL),
206
		('995', 'f', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, '', '', 'barcode.pl', 0, 0, '', '', '', NULL),
206
		('995', 'f', 'Barcode', 'Barcode', 0, 0, 'items.barcode', 10, NULL, '', 'barcode.pl', 0, 0, '', '', '', NULL),
207
		('995', 'h', 'Koha collection', 'Koha collection', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, '', '', '', NULL),
207
		('995', 'h', 'Koha collection', 'Koha collection', 0, 0, 'items.ccode', 10, 'CCODE', '', '', 0, 0, '', '', '', NULL),
208
		('995', 'j', 'Inventory number', 'Inventory number', 0, 0, 'items.stocknumber ', 10, '', '', '', 0, 0, '', '', '', NULL),
208
		('995', 'j', 'Inventory number', 'Inventory number', 0, 0, 'items.stocknumber ', 10, NULL, '', '', 0, 0, '', '', '', NULL),
209
		('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, 'items.itemcallnumber', 10, '', '', '', 0, 0, '', '', '', NULL),
209
		('995', 'k', 'Call number (full call number)', 'Call number (full call number)', 0, 0, 'items.itemcallnumber', 10, NULL, '', '', 0, 0, '', '', '', NULL),
210
		('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, 'items.materials', 10, '', '', '', 0, 0, '', '', '', NULL),
210
		('995', 'l', 'Numbering (volume or other part)', 'Numbering (bound volume or other part)', 0, 0, 'items.materials', 10, NULL, '', '', 0, 0, '', '', '', NULL),
211
		('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, 'items.datelastborrowed', 10, '', '', '', 0, -5, '', '', '', NULL),
211
		('995', 'm', 'Date of loan or deposit', 'Date of loan or deposit', 0, 0, 'items.datelastborrowed', 10, NULL, '', '', 0, -5, '', '', '', NULL),
212
		('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, 'items.onloan', 10, '', '', '', 0, -1, '', '', '', NULL),
212
		('995', 'n', 'Expiration of loan date', 'Expiration of loan date', 0, 0, 'items.onloan', 10, NULL, '', '', 0, -1, '', '', '', NULL),
213
		('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 0, 0, 'items.notforloan', 10, '', '', '', 0, 0, '', '', '', NULL),
213
		('995', 'o', 'Circulation type (not for loan)', 'Circulation type (not for loan)', 0, 0, 'items.notforloan', 10, NULL, '', '', 0, 0, '', '', '', NULL),
214
		('995', 'r', 'Type of item and material', 'Type of item and material', 0, 1, 'items.itype', 10, 'itemtypes', '', '', 0, 0, '', '', '', NULL),
214
		('995', 'r', 'Type of item and material', 'Type of item and material', 0, 1, 'items.itype', 10, 'itemtypes', '', '', 0, 0, '', '', '', NULL),
215
		('995', 'u', 'Copy note', 'Copy note', 0, 0, 'items.itemnotes', 10, '', '', '', 0, 0, '', '', '', NULL),
215
		('995', 'u', 'Copy note', 'Copy note', 0, 0, 'items.itemnotes', 10, NULL, '', '', 0, 0, '', '', '', NULL),
216
		('995', 'v', 'Serial Enumeration / chronology', 'Serial Enumeration / chronology', 0, 0, 'items.enumchron', 10, '', '', '', 0, -1, '', '', '', NULL);
216
		('995', 'v', 'Serial Enumeration / chronology', 'Serial Enumeration / chronology', 0, 0, 'items.enumchron', 10, NULL, '', '', 0, -1, '', '', '', NULL);
217
 
217
 
218
218
219
219
Lines 223-449 INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian` Link Here
223
223
224
224
225
INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
225
INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
226
		('000', 'Record Label', 'Record Label', 0, 1, '', ''),
226
		('000', 'Record Label', 'Record Label', 0, 1, NULL, ''),
227
		('001', 'Record Identifier', 'Record Identifier', 0, 1, '', ''),
227
		('001', 'Record Identifier', 'Record Identifier', 0, 1, NULL, ''),
228
		('003', 'Persistent Record Identifier', 'Persistent Record Identifier', 0, 0, '', ''),
228
		('003', 'Persistent Record Identifier', 'Persistent Record Identifier', 0, 0, NULL, ''),
229
		('005', 'Version Identifier', 'Version Identifier', 0, 0, '', ''),
229
		('005', 'Version Identifier', 'Version Identifier', 0, 0, NULL, ''),
230
		('010', 'International Standard Book Number (ISBN)', 'International Standard Book Number (ISBN)', 1, 0, '', ''),
230
		('010', 'International Standard Book Number (ISBN)', 'International Standard Book Number (ISBN)', 1, 0, NULL, ''),
231
		('011', 'International Standard Serial Number (ISSN)', 'International Standard Serial Number (ISSN)', 1, 0, '', ''),
231
		('011', 'International Standard Serial Number (ISSN)', 'International Standard Serial Number (ISSN)', 1, 0, NULL, ''),
232
		('012', 'Fingerprint Identifier', 'Fingerprint Identifier', 1, 0, '', ''),
232
		('012', 'Fingerprint Identifier', 'Fingerprint Identifier', 1, 0, NULL, ''),
233
		('013', 'International Standard Music Number (ISMN)', 'International Standard Music Number (ISMN)', 1, 0, '', ''),
233
		('013', 'International Standard Music Number (ISMN)', 'International Standard Music Number (ISMN)', 1, 0, NULL, ''),
234
		('014', 'Article Identifier', 'Article Identifier', 1, 0, '', ''),
234
		('014', 'Article Identifier', 'Article Identifier', 1, 0, NULL, ''),
235
		('015', 'International Standard Technical Report Number (ISRN)', 'International Standard Technical Report Number (ISRN)', 1, 0, '', ''),
235
		('015', 'International Standard Technical Report Number (ISRN)', 'International Standard Technical Report Number (ISRN)', 1, 0, NULL, ''),
236
		('016', 'International Standard Recording Code (ISRC)', 'International Standard Recording Code (ISRC)', 1, 0, '', ''),
236
		('016', 'International Standard Recording Code (ISRC)', 'International Standard Recording Code (ISRC)', 1, 0, NULL, ''),
237
		('017', 'Other Standard Identifier', 'Other Standard Identifier', 1, 0, '', ''),
237
		('017', 'Other Standard Identifier', 'Other Standard Identifier', 1, 0, NULL, ''),
238
		('018', '[Reserved for other International Standard Numbers]', '[Reserved for other International Standard Numbers]', 1, 0, '', ''),
238
		('018', '[Reserved for other International Standard Numbers]', '[Reserved for other International Standard Numbers]', 1, 0, NULL, ''),
239
		('020', 'National Bibliography Number', 'National Bibliography Number', 1, 0, '', ''),
239
		('020', 'National Bibliography Number', 'National Bibliography Number', 1, 0, NULL, ''),
240
		('021', 'Legal Deposit Number', 'Legal Deposit Number', 1, 0, '', ''),
240
		('021', 'Legal Deposit Number', 'Legal Deposit Number', 1, 0, NULL, ''),
241
		('022', 'Government Publication Number', 'Government Publication Number', 1, 0, '', ''),
241
		('022', 'Government Publication Number', 'Government Publication Number', 1, 0, NULL, ''),
242
		('033', 'Other system persistent record identifier', 'Other system persistent record identifier', 1, 0, '', ''),
242
		('033', 'Other system persistent record identifier', 'Other system persistent record identifier', 1, 0, NULL, ''),
243
		('035', 'Other System Control Numbers', 'Other System Control Numbers', 1, 0, '', ''),
243
		('035', 'Other System Control Numbers', 'Other System Control Numbers', 1, 0, NULL, ''),
244
		('036', 'Music Incipit', 'Music Incipit', 1, 0, '', ''),
244
		('036', 'Music Incipit', 'Music Incipit', 1, 0, NULL, ''),
245
		('040', 'CODEN (Serials)', 'CODEN (Serials)', 1, 0, '', ''),
245
		('040', 'CODEN (Serials)', 'CODEN (Serials)', 1, 0, NULL, ''),
246
		('071', 'Publisher\'s Number', 'Publisher\'s Number', 1, 0, '', ''),
246
		('071', 'Publisher\'s Number', 'Publisher\'s Number', 1, 0, NULL, ''),
247
		('072', 'Universal Product Code (UPC)', 'Universal Product Code (UPC)', 1, 0, '', ''),
247
		('072', 'Universal Product Code (UPC)', 'Universal Product Code (UPC)', 1, 0, NULL, ''),
248
		('073', 'International Article Number (EAN)', 'International Article Number (EAN)', 1, 0, '', ''),
248
		('073', 'International Article Number (EAN)', 'International Article Number (EAN)', 1, 0, NULL, ''),
249
		('100', 'General Processing Data', 'General Processing Data', 0, 1, '', ''),
249
		('100', 'General Processing Data', 'General Processing Data', 0, 1, NULL, ''),
250
		('101', 'Language of the Resource', 'Language of the Resource', 0, 0, '', ''),
250
		('101', 'Language of the Resource', 'Language of the Resource', 0, 0, NULL, ''),
251
		('102', 'Country of Publication or Production', 'Country of Publication or Production', 0, 0, '', ''),
251
		('102', 'Country of Publication or Production', 'Country of Publication or Production', 0, 0, NULL, ''),
252
		('105', 'Coded Data Field: Textual Material, Monographic', 'Coded Data Field: Textual Material, Monographic', 0, 0, '', ''),
252
		('105', 'Coded Data Field: Textual Material, Monographic', 'Coded Data Field: Textual Material, Monographic', 0, 0, NULL, ''),
253
		('106', 'Coded Data Field: Textual Material - Physical Attributes', 'Coded Data Field: Textual Material - Physical Attributes', 0, 0, '', ''),
253
		('106', 'Coded Data Field: Textual Material - Physical Attributes', 'Coded Data Field: Textual Material - Physical Attributes', 0, 0, NULL, ''),
254
		('110', 'Coded Data Field: Continuing Resources', 'Coded Data Field: Continuing Resources', 0, 0, '', ''),
254
		('110', 'Coded Data Field: Continuing Resources', 'Coded Data Field: Continuing Resources', 0, 0, NULL, ''),
255
		('115', 'Coded Data Field: Visual Projections, Videorecordings and Motion Pictures', 'Coded Data Fields: Visual Projections, Videorecordings and Motion Pictures', 1, 0, '', ''),
255
		('115', 'Coded Data Field: Visual Projections, Videorecordings and Motion Pictures', 'Coded Data Fields: Visual Projections, Videorecordings and Motion Pictures', 1, 0, NULL, ''),
256
		('116', 'Coded Data Field: Graphics', 'Coded Data Field: Graphics', 1, 0, '', ''),
256
		('116', 'Coded Data Field: Graphics', 'Coded Data Field: Graphics', 1, 0, NULL, ''),
257
		('117', 'Coded Data Field: Three-Dimensional Artefacts and Realia', 'Coded Data Field: Three-Dimensional Artefacts and Realia', 1, 0, '', ''),
257
		('117', 'Coded Data Field: Three-Dimensional Artefacts and Realia', 'Coded Data Field: Three-Dimensional Artefacts and Realia', 1, 0, NULL, ''),
258
		('120', 'Coded Data Field: Cartographic Materials - General', 'Coded Data Field: Cartographic Materials - General', 0, 0, '', ''),
258
		('120', 'Coded Data Field: Cartographic Materials - General', 'Coded Data Field: Cartographic Materials - General', 0, 0, NULL, ''),
259
		('121', 'Coded Data Field: Cartographic Materials: Physical Attributes', 'Coded Data Field: Cartographic Materials: Physical Attributes', 0, 0, '', ''),
259
		('121', 'Coded Data Field: Cartographic Materials: Physical Attributes', 'Coded Data Field: Cartographic Materials: Physical Attributes', 0, 0, NULL, ''),
260
		('122', 'Coded Data Field: Time Period of Item Content', 'Coded Data Field: Time Period of Item Content', 1, 0, '', ''),
260
		('122', 'Coded Data Field: Time Period of Item Content', 'Coded Data Field: Time Period of Item Content', 1, 0, NULL, ''),
261
		('123', 'Coded Data Field: Cartographic Resources - Scale and Co-Ordinates', 'Coded Data Field: Cartographic Resources - Scale and Co-Ordinates', 1, 0, '', ''),
261
		('123', 'Coded Data Field: Cartographic Resources - Scale and Co-Ordinates', 'Coded Data Field: Cartographic Resources - Scale and Co-Ordinates', 1, 0, NULL, ''),
262
		('124', 'Coded Data Field: Cartographic Materials - Specific Material Designation Analysis', 'Coded Data Field: Cartographic Materials - Specific Material Designation Analysis', 0, 0, '', ''),
262
		('124', 'Coded Data Field: Cartographic Materials - Specific Material Designation Analysis', 'Coded Data Field: Cartographic Materials - Specific Material Designation Analysis', 0, 0, NULL, ''),
263
		('125', 'Coded Data Field: Sound Recordings and Music', 'Coded Data Field: Sound Recordings and Music', 0, 0, '', ''),
263
		('125', 'Coded Data Field: Sound Recordings and Music', 'Coded Data Field: Sound Recordings and Music', 0, 0, NULL, ''),
264
		('126', 'Coded Data Field: Sound Recordings - Physical Attributes', 'Coded Data Field: Sound Recordings - Physical Attributes', 0, 0, '', ''),
264
		('126', 'Coded Data Field: Sound Recordings - Physical Attributes', 'Coded Data Field: Sound Recordings - Physical Attributes', 0, 0, NULL, ''),
265
		('127', 'Coded Data Field: Duration of Sound Recordings and Printed Music', 'Coded Data Field: Duration of Sound Recordings and Printed Music', 0, 0, '', ''),
265
		('127', 'Coded Data Field: Duration of Sound Recordings and Printed Music', 'Coded Data Field: Duration of Sound Recordings and Printed Music', 0, 0, NULL, ''),
266
		('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, '', ''),
266
		('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, ''),
267
		('130', 'Coded Data Field: Microforms - Physical Attributes', 'Coded Data Field: Microforms - Physical Attributes', 1, 0, '', ''),
267
		('130', 'Coded Data Field: Microforms - Physical Attributes', 'Coded Data Field: Microforms - Physical Attributes', 1, 0, NULL, ''),
268
		('131', 'Coded Data Field: Cartographic Materials: Geodetic, Grid and Vertical Measurement', 'Coded Data Field: Cartographic Materials: Geodetic, Grid and Vertical Measurement', 0, 0, '', ''),
268
		('131', 'Coded Data Field: Cartographic Materials: Geodetic, Grid and Vertical Measurement', 'Coded Data Field: Cartographic Materials: Geodetic, Grid and Vertical Measurement', 0, 0, NULL, ''),
269
		('135', 'Coded Data Field: Electronic Resources', 'Coded Data Field: Electronic Resources', 1, 0, '', ''),
269
		('135', 'Coded Data Field: Electronic Resources', 'Coded Data Field: Electronic Resources', 1, 0, NULL, ''),
270
		('140', 'Coded Data Field: Antiquarian - General', 'Coded Data Field: Antiquarian - General', 0, 0, '', ''),
270
		('140', 'Coded Data Field: Antiquarian - General', 'Coded Data Field: Antiquarian - General', 0, 0, NULL, ''),
271
		('141', 'Coded Data Field: Copy Specific Attributes', 'Coded Data Field: Copy Specific Attributes', 1, 0, '', ''),
271
		('141', 'Coded Data Field: Copy Specific Attributes', 'Coded Data Field: Copy Specific Attributes', 1, 0, NULL, ''),
272
		('145', 'Coded Data Field: Medium of Performance [Obsolete]', 'Coded Data Field: Medium of Performance [Obsolete]', 1, 0, '', ''),
272
		('145', 'Coded Data Field: Medium of Performance [Obsolete]', 'Coded Data Field: Medium of Performance [Obsolete]', 1, 0, NULL, ''),
273
		('146', 'Coded Data Field: Medium of Performance', 'Coded Data Field: Medium of Performance', 1, 0, '', ''),
273
		('146', 'Coded Data Field: Medium of Performance', 'Coded Data Field: Medium of Performance', 1, 0, NULL, ''),
274
		('181', 'Coded Data Field: content form', '', 1, 0, '', ''),
274
		('181', 'Coded Data Field: content form', '', 1, 0, NULL, ''),
275
		('182', 'Coded Data Field: media type', '', 1, 0, '', ''),
275
		('182', 'Coded Data Field: media type', '', 1, 0, NULL, ''),
276
		('183', 'Coded Data Field: Type of Carrier', 'Coded Data Field: Type of Carrier', 1, 0, '', ''),
276
		('183', 'Coded Data Field: Type of Carrier', 'Coded Data Field: Type of Carrier', 1, 0, NULL, ''),
277
		('200', 'Title and Statement of Responsibility', 'Title and Statement of Responsibility', 0, 1, '', ''),
277
		('200', 'Title and Statement of Responsibility', 'Title and Statement of Responsibility', 0, 1, NULL, ''),
278
		('203', 'Coded Data Field: Content Form', 'Coded Data Field: Content Form', 1, 0, '', ''),
278
		('203', 'Coded Data Field: Content Form', 'Coded Data Field: Content Form', 1, 0, NULL, ''),
279
		('204', 'General Material Designation [Obsolete]', 'General Material Designation [Obsolete]', 1, 0, '', ''),
279
		('204', 'General Material Designation [Obsolete]', 'General Material Designation [Obsolete]', 1, 0, NULL, ''),
280
		('205', 'Edition Statement', 'Edition Statement', 1, 0, '', ''),
280
		('205', 'Edition Statement', 'Edition Statement', 1, 0, NULL, ''),
281
		('206', 'Material Specific Area: Cartographic Resources - Mathematical Data', 'Material Specific Area: Cartographic Resources - Mathematical Data', 1, 0, '', ''),
281
		('206', 'Material Specific Area: Cartographic Resources - Mathematical Data', 'Material Specific Area: Cartographic Resources - Mathematical Data', 1, 0, NULL, ''),
282
		('207', 'Material Specific Area: Numbering of Continuing Resources', 'Material Specific Area: Numbering of Continuing Resources', 0, 0, '', ''),
282
		('207', 'Material Specific Area: Numbering of Continuing Resources', 'Material Specific Area: Numbering of Continuing Resources', 0, 0, NULL, ''),
283
		('208', 'Material Specific Area: Printed Music Specific Statement', 'Material Specific Area: Printed Music Specific Statement', 0, 0, '', ''),
283
		('208', 'Material Specific Area: Printed Music Specific Statement', 'Material Specific Area: Printed Music Specific Statement', 0, 0, NULL, ''),
284
		('210', 'Publication, Distribution, etc.', 'Publication, Distribution, etc.', 1, 0, '', ''),
284
		('210', 'Publication, Distribution, etc.', 'Publication, Distribution, etc.', 1, 0, NULL, ''),
285
		('211', 'Projected Publication Date', 'Projected Publication Date', 0, 0, '', ''),
285
		('211', 'Projected Publication Date', 'Projected Publication Date', 0, 0, NULL, ''),
286
		('214', 'Production, Publication, Distribution, Manufacture statements', 'Production, Publication, Distribution, Manufacture statements', 1, 0, '', ''),
286
		('214', 'Production, Publication, Distribution, Manufacture statements', 'Production, Publication, Distribution, Manufacture statements', 1, 0, NULL, ''),
287
		('215', 'Physical Description', 'Physical Description', 1, 0, '', ''),
287
		('215', 'Physical Description', 'Physical Description', 1, 0, NULL, ''),
288
		('225', 'Series', 'Series', 1, 0, '', ''),
288
		('225', 'Series', 'Series', 1, 0, NULL, ''),
289
		('230', 'Material Specific Area: Electronic Resource Characteristics', 'Material Specific Area: Electronic Resource Characteristics', 1, 0, '', ''),
289
		('230', 'Material Specific Area: Electronic Resource Characteristics', 'Material Specific Area: Electronic Resource Characteristics', 1, 0, NULL, ''),
290
		('231', 'Digital File Characteristics', 'Digital File Characteristics', 1, 0, '', ''),
290
		('231', 'Digital File Characteristics', 'Digital File Characteristics', 1, 0, NULL, ''),
291
		('251', 'Organization and Arrangement of Materials', 'Organization and Arrangement of Materials', 1, 0, '', ''),
291
		('251', 'Organization and Arrangement of Materials', 'Organization and Arrangement of Materials', 1, 0, NULL, ''),
292
		('283', 'Carrier Type', 'Carrier Type', 1, 0, '', ''),
292
		('283', 'Carrier Type', 'Carrier Type', 1, 0, NULL, ''),
293
		('300', 'General Notes', 'General Notes', 1, 0, '', ''),
293
		('300', 'General Notes', 'General Notes', 1, 0, NULL, ''),
294
		('301', 'Notes Pertaining to Identification Numbers', 'Notes Pertaining to Identification Numbers', 1, 0, '', ''),
294
		('301', 'Notes Pertaining to Identification Numbers', 'Notes Pertaining to Identification Numbers', 1, 0, NULL, ''),
295
		('302', 'Notes Pertaining to Coded Information', 'Notes Pertaining to Coded Information', 1, 0, '', ''),
295
		('302', 'Notes Pertaining to Coded Information', 'Notes Pertaining to Coded Information', 1, 0, NULL, ''),
296
		('303', 'General Notes Pertaining to Descriptive Information', 'General Notes Pertaining to Descriptive Information', 1, 0, '', ''),
296
		('303', 'General Notes Pertaining to Descriptive Information', 'General Notes Pertaining to Descriptive Information', 1, 0, NULL, ''),
297
		('304', 'Notes Pertaining to Title and Statement of Responsibility', 'Notes Pertaining to Title and Statement of Responsibility', 1, 0, '', ''),
297
		('304', 'Notes Pertaining to Title and Statement of Responsibility', 'Notes Pertaining to Title and Statement of Responsibility', 1, 0, NULL, ''),
298
		('305', 'Notes Pertaining to Edition and Bibliographic History', 'Notes Pertaining to Edition and Bibliographic History', 1, 0, '', ''),
298
		('305', 'Notes Pertaining to Edition and Bibliographic History', 'Notes Pertaining to Edition and Bibliographic History', 1, 0, NULL, ''),
299
		('306', 'Notes Pertaining to Publication, Distribution, etc.', 'Notes Pertaining to Publication, Distribution, etc.', 1, 0, '', ''),
299
		('306', 'Notes Pertaining to Publication, Distribution, etc.', 'Notes Pertaining to Publication, Distribution, etc.', 1, 0, NULL, ''),
300
		('307', 'Notes Pertaining to Physical Description', 'Notes Pertaining to Physical Description', 1, 0, '', ''),
300
		('307', 'Notes Pertaining to Physical Description', 'Notes Pertaining to Physical Description', 1, 0, NULL, ''),
301
		('308', 'Notes Pertaining to Series', 'Notes Pertaining to Series', 1, 0, '', ''),
301
		('308', 'Notes Pertaining to Series', 'Notes Pertaining to Series', 1, 0, NULL, ''),
302
		('310', 'Notes Pertaining to Binding and Availability', 'Notes Pertaining to Binding and Availability', 1, 0, '', ''),
302
		('310', 'Notes Pertaining to Binding and Availability', 'Notes Pertaining to Binding and Availability', 1, 0, NULL, ''),
303
		('311', 'Notes Pertaining to Linking Fields', 'Notes Pertaining to Linking Fields', 1, 0, '', ''),
303
		('311', 'Notes Pertaining to Linking Fields', 'Notes Pertaining to Linking Fields', 1, 0, NULL, ''),
304
		('312', 'Notes Pertaining to Related Titles', 'Notes Pertaining to Related Titles', 1, 0, '', ''),
304
		('312', 'Notes Pertaining to Related Titles', 'Notes Pertaining to Related Titles', 1, 0, NULL, ''),
305
		('313', 'Notes Pertaining to Subject Access', 'Notes Pertaining to Subject Access', 1, 0, '', ''),
305
		('313', 'Notes Pertaining to Subject Access', 'Notes Pertaining to Subject Access', 1, 0, NULL, ''),
306
		('314', 'Notes Pertaining to Responsibility', 'Notes Pertaining to Responsibility', 1, 0, '', ''),
306
		('314', 'Notes Pertaining to Responsibility', 'Notes Pertaining to Responsibility', 1, 0, NULL, ''),
307
		('315', 'Notes Pertaining to Material (Or Type of Publication) Specific Information', 'Notes Pertaining to Material (Or Type of Publication) Specific Information', 1, 0, '', ''),
307
		('315', 'Notes Pertaining to Material (Or Type of Publication) Specific Information', 'Notes Pertaining to Material (Or Type of Publication) Specific Information', 1, 0, NULL, ''),
308
		('316', 'Note Relating to the Copy in Hand', 'Note Relating to the Copy in Hand', 1, 0, '', ''),
308
		('316', 'Note Relating to the Copy in Hand', 'Note Relating to the Copy in Hand', 1, 0, NULL, ''),
309
		('317', 'Provenance Note', 'Provenance Note', 1, 0, '', ''),
309
		('317', 'Provenance Note', 'Provenance Note', 1, 0, NULL, ''),
310
		('318', 'Action Note', 'Action Note', 1, 0, '', ''),
310
		('318', 'Action Note', 'Action Note', 1, 0, NULL, ''),
311
		('320', 'Internal Bibliographies/Indexes Note', 'Internal Bibliographies/Indexes Note', 1, 0, '', ''),
311
		('320', 'Internal Bibliographies/Indexes Note', 'Internal Bibliographies/Indexes Note', 1, 0, NULL, ''),
312
		('321', 'External Indexes/Abstracts/References Note', 'External Indexes/Abstracts/References Note', 1, 0, '', ''),
312
		('321', 'External Indexes/Abstracts/References Note', 'External Indexes/Abstracts/References Note', 1, 0, NULL, ''),
313
		('322', 'Credits Note (Projected and Video Material and Sound Recordings)', 'Credits Note (Projected and Video Material and Sound Recordings)', 0, 0, '', ''),
313
		('322', 'Credits Note (Projected and Video Material and Sound Recordings)', 'Credits Note (Projected and Video Material and Sound Recordings)', 0, 0, NULL, ''),
314
		('323', 'Cast Note (Projected and Video Material and Sound Recordings)', 'Cast Note (Projected and Video Material and Sound Recordings)', 1, 0, '', ''),
314
		('323', 'Cast Note (Projected and Video Material and Sound Recordings)', 'Cast Note (Projected and Video Material and Sound Recordings)', 1, 0, NULL, ''),
315
		('324', 'Original Version Note', 'Original Version Note', 0, 0, '', ''),
315
		('324', 'Original Version Note', 'Original Version Note', 0, 0, NULL, ''),
316
		('325', 'Reproduction Note', 'Reproduction Note', 1, 0, '', ''),
316
		('325', 'Reproduction Note', 'Reproduction Note', 1, 0, NULL, ''),
317
		('326', 'Frequency Statement Note (Continuing Resources)', 'Frequency Statement Note (Continuing Resources)', 1, 0, '', ''),
317
		('326', 'Frequency Statement Note (Continuing Resources)', 'Frequency Statement Note (Continuing Resources)', 1, 0, NULL, ''),
318
		('327', 'Contents Note', 'Contents Note', 1, 0, '', ''),
318
		('327', 'Contents Note', 'Contents Note', 1, 0, NULL, ''),
319
		('328', 'Dissertation (Thesis) Note', 'Dissertation (Thesis) Note', 1, 0, '', ''),
319
		('328', 'Dissertation (Thesis) Note', 'Dissertation (Thesis) Note', 1, 0, NULL, ''),
320
		('330', 'Summary or Abstract', 'Summary or Abstract', 1, 0, '', ''),
320
		('330', 'Summary or Abstract', 'Summary or Abstract', 1, 0, NULL, ''),
321
		('332', 'Preferred Citation of Described Materials', 'Preferred Citation of Described Materials', 1, 0, '', ''),
321
		('332', 'Preferred Citation of Described Materials', 'Preferred Citation of Described Materials', 1, 0, NULL, ''),
322
		('333', 'Users/Intended Audience Note', 'Users/Intended Audience Note', 1, 0, '', ''),
322
		('333', 'Users/Intended Audience Note', 'Users/Intended Audience Note', 1, 0, NULL, ''),
323
		('334', 'Awards Note', 'Awards Note', 1, 0, '', ''),
323
		('334', 'Awards Note', 'Awards Note', 1, 0, NULL, ''),
324
		('335', 'Location of Originals/ Reproductions', 'Location of Originals/ Reproductions', 1, 0, '', ''),
324
		('335', 'Location of Originals/ Reproductions', 'Location of Originals/ Reproductions', 1, 0, NULL, ''),
325
		('336', 'Type of Electronic Resource Note', 'Type of Electronic Resource Note', 1, 0, '', ''),
325
		('336', 'Type of Electronic Resource Note', 'Type of Electronic Resource Note', 1, 0, NULL, ''),
326
		('337', 'System Requirements Note (Electronic Resources)', 'System Requirements Note (Electronic Resources)', 1, 0, '', ''),
326
		('337', 'System Requirements Note (Electronic Resources)', 'System Requirements Note (Electronic Resources)', 1, 0, NULL, ''),
327
		('338', 'Funding Information Note', 'Funding Information Note', 1, 0, '', ''),
327
		('338', 'Funding Information Note', 'Funding Information Note', 1, 0, NULL, ''),
328
		('345', 'Acquisition Information Note', 'Acquisition Information Note', 0, 0, '', ''),
328
		('345', 'Acquisition Information Note', 'Acquisition Information Note', 0, 0, NULL, ''),
329
		('371', 'Notes on Information Service Policy', 'Notes on Information Service Policy', 1, 0, '', ''),
329
		('371', 'Notes on Information Service Policy', 'Notes on Information Service Policy', 1, 0, NULL, ''),
330
		('410', 'Series', 'Series', 0, 0, '', ''),
330
		('410', 'Series', 'Series', 0, 0, NULL, ''),
331
		('411', 'Subseries', 'Subseries', 0, 0, '', ''),
331
		('411', 'Subseries', 'Subseries', 0, 0, NULL, ''),
332
		('412', 'Source of Excerpt or Offprint', 'Source of Excerpt or Offprint', 0, 0, '', ''),
332
		('412', 'Source of Excerpt or Offprint', 'Source of Excerpt or Offprint', 0, 0, NULL, ''),
333
		('413', 'Excerpt or Offprint', 'Excerpt or Offprint', 0, 0, '', ''),
333
		('413', 'Excerpt or Offprint', 'Excerpt or Offprint', 0, 0, NULL, ''),
334
		('421', 'Supplement', 'Supplement', 0, 0, '', ''),
334
		('421', 'Supplement', 'Supplement', 0, 0, NULL, ''),
335
		('422', 'Parent of Supplement', 'Parent of Supplement', 0, 0, '', ''),
335
		('422', 'Parent of Supplement', 'Parent of Supplement', 0, 0, NULL, ''),
336
		('423', 'Issued with', 'Issued with', 0, 0, '', ''),
336
		('423', 'Issued with', 'Issued with', 0, 0, NULL, ''),
337
		('424', 'is Updated by', 'is Updated by', 0, 0, '', ''),
337
		('424', 'is Updated by', 'is Updated by', 0, 0, NULL, ''),
338
		('425', 'Updates', 'Updates', 0, 0, '', ''),
338
		('425', 'Updates', 'Updates', 0, 0, NULL, ''),
339
		('430', 'Continues', 'Continues', 0, 0, '', ''),
339
		('430', 'Continues', 'Continues', 0, 0, NULL, ''),
340
		('431', 'Continues in Part', 'Continues in Part', 0, 0, '', ''),
340
		('431', 'Continues in Part', 'Continues in Part', 0, 0, NULL, ''),
341
		('432', 'Supersedes', 'Supersedes', 0, 0, '', ''),
341
		('432', 'Supersedes', 'Supersedes', 0, 0, NULL, ''),
342
		('433', 'Supersedes in Part', 'Supersedes in Part', 0, 0, '', ''),
342
		('433', 'Supersedes in Part', 'Supersedes in Part', 0, 0, NULL, ''),
343
		('434', 'Absorbed', 'Absorbed', 0, 0, '', ''),
343
		('434', 'Absorbed', 'Absorbed', 0, 0, NULL, ''),
344
		('435', 'Absorbed in Part', 'Absorbed in Part', 0, 0, '', ''),
344
		('435', 'Absorbed in Part', 'Absorbed in Part', 0, 0, NULL, ''),
345
		('436', 'Formed by Merger of', 'Formed by Merger of', 0, 0, '', ''),
345
		('436', 'Formed by Merger of', 'Formed by Merger of', 0, 0, NULL, ''),
346
		('437', 'Separated from', 'Separated from', 0, 0, '', ''),
346
		('437', 'Separated from', 'Separated from', 0, 0, NULL, ''),
347
		('440', 'Continued by', 'Continued by', 0, 0, '', ''),
347
		('440', 'Continued by', 'Continued by', 0, 0, NULL, ''),
348
		('441', 'Continued in Part by', 'Continued in Part by', 0, 0, '', ''),
348
		('441', 'Continued in Part by', 'Continued in Part by', 0, 0, NULL, ''),
349
		('442', 'Superseded by', 'Superseded by', 0, 0, '', ''),
349
		('442', 'Superseded by', 'Superseded by', 0, 0, NULL, ''),
350
		('443', 'Superseded in Part by', 'Superseded in Part by', 0, 0, '', ''),
350
		('443', 'Superseded in Part by', 'Superseded in Part by', 0, 0, NULL, ''),
351
		('444', 'Absorbed by', 'Absorbed by', 0, 0, '', ''),
351
		('444', 'Absorbed by', 'Absorbed by', 0, 0, NULL, ''),
352
		('445', 'Absorbed in Part by', 'Absorbed in Part by', 0, 0, '', ''),
352
		('445', 'Absorbed in Part by', 'Absorbed in Part by', 0, 0, NULL, ''),
353
		('446', 'Split into', 'Split into', 0, 0, '', ''),
353
		('446', 'Split into', 'Split into', 0, 0, NULL, ''),
354
		('447', 'Merged with XXX to Form', 'Merged with XXX to Form', 0, 0, '', ''),
354
		('447', 'Merged with XXX to Form', 'Merged with XXX to Form', 0, 0, NULL, ''),
355
		('448', 'Changed Back to', 'Changed Back to', 0, 0, '', ''),
355
		('448', 'Changed Back to', 'Changed Back to', 0, 0, NULL, ''),
356
		('451', 'Other Edition in the Same Medium', 'Other Edition in the Same Medium', 0, 0, '', ''),
356
		('451', 'Other Edition in the Same Medium', 'Other Edition in the Same Medium', 0, 0, NULL, ''),
357
		('452', 'Other Edition in Another Medium', 'Other Edition in Another Medium', 0, 0, '', ''),
357
		('452', 'Other Edition in Another Medium', 'Other Edition in Another Medium', 0, 0, NULL, ''),
358
		('453', 'Translated as', 'Translated as', 0, 0, '', ''),
358
		('453', 'Translated as', 'Translated as', 0, 0, NULL, ''),
359
		('454', 'Translation of', 'Translation of', 0, 0, '', ''),
359
		('454', 'Translation of', 'Translation of', 0, 0, NULL, ''),
360
		('455', 'Other Edition, State or Impression in the Same Medium', 'Other Edition, State or Impression in the Same Medium', 0, 0, '', ''),
360
		('455', 'Other Edition, State or Impression in the Same Medium', 'Other Edition, State or Impression in the Same Medium', 0, 0, NULL, ''),
361
		('456', 'Reproduced as', 'Reproduced as', 0, 0, '', ''),
361
		('456', 'Reproduced as', 'Reproduced as', 0, 0, NULL, ''),
362
		('461', 'Set Level', 'Set Level', 0, 0, '', ''),
362
		('461', 'Set Level', 'Set Level', 0, 0, NULL, ''),
363
		('462', 'Subset Level', 'Subset Level', 0, 0, '', ''),
363
		('462', 'Subset Level', 'Subset Level', 0, 0, NULL, ''),
364
		('463', 'Piece Level', 'Piece Level', 0, 0, '', ''),
364
		('463', 'Piece Level', 'Piece Level', 0, 0, NULL, ''),
365
		('464', 'Piece-Analytic Level', 'Piece-Analytic Level', 0, 0, '', ''),
365
		('464', 'Piece-Analytic Level', 'Piece-Analytic Level', 0, 0, NULL, ''),
366
		('470', 'Item Reviewed', 'Item Reviewed', 0, 0, '', ''),
366
		('470', 'Item Reviewed', 'Item Reviewed', 0, 0, NULL, ''),
367
		('481', 'Also Bound with This Volume', 'Also Bound with This Volume', 0, 0, '', ''),
367
		('481', 'Also Bound with This Volume', 'Also Bound with This Volume', 0, 0, NULL, ''),
368
		('482', 'Bound with', 'Bound with', 0, 0, '', ''),
368
		('482', 'Bound with', 'Bound with', 0, 0, NULL, ''),
369
		('488', 'Other Related Works', 'Other Related Works', 0, 0, '', ''),
369
		('488', 'Other Related Works', 'Other Related Works', 0, 0, NULL, ''),
370
		('500', 'Preferred Access Point', 'Preferred Access Point', 1, 0, '', ''),
370
		('500', 'Preferred Access Point', 'Preferred Access Point', 1, 0, NULL, ''),
371
		('501', 'Collective Preferred Title', 'Collective Preferred Title', 1, 0, '', ''),
371
		('501', 'Collective Preferred Title', 'Collective Preferred Title', 1, 0, NULL, ''),
372
		('503', 'Preferred Conventional Heading', 'Preferred Conventional Heading', 1, 0, '', ''),
372
		('503', 'Preferred Conventional Heading', 'Preferred Conventional Heading', 1, 0, NULL, ''),
373
		('506', 'Preferred Access Point - Identification of a Work', 'Preferred Access Point - Identification of a Work', 1, 0, '', ''),
373
		('506', 'Preferred Access Point - Identification of a Work', 'Preferred Access Point - Identification of a Work', 1, 0, NULL, ''),
374
		('507', 'Preferred Access Point - Identification of an Expression', 'Preferred Access Point - Identification of an Expression', 1, 0, '', ''),
374
		('507', 'Preferred Access Point - Identification of an Expression', 'Preferred Access Point - Identification of an Expression', 1, 0, NULL, ''),
375
		('510', 'Parallel Title Proper', 'Parallel Title Proper', 1, 0, '', ''),
375
		('510', 'Parallel Title Proper', 'Parallel Title Proper', 1, 0, NULL, ''),
376
		('511', 'Half Title', 'Half Title', 1, 0, '', ''),
376
		('511', 'Half Title', 'Half Title', 1, 0, NULL, ''),
377
		('512', 'Cover Title', 'Cover Title', 1, 0, '', ''),
377
		('512', 'Cover Title', 'Cover Title', 1, 0, NULL, ''),
378
		('513', 'Added Title-Page Title', 'Added Title-Page Title', 1, 0, '', ''),
378
		('513', 'Added Title-Page Title', 'Added Title-Page Title', 1, 0, NULL, ''),
379
		('514', 'Caption Title', 'Caption Title', 1, 0, '', ''),
379
		('514', 'Caption Title', 'Caption Title', 1, 0, NULL, ''),
380
		('515', 'Running Title', 'Running Title', 1, 0, '', ''),
380
		('515', 'Running Title', 'Running Title', 1, 0, NULL, ''),
381
		('516', 'Spine Title', 'Spine Title', 1, 0, '', ''),
381
		('516', 'Spine Title', 'Spine Title', 1, 0, NULL, ''),
382
		('517', 'Other Variant Titles', 'Other Variant Titles', 1, 0, '', ''),
382
		('517', 'Other Variant Titles', 'Other Variant Titles', 1, 0, NULL, ''),
383
		('518', 'Title in Standard Modern Spelling', 'Title in Standard Modern Spelling', 1, 0, '', ''),
383
		('518', 'Title in Standard Modern Spelling', 'Title in Standard Modern Spelling', 1, 0, NULL, ''),
384
		('520', 'Former Title (Continuing Resources)', 'Former Title (Continuing Resources)', 1, 0, '', ''),
384
		('520', 'Former Title (Continuing Resources)', 'Former Title (Continuing Resources)', 1, 0, NULL, ''),
385
		('530', 'Key Title (Continuing Resources)', 'Key Title (Continuing Resources)', 1, 0, '', ''),
385
		('530', 'Key Title (Continuing Resources)', 'Key Title (Continuing Resources)', 1, 0, NULL, ''),
386
		('531', 'Abbreviated Title (Continuing Resources)', 'Abbreviated Title (Continuing Resources)', 1, 0, '', ''),
386
		('531', 'Abbreviated Title (Continuing Resources)', 'Abbreviated Title (Continuing Resources)', 1, 0, NULL, ''),
387
		('532', 'Expanded Title', 'Expanded Title', 1, 0, '', ''),
387
		('532', 'Expanded Title', 'Expanded Title', 1, 0, NULL, ''),
388
		('540', 'Additional Title Supplied by Cataloguer', 'Additional Title Supplied by Cataloguer', 1, 0, '', ''),
388
		('540', 'Additional Title Supplied by Cataloguer', 'Additional Title Supplied by Cataloguer', 1, 0, NULL, ''),
389
		('541', 'Translated Title Supplied by Cataloguer', 'Translated Title Supplied by Cataloguer', 1, 0, '', ''),
389
		('541', 'Translated Title Supplied by Cataloguer', 'Translated Title Supplied by Cataloguer', 1, 0, NULL, ''),
390
		('545', 'Section Title', 'Section Title', 1, 0, '', ''),
390
		('545', 'Section Title', 'Section Title', 1, 0, NULL, ''),
391
		('560', 'Artifical Title', 'Artifical Title', 1, 0, '', ''),
391
		('560', 'Artifical Title', 'Artifical Title', 1, 0, NULL, ''),
392
		('576', 'Name / Preferred Access Point - Identification of a Work', 'Name / Preferred Access Point - Identification of a Work', 1, 0, '', ''),
392
		('576', 'Name / Preferred Access Point - Identification of a Work', 'Name / Preferred Access Point - Identification of a Work', 1, 0, NULL, ''),
393
		('577', 'Name / Preferred Access Point - Identification of an Expression', 'Name / Preferred Access Point - Identification of an Expression', 1, 0, '', ''),
393
		('577', 'Name / Preferred Access Point - Identification of an Expression', 'Name / Preferred Access Point - Identification of an Expression', 1, 0, NULL, ''),
394
		('600', 'Personal Name Used as Subject', 'Personal Name Used as Subject', 1, 0, '', ''),
394
		('600', 'Personal Name Used as Subject', 'Personal Name Used as Subject', 1, 0, NULL, ''),
395
		('601', 'Corporate Body Name Used as Subject', 'Corporate Body Name Used as Subject', 1, 0, '', ''),
395
		('601', 'Corporate Body Name Used as Subject', 'Corporate Body Name Used as Subject', 1, 0, NULL, ''),
396
		('602', 'Family Name Used as Subject', 'Family Name Used as Subject', 1, 0, '', ''),
396
		('602', 'Family Name Used as Subject', 'Family Name Used as Subject', 1, 0, NULL, ''),
397
		('604', 'Name and Title Used as Subject', 'Name and Title Used as Subject', 1, 0, '', ''),
397
		('604', 'Name and Title Used as Subject', 'Name and Title Used as Subject', 1, 0, NULL, ''),
398
		('605', 'Title Used as Subject', 'Title Used as Subject', 1, 0, '', ''),
398
		('605', 'Title Used as Subject', 'Title Used as Subject', 1, 0, NULL, ''),
399
		('606', 'Topical Name Used as Subject', 'Topical Name Used as Subject', 1, 0, '', ''),
399
		('606', 'Topical Name Used as Subject', 'Topical Name Used as Subject', 1, 0, NULL, ''),
400
		('607', 'Geographical Name Used as Subject', 'Geographical Name Used as Subject', 1, 0, '', ''),
400
		('607', 'Geographical Name Used as Subject', 'Geographical Name Used as Subject', 1, 0, NULL, ''),
401
		('608', 'Form, Genre or Physical Characteristics Heading', 'Form, Genre or Physical Characteristics Heading', 1, 0, '', ''),
401
		('608', 'Form, Genre or Physical Characteristics Heading', 'Form, Genre or Physical Characteristics Heading', 1, 0, NULL, ''),
402
		('610', 'Uncontrolled Subject Terms', 'Uncontrolled Subject Terms', 1, 0, '', ''),
402
		('610', 'Uncontrolled Subject Terms', 'Uncontrolled Subject Terms', 1, 0, NULL, ''),
403
		('615', 'Subject Category (Provisional)', 'Subject Category (Provisional)', 1, 0, '', ''),
403
		('615', 'Subject Category (Provisional)', 'Subject Category (Provisional)', 1, 0, NULL, ''),
404
		('616', 'Trademark Used as Subject', 'Trademark Used as Subject', 1, 0, '', ''),
404
		('616', 'Trademark Used as Subject', 'Trademark Used as Subject', 1, 0, NULL, ''),
405
		('617', 'Hierarchical Geographical Name Used as Subject', 'Hierarchical Geographical Name Used as Subject', 1, 0, '', ''),
405
		('617', 'Hierarchical Geographical Name Used as Subject', 'Hierarchical Geographical Name Used as Subject', 1, 0, NULL, ''),
406
		('620', 'Place and Date of Publication, Performance, etc.', 'Place and Date of Publication, Performance, etc.', 1, 0, '', ''),
406
		('620', 'Place and Date of Publication, Performance, etc.', 'Place and Date of Publication, Performance, etc.', 1, 0, NULL, ''),
407
		('621', 'Place and Date of Provenance', 'Place and Date of Provenance', 1, 0, '', ''),
407
		('621', 'Place and Date of Provenance', 'Place and Date of Provenance', 1, 0, NULL, ''),
408
		('623', 'Character', '', 1 , 0, '', ''),
408
		('623', 'Character', '', 1 , 0, NULL, ''),
409
		('626', 'Technical Details Access (Electronic Resources) [Obsolete]', 'Technical Details Access (Electronic Resources) [Obsolete]', 1, 0, '', ''),
409
		('626', 'Technical Details Access (Electronic Resources) [Obsolete]', 'Technical Details Access (Electronic Resources) [Obsolete]', 1, 0, NULL, ''),
410
		('631', 'Occupation', '', 1, 0, '', ''),
410
		('631', 'Occupation', '', 1, 0, NULL, ''),
411
		('632', 'Function', '', 1, 0, '', ''),
411
		('632', 'Function', '', 1, 0, NULL, ''),
412
		('660', 'Geographic Area Code', 'Geographic Area Code', 1, 0, '', ''),
412
		('660', 'Geographic Area Code', 'Geographic Area Code', 1, 0, NULL, ''),
413
		('661', 'Time Period Code', 'Time Period Code', 1, 0, '', ''),
413
		('661', 'Time Period Code', 'Time Period Code', 1, 0, NULL, ''),
414
		('670', 'PRECIS', 'PRECIS', 1, 0, '', ''),
414
		('670', 'PRECIS', 'PRECIS', 1, 0, NULL, ''),
415
		('675', 'Universal Decimal Classification (UDC)', 'Universal Decimal Classification (UDC)', 1, 0, '', ''),
415
		('675', 'Universal Decimal Classification (UDC)', 'Universal Decimal Classification (UDC)', 1, 0, NULL, ''),
416
		('676', 'Dewey Decimal Classification', 'Dewey Decimal Classification', 1, 0, '', ''),
416
		('676', 'Dewey Decimal Classification', 'Dewey Decimal Classification', 1, 0, NULL, ''),
417
		('680', 'Library of Congress Classification', 'Library of Congress Classification', 1, 0, '', ''),
417
		('680', 'Library of Congress Classification', 'Library of Congress Classification', 1, 0, NULL, ''),
418
		('686', 'Other Class Numbers', 'Other Class Numbers', 1, 0, '', ''),
418
		('686', 'Other Class Numbers', 'Other Class Numbers', 1, 0, NULL, ''),
419
		('700', 'Personal Name - Primary Responsibility', 'Personal Name - Primary Responsibility', 0, 0, '', ''),
419
		('700', 'Personal Name - Primary Responsibility', 'Personal Name - Primary Responsibility', 0, 0, NULL, ''),
420
		('701', 'Personal Name - Alternative Responsibility', 'Personal Name - Alternative Responsibility', 1, 0, '', ''),
420
		('701', 'Personal Name - Alternative Responsibility', 'Personal Name - Alternative Responsibility', 1, 0, NULL, ''),
421
		('702', 'Personal Name - Secondary Responsibility', 'Personal Name - Secondary Responsibility', 1, 0, '', ''),
421
		('702', 'Personal Name - Secondary Responsibility', 'Personal Name - Secondary Responsibility', 1, 0, NULL, ''),
422
		('703', 'Personal Name - Provenance or Ownership', 'Personal Name - Provenance or Ownership', 1, 0, '', ''),
422
		('703', 'Personal Name - Provenance or Ownership', 'Personal Name - Provenance or Ownership', 1, 0, NULL, ''),
423
		('710', 'Corporate Body Name - Primary Responsibility', 'Corporate Body Name - Primary Responsibility', 0, 0, '', ''),
423
		('710', 'Corporate Body Name - Primary Responsibility', 'Corporate Body Name - Primary Responsibility', 0, 0, NULL, ''),
424
		('711', 'Corporate Body Name - Alternative Responsibility', 'Corporate Body Name - Alternative Responsibility', 1, 0, '', ''),
424
		('711', 'Corporate Body Name - Alternative Responsibility', 'Corporate Body Name - Alternative Responsibility', 1, 0, NULL, ''),
425
		('712', 'Corporate Body Name - Secondary Responsibility', 'Corporate Body Name - Secondary Responsibility', 1, 0, '', ''),
425
		('712', 'Corporate Body Name - Secondary Responsibility', 'Corporate Body Name - Secondary Responsibility', 1, 0, NULL, ''),
426
		('713', 'Corporate Body Name - Provenance or Ownership', 'Corporate Body Name - Provenance or Ownership', 1, 0, '', ''),
426
		('713', 'Corporate Body Name - Provenance or Ownership', 'Corporate Body Name - Provenance or Ownership', 1, 0, NULL, ''),
427
		('716', 'Trademark', 'Trademark', 1, 0, '', ''),
427
		('716', 'Trademark', 'Trademark', 1, 0, NULL, ''),
428
		('720', 'Family Name - Primary Responsibility', 'Family Name - Primary Responsibility', 0, 0, '', ''),
428
		('720', 'Family Name - Primary Responsibility', 'Family Name - Primary Responsibility', 0, 0, NULL, ''),
429
		('721', 'Family Name - Alternative Responsibility', 'Family Name - Alternative Responsibility', 1, 0, '', ''),
429
		('721', 'Family Name - Alternative Responsibility', 'Family Name - Alternative Responsibility', 1, 0, NULL, ''),
430
		('722', 'Family Name - Secondary Responsibility', 'Family Name - Secondary Responsibility', 1, 0, '', ''),
430
		('722', 'Family Name - Secondary Responsibility', 'Family Name - Secondary Responsibility', 1, 0, NULL, ''),
431
		('723', 'Family Name - Provenance or Ownership', 'Family Name - Provenance or Ownership', 1, 0, '', ''),
431
		('723', 'Family Name - Provenance or Ownership', 'Family Name - Provenance or Ownership', 1, 0, NULL, ''),
432
		('730', 'Name - Entity Responsible', 'Name - Entity Responsible', 1, 0, '', ''),
432
		('730', 'Name - Entity Responsible', 'Name - Entity Responsible', 1, 0, NULL, ''),
433
		('740', 'Uniform Conventional Heading for Legal and Religious Texts - Primary Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Primary Responsibility', 0, 0, '', ''),
433
		('740', 'Uniform Conventional Heading for Legal and Religious Texts - Primary Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Primary Responsibility', 0, 0, NULL, ''),
434
		('741', 'Uniform Conventional Heading for Legal and Religious Texts - Alternative Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Alternative Responsibility', 1, 0, '', ''),
434
		('741', 'Uniform Conventional Heading for Legal and Religious Texts - Alternative Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Alternative Responsibility', 1, 0, NULL, ''),
435
		('742', 'Uniform Conventional Heading for Legal and Religious Texts - Secondary Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Secondary Responsibility', 1, 0, '', ''),
435
		('742', 'Uniform Conventional Heading for Legal and Religious Texts - Secondary Responsibility', 'Uniform Conventional Heading for Legal and Religious Texts - Secondary Responsibility', 1, 0, NULL, ''),
436
		('801', 'Originating Source', 'Originating Source', 1, 1, '', ''),
436
		('801', 'Originating Source', 'Originating Source', 1, 1, NULL, ''),
437
		('802', 'National ISSN Centre', 'National ISSN Centre', 0, 0, '', ''),
437
		('802', 'National ISSN Centre', 'National ISSN Centre', 0, 0, NULL, ''),
438
		('830', 'General Cataloguer\'s Note', 'General Cataloguer\'s Note', 1, 0, '', ''),
438
		('830', 'General Cataloguer\'s Note', 'General Cataloguer\'s Note', 1, 0, NULL, ''),
439
		('850', 'Holding Institution', 'Holding Institution', 1, 0, '', ''),
439
		('850', 'Holding Institution', 'Holding Institution', 1, 0, NULL, ''),
440
		('852', 'Location and Call Number', 'Location and Call Number', 1, 0, '', ''),
440
		('852', 'Location and Call Number', 'Location and Call Number', 1, 0, NULL, ''),
441
		('856', 'Electronic Location and Access', 'Electronic Location and Access', 1, 0, '', ''),
441
		('856', 'Electronic Location and Access', 'Electronic Location and Access', 1, 0, NULL, ''),
442
		('886', 'Data Not Converted from Source Format', 'Data Not Converted from Source Format', 1, 0, '', '');
442
		('886', 'Data Not Converted from Source Format', 'Data Not Converted from Source Format', 1, 0, NULL, '');
443
443
444
444
445
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
445
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
446
		('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, '', '', 'unimarc_leader.pl', 0, 0, '', '', '', NULL),
446
		('000', '@', 'fixed length control field', 'fixed length control field', 0, 1, '', 0, NULL, '', 'unimarc_leader.pl', 0, 0, '', '', '', NULL),
447
		('001', '@', 'control field', 'control field', 0, 1, 'biblio.biblionumber', -1, '', '', '', 0, 0, '', '', '', NULL),
447
		('001', '@', 'control field', 'control field', 0, 1, 'biblio.biblionumber', -1, '', '', '', 0, 0, '', '', '', NULL),
448
		('003', '@', 'control field', 'control field', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
448
		('003', '@', 'control field', 'control field', 0, 0, '', 0, '', '', '', 0, -6, '', '', '', NULL),
449
		('005', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, 0, '', '', '', NULL),
449
		('005', '@', 'control field', 'control field', 0, 0, '', 0, '', '', 'marc21_field_005.pl', 0, 0, '', '', '', NULL),
(-)a/installer/data/mysql/fr-CA/marcflavour/marc21/obligatoire/marc21_framework_DEFAULT.sql (-3 / +2 lines)
Lines 27-34 Link Here
27
27
28
-- Current Record ID Field/Subfields
28
-- Current Record ID Field/Subfields
29
29
30
INSERT IGNORE INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
30
INSERT IGNORE INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`) VALUES
31
("999","Numéro de contrôle Koha","Numéro de contrôle Koha","1","0","","");
31
("999","Numéro de contrôle Koha","Numéro de contrôle Koha","1","0");
32
32
33
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
33
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
34
("999","c","Biblionumber de Koha","Biblionumber de Koha","0","0","biblio.biblionumber","-1","","","","0","-5","","","","","9999"),
34
("999","c","Biblionumber de Koha","Biblionumber de Koha","0","0","biblio.biblionumber","-1","","","","0","-5","","","","","9999"),
35
- 

Return to bug 20280