From db57d1a99f8095aabef7663a88e51a5c4fad053d Mon Sep 17 00:00:00 2001 From: kamel Date: Wed, 26 Jan 2022 15:53:03 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20lien=20pour=20afficher=20le=20deta?= =?UTF-8?q?il=20de=20la=20tva=20si=20la=20tva=20est=20pr=C3=A9sente=20cot?= =?UTF-8?q?=C3=A9=20client=20en=20fournisseur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/tva/quadri_detail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/tva/quadri_detail.php b/htdocs/compta/tva/quadri_detail.php index 68dcaa55fb6..1ba3e2ab28e 100644 --- a/htdocs/compta/tva/quadri_detail.php +++ b/htdocs/compta/tva/quadri_detail.php @@ -409,7 +409,7 @@ if (!is_array($x_coll) || !is_array($x_paye)) { print ''; print $langs->trans('Rate') . ' : ' . vatrate($rate) . '%'; print ' - ' . img_picto('', 'chevron-down', 'class="paddingrightonly"') . $langs->trans('VATReportShowByRateDetails') . ''; @@ -643,7 +643,7 @@ if (!is_array($x_coll) || !is_array($x_paye)) { print ''; print $langs->trans('Rate') . ' : ' . vatrate($rate) . '%'; print ' - ' . img_picto('', 'chevron-down', 'class="paddingrightonly"') . $langs->trans('VATReportShowByRateDetails') . '';