From 7183f125839572350731f3adedef6af7f272e417 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 20 Apr 2011 17:34:45 -0400 Subject: [PATCH] bug 5579: add line removed during patch review 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 Signed-off-by: Chris Cormack --- C4/Items.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/C4/Items.pm b/C4/Items.pm index 5172768a54..44272e2437 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); -- 2.39.2