summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements
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 13:51:31 -0400
commitbe2ffcf2041beb5890872d2b64940da14fef2f41 (patch)
tree4c6c19b5ef4a3145c4e318b6a4a008ca6f66f3b4 /httemplate/edit/elements
parent52312ae99dc66d0afb1aa4465a4f4b36f054a2eb (diff)
RT# 83179 - set agent num to use default agentnum if configured, and fixed adding contact rows
Diffstat (limited to 'httemplate/edit/elements')
-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 6bc05591d..dced7a09b 100644
--- a/httemplate/edit/elements/edit.html
+++ b/httemplate/edit/elements/edit.html
@@ -640,7 +640,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);