[Koha-patches] [PATCH 1/3] bug 5579: add line removed during patch review

Galen Charlton gmcharlt at gmail.com
Wed Apr 20 23:34:45 CEST 2011


Had effect of breaking item record changes when the
CatalogingLog system preference is on.

(Note to people reviewing patches - please do not modify the content
 of patches that you are signing off on unless you are *sure* you
 know *exactly* what you doing.  The process of patch review should
 not be introducing yet more bugs.)

Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 C4/Items.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/C4/Items.pm b/C4/Items.pm
index 5172768..44272e2 100644
--- a/C4/Items.pm
+++ b/C4/Items.pm
@@ -34,6 +34,8 @@ require C4::Reserves;
 use C4::Charset;
 use C4::Acquisition;
 use List::MoreUtils qw/any/;
+use Data::Dumper; # used as part of logging item record changes, not just for
+                  # debugging; so please don't remove this
 
 use vars qw($VERSION @ISA @EXPORT);
 
-- 
1.7.2.3



More information about the Koha-patches mailing list