Atualização ClientBugets.class.php
This commit is contained in:
parent
1837ae943e
commit
42dcf91aa3
1 changed files with 1 additions and 1 deletions
2
vendor/model/CompaniesBudgets.class.php
vendored
2
vendor/model/CompaniesBudgets.class.php
vendored
|
|
@ -118,7 +118,7 @@ class CompaniesBudgets
|
|||
cb.often,
|
||||
cb.date_start,
|
||||
cb.description,
|
||||
c.fantasy_name
|
||||
c.name_fantasy
|
||||
from companies_budgets cb
|
||||
left join companies c on cb.company_id = c.company_id
|
||||
where cb.companies_budgets_id = :companies_budgets_id';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue