This commit is contained in:
Jonathan Rosenbaum
2017-11-13 22:34:33 +00:00
parent 62a51320e3
commit beeab5e775
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -69,6 +69,7 @@ $(function(){
err1 = error_handler(last_name.val(), last_name_error, "","*Required",e);
// test whether patron's name already exists
// and if name matches a different contact_i
$.post("json/contact.php", {first_name: first_name.val(), middle_initial: middle_initial.val(),
last_name: last_name.val(), contact_id: contact_id, test_name: 1 }, function(data) {