This commit is contained in:
@@ -281,7 +281,8 @@ namespace AyaNovaQBI
|
||||
DataRow row = _GridTable.NewRow();
|
||||
row["CustomerName"] = z.CustomerName;
|
||||
row["Serial"] = z.Serial;
|
||||
row["ServiceDate"] = z.ServiceDate;
|
||||
if (z.ServiceDate != null)
|
||||
row["ServiceDate"] = ((DateTime)z.ServiceDate).ToLocalTime();
|
||||
row["WorkorderStatusName"] = z.WorkorderStatusName;
|
||||
row["ProjectName"] = z.ProjectName;
|
||||
row["Color"] = z.Color;
|
||||
|
||||
Reference in New Issue
Block a user