Fix employee update (#3239)

This commit is contained in:
Jeroen Peelaerts
2021-08-04 00:07:33 +02:00
committed by jekkos
parent dc2b2862f9
commit 85f577556e

View File

@@ -213,12 +213,13 @@ $(document).ready(function()
if($person_info->person_id == "")
{
?>
remote: "<?php echo site_url($controller_name . '/check_username')?>",
remote: '<?php echo site_url("$controller_name/check_username")?>',
<?php
}
?>
required: true,
minlength: 5
},
password:
{
@@ -269,4 +270,4 @@ $(document).ready(function()
}
}, form_support.error));
});
</script>
</script>