This commit is contained in:
@@ -5276,7 +5276,11 @@ namespace AyaNova.Biz
|
||||
pml.OutDate = addts(pml.OutDate, tsAdd);
|
||||
pml.ReturnDate = addts(pml.ReturnDate, tsAdd);
|
||||
}
|
||||
|
||||
foreach (PMItemLabor pmlab in pmi.Labors)
|
||||
{
|
||||
pmlab.ServiceStartDate = addts(pmlab.ServiceStartDate, tsAdd);
|
||||
pmlab.ServiceStopDate = addts(pmlab.ServiceStopDate, tsAdd);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user