From 423f8ddf4c435e67015ea86c0a5b48f8b3bf98b6 Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Wed, 26 Nov 2025 16:23:32 -0300 Subject: [PATCH] Reservation to Venta add form --- app/common/Implement/Log/Processor/Exception.php | 2 +- app/src/Service/Venta/Precio/Import.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/common/Implement/Log/Processor/Exception.php b/app/common/Implement/Log/Processor/Exception.php index 22507b9..1e2419c 100644 --- a/app/common/Implement/Log/Processor/Exception.php +++ b/app/common/Implement/Log/Processor/Exception.php @@ -58,7 +58,7 @@ class Exception implements ProcessorInterface 'message' => $exception->getMessage(), 'file' => $exception->getFile(), 'line' => $exception->getLine(), - 'trace' => $exception->getTraceAsString(), + 'trace' => $exception->getTrace(), ]; if ($exception->getPrevious() !== null) { $output['previous'] = $this->processException($exception->getPrevious()); diff --git a/app/src/Service/Venta/Precio/Import.php b/app/src/Service/Venta/Precio/Import.php index 02501b9..3577e6a 100644 --- a/app/src/Service/Venta/Precio/Import.php +++ b/app/src/Service/Venta/Precio/Import.php @@ -72,7 +72,7 @@ class Import extends Ideal\Service } $baseTitlesMap = [ 'proyecto' => [], - 'precio' => [], + 'precio' => ['valor'], 'unidad' => ['departamento'], 'tipo' => ['tipo unidad'], 'fecha' => [],