Uniformisation code liste des actions faire

This commit is contained in:
Laurent Destailleur 2006-03-11 02:11:15 +00:00
parent 3c58468263
commit 62aa115c17

View File

@ -134,7 +134,7 @@ if ($_GET["id"] > 0)
print '<table class="border" width="100%">';
// Reference
print '<tr><td width="15%">'.$langs->trans("Ref")."</td>";
print '<tr><td width="18%">'.$langs->trans("Ref")."</td>";
print '<td colspan="2">'.$commande->ref.'</td>';
print '<td width="50%">'.$langs->trans("Source").' : ' . $commande->sources[$commande->source] ;
if ($commande->source == 0)