Merge branch 'master' of ssh://float.beyondsoft.de/git/beyondSoft/BeWo
This commit is contained in:
@@ -290,7 +290,7 @@ namespace BeWo.Service.SBD.Vertretung
|
||||
|
||||
item.Absencetime = ab;
|
||||
|
||||
AddArbeitszeitToItem(item, vertritt.EmployeeOid,1);
|
||||
//AddArbeitszeitToItem(item, vertritt.EmployeeOid,1);
|
||||
|
||||
|
||||
if (item.EmployeeOid == 0 || item.EmployeeName.Equals(""))
|
||||
@@ -388,7 +388,7 @@ namespace BeWo.Service.SBD.Vertretung
|
||||
item.EmployeeOid = ars.EmployeeOid.Value;
|
||||
item.EmployeeName = emp.FirstName + " " + emp.LastName;
|
||||
|
||||
AddArbeitszeitToItem(item, emp.EmployeeOid,1);
|
||||
//AddArbeitszeitToItem(item, emp.EmployeeOid,1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -521,7 +521,7 @@ namespace BeWo.Service.SBD.Vertretung
|
||||
|
||||
item.Absencetime = ab;
|
||||
|
||||
AddArbeitszeitToItem(item, vertritt.EmployeeOid,2);
|
||||
//AddArbeitszeitToItem(item, vertritt.EmployeeOid,2);
|
||||
|
||||
|
||||
if (item.EmployeeOid == 0 || item.EmployeeName.Equals(""))
|
||||
@@ -608,7 +608,7 @@ namespace BeWo.Service.SBD.Vertretung
|
||||
item.EmployeeOid = ars.EmployeeOid.Value;
|
||||
item.EmployeeName = emp.FirstName + " " + emp.LastName;
|
||||
|
||||
AddArbeitszeitToItem(item, emp.EmployeeOid,2);
|
||||
//AddArbeitszeitToItem(item, emp.EmployeeOid,2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user