Rimozione campo "relazione" durante aggiunta anagrafica
This commit is contained in:
parent
716c76575f
commit
98b2a37fdf
|
@ -163,7 +163,6 @@ switch (post('op')) {
|
|||
$anagrafica->telefono = post('telefono');
|
||||
$anagrafica->cellulare = post('cellulare');
|
||||
$anagrafica->email = post('email');
|
||||
$anagrafica->idrelazione = post('idrelazione');
|
||||
$anagrafica->idagente = $idagente;
|
||||
$anagrafica->pec = post('pec');
|
||||
$anagrafica->tipo = post('tipo');
|
||||
|
|
|
@ -116,17 +116,7 @@ echo '
|
|||
<div class="col-md-4">
|
||||
{[ "type": "text", "label": "'.tr('Codice destinatario').'", "name": "codice_destinatario", "required": 0, "class": "text-center text-uppercase alphanumeric-mask", "maxlength": "7", "extra": "", "help": "'.tr($help_codice_destinatario).'" ]}
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
{[ "type": "select", "label": "'.tr('Relazione').'", "name": "idrelazione", "values": "query=SELECT id, descrizione, colore AS _bgcolor_ FROM an_relazioni ORDER BY descrizione" ]}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>';
|
||||
|
||||
|
@ -160,4 +150,4 @@ echo
|
|||
$('#ragione_sociale', '#bs-popup, #bs-popup2').prop('disabled', false).prop('required', true);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue