diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-03-12 22:53:21 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-03-12 22:53:21 -0700 |
commit | 5983b3190e9b59e90f9dffc6a9d80cdcdeaa151a (patch) | |
tree | 9b6142e3873b468ee74761ff4d33983f58506eb6 /FS/bin | |
parent | 821f900c5a594cdf3cff082e5d527eade23f2e18 (diff) | |
parent | 7af9fc1ac91f9e8673f12849153d7ac2a5f900f2 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'FS/bin')
-rw-r--r-- | FS/bin/freeside-ipifony-download | 3 |
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}) { |