[freeside-commits] branch master updated. 8728da844700ef4a10b05195f901d25630c416d8

Mark Wells mark at 420.am
Tue Aug 14 17:15:09 PDT 2012


The branch, master has been updated
       via  8728da844700ef4a10b05195f901d25630c416d8 (commit)
      from  00938b30a69411a743aa01db5e27100818a3c82b (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 8728da844700ef4a10b05195f901d25630c416d8
Author: Mark Wells <mark at freeside.biz>
Date:   Tue Aug 14 17:11:40 2012 -0700

    fix typo

diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm
index f56e1f0..ba6120b 100644
--- a/FS/FS/cust_pkg.pm
+++ b/FS/FS/cust_pkg.pm
@@ -1493,8 +1493,8 @@ sub unsuspend {
         'Package : #'. $self->pkgnum. " (". $self->part_pkg->pkg_comment. ")\n",
         ( map { "Service : $_\n" } @labels ),
         ($unsusp_pkg ?
-          "An unsuspension fee was charged: Package #".$unsusp_pkg->pkgnum.
-            " (.".$unsusp_pkg->pkg_comment.")\n"
+          "An unsuspension fee was charged: ".
+            $unsusp_pkg->part_pkg->pkg_comment."\n"
           : ''
         ),
       ],

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

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




More information about the freeside-commits mailing list