mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-25 08:44:42 -04:00
Compare commits
1 Commits
plugin-sys
...
fix-employ
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84f2c5bc97 |
@@ -209,9 +209,16 @@ $(document).ready(function()
|
||||
last_name: 'required',
|
||||
username:
|
||||
{
|
||||
<?php
|
||||
if($person_info->person_id == "")
|
||||
{
|
||||
?>
|
||||
remote: "<?php echo site_url($controller_name . '/check_username')?>",
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
required: true,
|
||||
minlength: 5,
|
||||
remote: "<?php echo site_url($controller_name . '/check_username')?>"
|
||||
minlength: 5
|
||||
},
|
||||
password:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user