sync
This commit is contained in:
parent
3a1348ee6d
commit
246c726a10
@ -616,6 +616,9 @@ namespace IronIntel.Contractor.Site
|
||||
case (int)FuelRecordTypes.State:
|
||||
questionType = QuestionTypes.DropDown;
|
||||
break;
|
||||
case (int)FuelRecordTypes.Notes:
|
||||
questionType = QuestionTypes.MultipleLineText;
|
||||
break;
|
||||
case (int)FuelRecordTypes.Picture:
|
||||
questionType = QuestionTypes.Picture;
|
||||
break;
|
||||
|
@ -93,6 +93,9 @@ namespace IronIntel.Contractor.Site.Maintenance
|
||||
else
|
||||
endDate = endDate.Date.AddDays(1).AddSeconds(-1);
|
||||
|
||||
beginDate = SystemParams.CustomerDetail.CustomerTimeToUtc(beginDate);
|
||||
endDate = SystemParams.CustomerDetail.CustomerTimeToUtc(endDate);
|
||||
|
||||
int assigned = -1;
|
||||
int completed = -1;
|
||||
if (alertparam.AlertStatus != null && alertparam.AlertStatus.Length > 0)
|
||||
@ -149,6 +152,9 @@ namespace IronIntel.Contractor.Site.Maintenance
|
||||
else
|
||||
endDate = endDate.Date.AddDays(1).AddSeconds(-1);
|
||||
|
||||
beginDate = SystemParams.CustomerDetail.CustomerTimeToUtc(beginDate);
|
||||
endDate = SystemParams.CustomerDetail.CustomerTimeToUtc(endDate);
|
||||
|
||||
int assigned = -1;
|
||||
int completed = -1;
|
||||
if (alertparam.AlertStatus != null && alertparam.AlertStatus.Length > 0)
|
||||
|
2
Site
2
Site
@ -1 +1 @@
|
||||
Subproject commit 61a0879af8868e3480b1e45f0abd6a5df44328ca
|
||||
Subproject commit 140d1ffce0271bde011b93bce204fff9f8bf90b4
|
Loading…
x
Reference in New Issue
Block a user