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

(-)a/cataloguing/value_builder/unimarc_field_105.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 strict;
21
use strict;
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_110.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 strict;
21
use strict;
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 strict;
21
use strict;
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_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 strict;
21
use strict;
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 strict;
21
use strict;
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_225a.pl (-1 lines)
Lines 40-46 It need : Link Here
40
=cut
40
=cut
41
41
42
use strict;
42
use strict;
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_4XX.pl (-2 lines)
Lines 19-25 Link Here
19
19
20
20
21
use strict;
21
use strict;
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;
26
- 

Return to bug 27481