This commit is contained in:
2021-09-10 22:03:09 +00:00
parent e8791a56f5
commit 4db492a2a2

View File

@@ -3042,6 +3042,7 @@ namespace AyaNova.PlugIn.V8
if (!progress.KeepGoing) return;
dynamic d = new JObject();
d.name = GetUniqueName(s.Name);
d.notes = s.Description;
progress.Op("WorkOrder status " + d.name);
d.active = s.Active;
d.locked = false;
@@ -3064,6 +3065,7 @@ namespace AyaNova.PlugIn.V8
if (!progress.KeepGoing) return;
dynamic d = new JObject();
d.name = GetUniqueName(s.Name);
d.notes = s.Description;
progress.Op("WorkOrder ITEM status " + d.name);
d.active = s.Active;
d.color = System.Drawing.ColorTranslator.ToHtml(System.Drawing.Color.FromArgb(s.ARGB));