Skip to content

Commit

Permalink
Merge pull request #492 from sigrennesmetropole/478_pevexoneration_im…
Browse files Browse the repository at this point in the history
…posable

Fix #478
  • Loading branch information
pierrejego committed Oct 30, 2019
2 parents 895f302 + eec9c5b commit daf2dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/qgis/views/qgisProprieteBatie.sql
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ CREATE MATERIALIZED VIEW #schema_cadastrapp.proprietebatie AS
left join #DBSchema_qgis.local00 as l00 on l00.local00=l.local00
left join #DBSchema_qgis.voie as v on l.voie=v.voie
left join #DBSchema_qgis.pev on pev.local10=l.local10
left join #DBSchema_qgis.pevexoneration as pevx on pevx.pev=pev.pev
left join #DBSchema_qgis.pevexoneration_imposable as pevx on pevx.pevexoneration_imposable=pev.pev
left join #DBSchema_qgis.pevtaxation as pevtax on pevtax.pev=pev.pev
left join #DBSchema_qgis.cconlc on cconlc.cconlc = l.cconlc
order by l.parcelle,l00.ccoriv,v.libvoi,l00.dnubat,l00.descr,l00.dniv,l00.dpor'::text)
Expand Down

0 comments on commit daf2dce

Please sign in to comment.