Merge pull request #6921 from inoveaconseil/patch-4

Fix bug of prepare_head of card
This commit is contained in:
Laurent Destailleur 2017-06-03 00:41:08 +02:00 committed by GitHub
commit 04349d2e12

View File

@ -297,9 +297,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
{
$res = $object->fetch_optionals($object->id, $extralabels);
$head = commande_prepare_head($object);
dol_fiche_head($head, 'order', $langs->trans("CustomerOrder"), 0, 'order');
print load_fiche_titre($langs->trans("MyModule"));
dol_fiche_head();