diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-07-17 09:04:06 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-07-17 09:04:06 -0700 |
commit | 91dbe4c3834f38d428367d9a1e2c6cf9ea9d84a4 (patch) | |
tree | e4d6a63b75a2e3df13fdd35e24ae98ec8b3567cb /httemplate/view/cust_main/packages/section.html | |
parent | 2101a32bdf12abdb2afdb654d6da30975ddd4fc9 (diff) | |
parent | d0fcbc3d04250ec54cb5dea7abcc58d1f45d78b1 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/view/cust_main/packages/section.html')
-rwxr-xr-x | httemplate/view/cust_main/packages/section.html | 4 |
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) { |