This commit is contained in:
@@ -84,8 +84,12 @@ namespace AyaNova.Biz
|
||||
|
||||
//GRANDCHILD BIZ ACTIONS
|
||||
foreach (WorkOrderItem wi in newObject.Items)
|
||||
{
|
||||
foreach (WorkOrderItemPart wip in wi.Parts)
|
||||
await PartBizActionsAsync(AyaEvent.Created, wip, null, null);
|
||||
foreach (WorkOrderItemLoan wil in wi.Loans)
|
||||
await LoanBizActionsAsync(AyaEvent.Created, wil, null, null);
|
||||
}
|
||||
await ct.SaveChangesAsync();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user