From b9b18c46a93720ba3f635d71d32d13f355861c51 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sun, 31 Jan 2016 21:07:08 -0800 Subject: unused_credit flag for cancellation reasons, #27911 --- httemplate/elements/tr-select-reason.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'httemplate') 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', -- cgit v1.2.1