Added comment

This commit is contained in:
gaazzopa 2020-11-30 17:39:41 +01:00
parent 8ff4ff2878
commit 8006f58166

View file

@ -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";