diff options
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.}\\ |
