diff --git a/vendor/model/FinancialMovements.class.php b/vendor/model/FinancialMovements.class.php index d6c7f5b..e349ffa 100644 --- a/vendor/model/FinancialMovements.class.php +++ b/vendor/model/FinancialMovements.class.php @@ -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,