diff options
author | polo <ordipolo@gmx.fr> | 2024-08-13 23:45:21 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2024-08-13 23:45:21 +0200 |
commit | bf6655a534a6775d30cafa67bd801276bda1d98d (patch) | |
tree | c6381e3f6c81c33eab72508f410b165ba05f7e9c /src/latex_templates | |
parent | 94d67a4b51f8e62e7d518cce26a526ae1ec48278 (diff) | |
download | AppliGestionPHP-bf6655a534a6775d30cafa67bd801276bda1d98d.zip |
VERSION 0.2 doctrine ORM et entités
Diffstat (limited to 'src/latex_templates')
-rw-r--r-- | src/latex_templates/location.php | 6 |
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 | } |
8 | if($data['loyer_mensuel'] != 0) | 8 | if($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 | ||
13 | ob_start(); | 13 | ob_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.}\\ |