This commit is contained in:
@@ -83,7 +83,7 @@ namespace AyaNova.Biz
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//GET LOG OF ALL JOBS FOR CLIENT
|
||||
//
|
||||
@@ -98,6 +98,7 @@ namespace AyaNova.Biz
|
||||
JobOperationsLogInfoItem o = new JobOperationsLogInfoItem();
|
||||
o.Created = i.Created;
|
||||
o.StatusText = i.StatusText;
|
||||
o.JobId = i.JobId;
|
||||
ret.Add(o);
|
||||
}
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user