MoK:
Gefahrene Kilometer sind jetzt editierbar.
This commit is contained in:
@@ -1062,10 +1062,13 @@ namespace BeWoPlanerMobil.Controllers
|
||||
Model.NewServiceRecord.Goals = Model.SelectedGoals;
|
||||
Model.NewServiceRecord.Start = zeitenFeld[0];
|
||||
Model.NewServiceRecord.End = zeitenFeld[1];
|
||||
|
||||
if(marker)
|
||||
{
|
||||
Model.NewServiceRecord.ServiceRecordType = ServiceRecordTypeId.Content;
|
||||
}
|
||||
|
||||
Model.NewServiceRecord.DistanceInMeter = null;
|
||||
Model.NewServiceRecord.DistanceInMeterDecimal = distanceInMeters;
|
||||
|
||||
if(Model.Employee.EmployeeOid.HasValue)
|
||||
|
||||
@@ -579,7 +579,7 @@ namespace BeWoPlanerMobil.Models
|
||||
}
|
||||
}
|
||||
|
||||
public string DistanceToEdit => SelectedServiceRecord?.DistanceInMeter.ToString() ?? string.Empty;
|
||||
public string DistanceToEdit => SelectedServiceRecord?.DistanceInMeterDecimal.ToString() ?? string.Empty;
|
||||
|
||||
public string NoticeToEdit => SelectedServiceRecord?.NoticeList.FirstOrDefault() ?? string.Empty;
|
||||
|
||||
|
||||
@@ -307,7 +307,7 @@ namespace BeWo.Service.Plugins
|
||||
//t = "1344064965"; // ABW Klaßen
|
||||
//t = "3625103678"; // Pro Hilfe GbR | MID
|
||||
//t = "6028314513"; // Grundstein e.V.
|
||||
t = "6178735147"; // Ilka Link ivi. - ambulante Hilfen, Beratung & Therapie
|
||||
//t = "6178735147"; // Ilka Link ivi. - ambulante Hilfen, Beratung & Therapie
|
||||
//t = "9416221963"; // Übergangshilfe Unna e.V.
|
||||
//t = "1316958991"; // Aidshilfe Essen
|
||||
//t = "3718732195"; // Diakonie Remscheid Lennep (Jobfit)
|
||||
|
||||
Reference in New Issue
Block a user