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

(-)a/acqui/neworderempty.pl (-1 / +1 lines)
Lines 84-89 use C4::Biblio qw( Link Here
84
use C4::Output qw( output_and_exit output_html_with_http_headers );
84
use C4::Output qw( output_and_exit output_html_with_http_headers );
85
use C4::Members;
85
use C4::Members;
86
use C4::Search qw( FindDuplicate );
86
use C4::Search qw( FindDuplicate );
87
use C4::Items qw( PrepareItemrecordDisplay );
87
88
88
#needed for z3950 import:
89
#needed for z3950 import:
89
use C4::ImportBatch qw( SetImportRecordStatus SetMatchedBiblionumber GetImportRecordMarc );
90
use C4::ImportBatch qw( SetImportRecordStatus SetMatchedBiblionumber GetImportRecordMarc );
90
- 

Return to bug 20817