From: mark Date: Wed, 4 Jan 2012 21:09:49 +0000 (+0000) Subject: fix non-usage invoice details, fallout from #15535 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bdec1f077dfb7138a0df035b6f501bcb1f09024e fix non-usage invoice details, fallout from #15535 --- diff --git a/FS/FS/cust_bill_pkg.pm b/FS/FS/cust_bill_pkg.pm index 7406eda9a..1a99f6ad2 100644 --- a/FS/FS/cust_bill_pkg.pm +++ b/FS/FS/cust_bill_pkg.pm @@ -360,7 +360,7 @@ sub regularize_details { # then turn it into one my %hash = (); if ( ! ref($detail) ) { - $hash{'detail'} = 'detail'; + $hash{'detail'} = $detail; } elsif ( ref($detail) eq 'HASH' ) { %hash = %$detail;