Workorder to json work

This commit is contained in:
2024-04-22 08:57:02 -04:00
parent 6499a16cc2
commit d557e30716
+1
View File
@@ -145,6 +145,7 @@ public enum ForgeManager implements Runnable {
JSONObject jsonWorkOrder = WorkOrder.toJson(workOrder);
String stringOrder = jsonWorkOrder.toString();
stringOrder = stringOrder.trim();
} catch (Exception e) {
Logger.error(e);