summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-reason.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-01-31 21:07:08 -0800
committerMark Wells <mark@freeside.biz>2016-01-31 21:07:24 -0800
commit12560fb5a69ddace43dc267b44894acb5352c98c (patch)
treeea04e98ae2b1dbf316de76f32f3251a2ff941d76 /httemplate/elements/tr-select-reason.html
parent7643e364c22eeca302f09a87ea968175ce01985b (diff)
unused_credit flag for cancellation reasons, #27911
Diffstat (limited to 'httemplate/elements/tr-select-reason.html')
-rwxr-xr-xhttemplate/elements/tr-select-reason.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-reason.html b/httemplate/elements/tr-select-reason.html
index 93949ba8c..97466f175 100755
--- a/httemplate/elements/tr-select-reason.html
+++ b/httemplate/elements/tr-select-reason.html
@@ -120,6 +120,13 @@ Example:
&>
% } # scalar(@types)
+% if ( $class eq 'C' ) {
+ <& tr-checkbox.html,
+ label => 'Credit the unused portion of service when canceling',
+ field => $id.'_new_unused_credit',
+ value => 'Y'
+ &>
+% }
% if ( $class eq 'S' ) {
<& tr-checkbox.html,
label => 'Credit the unused portion of service when suspending',