X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fbin%2Frt.in;h=2a9f643c815d2195182f7e52e4a9720684b9b20b;hb=4402718cbb1f0647bd734440b6fa2a1cd85a5635;hp=e54a07add75119b2df28d2929c2bd1af3bfc4383;hpb=c24d6e2242ae0e026684b8f95decf156aba6e75e;p=freeside.git diff --git a/rt/bin/rt.in b/rt/bin/rt.in index e54a07add..2a9f643c8 100644 --- a/rt/bin/rt.in +++ b/rt/bin/rt.in @@ -420,7 +420,7 @@ sub show { } elsif (my $spec = is_object_spec($_, $type)) { push @objects, $spec; - $rawprint = 1 if $_ =~ /\/content$/ or $_ !~ /^ticket/; + $rawprint = 1 if $_ =~ /\/content$/ or $_ =~ /\/links/ or $_ !~ /^ticket/; } else { my $datum = /^-/ ? "option" : "argument";