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 * @package propale
*/ */
@ -31,9 +31,7 @@ $user->getrights('propale');
if (!$user->rights->propale->lire) if (!$user->rights->propale->lire)
accessforbidden(); accessforbidden();
/*
* Modules optionnels
*/
require("../../propal.class.php"); require("../../propal.class.php");
/* /*
* Sécurité accés client * Sécurité accés client
@ -78,9 +76,11 @@ if ($_GET["propalid"])
$head[$h][0] = DOL_URL_ROOT.'/comm/propal/note.php?propalid='.$propal->id; $head[$h][0] = DOL_URL_ROOT.'/comm/propal/note.php?propalid='.$propal->id;
$head[$h][1] = "Note"; $head[$h][1] = "Note";
$a = 1; $a = 1;
$h++;
$head[$h][0] = DOL_URL_ROOT.'/comm/propal/info.php?propalid='.$propal->id;
$head[$h][1] = "Info";
dolibarr_fiche_head($head, $a); dolibarr_fiche_head($head, $a, $societe->nom);
print '<table class="border" cellspacing="0" cellpadding="2" width="100%">'; print '<table class="border" cellspacing="0" cellpadding="2" width="100%">';