Added comment
This commit is contained in:
parent
8ff4ff2878
commit
8006f58166
1 changed files with 1 additions and 0 deletions
|
|
@ -428,6 +428,7 @@ function validateLunchBreak(obj) {
|
|||
$(finishObj).next('span').remove();
|
||||
}
|
||||
|
||||
//Check if lunch times within presence times
|
||||
var startID = groupID.split("_")[1] + "_start";
|
||||
var finishID = groupID.split("_")[1] + "_finish";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue