Liste des pays disponible avec le mode international
This commit is contained in:
parent
65e864c406
commit
371a4c0e3c
@ -59,7 +59,7 @@ foreach (array('siret',
|
|||||||
if (isset($formR['pays']) == false) {
|
if (isset($formR['pays']) == false) {
|
||||||
$formR['pays'] = '';
|
$formR['pays'] = '';
|
||||||
}
|
}
|
||||||
if (hasPerm('INTERNATIONAL') && hasModeEdition()) {
|
if (hasPerm('INTERNATIONAL')) {
|
||||||
$recherchePaysListe = array(
|
$recherchePaysListe = array(
|
||||||
'FR' => 'France',
|
'FR' => 'France',
|
||||||
'BE' => 'Belgique',
|
'BE' => 'Belgique',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user