From: Ivan Kohler Date: Thu, 9 Jan 2014 21:13:02 +0000 (-0800) Subject: spacing X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=3f5067134c948ce709324d88421d54217e14ca21;p=freeside.git spacing --- diff --git a/FS/FS/part_pkg/bulk_Common.pm b/FS/FS/part_pkg/bulk_Common.pm index ede2fef44..c26eb1470 100644 --- a/FS/FS/part_pkg/bulk_Common.pm +++ b/FS/FS/part_pkg/bulk_Common.pm @@ -36,7 +36,7 @@ sub price_info { my $svc_recur_fee = $self->option('svc_recur_fee'); my $conf = new FS::Conf; my $money_char = $conf->config('money_char') || '$'; - $str .= " , bulk" if $str; + $str .= ", bulk " if $str; $str .= ": $money_char" . $svc_setup_fee . " one-time per service" if $svc_setup_fee; $str .= ", " if ($svc_setup_fee && $svc_recur_fee);