Fehlkontakte BeWoAmrath/ServicesOverviewReport.cs
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||
|
||||
1433
ReportImp/BeWoAmrath/ServicesOverviewReport.Designer.cs
generated
1433
ReportImp/BeWoAmrath/ServicesOverviewReport.Designer.cs
generated
File diff suppressed because it is too large
Load Diff
@@ -18,7 +18,15 @@ namespace BeWo.BeWoAmrath
|
||||
{
|
||||
var servicesBillable = pRO.Services.Where(s => s.IsBillable).ToList();
|
||||
|
||||
pRO.Services = servicesBillable;
|
||||
foreach (var sd in servicesBillable)
|
||||
{
|
||||
if(sd.ServiceDescription.ToLower().Contains("fehlkontakt"))
|
||||
{
|
||||
sd.Notice5 = "F";
|
||||
}
|
||||
}
|
||||
|
||||
pRO.Services = servicesBillable;
|
||||
}
|
||||
|
||||
bindingSource1.DataSource = pRO;
|
||||
|
||||
Reference in New Issue
Block a user