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

(-)a/cataloguing/value_builder/callnumber-KU.pl (+1 lines)
Lines 22-27 use warnings; Link Here
22
use C4::Auth;
22
use C4::Auth;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
24
use C4::Context;
24
use C4::Context;
25
use C4::Output;
25
26
26
=head1 DESCRIPTION
27
=head1 DESCRIPTION
27
28
(-)a/cataloguing/value_builder/callnumber.pl (+1 lines)
Lines 22-27 use warnings; Link Here
22
use C4::Auth;
22
use C4::Auth;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
24
use C4::Context;
24
use C4::Context;
25
use C4::Output;
25
26
26
=head1 DESCRIPTION
27
=head1 DESCRIPTION
27
28
(-)a/cataloguing/value_builder/unimarc_field_010.pl (-1 / +1 lines)
Lines 23-28 use warnings; Link Here
23
use C4::Auth;
23
use C4::Auth;
24
use CGI qw ( -utf8 );
24
use CGI qw ( -utf8 );
25
use C4::Context;
25
use C4::Context;
26
use C4::Output;
26
27
27
28
28
sub plugin_javascript {
29
sub plugin_javascript {
29
- 

Return to bug 14660