Skip to content

Commit 250d648

Browse files
authored
Update parking_permit_street_cpz_stress_mc.py
slight change to code
1 parent e59978b commit 250d648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jobs/parking/parking_permit_street_cpz_stress_mc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
AND lower(A.Street) = lower(C.Street)
281281
AND C.permit_type = 'Estate Resident'
282282
LEFT JOIN Permits_summ as D ON A.cpz = D.cpz
283-
AND lower(A.Street) = lower(C.Street)
283+
AND lower(A.Street) = lower(D.Street)
284284
AND D.permit_type = 'Business'
285285
LEFT JOIN Permits_summ as E ON A.cpz = E.cpz
286286
AND lower(A.Street) = lower(E.Street)

0 commit comments

Comments
 (0)