mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Modif doxygen pour preparer ajout entree menu depuis module
This commit is contained in:
parent
e1c27d54a6
commit
a8349e1b9c
|
|
@ -259,7 +259,8 @@ class Form
|
|||
print '<option value="0"> </option>';
|
||||
}
|
||||
else {
|
||||
if ($pays == '' || $pays != $obj->libelle_pays) {
|
||||
if ($pays == '' || $pays != $obj->libelle_pays)
|
||||
{
|
||||
// Affiche la rupture
|
||||
print '<option value="-1" disabled="disabled">----- '.$obj->libelle_pays." -----</option>\n";
|
||||
$pays=$obj->libelle_pays;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user