diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 668a9ccce0d..eced58abb0a 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -1505,7 +1505,7 @@ else } print ''; - /* + /* * Liste des actions propres à la commande */ $sql = 'SELECT id, '.$db->pdate('a.datea'). ' as da, label, note, fk_user_author' ; @@ -1523,7 +1523,7 @@ else $total = 0; $var=true; - print '
| '.$langs->trans('Ref').' | '.$langs->trans('Date').' | '.$langs->trans('Action').' | '.$langs->trans('By').' |