summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-02-02 09:10:37 -0800
committerIvan Kohler <ivan@freeside.biz>2016-02-02 09:10:37 -0800
commit818ae79719404b6b7a665872e0f7b57a6716a193 (patch)
tree675956a1f04c2d5feafbbf21fa4c44fc602e7632 /httemplate/elements
parentb75eefd0de474bc68eb271e122f0895a78dabc28 (diff)
parent67ca665cce866aff8c4f1fecd700c44c5e63c2a0 (diff)
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
Diffstat (limited to 'httemplate/elements')
-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',