|
|
|
@ -54,7 +54,7 @@ public class WorkOrder implements Delayed {
@@ -54,7 +54,7 @@ public class WorkOrder implements Delayed {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public String toString() { |
|
|
|
|
String outSTring = "wordOrderID: " + this.workOrderID + "\r\n" + |
|
|
|
|
String outSTring = "\r\nwordOrderID: " + this.workOrderID + "\r\n" + |
|
|
|
|
"vendor: " + this.vendor.getObjectUUID() + "\r\n" + |
|
|
|
|
"slotCount: " + this.slotCount + "\r\n" + |
|
|
|
|
"total_to_produce: " + this.total_to_produce + "\r\n" + |
|
|
|
|