From bd4b24f1eba5c3e78a42444e8172b67b6a2e9bd0 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 17 Mar 2012 18:27:31 +0100 Subject: [PATCH] Fix: add
for default note tab --- htdocs/comm/propal/note.php | 2 ++ htdocs/commande/note.php | 4 +++- htdocs/compta/facture/note.php | 4 +++- htdocs/fichinter/note.php | 2 ++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/propal/note.php b/htdocs/comm/propal/note.php index e5623dc5ea7..410ce6c8c09 100644 --- a/htdocs/comm/propal/note.php +++ b/htdocs/comm/propal/note.php @@ -145,6 +145,8 @@ if ($id > 0 || ! empty($ref)) print ""; + print '
'; + include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php'); print ''; diff --git a/htdocs/commande/note.php b/htdocs/commande/note.php index 040ca19d933..d2bc4fafd33 100644 --- a/htdocs/commande/note.php +++ b/htdocs/commande/note.php @@ -108,7 +108,9 @@ if ($id > 0 || ! empty($ref)) print ''.$soc->getNomUrl(1).''; print ""; - + + print '
'; + include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php'); print ''; diff --git a/htdocs/compta/facture/note.php b/htdocs/compta/facture/note.php index 946dec53cc5..a388cbd1276 100644 --- a/htdocs/compta/facture/note.php +++ b/htdocs/compta/facture/note.php @@ -108,7 +108,9 @@ if ($id > 0 || ! empty($ref)) print ''.$soc->getNomUrl(1,'compta').''; print ""; - + + print '
'; + include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php'); print ''; diff --git a/htdocs/fichinter/note.php b/htdocs/fichinter/note.php index b5960aa091b..a150e69573c 100644 --- a/htdocs/fichinter/note.php +++ b/htdocs/fichinter/note.php @@ -87,6 +87,8 @@ if ($id > 0) print ""; + print '
'; + include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php'); print '';