Atualizando companies_budgets_form.php
This commit is contained in:
parent
438035582a
commit
0f3155e3c2
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ class CompaniesBudgetsCommissions
|
|||
/** Consulta SQL */
|
||||
$this->sql = 'select count(cm.companies_budgets_commissions_id) as qtde
|
||||
from companies_budgets_commissions cm
|
||||
left join companies_budgets cb on cm.companies_budgets_id = cb.companies_budgets_id
|
||||
left join companies_budgets cb on cm.company_budgets_id = cb.company_id
|
||||
left join financial_movements fm on cm.financial_movements_id = fm.financial_movements_id
|
||||
where cm.companies_budgets_commissions_id > 0 ';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue