diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php
index 8b1f816b101..4f31d1dc25f 100644
--- a/htdocs/comm/propal.php
+++ b/htdocs/comm/propal.php
@@ -244,6 +244,9 @@ if ($_GET["propalid"])
$a = 0;
$head[$h][0] = DOL_URL_ROOT.'/comm/propal/note.php?propalid='.$propal->id;
$head[$h][1] = "Note";
+ $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);
@@ -525,7 +528,7 @@ if ($_GET["propalid"])
{
if ($propal->statut == 1 && $user->rights->propale->cloturer)
{
- print "id&action=statut\">Cloturer";
+ print "id&action=statut\">Clôturer";
}
}
@@ -669,15 +672,30 @@ if ($_GET["propalid"])
{
$coms = $propal->commande_liste_array();
print '
| Commande Num. |
| '.$coms[$i]." | \n"; - print "
| Commande rattachée : "; + print ''.$coms[$i].""; + print " |
| Commandes rattachées |
| '.$coms[$i]." | \n"; + print "
$sql";
- }
- /*
- * Voir le suivi des actions
- *
- *
- *
- */
- if ($suivi)
- {
- $validor = new User($db, $obj->fk_user_valid);
- $validor->fetch('');
- $cloturor = new User($db, $obj->fk_user_cloture);
- $cloturor->fetch('');
-
- print 'Suivi des actions
';
- print '';
- print '
';
- }
- else
- {
- print ' ';
- print ' Nom Date ';
-
- print 'Création '.$author->fullname.' ';
- print ''.$obj->datec.' ';
-
- print 'Validation '.$validor->fullname.' ';
- print ''.$obj->date_valid.' ';
- print 'Cloture '.$cloturor->fullname.' ';
- print ''.$obj->date_cloture.'
Voir le suivi des actions '; - } - + } } else { print $db->error(); print "
$sql"; - } - - + } /* * *