mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-28 15:47:06 -04:00
Trigger employee form validation for all tabs (#116)
This commit is contained in:
@@ -122,6 +122,7 @@
|
||||
//validation and submit handling
|
||||
$(document).ready(function()
|
||||
{
|
||||
$.validator.setDefaults({ ignore: [] });
|
||||
|
||||
$.validator.addMethod("module", function (value, element) {
|
||||
var result = true;
|
||||
|
||||
Reference in New Issue
Block a user