MH: PortaEV AZ-Kategorie angepasst
This commit is contained in:
@@ -29,7 +29,7 @@ namespace PortaEV
|
||||
{
|
||||
if (item.ServiceDescription != null && item.ServiceDescription.ServiceCategory != null)
|
||||
{
|
||||
if (item.ServiceDescription.ServiceCategory.Name == "Arbeitszeit")
|
||||
if (item.ServiceDescription.ServiceCategory.Name.Contains("Arbeitszeit"))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
@@ -69,7 +69,7 @@ namespace PortaEV
|
||||
if (item.ServiceDescription != null &&
|
||||
item.ServiceDescription.ServiceCategory != null)
|
||||
{
|
||||
if (item.ServiceDescription.ServiceCategory.Name == "Arbeitszeit")
|
||||
if (item.ServiceDescription.ServiceCategory.Name.Contains("Arbeitszeit"))
|
||||
{
|
||||
arbeitszeit += duration;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user