[freeside-commits] branch FREESIDE_2_3_BRANCH updated. fc3df6cd7abe065e4db7e4fe47015619080c7ec1

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


The branch, FREESIDE_2_3_BRANCH has been updated
       via  fc3df6cd7abe065e4db7e4fe47015619080c7ec1 (commit)
      from  5a1b5212056dc5f4f497aae8339bed8dde50cb8c (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 fc3df6cd7abe065e4db7e4fe47015619080c7ec1
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Mar 11 21:16:32 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 100755
--- 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