From 473702487daaea1e9083a83e61321612f4803a73 Mon Sep 17 00:00:00 2001 From: Alexandre SPANGARO Date: Fri, 9 Oct 2020 14:44:28 +0200 Subject: [PATCH] Fix Travis --- htdocs/intracommreport/card.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/intracommreport/card.php b/htdocs/intracommreport/card.php index af19f5f4224..01cc99574f7 100644 --- a/htdocs/intracommreport/card.php +++ b/htdocs/intracommreport/card.php @@ -21,7 +21,7 @@ * \ingroup Intracomm report * \brief Page to manage intracomm report export */ -require_once '../main.inc.php'; +require '../main.inc.php'; require_once DOL_DOCUMENT_ROOT . '/core/class/html.formother.class.php'; require_once DOL_DOCUMENT_ROOT . '/core/lib/functions.lib.php'; require_once DOL_DOCUMENT_ROOT . '/intracommreport/class/intracommreport.class.php'; @@ -120,7 +120,7 @@ if ($action == 'create') print load_fiche_titre($langs->trans("IntracommReportTitle")); print '
'; - print ''; + print ''; print ''; dol_fiche_head(); @@ -258,7 +258,7 @@ if ($id > 0 && $action != 'edit') { dol_fiche_head(); print ''; - print ''; + print ''; print ''; print ''; print ''; // Permet d'utiliser le bon select de la requĂȘte sql