*** empty log message ***
This commit is contained in:
parent
265c0189e0
commit
ae26238053
@ -230,11 +230,9 @@ if ($propalid) {
|
|||||||
print "<td align=\"center\" width=\"25%\">-</td>";
|
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) {
|
if ($obj->statut == 1) {
|
||||||
$file = $conf->propal->outputdir. "/$obj->ref/$obj->ref.pdf";
|
$file = $conf->propal->outputdir. "/$obj->ref/$obj->ref.pdf";
|
||||||
if (file_exists($file)) {
|
if (file_exists($file)) {
|
||||||
|
|||||||
@ -36,7 +36,7 @@ function llxHeader($head = "") {
|
|||||||
|
|
||||||
$menu->add("/comm/index.php3", "Commercial");
|
$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");
|
$menu->add_submenu("/comm/propal.php3", "Propales");
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user