Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e67a5e289 | ||
| 92289f9cb2 |
@@ -1,2 +1,2 @@
|
|||||||
parameters:
|
parameters:
|
||||||
app.version: '0.0.97'
|
app.version: '0.0.98'
|
||||||
|
|||||||
@@ -243,8 +243,10 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
{% set buildingNumber = buildingCase.idBuilding.label ?? '' %}
|
||||||
|
{% set buildingNumber = buildingNumber|replace({'Bâtiment': '', 'BÂTIMENT': '', 'Batiment': '', 'BATIMENT': ''})|trim %}
|
||||||
<div style="font-weight:700; text-align:left; font-size: 18px; margin-bottom: 16px;">
|
<div style="font-weight:700; text-align:left; font-size: 18px; margin-bottom: 16px;">
|
||||||
CASE N° {{ buildingCase.caseNumber ?? '' }}
|
BÂTIMENT N°{{ buildingNumber }} - CASE N°{{ buildingCase.caseNumber ?? '' }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- =========================
|
<!-- =========================
|
||||||
|
|||||||
Reference in New Issue
Block a user