Fixing style errors.
This commit is contained in:
parent
23a9c43d39
commit
41f00a8aef
@ -24,12 +24,12 @@
|
|||||||
|
|
||||||
|
|
||||||
/** Terms
|
/** Terms
|
||||||
*
|
*
|
||||||
* DEB = Declaration d'Exchanges de Biens (FR) = Declaration of Exchange of Goods (EN)
|
* 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)
|
* 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
|
* 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(
|
$declaration = array(
|
||||||
"deb" => $langs->trans("DEB"),
|
"deb" => $langs->trans("DEB"),
|
||||||
"des" => $langs->trans("DES"),
|
"des" => $langs->trans("DES"),
|
||||||
);
|
);
|
||||||
$typeOfDeclaration = array(
|
$typeOfDeclaration = array(
|
||||||
"introduction" => $langs->trans("Introduction"),
|
"introduction" => $langs->trans("Introduction"),
|
||||||
"expedition" => $langs->trans("Expedition"),
|
"expedition" => $langs->trans("Expedition"),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user