mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fixing style errors.
This commit is contained in:
parent
23a9c43d39
commit
41f00a8aef
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user