mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
presupuestos direcciones!
This commit is contained in:
@ -19,10 +19,11 @@ class ClienteDireccionesModel extends \App\Models\GoBaseModel
|
||||
2 => "t1.email",
|
||||
3 => "t1.direccion",
|
||||
4 => "t1.cp",
|
||||
5 => "t5.municipio_nombre",
|
||||
6 => "t4.nombre",
|
||||
7 => "t3.nombre",
|
||||
8 => "t1.telefono",
|
||||
5 => "t1.municipio",
|
||||
6 => "t1.provincia",
|
||||
7 => "t4.nombre",
|
||||
8 => "t3.nombre",
|
||||
9 => "t1.telefono",
|
||||
];
|
||||
|
||||
protected $allowedFields = [
|
||||
|
||||
Reference in New Issue
Block a user