summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/part_export/communigate_pro.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/communigate_pro.pm b/FS/FS/part_export/communigate_pro.pm
index 90e697705..2cad24467 100644
--- a/FS/FS/part_export/communigate_pro.pm
+++ b/FS/FS/part_export/communigate_pro.pm
@@ -830,7 +830,7 @@ sub _pretty {
} elsif ( ref($value) eq 'HASH' ) {
'{'. join(', ',
map { my $v = $value->{$_};
- "$_:". ( ref($v) ? _pretty($v) : $_ );
+ "$_:". ( ref($v) ? _pretty($v) : $v );
}
keys %$value
). '}';