|
Lines 85-90
use C4::Biblio qw(
Link Here
|
| 85 |
use C4::Output qw( output_and_exit output_html_with_http_headers ); |
85 |
use C4::Output qw( output_and_exit output_html_with_http_headers ); |
| 86 |
use C4::Members; |
86 |
use C4::Members; |
| 87 |
use C4::Search qw( FindDuplicate ); |
87 |
use C4::Search qw( FindDuplicate ); |
|
|
88 |
use C4::Items qw( PrepareItemrecordDisplay ); |
| 88 |
|
89 |
|
| 89 |
#needed for z3950 import: |
90 |
#needed for z3950 import: |
| 90 |
use C4::ImportBatch qw( SetImportRecordStatus SetMatchedBiblionumber GetImportRecordMarc ); |
91 |
use C4::ImportBatch qw( SetImportRecordStatus SetMatchedBiblionumber GetImportRecordMarc ); |
| 91 |
- |
|
|