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

(-)a/cataloguing/addbiblio.pl (-1 lines)
Lines 21-27 Link Here
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
24
#use warnings; FIXME - Bug 2505
25
use CGI q(-utf8);
24
use CGI q(-utf8);
26
use C4::Output;
25
use C4::Output;
27
use C4::Auth;
26
use C4::Auth;
(-)a/cataloguing/additem.pl (-1 lines)
Lines 21-27 Link Here
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
24
#use warnings; FIXME - Bug 2505
25
use CGI qw ( -utf8 );
24
use CGI qw ( -utf8 );
26
use C4::Auth;
25
use C4::Auth;
27
use C4::Output;
26
use C4::Output;
(-)a/cataloguing/moveitem.pl (-1 lines)
Lines 21-27 Link Here
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
24
#use warnings; FIXME - Bug 2505
25
use CGI qw ( -utf8 );
24
use CGI qw ( -utf8 );
26
use C4::Auth;
25
use C4::Auth;
27
use C4::Output;
26
use C4::Output;
(-)a/cataloguing/value_builder/unimarc_field_100.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
23
use Date::Calc qw( Today );
23
use Date::Calc qw( Today );
24
24
25
use Koha::Util::FrameworkPlugin qw(wrapper);
25
use Koha::Util::FrameworkPlugin qw(wrapper);
(-)a/cataloguing/value_builder/unimarc_field_105.pl (-2 lines)
Lines 20-27 Link Here
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
23
#use warnings; FIXME - Bug 2505
24
25
use Koha::Util::FrameworkPlugin qw(wrapper);
23
use Koha::Util::FrameworkPlugin qw(wrapper);
26
use C4::Auth;
24
use C4::Auth;
27
use CGI qw ( -utf8 );
25
use CGI qw ( -utf8 );
(-)a/cataloguing/value_builder/unimarc_field_106.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
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;
(-)a/cataloguing/value_builder/unimarc_field_110.pl (-2 lines)
Lines 20-27 Link Here
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
23
#use warnings; FIXME - Bug 2505
24
25
use Koha::Util::FrameworkPlugin qw(wrapper);
23
use Koha::Util::FrameworkPlugin qw(wrapper);
26
use C4::Auth;
24
use C4::Auth;
27
use CGI qw ( -utf8 );
25
use CGI qw ( -utf8 );
(-)a/cataloguing/value_builder/unimarc_field_115a.pl (-2 lines)
Lines 20-27 Link Here
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
23
#use warnings; FIXME - Bug 2505
24
25
use Koha::Util::FrameworkPlugin qw(wrapper);
23
use Koha::Util::FrameworkPlugin qw(wrapper);
26
use C4::Auth;
24
use C4::Auth;
27
use CGI qw ( -utf8 );
25
use CGI qw ( -utf8 );
(-)a/cataloguing/value_builder/unimarc_field_115b.pl (-2 lines)
Lines 20-27 Link Here
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
23
#use warnings; FIXME - Bug 2505
24
25
use Koha::Util::FrameworkPlugin qw(wrapper);
23
use Koha::Util::FrameworkPlugin qw(wrapper);
26
use C4::Auth;
24
use C4::Auth;
27
use CGI qw ( -utf8 );
25
use CGI qw ( -utf8 );
(-)a/cataloguing/value_builder/unimarc_field_116.pl (-2 lines)
Lines 20-27 Link Here
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
23
#use warnings; FIXME - Bug 2505
24
25
use Koha::Util::FrameworkPlugin qw(wrapper);
23
use Koha::Util::FrameworkPlugin qw(wrapper);
26
use C4::Auth;
24
use C4::Auth;
27
use CGI qw ( -utf8 );
25
use CGI qw ( -utf8 );
(-)a/cataloguing/value_builder/unimarc_field_117.pl (-1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
23
22
24
use Koha::Util::FrameworkPlugin qw(wrapper);
23
use Koha::Util::FrameworkPlugin qw(wrapper);
25
use C4::Auth;
24
use C4::Auth;
(-)a/cataloguing/value_builder/unimarc_field_120.pl (-1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
23
22
24
use Koha::Util::FrameworkPlugin qw(wrapper);
23
use Koha::Util::FrameworkPlugin qw(wrapper);
25
use C4::Auth;
24
use C4::Auth;
(-)a/cataloguing/value_builder/unimarc_field_121a.pl (-1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
23
22
24
use Koha::Util::FrameworkPlugin qw(wrapper);
23
use Koha::Util::FrameworkPlugin qw(wrapper);
25
use C4::Auth;
24
use C4::Auth;
(-)a/cataloguing/value_builder/unimarc_field_121b.pl (-1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
23
use C4::Auth;
22
use C4::Auth;
24
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
25
use C4::Context;
24
use C4::Context;
(-)a/cataloguing/value_builder/unimarc_field_122.pl (-1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
23
use C4::Auth;
22
use C4::Auth;
24
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
25
use C4::Context;
24
use C4::Context;
(-)a/cataloguing/value_builder/unimarc_field_123a.pl (-1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
23
use C4::Auth;
22
use C4::Auth;
24
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
25
use C4::Context;
24
use C4::Context;
(-)a/cataloguing/value_builder/unimarc_field_123d.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
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;
(-)a/cataloguing/value_builder/unimarc_field_123e.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
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;
(-)a/cataloguing/value_builder/unimarc_field_123f.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
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;
(-)a/cataloguing/value_builder/unimarc_field_123g.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
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;
(-)a/cataloguing/value_builder/unimarc_field_123i.pl (-1 lines)
Lines 20-26 Link Here
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
23
#use warnings; FIXME - Bug 2505
24
use C4::Auth;
23
use C4::Auth;
25
use CGI qw ( -utf8 );
24
use CGI qw ( -utf8 );
26
use C4::Context;
25
use C4::Context;
(-)a/cataloguing/value_builder/unimarc_field_123j.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
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;
(-)a/cataloguing/value_builder/unimarc_field_124.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
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;
(-)a/cataloguing/value_builder/unimarc_field_124a.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
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;
(-)a/cataloguing/value_builder/unimarc_field_124b.pl (-1 lines)
Lines 20-26 Link Here
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
23
#use warnings; FIXME - Bug 2505
24
use C4::Auth;
23
use C4::Auth;
25
use CGI qw ( -utf8 );
24
use CGI qw ( -utf8 );
26
use C4::Context;
25
use C4::Context;
(-)a/cataloguing/value_builder/unimarc_field_124c.pl (-1 lines)
Lines 20-26 Link Here
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
23
#use warnings; FIXME - Bug 2505
24
use C4::Auth;
23
use C4::Auth;
25
use CGI qw ( -utf8 );
24
use CGI qw ( -utf8 );
26
use C4::Context;
25
use C4::Context;
(-)a/cataloguing/value_builder/unimarc_field_124d.pl (-1 lines)
Lines 20-26 Link Here
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
23
#use warnings; FIXME - Bug 2505
24
use C4::Auth;
23
use C4::Auth;
25
use CGI qw ( -utf8 );
24
use CGI qw ( -utf8 );
26
use C4::Context;
25
use C4::Context;
(-)a/cataloguing/value_builder/unimarc_field_124e.pl (-1 lines)
Lines 20-26 Link Here
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
23
#use warnings; FIXME - Bug 2505
24
use C4::Auth;
23
use C4::Auth;
25
use CGI qw ( -utf8 );
24
use CGI qw ( -utf8 );
26
use C4::Context;
25
use C4::Context;
(-)a/cataloguing/value_builder/unimarc_field_124f.pl (-1 lines)
Lines 20-26 Link Here
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
23
#use warnings; FIXME - Bug 2505
24
use C4::Auth;
23
use C4::Auth;
25
use CGI qw ( -utf8 );
24
use CGI qw ( -utf8 );
26
use C4::Context;
25
use C4::Context;
(-)a/cataloguing/value_builder/unimarc_field_124g.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
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;
(-)a/cataloguing/value_builder/unimarc_field_125.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
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;
(-)a/cataloguing/value_builder/unimarc_field_125a.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
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;
(-)a/cataloguing/value_builder/unimarc_field_125b.pl (-1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
23
22
24
use Koha::Util::FrameworkPlugin qw(wrapper);
23
use Koha::Util::FrameworkPlugin qw(wrapper);
25
use C4::Auth;
24
use C4::Auth;
(-)a/cataloguing/value_builder/unimarc_field_126.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
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;
(-)a/cataloguing/value_builder/unimarc_field_126a.pl (-1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
23
22
24
use Koha::Util::FrameworkPlugin qw(wrapper);
23
use Koha::Util::FrameworkPlugin qw(wrapper);
25
use C4::Auth;
24
use C4::Auth;
(-)a/cataloguing/value_builder/unimarc_field_126b.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
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;
(-)a/cataloguing/value_builder/unimarc_field_127.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
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;
(-)a/cataloguing/value_builder/unimarc_field_128a.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
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;
(-)a/cataloguing/value_builder/unimarc_field_128b.pl (-1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
23
22
24
use Koha::Util::FrameworkPlugin qw(wrapper);
23
use Koha::Util::FrameworkPlugin qw(wrapper);
25
use C4::Auth;
24
use C4::Auth;
(-)a/cataloguing/value_builder/unimarc_field_128c.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
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;
(-)a/cataloguing/value_builder/unimarc_field_130.pl (-1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
23
22
24
use Koha::Util::FrameworkPlugin qw(wrapper);
23
use Koha::Util::FrameworkPlugin qw(wrapper);
25
use C4::Auth;
24
use C4::Auth;
(-)a/cataloguing/value_builder/unimarc_field_135a.pl (-1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
23
22
24
use Koha::Util::FrameworkPlugin qw(wrapper);
23
use Koha::Util::FrameworkPlugin qw(wrapper);
25
use C4::Auth;
24
use C4::Auth;
(-)a/cataloguing/value_builder/unimarc_field_140.pl (-1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
23
22
24
use Koha::Util::FrameworkPlugin qw(wrapper);
23
use Koha::Util::FrameworkPlugin qw(wrapper);
25
use C4::Auth;
24
use C4::Auth;
(-)a/cataloguing/value_builder/unimarc_field_141.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
22
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;
(-)a/cataloguing/value_builder/unimarc_field_210c_bis.pl (-1 lines)
Lines 40-46 It need : Link Here
40
40
41
use Modern::Perl;
41
use Modern::Perl;
42
42
43
#use warnings; FIXME - Bug 2505
44
use C4::Auth;
43
use C4::Auth;
45
use CGI qw ( -utf8 );
44
use CGI qw ( -utf8 );
46
use C4::Context;
45
use C4::Context;
(-)a/cataloguing/value_builder/unimarc_field_225a.pl (-1 / +1 lines)
Lines 40-46 It need : Link Here
40
=cut
40
=cut
41
41
42
use Modern::Perl;
42
use Modern::Perl;
43
#use warnings; FIXME - Bug 2505
43
44
use C4::Auth;
44
use C4::Auth;
45
use CGI qw ( -utf8 );
45
use CGI qw ( -utf8 );
46
use C4::Context;
46
use C4::Context;
(-)a/cataloguing/value_builder/unimarc_field_4XX.pl (-1 lines)
Lines 19-25 Link Here
19
19
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
23
22
24
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
25
use C4::Output;
24
use C4::Output;
(-)a/cataloguing/value_builder/unimarc_field_686a.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
#use warnings; FIXME - Bug 2505
21
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;
(-)a/cataloguing/value_builder/unimarc_field_700-4.pl (-1 / +1 lines)
Lines 20-26 Link Here
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
#use warnings; FIXME - Bug 2505
23
24
use C4::Auth;
24
use C4::Auth;
25
use CGI qw ( -utf8 );
25
use CGI qw ( -utf8 );
26
use C4::Context;
26
use C4::Context;
(-)a/cataloguing/value_builder/unimarc_leader.pl (-2 lines)
Lines 19-25 Link Here
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
#use warnings; FIXME - Bug 2505
23
22
24
use Koha::Util::FrameworkPlugin qw(wrapper);
23
use Koha::Util::FrameworkPlugin qw(wrapper);
25
use C4::Auth;
24
use C4::Auth;
26
- 

Return to bug 19996