Aggiunta help in "Codice sia" nelle banche

This commit is contained in:
Beppe 2020-11-03 17:48:33 +01:00
parent 5758946045
commit 63b728bb44
1 changed files with 1 additions and 1 deletions

2
modules/banche/edit.php Executable file → Normal file
View File

@ -68,7 +68,7 @@ include_once __DIR__.'/../../core.php';
</div>
<div class="col-md-6">
{[ "type": "text", "label": "<?php echo tr('Codice SIA'); ?>", "name": "codice_sia", "class": "alphanumeric-mask", "maxlength": 5, "value": "$codice_sia$" ]}
{[ "type": "text", "label": "<?php echo tr('Codice SIA'); ?>", "name": "codice_sia", "class": "alphanumeric-mask", "maxlength": 5, "value": "$codice_sia$", "help":"<?php echo tr('Questo campo è necessario per la generazione delle Ri.Ba.');?>" ]}
</div>
</div>