Atualizando
This commit is contained in:
parent
81209ea3b6
commit
42362a07e2
1 changed files with 1 additions and 1 deletions
2
vendor/model/FinancialMovements.class.php
vendored
2
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -449,7 +449,7 @@ class FinancialMovements
|
|||
c.email
|
||||
from financial_movements fm
|
||||
left join users u on fm.user_id = u.user_id
|
||||
left join company c on fm.company_id = c.company_id
|
||||
left join companies c on fm.company_id = c.company_id
|
||||
where fm.financial_movements_id = :financial_movements_id';
|
||||
|
||||
/** Preparo o SQL para execução */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue