Modified reports/Export_AllPermitsBySubdivision_CSV.php to change order by county name
This commit is contained in:
@@ -473,7 +473,7 @@ class PermitsBySubdivision extends Base {
|
||||
from view_permits r
|
||||
join counties c on r.permit_county = c.county_serial
|
||||
where {$where}
|
||||
order by r.permit_sub_div_name, r.permit_project_addr";
|
||||
order by c.county_name_verbose";
|
||||
|
||||
$statement = $connection->prepare($SQL);
|
||||
$bindParameters($statement);
|
||||
|
||||
Reference in New Issue
Block a user