[freeside-commits] branch master updated. 4da41b25e2efce7f223aff8aad753bea044d3b1e

Ivan ivan at 420.am
Fri Jan 25 20:38:21 PST 2013


The branch, master has been updated
       via  4da41b25e2efce7f223aff8aad753bea044d3b1e (commit)
      from  db3e520bad7240b3f6f0d53a2b55a64ef116890b (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 4da41b25e2efce7f223aff8aad753bea044d3b1e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Jan 25 20:38:20 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