Doc
This commit is contained in:
parent
e18557468c
commit
88e2583472
@ -537,7 +537,6 @@ if ($id > 0 || ! empty($ref))
|
|||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* Confirmation de l'approbation
|
* Confirmation de l'approbation
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
if ($_GET['action'] == 'approve')
|
if ($_GET['action'] == 'approve')
|
||||||
{
|
{
|
||||||
@ -596,6 +595,11 @@ if ($id > 0 || ! empty($ref))
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
|
// Ref supplier
|
||||||
|
/* print '<tr><td>'.$langs->trans("RefSupplier")."</td>";
|
||||||
|
print '<td colspan="2">'.$commande->ref_supplier.'</td>';
|
||||||
|
print '</tr>';
|
||||||
|
*/
|
||||||
// Fournisseur
|
// Fournisseur
|
||||||
print '<tr><td>'.$langs->trans("Supplier")."</td>";
|
print '<tr><td>'.$langs->trans("Supplier")."</td>";
|
||||||
print '<td colspan="2">'.$soc->getNomUrl(1,'supplier').'</td>';
|
print '<td colspan="2">'.$soc->getNomUrl(1,'supplier').'</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user