From bdec1f077dfb7138a0df035b6f501bcb1f09024e Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 4 Jan 2012 21:09:49 +0000 Subject: [PATCH 1/1] fix non-usage invoice details, fallout from #15535 --- FS/FS/cust_bill_pkg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0