changed order by for Subdivision Exports
This commit is contained in:
@@ -473,7 +473,7 @@ class PermitsBySubdivision extends Base {
|
|||||||
from view_permits r
|
from view_permits r
|
||||||
join counties c on r.permit_county = c.county_serial
|
join counties c on r.permit_county = c.county_serial
|
||||||
where {$where}
|
where {$where}
|
||||||
order by c.county_name_verbose";
|
order by c.county_name, r.permit_sub_div_name";
|
||||||
|
|
||||||
$statement = $connection->prepare($SQL);
|
$statement = $connection->prepare($SQL);
|
||||||
$bindParameters($statement);
|
$bindParameters($statement);
|
||||||
|
|||||||
Reference in New Issue
Block a user