Merge branch 'main' into feat/xml-pedido

This commit is contained in:
amazuecos
2024-09-02 23:36:42 +02:00
23 changed files with 472 additions and 56 deletions

View File

@ -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",