diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-01-25 20:38:22 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-01-25 20:38:22 -0800 |
| commit | 4929b204cb68baad8a128a608fb87f4902061420 (patch) | |
| tree | 80a4bc3ef04516068d72f37bf9bb018e233545f9 | |
| parent | c2cd954736936c7b872229f5c0eea7e7689f170b (diff) | |
allow manual override of phone number, RT#19883
| -rw-r--r-- | httemplate/elements/select-did.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/select-did.html b/httemplate/elements/select-did.html index fe1e5d163..4d01ce01a 100644 --- a/httemplate/elements/select-did.html +++ b/httemplate/elements/select-did.html @@ -34,6 +34,7 @@ Example: NAME = "phonenum_which" VALUE = "phonenum" onChange = "phonenum_which_changed(this)" + onClick = "phonenum_which_changed(this)" <% $phonenum_checked %> > Inventory </TD> @@ -127,6 +128,7 @@ Example: NAME = "phonenum_which" VALUE = "phonenum_manual" onChange = "phonenum_which_changed(this)" + onClick = "phonenum_which_changed(this)" <% $manual_checked %> > Manual entry </TD> |
