fix typo
authorMark Wells <mark@freeside.biz>
Wed, 15 Aug 2012 00:11:40 +0000 (17:11 -0700)
committerMark Wells <mark@freeside.biz>
Wed, 15 Aug 2012 00:11:40 +0000 (17:11 -0700)
FS/FS/cust_pkg.pm

index f56e1f0..ba6120b 100644 (file)
@@ -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"
           : ''
         ),
       ],