summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-03-11 21:21:37 -0700
committerMark Wells <mark@freeside.biz>2013-03-11 21:21:37 -0700
commit483c59350c99e30bd7f9e93d5c9f4e117204d1b4 (patch)
tree4ef80e2ad3777bdac1facdb30379198c5fdc455b
parent627b53dd54c81b8bf16bf4c6b53184a0b76011a8 (diff)
adjust IPifony download to show quantity/unit price in package desc, #18333
-rw-r--r--FS/bin/freeside-ipifony-download3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/bin/freeside-ipifony-download b/FS/bin/freeside-ipifony-download
index e2d7e972d..36d3e8e75 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}) {