Fixing style errors.

This commit is contained in:
stickler-ci 2022-01-14 17:25:59 +00:00
parent 23a9c43d39
commit 41f00a8aef

View File

@ -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"),