- Bugfix Sichtbarkeit Berichte für Unterschriften
This commit is contained in:
@@ -76,7 +76,7 @@ namespace BeWo.Service.Plugins
|
||||
{
|
||||
if (query.Oid > 1000)
|
||||
{
|
||||
if (query.Title.Contains("Unterschrift") || query.Title.Contains("Monatsunterschrift"))
|
||||
if (query.Title.ToLower().Contains("unterschrift"))
|
||||
{
|
||||
return AppSettings.ShowSignatures;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user