Modif des infos retournées
This commit is contained in:
parent
46f185e32e
commit
9240e4a150
@ -34,7 +34,6 @@ llxHeader();
|
|||||||
|
|
||||||
if ($_GET["propalid"])
|
if ($_GET["propalid"])
|
||||||
{
|
{
|
||||||
|
|
||||||
$propal = new Propal($db);
|
$propal = new Propal($db);
|
||||||
$propal->fetch($_GET["propalid"]);
|
$propal->fetch($_GET["propalid"]);
|
||||||
|
|
||||||
@ -56,35 +55,10 @@ if ($_GET["propalid"])
|
|||||||
|
|
||||||
$propal->info($propal->id);
|
$propal->info($propal->id);
|
||||||
dolibarr_print_object_info($propal);
|
dolibarr_print_object_info($propal);
|
||||||
|
|
||||||
|
|
||||||
/* TODO A FINIR */
|
|
||||||
print " /* TODO A FINIR */<br>";
|
|
||||||
|
|
||||||
|
|
||||||
$validor = new User($db, $obj->fk_user_valid);
|
|
||||||
$validor->fetch('');
|
|
||||||
$cloturor = new User($db, $obj->fk_user_cloture);
|
|
||||||
$cloturor->fetch('');
|
|
||||||
|
|
||||||
print 'Suivi des actions<br>';
|
|
||||||
print '<table cellspacing=0 border=1 cellpadding=3>';
|
|
||||||
print '<tr><td> </td><td>Nom</td><td>Date</td></tr>';
|
|
||||||
print '<tr><td>Création</td><td>'.$author->fullname.'</td>';
|
|
||||||
print '<td>'.$obj->datec.'</td></tr>';
|
|
||||||
|
|
||||||
print '<tr><td>Validation</td><td>'.$validor->fullname.' </td>';
|
|
||||||
print '<td>'.$obj->date_valid.' </td></tr>';
|
|
||||||
|
|
||||||
print '<tr><td>Cloture</td><td>'.$cloturor->fullname.' </td>';
|
|
||||||
print '<td>'.$obj->date_cloture.' </td></tr>';
|
|
||||||
print '</table>';
|
|
||||||
|
|
||||||
|
|
||||||
print "<br></div>";
|
print "<br></div>";
|
||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user