diff options
author | Mark Wells <mark@freeside.biz> | 2016-01-31 21:07:08 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-01-31 21:07:08 -0800 |
commit | 5b580ccdc237bea4149ef99c53aa071d8a4abb77 (patch) | |
tree | 4f5705016400428f52a773084b09c1d58b233eb1 /httemplate/elements | |
parent | 3f2d6b89fb1c8cad50c806e3f2452e909bfbab00 (diff) |
unused_credit flag for cancellation reasons, #27911
Diffstat (limited to 'httemplate/elements')
-rwxr-xr-x | httemplate/elements/tr-select-reason.html | 7 |
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', |