mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 07:32:32 +01:00
Modif doxygen pour preparer ajout entree menu depuis module
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user