summaryrefslogtreecommitdiff
path: root/httemplate
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:31 -0800
commitb9b18c46a93720ba3f635d71d32d13f355861c51 (patch)
treecc8740834b3def15e7fd65e0132fed3c22f2fe49 /httemplate
parent90ad6d3446bec1bf5031a665e735015ccf2ca4de (diff)
unused_credit flag for cancellation reasons, #27911
Diffstat (limited to 'httemplate')
-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 47acd854b..3b9bb2299 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',