From dfacad87a7e8f1beb3208a9122dfcecc8000ef9e Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Sun, 3 Aug 2025 12:51:21 -0300 Subject: [PATCH] Atualizando arquivos --- vendor/model/CompaniesBudgets.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vendor/model/CompaniesBudgets.class.php b/vendor/model/CompaniesBudgets.class.php index dae1299..ca56327 100644 --- a/vendor/model/CompaniesBudgets.class.php +++ b/vendor/model/CompaniesBudgets.class.php @@ -243,7 +243,8 @@ class CompaniesBudgets $this->description = $description; $this->financialCategoriesId = $financialCategoriesId; $this->financialAccountsId = $financialAccountsId; - $this->productsId = $productsId; + echo $this->productsId = $productsId; + exit; /** Verifica se o ID do registro foi informado */