2
0
forked from Wavyzz/dolibarr

Modif pour inclusion des infos sous une nouvelle page

This commit is contained in:
Rodolphe Quiedeville
2004-07-20 13:57:40 +00:00
parent 80035ab543
commit 40d8ea4d97

View File

@@ -21,7 +21,7 @@
*/
/**
* Gestion d'une proposition commerciale
* Fiche d'information sur une proposition commerciale
* @package propale
*/
@@ -31,9 +31,7 @@ $user->getrights('propale');
if (!$user->rights->propale->lire)
accessforbidden();
/*
* Modules optionnels
*/
require("../../propal.class.php");
/*
* S<>curit<69> acc<63>s client
@@ -78,10 +76,12 @@ if ($_GET["propalid"])
$head[$h][0] = DOL_URL_ROOT.'/comm/propal/note.php?propalid='.$propal->id;
$head[$h][1] = "Note";
$a = 1;
dolibarr_fiche_head($head, $a);
$h++;
$head[$h][0] = DOL_URL_ROOT.'/comm/propal/info.php?propalid='.$propal->id;
$head[$h][1] = "Info";
dolibarr_fiche_head($head, $a, $societe->nom);
print '<table class="border" cellspacing="0" cellpadding="2" width="100%">';
print '<tr><td>Soci<63>t<EFBFBD></td><td>';