summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements/edit.html
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2019-05-16 09:16:09 -0400
committerChristopher Burger <burgerc@freeside.biz>2019-05-16 11:29:04 -0400
commita25adda7b5c3235e7a048d4125039e808ebca8e8 (patch)
treee1aa6c6f2a53278973816cddba976adb9d6953e8 /httemplate/edit/elements/edit.html
parent41eec783951d2378d7d6f5f6b6f4c6e3bf50647b (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.html2
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);