From 3c5eaf87d573418040977ee23fd974cd29ec6a41 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 7 Jan 2016 18:48:46 +0100 Subject: [PATCH] Fix dol_fiche_head and end missing --- htdocs/societe/soc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php index f6864b53e6a..1eaff21f05f 100644 --- a/htdocs/societe/soc.php +++ b/htdocs/societe/soc.php @@ -2360,7 +2360,7 @@ else $action='send'; $modelmail='thirdparty'; - print '
'; + //print '
'; print load_fiche_titre($langs->trans($titreform)); dol_fiche_head();