Bugzilla – Attachment 41653 Details for
Bug 14660
Cataloguing plugins for generating inventory numbers are broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14660: Fix 3 other cataloguing plugins
Bug-14660-Fix-3-other-cataloguing-plugins.patch (text/plain), 1.71 KB, created by
Jonathan Druart
on 2015-08-19 08:13:47 UTC
(
hide
)
Description:
Bug 14660: Fix 3 other cataloguing plugins
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-08-19 08:13:47 UTC
Size:
1.71 KB
patch
obsolete
>From c9c08fb37a98c8f0ee29326277b3191e79fd54f7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 19 Aug 2015 09:12:04 +0100 >Subject: [PATCH] Bug 14660: Fix 3 other cataloguing plugins > >These 3 should use C4::Output not to explode. > >Test plan: >Link the plugins with the correct fields >They should not log an error when calling them > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > cataloguing/value_builder/callnumber-KU.pl | 1 + > cataloguing/value_builder/callnumber.pl | 1 + > cataloguing/value_builder/unimarc_field_010.pl | 1 + > 3 files changed, 3 insertions(+) > >diff --git a/cataloguing/value_builder/callnumber-KU.pl b/cataloguing/value_builder/callnumber-KU.pl >index 2ec3ba3..8394da0 100755 >--- a/cataloguing/value_builder/callnumber-KU.pl >+++ b/cataloguing/value_builder/callnumber-KU.pl >@@ -22,6 +22,7 @@ use warnings; > use C4::Auth; > use CGI qw ( -utf8 ); > use C4::Context; >+use C4::Output; > > =head1 DESCRIPTION > >diff --git a/cataloguing/value_builder/callnumber.pl b/cataloguing/value_builder/callnumber.pl >index dd8a62b..9d69f27 100755 >--- a/cataloguing/value_builder/callnumber.pl >+++ b/cataloguing/value_builder/callnumber.pl >@@ -22,6 +22,7 @@ use warnings; > use C4::Auth; > use CGI qw ( -utf8 ); > use C4::Context; >+use C4::Output; > > =head1 DESCRIPTION > >diff --git a/cataloguing/value_builder/unimarc_field_010.pl b/cataloguing/value_builder/unimarc_field_010.pl >index b913ab4..1df7e80 100755 >--- a/cataloguing/value_builder/unimarc_field_010.pl >+++ b/cataloguing/value_builder/unimarc_field_010.pl >@@ -23,6 +23,7 @@ use warnings; > use C4::Auth; > use CGI qw ( -utf8 ); > use C4::Context; >+use C4::Output; > > > sub plugin_javascript { >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14660
:
41420
|
41421
|
41422
|
41423
|
41426
|
41427
|
41651
|
41652
| 41653