diff --git a/ci4/app/Models/Presupuestos/PresupuestoModel.php b/ci4/app/Models/Presupuestos/PresupuestoModel.php index 424ba107..aa88fd61 100755 --- a/ci4/app/Models/Presupuestos/PresupuestoModel.php +++ b/ci4/app/Models/Presupuestos/PresupuestoModel.php @@ -162,7 +162,7 @@ class PresupuestoModel extends \App\Models\BaseModel ], "pais_id" => [ "label" => "Presupuestos.paisId", - "rules" => "required|integer|greater_than[0]", + "rules" => "integer", ], "cliente_id" => [ "label" => "Presupuestos.clienteId", diff --git a/ci4/app/Views/themes/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoItems.php b/ci4/app/Views/themes/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoItems.php index ec087bb1..f4410468 100644 --- a/ci4/app/Views/themes/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoItems.php +++ b/ci4/app/Views/themes/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoItems.php @@ -126,7 +126,7 @@