mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-18 21:40:52 -04:00
Fix employee update (#3239)
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user