diff options
author | Mark Wells <mark@freeside.biz> | 2014-11-25 19:37:48 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-11-25 19:37:56 -0800 |
commit | be2bcc10c35d7762178b245cd38382047a7e270d (patch) | |
tree | b602a1ff99ffbbbd679a448725c344532349ba25 /httemplate/edit/credit-cust_bill_pkg.html | |
parent | d3011bbdd3401dd11cbaed058d495d29c2a6ebc0 (diff) |
option to credit unused time on suspension as part of suspend reason, #31702
Diffstat (limited to 'httemplate/edit/credit-cust_bill_pkg.html')
-rw-r--r-- | httemplate/edit/credit-cust_bill_pkg.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/credit-cust_bill_pkg.html b/httemplate/edit/credit-cust_bill_pkg.html index 40faddc46..85f794317 100644 --- a/httemplate/edit/credit-cust_bill_pkg.html +++ b/httemplate/edit/credit-cust_bill_pkg.html @@ -80,9 +80,9 @@ <& /elements/tr-select-reason.html, 'field' => 'reasonnum', 'reason_class' => 'R', - #XXX reconcile both this and show_taxes wanteding to enable this + #XXX reconcile both this and show_taxes wanting to enable this 'id' => 'select_reason', - 'control_button' => "document.getElementById('credit_button')", + 'control_button' => 'credit_button', 'cgi' => $cgi, &> |