Plusieurs points
This commit is contained in:
parent
46240bd8bf
commit
2d7da98c59
@ -73,11 +73,6 @@ if ($id > 0)
|
|||||||
|
|
||||||
print_titre("Commande : ".$commande->ref);
|
print_titre("Commande : ".$commande->ref);
|
||||||
|
|
||||||
/*
|
|
||||||
* Commande
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Confirmation de la validation
|
* 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");
|
$html->form_confirm("$PHP_SELF?id=$id","Cloturer la commande","Etes-vous sûr de cloturer cette commande ?","confirm_cloture");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@ -117,12 +110,6 @@ if ($id > 0)
|
|||||||
}
|
}
|
||||||
print "</td></tr>";
|
print "</td></tr>";
|
||||||
|
|
||||||
print "<tr><td>Auteur</td><td colspan=\"2\">$author->fullname</td>";
|
|
||||||
|
|
||||||
print '<td>- ';
|
|
||||||
|
|
||||||
print " </td></tr>";
|
|
||||||
|
|
||||||
if ($commande->note)
|
if ($commande->note)
|
||||||
{
|
{
|
||||||
print '<tr><td>Note</td></tr>';
|
print '<tr><td>Note</td></tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user