[freeside-commits] branch FREESIDE_3_BRANCH updated. b5037970e79b6488263ccd196ddc07f3d38e802a
Jeremy Davis
jeremyd at 420.am
Mon Nov 24 07:33:57 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via b5037970e79b6488263ccd196ddc07f3d38e802a (commit)
from a3b7282fda1955c41e97b619ba4e27af39e8afaf (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 b5037970e79b6488263ccd196ddc07f3d38e802a
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Mon Nov 24 10:33:48 2014 -0500
#32332 allow recurring packages to be removed from quotes
diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm
index 0928ee5..7018223 100644
--- a/FS/FS/Template_Mixin.pm
+++ b/FS/FS/Template_Mixin.pm
@@ -2740,6 +2740,10 @@ sub _items_cust_bill_pkg {
'pkgnum' => $cust_bill_pkg->pkgpart, #so it displays in Ref
'description' => "$desc (". $cust_bill_pkg->part_pkg->freq_pretty.")",
'amount' => sprintf("%.2f", $cust_bill_pkg->recur),
+ 'preref_html' => ( $opt{preref_callback}
+ ? &{ $opt{preref_callback} }( $cust_bill_pkg )
+ : ''
+ ),
};
}
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Template_Mixin.pm | 4 ++++
1 file changed, 4 insertions(+)
More information about the freeside-commits
mailing list