[freeside-commits] branch FREESIDE_3_BRANCH updated. 3f5067134c948ce709324d88421d54217e14ca21

Ivan ivan at 420.am
Thu Jan 9 13:13:04 PST 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  3f5067134c948ce709324d88421d54217e14ca21 (commit)
      from  c9b7deba7ebb8d0823c0aee23b067838a05e394a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3f5067134c948ce709324d88421d54217e14ca21
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Jan 9 13:13:02 2014 -0800

    spacing

diff --git a/FS/FS/part_pkg/bulk_Common.pm b/FS/FS/part_pkg/bulk_Common.pm
index ede2fef..c26eb14 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);

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_pkg/bulk_Common.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list