summaryrefslogtreecommitdiff
path: root/src/latex_templates
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2024-08-13 23:45:21 +0200
committerpolo <ordipolo@gmx.fr>2024-08-13 23:45:21 +0200
commitbf6655a534a6775d30cafa67bd801276bda1d98d (patch)
treec6381e3f6c81c33eab72508f410b165ba05f7e9c /src/latex_templates
parent94d67a4b51f8e62e7d518cce26a526ae1ec48278 (diff)
downloadAppliGestionPHP-bf6655a534a6775d30cafa67bd801276bda1d98d.zip
VERSION 0.2 doctrine ORM et entités
Diffstat (limited to 'src/latex_templates')
-rw-r--r--src/latex_templates/location.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/latex_templates/location.php b/src/latex_templates/location.php
index 4b6cfcb..3c9eefc 100644
--- a/src/latex_templates/location.php
+++ b/src/latex_templates/location.php
@@ -5,9 +5,9 @@ if($data['valeur'] != 0)
5{ 5{
6 $data['valeur'] = ((string) $data['valeur']) . '€'; 6 $data['valeur'] = ((string) $data['valeur']) . '€';
7} 7}
8if($data['loyer_mensuel'] != 0) 8if($data['loyer_hebdo'] != 0)
9{ 9{
10 $data['loyer_mensuel'] = ((string) $data['loyer_mensuel']) . '€'; 10 $data['loyer_hebdo'] = ((string) $data['loyer_hebdo']) . '€';
11} 11}
12 12
13ob_start(); 13ob_start();
@@ -74,7 +74,7 @@ ob_start();
74 CLAUSES\\ 74 CLAUSES\\
75 75
76 Durée du prêt : \textcolor{vert}{<?= $data['duree_location'] ?>}\\ 76 Durée du prêt : \textcolor{vert}{<?= $data['duree_location'] ?>}\\
77 Loyer mensuel : \textcolor{vert}{<?= $data['loyer_mensuel'] ?>}\\ 77 Loyer mensuel : \textcolor{vert}{<?= $data['loyer_hebdo'] ?>}\\
78 78
79 79
80 \textbf{Le bénéficiaire de cette location s’engage à prendre soin du bien désigné et à en faire un usage strictement personnel.}\\ 80 \textbf{Le bénéficiaire de cette location s’engage à prendre soin du bien désigné et à en faire un usage strictement personnel.}\\