Debug
This commit is contained in:
parent
687f55400e
commit
ec37b82727
1 changed files with 1 additions and 0 deletions
1
vendor/model/FinancialMovements.class.php
vendored
1
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -689,6 +689,7 @@ class FinancialMovements
|
|||
fm.reference as movement_reference,
|
||||
fm.status,
|
||||
c.reference,
|
||||
c.cns,
|
||||
c.name_fantasy,
|
||||
c.contract_type,
|
||||
(select fmn.notification_date from financial_movements_notify fmn where fmn.financial_movements_id = fm.financial_movements_id order by fmn.financial_movements_notify_id desc limit 0, 1) as notification_date,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue