mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Eliminado campo Comunidades_Autonomas del formulario direcciones de envio del sistema (DDBB, PHP, JS)
This commit is contained in:
@ -7,11 +7,10 @@ return [
|
||||
'alias' => 'Alias',
|
||||
'att' => 'Att.',
|
||||
'email' => 'Email',
|
||||
'direccion' => 'Direccion',
|
||||
'direccion' => 'Dirección',
|
||||
'cp' => 'CP',
|
||||
'municipio' => 'Ciudad',
|
||||
'provincia' => 'Provincia',
|
||||
'ccaa' => 'CCAA',
|
||||
'pais' => 'País',
|
||||
'telefono' => 'Teléfono',
|
||||
'validation' => [
|
||||
@ -21,7 +20,6 @@ return [
|
||||
],
|
||||
|
||||
'selectPais' => 'Seleccione País',
|
||||
'selectCcaa' => 'Seleccione CCAA',
|
||||
'selectProvincia' => 'Seleccione Provincia',
|
||||
'selectMunicipio' => 'Seleccione Municipio',
|
||||
];
|
||||
Reference in New Issue
Block a user