summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-01-25 20:38:20 -0800
committerIvan Kohler <ivan@freeside.biz>2013-01-25 20:38:20 -0800
commit4da41b25e2efce7f223aff8aad753bea044d3b1e (patch)
tree2fc4829d0eeae6d8a22bf2e67270914603757989 /httemplate/elements
parentdb3e520bad7240b3f6f0d53a2b55a64ef116890b (diff)
allow manual override of phone number, RT#19883
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/select-did.html2
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>