From bf6655a534a6775d30cafa67bd801276bda1d98d Mon Sep 17 00:00:00 2001 From: polo Date: Tue, 13 Aug 2024 23:45:21 +0200 Subject: =?UTF-8?q?VERSION=200.2=20doctrine=20ORM=20et=20entit=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/latex_templates/location.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/latex_templates') 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) { $data['valeur'] = ((string) $data['valeur']) . '€'; } -if($data['loyer_mensuel'] != 0) +if($data['loyer_hebdo'] != 0) { - $data['loyer_mensuel'] = ((string) $data['loyer_mensuel']) . '€'; + $data['loyer_hebdo'] = ((string) $data['loyer_hebdo']) . '€'; } ob_start(); @@ -74,7 +74,7 @@ ob_start(); CLAUSES\\ Durée du prêt : \textcolor{vert}{}\\ - Loyer mensuel : \textcolor{vert}{}\\ + Loyer mensuel : \textcolor{vert}{}\\ \textbf{Le bénéficiaire de cette location s’engage à prendre soin du bien désigné et à en faire un usage strictement personnel.}\\ -- cgit v1.2.3