diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2019-05-16 09:16:09 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2019-05-16 11:29:04 -0400 |
| commit | a25adda7b5c3235e7a048d4125039e808ebca8e8 (patch) | |
| tree | e1aa6c6f2a53278973816cddba976adb9d6953e8 /httemplate/edit/elements/edit.html | |
| parent | 41eec783951d2378d7d6f5f6b6f4c6e3bf50647b (diff) | |
RT# 83179 - set agent num to use default agentnum if configured, and fixed adding contact rows
Conflicts:
httemplate/edit/prospect_main.html
httemplate/elements/tr-select-agent.html
Diffstat (limited to 'httemplate/edit/elements/edit.html')
| -rw-r--r-- | httemplate/edit/elements/edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 11f352f74..fa95566a2 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -613,7 +613,7 @@ Example: // only spawn if we're the last element... return if not - var field_regex = /(\d+)(_[a-z_]+)?$/; + var field_regex = /(\d+)(_[a-z_0-9]+)?$/; var match = field_regex.exec(what.name); if ( !match ) { alert(what.name + " didn't match for " + what); |
