Atualizando consolidação
This commit is contained in:
parent
b0cd665bb1
commit
c3641961e4
1 changed files with 1 additions and 1 deletions
2
vendor/model/FinancialMovements.class.php
vendored
2
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -534,7 +534,7 @@ class FinancialMovements
|
|||
fm.sicoob_response,
|
||||
c.nickname
|
||||
from financial_movements fm
|
||||
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_consolidations_id = :financial_consolidations_id';
|
||||
|
||||
/** Preparo o SQL para execução */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue