diff --git a/htdocs/compta/commande/fiche.php b/htdocs/compta/commande/fiche.php index 567f62e835f..e2f0bb54b49 100644 --- a/htdocs/compta/commande/fiche.php +++ b/htdocs/compta/commande/fiche.php @@ -134,7 +134,7 @@ if ($_GET["id"] > 0) print '
| '.$langs->trans("Ref")." | "; + print '|||
| '.$langs->trans("Ref")." | "; print ''.$commande->ref.' | '; print ''.$langs->trans("Source").' : ' . $commande->sources[$commande->source] ; if ($commande->source == 0) | |