Atualizando FinancialEntries.class.php
This commit is contained in:
parent
1f29079490
commit
8709a7abed
1 changed files with 2 additions and 2 deletions
4
vendor/model/FinancialEntries.class.php
vendored
4
vendor/model/FinancialEntries.class.php
vendored
|
|
@ -176,8 +176,8 @@ class FinancialEntries
|
|||
c.reference as reference_client,
|
||||
fc.reference
|
||||
from financial_movements fm
|
||||
left join clients c on fm.company_id = c.company_id
|
||||
left join client_budgets cb on fm.companies_budgets_id = cb.companies_budgets_id
|
||||
left join companies c on fm.company_id = c.company_id
|
||||
left join companies_budgets cb on fm.companies_budgets_id = cb.companies_budgets_id
|
||||
left join financial_categories fc on cb.financial_categories_id = fc.financial_categories_id
|
||||
where fm.companies_budgets_id = :companies_budgets_id';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue