diff options
| author | Mark Wells <mark@freeside.biz> | 2014-11-25 19:39:23 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2014-11-25 19:39:23 -0800 |
| commit | 3cda3a85eb0daa5b8b9f4d30cd0896da6ccf4a9b (patch) | |
| tree | e1d8a4f8b8572396fd2d4fe7a82327f1c9768c0f /httemplate/view/cust_main | |
| parent | 77be6115a8972c8e7917fc9f80e30a6ba571a552 (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 accdb4588..f760d6fcc 100644 --- a/httemplate/view/cust_main/packages/status.html +++ b/httemplate/view/cust_main/packages/status.html @@ -582,6 +582,7 @@ sub pkg_suspend_link { 'actionlabel' => emt('Suspend'), 'color' => '#FF9900', 'cust_pkg' => shift, + 'height' => 420, ) } @@ -592,6 +593,7 @@ sub pkg_adjourn_link { 'actionlabel' => emt('Adjourn'), 'color' => '#CC6600', 'cust_pkg' => shift, + 'height' => 445, ) } |
