MH: Lebensbrücke ZAD Nummer für Prüfliste
This commit is contained in:
@@ -55,7 +55,7 @@ namespace LebensBruecke.Reporting
|
|||||||
var customerListOrd = customerList.OrderBy(c => c.Person.LastNameFirstName).ToList();
|
var customerListOrd = customerList.OrderBy(c => c.Person.LastNameFirstName).ToList();
|
||||||
foreach (var c in customerListOrd)
|
foreach (var c in customerListOrd)
|
||||||
{
|
{
|
||||||
var ro = LwlPrueflisteRO.Create(start, end, "", c.Oid);
|
var ro = LwlPrueflisteRO.Create(start, end, "9030822", c.Oid);
|
||||||
if (ro.ServiceRecords != null && ro.ServiceRecords.Count > 0)
|
if (ro.ServiceRecords != null && ro.ServiceRecords.Count > 0)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
@@ -80,7 +80,7 @@ namespace LebensBruecke.Reporting
|
|||||||
{
|
{
|
||||||
customerOid = oidOut;
|
customerOid = oidOut;
|
||||||
}
|
}
|
||||||
var ro = LwlPrueflisteRO.Create(start, end, "", customerOid);
|
var ro = LwlPrueflisteRO.Create(start, end, "9030822", customerOid);
|
||||||
liste.SetReportDataSource(ro);
|
liste.SetReportDataSource(ro);
|
||||||
return liste;
|
return liste;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user