SozialwirkstattSchmitz/ServicesOverviewReport - Anzahl TN bei Gruppenbuchung
This commit is contained in:
@@ -27,7 +27,8 @@ namespace SozialwirkstattSchmitz
|
|||||||
sd.Notice5 = "E";
|
sd.Notice5 = "E";
|
||||||
if (sd.IsGroup)
|
if (sd.IsGroup)
|
||||||
{
|
{
|
||||||
sd.Notice5 = "G";
|
sd.Notice5 = String.Format("G - {0} Tn", sd.CustomerCount);
|
||||||
|
//sd.Notice5 = "G";
|
||||||
hatGruppen = true;
|
hatGruppen = true;
|
||||||
}
|
}
|
||||||
if (sd.ServiceDescription.ToLower().Contains("fehlkontakt") || sd.ServiceCategory.ToLower().Contains("fehlkontakt"))
|
if (sd.ServiceDescription.ToLower().Contains("fehlkontakt") || sd.ServiceCategory.ToLower().Contains("fehlkontakt"))
|
||||||
|
|||||||
Reference in New Issue
Block a user