haciendo formulario de editar tarifa envio

This commit is contained in:
Jaime Jimenez
2023-08-30 13:12:38 +02:00
parent ddaac2f9f1
commit 9a781eb6d6
15 changed files with 705 additions and 29 deletions

View File

@ -10,7 +10,7 @@ class TarifaEnvioZonaEntity extends \CodeIgniter\Entity\Entity
"tarifa_envio_id" => null,
"cp_inicial" => null,
"cp_final" => null,
"inporte_fijo" => 0,
"importe_fijo" => 0,
"user_created_id" => 0,
"user_updated_id" => 0,
"is_deleted" => 0,
@ -19,7 +19,7 @@ class TarifaEnvioZonaEntity extends \CodeIgniter\Entity\Entity
];
protected $casts = [
"tarifa_envio_id" => "int",
"inporte_fijo" => "int",
"importe_fijo" => "int",
"user_created_id" => "int",
"user_updated_id" => "int",
"is_deleted" => "int",