Mobilklient:

- Die Unterschrift ist bei nicht gegebener Einstellung nicht mehr sichtbar bzw. es wird nicht zum signieren aufgefordert.
This commit is contained in:
Lyndon Jetten
2021-01-14 20:39:33 +01:00
parent a6c82a3e99
commit 833022b2a4

View File

@@ -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;
}