|
|
|
@ -171,10 +171,12 @@ public enum ForgeManager implements Runnable {
@@ -171,10 +171,12 @@ public enum ForgeManager implements Runnable {
|
|
|
|
|
|
|
|
|
|
forgeWorkOrderBatch(workOrder); |
|
|
|
|
|
|
|
|
|
// Enqueue workOrder in the .forge and then
|
|
|
|
|
// add the workOrder to it's vendor
|
|
|
|
|
// Assign the new workOrder to the vendor
|
|
|
|
|
|
|
|
|
|
vendorWorkOrderLookup.get(workOrder.vendor).add(workOrder); |
|
|
|
|
|
|
|
|
|
// Enqueue the new workOrder
|
|
|
|
|
|
|
|
|
|
forge.add(workOrder); |
|
|
|
|
|
|
|
|
|
// PERSIST workOrder (dyn_workorders)
|
|
|
|
|