[freeside-commits] branch master updated. 4a56e0d606cb6071a5830966687284b277f1fd2d
Jeremy Davis
jeremyd at 420.am
Mon Nov 24 07:32:17 PST 2014
The branch, master has been updated
via 4a56e0d606cb6071a5830966687284b277f1fd2d (commit)
from 6cc3e679908ad79f0080960d30b1cab689326a07 (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 4a56e0d606cb6071a5830966687284b277f1fd2d
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Mon Nov 24 10:31:46 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