projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5122b2
)
RT#18361: Delay package from billing until services are provisioned [bug fix to javas...
author
Jonathan Prykop
<jonathan@freeside.biz>
Wed, 26 Aug 2015 02:46:01 +0000
(21:46 -0500)
committer
Jonathan Prykop
<jonathan@freeside.biz>
Wed, 26 Aug 2015 04:18:52 +0000
(23:18 -0500)
httemplate/elements/tr-pkg_svc.html
patch
|
blob
|
history
diff --git
a/httemplate/elements/tr-pkg_svc.html
b/httemplate/elements/tr-pkg_svc.html
index
7ac67b7
..
de3f95a
100644
(file)
--- a/
httemplate/elements/tr-pkg_svc.html
+++ b/
httemplate/elements/tr-pkg_svc.html
@@
-114,6
+114,9
@@
function provision_hold_check () {
for (i = 0; i < provision_hold_td.length; i++) {
provision_hold_td[i].style.display = start_on_hold.checked ? '' : 'none';
}
+ for (i = 0; i < provision_hold_input.length; i++) {
+ provision_hold_input[i].disabled = start_on_hold.checked ? false : true;
+ }
}
}
function provision_hold_init () {