|
Lines 1024-1029
sub BuildSummary {
Link Here
|
| 1024 |
$subfields_to_report = 'avxyz'; |
1024 |
$subfields_to_report = 'avxyz'; |
| 1025 |
} elsif ($tag eq '155') { |
1025 |
} elsif ($tag eq '155') { |
| 1026 |
$subfields_to_report = 'abvxyz'; |
1026 |
$subfields_to_report = 'abvxyz'; |
|
|
1027 |
} elsif ($tag eq '162') { |
| 1028 |
$subfields_to_report = 'a'; |
| 1027 |
} elsif ($tag eq '180') { |
1029 |
} elsif ($tag eq '180') { |
| 1028 |
$subfields_to_report = 'vxyz'; |
1030 |
$subfields_to_report = 'vxyz'; |
| 1029 |
} elsif ($tag eq '181') { |
1031 |
} elsif ($tag eq '181') { |
|
Lines 1032-1037
sub BuildSummary {
Link Here
|
| 1032 |
$subfields_to_report = 'vxyz'; |
1034 |
$subfields_to_report = 'vxyz'; |
| 1033 |
} elsif ($tag eq '185') { |
1035 |
} elsif ($tag eq '185') { |
| 1034 |
$subfields_to_report = 'vxyz'; |
1036 |
$subfields_to_report = 'vxyz'; |
|
|
1037 |
} else { |
| 1038 |
$subfields_to_report = ''; |
| 1035 |
} |
1039 |
} |
| 1036 |
if ($subfields_to_report) { |
1040 |
if ($subfields_to_report) { |
| 1037 |
push @authorized, { |
1041 |
push @authorized, { |
| 1038 |
- |
|
|