This commit is contained in:
@@ -180,8 +180,7 @@ namespace AyaNova.Biz
|
||||
var orderedList = from id in batch join z in batchResults on id equals z.Id select z;
|
||||
foreach (CustomerNote w in orderedList)
|
||||
{
|
||||
var jo = JObject.FromObject(w);
|
||||
// jo["CustomFields"] = JObject.Parse((string)jo["CustomFields"]);
|
||||
var jo = JObject.FromObject(w);
|
||||
ReportData.Add(jo);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user