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) {
|
||||
$formR['pays'] = '';
|
||||
}
|
||||
if (hasPerm('INTERNATIONAL') && hasModeEdition()) {
|
||||
if (hasPerm('INTERNATIONAL')) {
|
||||
$recherchePaysListe = array(
|
||||
'FR' => 'France',
|
||||
'BE' => 'Belgique',
|
||||
|
Loading…
x
Reference in New Issue
Block a user