mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Plusieurs points
This commit is contained in:
@@ -73,11 +73,6 @@ if ($id > 0)
|
||||
|
||||
print_titre("Commande : ".$commande->ref);
|
||||
|
||||
/*
|
||||
* Commande
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* Confirmation de la validation
|
||||
*
|
||||
@@ -86,8 +81,6 @@ if ($id > 0)
|
||||
{
|
||||
$html->form_confirm("$PHP_SELF?id=$id","Cloturer la commande","Etes-vous s<>r de cloturer cette commande ?","confirm_cloture");
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
@@ -116,12 +109,6 @@ if ($id > 0)
|
||||
print ' -> <a href="'.DOL_URL_ROOT.'/comm/propal.php?propalid='.$propal->id.'">'.$propal->ref.'</a>';
|
||||
}
|
||||
print "</td></tr>";
|
||||
|
||||
print "<tr><td>Auteur</td><td colspan=\"2\">$author->fullname</td>";
|
||||
|
||||
print '<td>- ';
|
||||
|
||||
print " </td></tr>";
|
||||
|
||||
if ($commande->note)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user