Atualizando arquivos
This commit is contained in:
parent
12f241c18e
commit
a7d7e2d735
2 changed files with 2 additions and 1 deletions
1
vendor/model/CompaniesBudgets.class.php
vendored
1
vendor/model/CompaniesBudgets.class.php
vendored
|
|
@ -118,6 +118,7 @@ class CompaniesBudgets
|
|||
cb.often,
|
||||
cb.date_start,
|
||||
cb.description,
|
||||
cb.products_id,
|
||||
c.name_fantasy
|
||||
from companies_budgets cb
|
||||
left join companies c on cb.company_id = c.company_id
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ try{
|
|||
$FinancialReadjustments = new FinancialReadjustments();
|
||||
|
||||
/** Parametros de entrada */
|
||||
echo $companyId = isset($_POST['company_id']) ? (int)filter_input(INPUT_POST, 'company_id', FILTER_SANITIZE_SPECIAL_CHARS) : 0;
|
||||
$companyId = isset($_POST['company_id']) ? (int)filter_input(INPUT_POST, 'company_id', FILTER_SANITIZE_SPECIAL_CHARS) : 0;
|
||||
$companiesBudgetsId = isset($_POST['companies_budgets_id']) ? (int)filter_input(INPUT_POST, 'companies_budgets_id', FILTER_SANITIZE_SPECIAL_CHARS) : 0;
|
||||
|
||||
/** Verifica se o ID do projeto foi informado */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue