This commit is contained in:
Laurent Destailleur 2009-05-18 10:44:38 +00:00
parent e18557468c
commit 88e2583472

View File

@ -537,7 +537,6 @@ if ($id > 0 || ! empty($ref))
}
/*
* Confirmation de l'approbation
*
*/
if ($_GET['action'] == 'approve')
{
@ -596,6 +595,11 @@ if ($id > 0 || ! empty($ref))
print '</td>';
print '</tr>';
// Ref supplier
/* print '<tr><td>'.$langs->trans("RefSupplier")."</td>";
print '<td colspan="2">'.$commande->ref_supplier.'</td>';
print '</tr>';
*/
// Fournisseur
print '<tr><td>'.$langs->trans("Supplier")."</td>";
print '<td colspan="2">'.$soc->getNomUrl(1,'supplier').'</td>';