From 1f09a1c603401c5f643362b1e00c2c76fd6f6e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Jim=C3=A9nez?= Date: Thu, 29 Aug 2024 11:55:58 +0200 Subject: [PATCH] quitado pais como campo obligatorio para nuevo presupuesto administrador --- ci4/app/Models/Presupuestos/PresupuestoModel.php | 2 +- .../presupuestos/cosidotapablanda/_datosPresupuestoItems.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@