From 41f00a8aef6eb7fece9cb6ca92a929d54cb32b85 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Fri, 14 Jan 2022 17:25:59 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/intracommreport/card.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/intracommreport/card.php b/htdocs/intracommreport/card.php index 7f3982f7c13..c769b89f9b8 100644 --- a/htdocs/intracommreport/card.php +++ b/htdocs/intracommreport/card.php @@ -24,12 +24,12 @@ /** Terms - * + * * DEB = Declaration d'Exchanges de Biens (FR) = Declaration of Exchange of Goods (EN) * DES = Déclaration Européenne de Services (FR) = European Declaration of Services (EN) * * INTRACOMM: Douanes françaises (FR) = french customs (EN) - https://www.douane.gouv.fr/professionnels/commerce-international/import-export - * + * */ @@ -50,7 +50,7 @@ $backtopage = GETPOST('backtopage', 'alpha'); $declaration = array( "deb" => $langs->trans("DEB"), "des" => $langs->trans("DES"), -); +); $typeOfDeclaration = array( "introduction" => $langs->trans("Introduction"), "expedition" => $langs->trans("Expedition"),