mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
falta botones exportar, etc
This commit is contained in:
@ -8,6 +8,7 @@ class TarifaEnvioZonaEntity extends \CodeIgniter\Entity\Entity
|
||||
protected $attributes = [
|
||||
"id" => null,
|
||||
"tarifa_envio_id" => null,
|
||||
"nombre" => "",
|
||||
"cp_inicial" => null,
|
||||
"cp_final" => null,
|
||||
"importe_fijo" => 0,
|
||||
|
||||
Reference in New Issue
Block a user