*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-05-14 11:00:05 +00:00
parent 265c0189e0
commit ae26238053
2 changed files with 4 additions and 6 deletions

View File

@ -230,11 +230,9 @@ if ($propalid) {
print "<td align=\"center\" width=\"25%\">-</td>";
}
}
if ($obj->statut == 2) {
print "<td bgcolor=\"#e0e0e0\" align=\"center\" width=\"25%\"><a href=\"facture.php3?propalid=$propalid&action=create\">Emettre une facture</td>";
} else {
print "<td align=\"center\" width=\"25%\">-</td>";
}
print "<td align=\"center\" width=\"25%\">-</td>";
if ($obj->statut == 1) {
$file = $conf->propal->outputdir. "/$obj->ref/$obj->ref.pdf";
if (file_exists($file)) {

View File

@ -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");