1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-22 22:37:37 +01:00

Fix aggiunta template mail

This commit is contained in:
MatteoPistorello 2021-04-30 16:59:15 +02:00
parent 1e5335e1de
commit aef69c3ed0

View File

@ -42,7 +42,7 @@ include_once __DIR__.'/../../core.php';
<div class="row">
<div class="col-md-12">
{[ "type": "select", "label": "<?php echo tr('Indirizzo email'); ?>", "name": "smtp", "value": "$id_account$", "ajax-source": "smtp" ]}
{[ "type": "select", "label": "<?php echo tr('Indirizzo email'); ?>", "name": "smtp", "value": "$id_account$", "required": 1, "ajax-source": "smtp" ]}
</div>
</div>