On ne peut sélection les titres (pays) de la liste des régions.
This commit is contained in:
parent
15ec0f78bc
commit
244184ebc1
@ -261,7 +261,7 @@ class Form
|
|||||||
else {
|
else {
|
||||||
if ($pays == '' || $pays != $obj->libelle_pays) {
|
if ($pays == '' || $pays != $obj->libelle_pays) {
|
||||||
// Affiche la rupture
|
// Affiche la rupture
|
||||||
print '<option value="-1">----- '.$obj->libelle_pays." -----</option>\n";
|
print '<option value="-1" disabled="disabled">----- '.$obj->libelle_pays." -----</option>\n";
|
||||||
$pays=$obj->libelle_pays;
|
$pays=$obj->libelle_pays;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user