|
Lines 9-18
return {
Link Here
|
| 9 |
my ($dbh, $out) = @$args{qw(dbh out)}; |
9 |
my ($dbh, $out) = @$args{qw(dbh out)}; |
| 10 |
my %fix_tables = ( |
10 |
my %fix_tables = ( |
| 11 |
'additional_fields' => 'authorised_value_category', |
11 |
'additional_fields' => 'authorised_value_category', |
| 12 |
'auth_subfield_structure' => 'authorised_value' |
12 |
'auth_subfield_structure' => 'authorised_value', |
| 13 |
'auth_tag_structure' => 'authorised_value' |
13 |
'auth_tag_structure' => 'authorised_value', |
| 14 |
'borrower_attribute_types' => 'authorised_value_category', |
14 |
'borrower_attribute_types' => 'authorised_value_category', |
| 15 |
'club_template_enrollment_fields' => 'authorised_value_category' |
15 |
'club_template_enrollment_fields' => 'authorised_value_category', |
| 16 |
'club_template_fields' => 'authorised_value_category', |
16 |
'club_template_fields' => 'authorised_value_category', |
| 17 |
'marc_tag_structure' => 'authorised_value', |
17 |
'marc_tag_structure' => 'authorised_value', |
| 18 |
); |
18 |
); |
| 19 |
- |
|
|