bug 5579: add line removed during patch review
authorGalen Charlton <gmcharlt@gmail.com>
Wed, 20 Apr 2011 21:34:45 +0000 (17:34 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 20 Apr 2011 22:04:53 +0000 (10:04 +1200)
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@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Items.pm

index 5172768..44272e2 100644 (file)
@@ -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);