X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fvalidate_password.html;h=01e8b94d9375aacc34d79f7779ba0690f9a11e1c;hb=6016bc83d369186275044bd8539f66a3cb03c4cb;hp=f067ad8fce4fbc040460d1710148f753a1fb87da;hpb=dd72ad399c69875b14703e9086f8cedb88acb518;p=freeside.git diff --git a/httemplate/elements/validate_password.html b/httemplate/elements/validate_password.html index f067ad8fc..01e8b94d9 100644 --- a/httemplate/elements/validate_password.html +++ b/httemplate/elements/validate_password.html @@ -31,6 +31,7 @@ function add_password_validation (fieldid) { validate_password('fieldid',fieldid, 'svcnum',<% $opt{'svcnum'} |js_string %>, 'pkgnum',<% $opt{'pkgnum'} |js_string %>, + 'contactnum',<% $opt{'contactnum'} |js_string %>, 'password',this.value, function (result) { result = JSON.parse(result);