[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 4929b204cb68baad8a128a608fb87f4902061420
Ivan
ivan at 420.am
Fri Jan 25 20:38:23 PST 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 4929b204cb68baad8a128a608fb87f4902061420 (commit)
from c2cd954736936c7b872229f5c0eea7e7689f170b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4929b204cb68baad8a128a608fb87f4902061420
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Jan 25 20:38:22 2013 -0800
allow manual override of phone number, RT#19883
diff --git a/httemplate/elements/select-did.html b/httemplate/elements/select-did.html
index fe1e5d1..4d01ce0 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>
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/select-did.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list