Skip to content

Commit

Permalink
Merge branch 'fix-rcteom-bateom'
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Feb 7, 2023
2 parents d27ff19 + bfb6e08 commit 300850b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

* bugfix - La colonne RC TEOM au tableau des propriétés baties est le champs `bateom` et pas `baeteom`

## 1.17.2 - 2023-01-26

* bugfix - La colonne RC TEOM au tableau des propriétés baties est le champs `baeteom` et pas `mvltieomx` de `pevtaxation`
Expand Down
2 changes: 1 addition & 1 deletion cadastre/templates/proprietes_baties_line.tpl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CASE
ELSE pt.tse_bipevla
END AS revenucadastral,
px.ccolloc AS coll, px.gnextl AS natexo, px.janimp AS anret, px.jandeb AS andeb, Cast(px.rcexba2 * px.pexb / 100 AS numeric(10,2)) AS fractionrcexo,
px.pexb AS pourcentageexo, l10.gtauom AS txom, '' AS coefreduc, pt.baeteom as rcteom
px.pexb AS pourcentageexo, l10.gtauom AS txom, '' AS coefreduc, pt.bateom as rcteom
FROM
$schema"parcelle" p
INNER JOIN $schema"local00" l ON l.parcelle = p.parcelle
Expand Down

0 comments on commit 300850b

Please sign in to comment.