From d8e484ada786954cd272e24d152b6c9c5a2b18c6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 1 Apr 2009 23:00:59 +0000 Subject: [PATCH] Fix: Support of LF in note for supplier orders --- htdocs/fourn/commande/note.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/fourn/commande/note.php b/htdocs/fourn/commande/note.php index ef1aceca63b..81cd0ce11d4 100644 --- a/htdocs/fourn/commande/note.php +++ b/htdocs/fourn/commande/note.php @@ -141,7 +141,7 @@ if ($id > 0 || ! empty($ref)) print ''.$langs->trans("NotePublic").''; print ''; if ($user->rights->fournisseur->commande->creer) print ''; print ''; @@ -150,7 +150,7 @@ if ($id > 0 || ! empty($ref)) print ''.$langs->trans("NotePrivate").''; print ''; if ($user->rights->fournisseur->commande->creer) print ''; print ''; }