diff --git a/BeWoPlanerMobil/Controllers/MainController.cs b/BeWoPlanerMobil/Controllers/MainController.cs index bebecd9c8..38afdce54 100644 --- a/BeWoPlanerMobil/Controllers/MainController.cs +++ b/BeWoPlanerMobil/Controllers/MainController.cs @@ -886,7 +886,7 @@ namespace BeWoPlanerMobil.Controllers Model.ServiceRecordOid = oidList[0]; - if(Model.NewServiceRecord.CostBearer != null) + if(Model.NewServiceRecord.CostBearer != null && Model.ShowSignature) { TempData[FormCollectionConstants.ShowSignatureSuggestionPopup] = true; }