You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When "include persons without assignments" is enabled and there is a person without an assignment the snapshot will fail because of thie HoursPerWeek mapping.
I can disable the option but then I have no longer the option to validate those persons.
function getHours(){
let hours = null;
if (typeof sourceContract.assignment_workingAmount !== 'undefined' && sourceContract.assignment_workingAmount){
hours = sourceContract.assignment_workingAmount.amountOfWork;
}
}
getHours()
The text was updated successfully, but these errors were encountered:
When "include persons without assignments" is enabled and there is a person without an assignment the snapshot will fail because of thie HoursPerWeek mapping.
I can disable the option but then I have no longer the option to validate those persons.
The text was updated successfully, but these errors were encountered: