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:
@ -14,6 +14,7 @@ class TarifaEnvioPrecioEntity extends \CodeIgniter\Entity\Entity
|
||||
"peso_max" => null,
|
||||
"precio" => null,
|
||||
"precio_adicional" => 0,
|
||||
"margen" => 0,
|
||||
"user_created_id" => 0,
|
||||
"user_updated_id" => 0,
|
||||
"is_deleted" => 0,
|
||||
@ -27,6 +28,7 @@ class TarifaEnvioPrecioEntity extends \CodeIgniter\Entity\Entity
|
||||
"peso_max" => "float",
|
||||
"precio" => "float",
|
||||
"precio_adicional" => "float",
|
||||
"margen" => "float",
|
||||
"user_created_id" => "int",
|
||||
"user_updated_id" => "int",
|
||||
"is_deleted" => "int",
|
||||
|
||||
@ -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