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

(-)a/cataloguing/value_builder/unimarc_field_105.pl (-1 / +2 lines)
Lines 18-24 Link Here
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
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 strict;
22
#use warnings; FIXME - Bug 2505
22
23
23
use Koha::Util::FrameworkPlugin qw(wrapper);
24
use Koha::Util::FrameworkPlugin qw(wrapper);
24
use C4::Auth;
25
use C4::Auth;
(-)a/cataloguing/value_builder/unimarc_field_110.pl (-1 / +2 lines)
Lines 18-24 Link Here
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
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 strict;
22
#use warnings; FIXME - Bug 2505
22
23
23
use Koha::Util::FrameworkPlugin qw(wrapper);
24
use Koha::Util::FrameworkPlugin qw(wrapper);
24
use C4::Auth;
25
use C4::Auth;
(-)a/cataloguing/value_builder/unimarc_field_120.pl (-1 / +2 lines)
Lines 18-24 Link Here
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
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 strict;
22
#use warnings; FIXME - Bug 2505
22
23
23
use Koha::Util::FrameworkPlugin qw(wrapper);
24
use Koha::Util::FrameworkPlugin qw(wrapper);
24
use C4::Auth;
25
use C4::Auth;
(-)a/cataloguing/value_builder/unimarc_field_130.pl (-1 / +2 lines)
Lines 18-24 Link Here
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
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 strict;
22
#use warnings; FIXME - Bug 2505
22
23
23
use Koha::Util::FrameworkPlugin qw(wrapper);
24
use Koha::Util::FrameworkPlugin qw(wrapper);
24
use C4::Auth;
25
use C4::Auth;
(-)a/cataloguing/value_builder/unimarc_field_140.pl (-1 / +2 lines)
Lines 18-24 Link Here
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
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 strict;
22
#use warnings; FIXME - Bug 2505
22
23
23
use Koha::Util::FrameworkPlugin qw(wrapper);
24
use Koha::Util::FrameworkPlugin qw(wrapper);
24
use C4::Auth;
25
use C4::Auth;
(-)a/cataloguing/value_builder/unimarc_field_225a.pl (-2 / +2 lines)
Lines 39-46 It need : Link Here
39
39
40
=cut
40
=cut
41
41
42
use Modern::Perl;
42
use strict;
43
43
#use warnings; FIXME - Bug 2505
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 (-2 / +2 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
20
21
use Modern::Perl;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
23
23
use CGI qw ( -utf8 );
24
use CGI qw ( -utf8 );
24
use C4::Output;
25
use C4::Output;
25
- 

Return to bug 19996