Mobilklient:
- Die Unterschrift ist bei nicht gegebener Einstellung nicht mehr sichtbar bzw. es wird nicht zum signieren aufgefordert.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user