diff --git a/vendor/model/FinancialMovements.class.php b/vendor/model/FinancialMovements.class.php index 785c794..503d049 100644 --- a/vendor/model/FinancialMovements.class.php +++ b/vendor/model/FinancialMovements.class.php @@ -444,8 +444,8 @@ class FinancialMovements c.number, c.complement, c.district, - (select name from cities where city_id = c.city_id) as city, - (select name from states where city_id = c.city_id) as state, + (select name from cities where city_id = c.city_id limit 1) as city, + (select name from states where city_id = c.city_id limit 1) as state, c.email from financial_movements fm left join users u on fm.user_id = u.user_id