remove debugging check

This commit is contained in:
Frede Hundewadt 2022-12-07 16:34:19 +01:00
parent ecd1b61c88
commit 8485b17c26

View file

@ -128,12 +128,12 @@ public partial class CrmReportNewPage : IDisposable
Working = true;
var result = await CrmReportRepo.PostReport($"{_workDate:yyyy-MM-dd}", Report);
if (!result.IsSuccess)
{
Working = false;
Toaster.ShowError($"{result.Message}", $"HTTP Status {result.Code}");
return;
}
// if (!result.IsSuccess)
// {
// Working = false;
// Toaster.ShowError($"{result.Message}", $"HTTP Status {result.Code}");
// return;
// }
// reset km and date confirmation
await PrefService.SetKmMorning(0);