Debug
This commit is contained in:
parent
a85c2eb310
commit
bd608e44c7
1 changed files with 11 additions and 11 deletions
22
vendor/model/FinancialMovements.class.php
vendored
22
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -206,7 +206,7 @@ class FinancialMovements
|
|||
fm.financial_accounts_id,
|
||||
fm.financial_entries_id,
|
||||
fm.financial_outputs_id,
|
||||
fm.users_id,
|
||||
fm.user_id,
|
||||
fm.company_id,
|
||||
fm.description,
|
||||
fm.movement_value,
|
||||
|
|
@ -292,7 +292,7 @@ class FinancialMovements
|
|||
fm.financial_accounts_id,
|
||||
fm.financial_entries_id,
|
||||
fm.financial_outputs_id,
|
||||
fm.users_id,
|
||||
fm.user_id,
|
||||
fm.company_id,
|
||||
fm.description,
|
||||
fm.movement_value,
|
||||
|
|
@ -351,7 +351,7 @@ class FinancialMovements
|
|||
fm.financial_entries_id,
|
||||
fm.financial_outputs_id,
|
||||
fm.financial_consolidations_id,
|
||||
fm.users_id,
|
||||
fm.user_id,
|
||||
fm.company_id,
|
||||
fm.description,
|
||||
fm.movement_value,
|
||||
|
|
@ -418,7 +418,7 @@ class FinancialMovements
|
|||
fm.financial_accounts_id,
|
||||
fm.financial_entries_id,
|
||||
fm.financial_outputs_id,
|
||||
fm.users_id,
|
||||
fm.user_id,
|
||||
fm.company_id,
|
||||
fm.description,
|
||||
fm.movement_value,
|
||||
|
|
@ -448,7 +448,7 @@ class FinancialMovements
|
|||
(select name from states where city_id = c.city_id) as state,
|
||||
c.email
|
||||
from financial_movements fm
|
||||
left join users u on fm.users_id = u.users_id
|
||||
left join users u on fm.user_id = u.users_id
|
||||
left join company c on fm.company_id = c.company_id
|
||||
where fm.financial_movements_id = :financial_movements_id';
|
||||
|
||||
|
|
@ -479,7 +479,7 @@ class FinancialMovements
|
|||
fm.financial_entries_id,
|
||||
fm.financial_outputs_id,
|
||||
fm.financial_consolidations_id,
|
||||
fm.users_id,
|
||||
fm.user_id,
|
||||
fm.company_id,
|
||||
fm.client_budgets_id,
|
||||
fm.users_id_update,
|
||||
|
|
@ -532,7 +532,7 @@ class FinancialMovements
|
|||
fm.financial_accounts_id,
|
||||
fm.financial_entries_id,
|
||||
fm.financial_outputs_id,
|
||||
fm.users_id,
|
||||
fm.user_id,
|
||||
fm.company_id,
|
||||
fm.description,
|
||||
fm.movement_value,
|
||||
|
|
@ -625,7 +625,7 @@ class FinancialMovements
|
|||
fm.financial_accounts_id,
|
||||
fm.financial_entries_id,
|
||||
fm.financial_outputs_id,
|
||||
fm.users_id,
|
||||
fm.user_id,
|
||||
fm.company_id,
|
||||
fm.description,
|
||||
fm.movement_value,
|
||||
|
|
@ -677,7 +677,7 @@ class FinancialMovements
|
|||
fm.financial_accounts_id,
|
||||
fm.financial_entries_id,
|
||||
fm.financial_outputs_id,
|
||||
fm.users_id,
|
||||
fm.user_id,
|
||||
fm.company_id,
|
||||
fm.description,
|
||||
fm.movement_value,
|
||||
|
|
@ -989,7 +989,7 @@ class FinancialMovements
|
|||
fm.financial_accounts_id,
|
||||
fm.financial_entries_id,
|
||||
fm.financial_outputs_id,
|
||||
fm.users_id,
|
||||
fm.user_id,
|
||||
fm.company_id,
|
||||
fm.description,
|
||||
fm.movement_value,
|
||||
|
|
@ -1037,7 +1037,7 @@ class FinancialMovements
|
|||
fm.financial_accounts_id,
|
||||
fm.financial_entries_id,
|
||||
fm.financial_outputs_id,
|
||||
fm.users_id,
|
||||
fm.user_id,
|
||||
fm.company_id,
|
||||
fm.description,
|
||||
fm.movement_value,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue