diff options
author | Mark Wells <mark@freeside.biz> | 2014-11-25 19:37:48 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-11-25 19:37:56 -0800 |
commit | be2bcc10c35d7762178b245cd38382047a7e270d (patch) | |
tree | b602a1ff99ffbbbd679a448725c344532349ba25 /httemplate/view/cust_main | |
parent | d3011bbdd3401dd11cbaed058d495d29c2a6ebc0 (diff) |
option to credit unused time on suspension as part of suspend reason, #31702
Diffstat (limited to 'httemplate/view/cust_main')
-rw-r--r-- | httemplate/view/cust_main/packages/status.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages/status.html b/httemplate/view/cust_main/packages/status.html index 339c2ab19..971a9cf98 100644 --- a/httemplate/view/cust_main/packages/status.html +++ b/httemplate/view/cust_main/packages/status.html @@ -580,6 +580,7 @@ sub pkg_suspend_link { 'actionlabel' => emt('Suspend'), 'color' => '#FF9900', 'cust_pkg' => shift, + 'height' => 420, ) } @@ -590,6 +591,7 @@ sub pkg_adjourn_link { 'actionlabel' => emt('Adjourn'), 'color' => '#CC6600', 'cust_pkg' => shift, + 'height' => 445, ) } |