. */ include_once __DIR__.'/../../core.php'; $id_anagrafica = filter('id_anagrafica'); ?>
{[ "type": "text", "label": "", "name": "matricola", "required": 1, "class": "text-center alphanumeric-mask", "maxlength": 25, "validation": "matricola" ]}
{[ "type": "text", "label": "", "name": "nome", "required": 1 ]}
{[ "type": "select", "label": "", "name": "idanagrafica", "id": "idanagrafica_impianto", "required": 1, "value": "", "ajax-source": "clienti", "icon-after": "add||tipoanagrafica=Cliente&readonly_tipo=1||", "readonly": "" ]}
{[ "type": "select", "label": "", "name": "idsede", "value": "$idsede$", "ajax-source": "sedi", "select-options": $id_anagrafica]); ?>, "placeholder": "Sede legale" ]}
{[ "type": "select", "label": "", "name": "idtecnico", "ajax-source": "tecnici", "icon-after": "add||tipoanagrafica=Tecnico&readonly_tipo=1" ]}