[freeside-commits] branch master updated. 483c59350c99e30bd7f9e93d5c9f4e117204d1b4

Mark Wells mark at 420.am
Mon Mar 11 21:21:52 PDT 2013


The branch, master has been updated
       via  483c59350c99e30bd7f9e93d5c9f4e117204d1b4 (commit)
      from  627b53dd54c81b8bf16bf4c6b53184a0b76011a8 (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 483c59350c99e30bd7f9e93d5c9f4e117204d1b4
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Mar 11 21:21:37 2013 -0700

    adjust IPifony download to show quantity/unit price in package desc, #18333

diff --git a/FS/bin/freeside-ipifony-download b/FS/bin/freeside-ipifony-download
index e2d7e97..36d3e8e 100644
--- a/FS/bin/freeside-ipifony-download
+++ b/FS/bin/freeside-ipifony-download
@@ -188,7 +188,8 @@ FILE: foreach my $filename (@$files) {
       amount      => $amount,
       quantity    => $hash{quantity},
       start_date  => $cust_main->next_bill_date,
-      pkg         => $hash{date_desc},
+      pkg         => $hash{date_desc} .
+                   ' (' . $hash{quantity} . ' @ $' . $hash{unit_price} . ' ea)',
       taxclass    => $TAXCLASSES{ $hash{taxclass} },
     );
     if (my $classname = $hash{classname}) {

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

Summary of changes:
 FS/bin/freeside-ipifony-download |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list