diff options
| author | ivan <ivan> | 2010-01-30 23:00:25 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-01-30 23:00:25 +0000 |
| commit | 481011e14852aa62181bed0c7ae34b1e37ebff18 (patch) | |
| tree | 4b2d3531af60cc441def609f23579b97f36d07ee /httemplate/view/cust_main/packages/status.html | |
| parent | d6be23266fb627a4e7831055bf55ae675dbad4e9 (diff) | |
discounts, RT#6679
Diffstat (limited to 'httemplate/view/cust_main/packages/status.html')
| -rw-r--r-- | httemplate/view/cust_main/packages/status.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages/status.html b/httemplate/view/cust_main/packages/status.html index 40d6438f3..c65eb70e9 100644 --- a/httemplate/view/cust_main/packages/status.html +++ b/httemplate/view/cust_main/packages/status.html @@ -304,6 +304,11 @@ sub pkg_status_row_discount { ' months remaining)' if $discount->months; + $label .= ' <FONT SIZE="-1">('. + '<A HREF="../misc/delete-cust_pkg_discount.html?'. + $cust_pkg_discount->pkgdiscountnum. + '">remove discount</A>)</FONT>'; + $html .= pkg_status_row_colspan( $cust_pkg, $label, '', 'colspan' => $opt{'colspan'}, #%opt, |
