[Koha-patches] [PATCH] Tweak interactive dump to suppress huge fields (marc, marcxml).

Galen Charlton galen.charlton at liblime.com
Tue Nov 4 21:44:16 CET 2008


Hi,

This patch does not apply - there appears to be a dependent patch that
you did not send.

Regards,

Galen

On Tue, Oct 28, 2008 at 1:37 PM, Joe Atzberger
<joe.atzberger at liblime.com> wrote:
> From: Joe Atzberger (siptest <atz4sip at arwen.metavore.com>
>
> ---
>  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
> Koha-patches at lists.koha.org
> http://lists.koha.org/mailman/listinfo/koha-patches
>



-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt



More information about the Koha-patches mailing list