mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
falta rellenar presupuesto
This commit is contained in:
@ -12,7 +12,8 @@ class TarifaEnvioPrecioEntity extends \CodeIgniter\Entity\Entity
|
||||
"tipo_envio" => null,
|
||||
"peso_min" => null,
|
||||
"peso_max" => null,
|
||||
"precio" => null,
|
||||
"precio_min" => null,
|
||||
"precio_max" => null,
|
||||
"precio_adicional" => 0,
|
||||
"margen" => 0,
|
||||
"user_created_id" => 0,
|
||||
@ -26,7 +27,8 @@ class TarifaEnvioPrecioEntity extends \CodeIgniter\Entity\Entity
|
||||
"proveedor_id" => "int",
|
||||
"peso_min" => "float",
|
||||
"peso_max" => "float",
|
||||
"precio" => "float",
|
||||
"precio_min" => "float",
|
||||
"precio_max" => "float",
|
||||
"precio_adicional" => "float",
|
||||
"margen" => "float",
|
||||
"user_created_id" => "int",
|
||||
|
||||
Reference in New Issue
Block a user