From 096a446b7fcfe221613b0f350d8fa60eceb240db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= Date: Tue, 11 Mar 2014 11:15:15 +0100 Subject: [PATCH] Changed style of contract creation form to the 3.5 style --- htdocs/contrat/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contrat/fiche.php b/htdocs/contrat/fiche.php index 59a23bebd91..59ed152de77 100644 --- a/htdocs/contrat/fiche.php +++ b/htdocs/contrat/fiche.php @@ -767,7 +767,7 @@ $objectlignestatic=new ContratLigne($db); *********************************************************************/ if ($action == 'create') { - dol_fiche_head('', '', $langs->trans("AddContract"), 0, 'contract'); + print_fiche_titre($langs->trans('AddContract')); dol_htmloutput_errors($mesg,'');