diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-02-02 09:10:37 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-02-02 09:10:37 -0800 |
| commit | 818ae79719404b6b7a665872e0f7b57a6716a193 (patch) | |
| tree | 675956a1f04c2d5feafbbf21fa4c44fc602e7632 /httemplate/elements | |
| parent | b75eefd0de474bc68eb271e122f0895a78dabc28 (diff) | |
| parent | 67ca665cce866aff8c4f1fecd700c44c5e63c2a0 (diff) | |
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
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 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', |
