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 */