From 6436179fb6fae4c0327410c6091324986c1cf093 Mon Sep 17 00:00:00 2001 From: aspangaro Date: Mon, 23 Feb 2015 22:18:39 +0100 Subject: [PATCH] Correct --- htdocs/expensereport/card.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php index ce3d396e95e..39b42b73e6e 100755 --- a/htdocs/expensereport/card.php +++ b/htdocs/expensereport/card.php @@ -1215,8 +1215,6 @@ else print ''; } - - print ''; $linkback = ''.$langs->trans("BackToList").''; @@ -1295,7 +1293,7 @@ else print ''; print ''; @@ -1305,7 +1303,7 @@ else print ''; print ''; }
' . $langs->trans('NotePublic') . ''; - $doleditor = new DolEditor('note_public', $note_public, '', 80, 'dolibarr_notes', 'In', 0, false, true, ROWS_3, 70); + $doleditor = new DolEditor('note_public', $object->note_public, '', 80, 'dolibarr_notes', 'In', 0, false, true, ROWS_3, 70); print $doleditor->Create(1); print '
' . $langs->trans('NotePrivate') . ''; - $doleditor = new DolEditor('note_private', $note_private, '', 80, 'dolibarr_notes', 'In', 0, false, true, ROWS_3, 70); + $doleditor = new DolEditor('note_private', $object->note_private, '', 80, 'dolibarr_notes', 'In', 0, false, true, ROWS_3, 70); print $doleditor->Create(1); print '