From: Joe Atzberger (siptest <[EMAIL PROTECTED]>
---
C4/SIP/interactive_item_dump.pl | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/C4/SIP/interactive_item_dump.pl b/C4/SIP/interactive_item_dump.pl
index a3408ef..2fa0db2 100755
--- a/C4/SIP/interactive_item_dump.pl
+++ b/C4/SIP/interactive_item_dump.pl
@@ -19,6 +19,9 @@ while (1) {
print "No item ($in)";
next;
}
+ for (qw(marc marcxml)) {
+ $item->{$_} = 'suppressed...';
+ }
my $queue = $item->hold_queue();
print "Item ($in): ", Dumper($item);
print "hold_queue: ", Dumper($queue);
--
1.5.5.GIT
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches