summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/packages/section.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-07-17 09:04:06 -0700
committerIvan Kohler <ivan@freeside.biz>2013-07-17 09:04:06 -0700
commit91dbe4c3834f38d428367d9a1e2c6cf9ea9d84a4 (patch)
treee4d6a63b75a2e3df13fdd35e24ae98ec8b3567cb /httemplate/view/cust_main/packages/section.html
parent2101a32bdf12abdb2afdb654d6da30975ddd4fc9 (diff)
parentd0fcbc3d04250ec54cb5dea7abcc58d1f45d78b1 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/view/cust_main/packages/section.html')
-rwxr-xr-xhttemplate/view/cust_main/packages/section.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages/section.html b/httemplate/view/cust_main/packages/section.html
index 82d06203b..0383fe892 100755
--- a/httemplate/view/cust_main/packages/section.html
+++ b/httemplate/view/cust_main/packages/section.html
@@ -36,6 +36,10 @@
<& services.html, %iopt &>
</TR>
% $row++;
+% # show the change target, if there is one
+% if ( $cust_pkg->change_to_pkg ) {
+ <& .packagerow, $cust_pkg->change_to_pkg, %iopt, 'change_from' => 1 &>
+% }
% # include supplemental packages if any
% $iopt{'supplemental'} = ($iopt{'supplemental'} || 0) + 1;
% foreach my $supp_pkg ($cust_pkg->supplemental_pkgs) {