This commit is contained in:
@@ -2307,7 +2307,7 @@ namespace AyaNova.PlugIn.V8
|
||||
progress.Op("Start WorkOrder/Item Status export");
|
||||
progress.SubOp("");
|
||||
var ObjectTypeName = "Workorder/Item Status";
|
||||
progress.Append("Exporting all " + " " + ObjectTypeName + "s");
|
||||
progress.Append("Exporting all " + " " + ObjectTypeName );
|
||||
List<string> tags = new List<string>();
|
||||
AddImportTag(tags);
|
||||
WorkorderStatuses w = WorkorderStatuses.GetItems();
|
||||
@@ -2459,7 +2459,12 @@ namespace AyaNova.PlugIn.V8
|
||||
}
|
||||
|
||||
|
||||
//TODO: signatures
|
||||
|
||||
if (c.uiHasSignature)
|
||||
{
|
||||
d.v7SigStrokePath = c.WorkorderService.Signature.StrokePath;
|
||||
d.customerSignatureCaptured = util.DateToV8(c.WorkorderService.Signature.ClientCapturedDateTime);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user