diff --git a/htdocs/comm/propal.php3 b/htdocs/comm/propal.php3 index 61dc7fa8d1c..af28a42fdb2 100644 --- a/htdocs/comm/propal.php3 +++ b/htdocs/comm/propal.php3 @@ -230,11 +230,9 @@ if ($propalid) { print "-"; } } - if ($obj->statut == 2) { - print "Emettre une facture"; - } else { - print "-"; - } + + print "-"; + if ($obj->statut == 1) { $file = $conf->propal->outputdir. "/$obj->ref/$obj->ref.pdf"; if (file_exists($file)) { diff --git a/htdocs/pre.inc.php3 b/htdocs/pre.inc.php3 index 80958b585ad..a19f204a239 100644 --- a/htdocs/pre.inc.php3 +++ b/htdocs/pre.inc.php3 @@ -36,7 +36,7 @@ function llxHeader($head = "") { $menu->add("/comm/index.php3", "Commercial"); - $menu->add_submenu("/comm/index.php3", "Clients"); + $menu->add_submenu("/comm/clients.php3", "Clients"); $menu->add_submenu("/comm/propal.php3", "Propales");