From 930b157cc6b0fc8a4be73f235cc162105a3db8e9 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 13 Aug 2015 21:52:18 +0200 Subject: [PATCH] Bug in path --- include/category_card.inc.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/category_card.inc.php b/include/category_card.inc.php index 37dda9ef3..796a30dfa 100644 --- a/include/category_card.inc.php +++ b/include/category_card.inc.php @@ -92,14 +92,14 @@ echo '
'; //--------------------------------------------------------------------------- if ( $ss_action == 'dc' ) { - require_once NOALYSS_INCLUDE.'category_detail.inc.php'; + require_once NOALYSS_INCLUDE.'/category_detail.inc.php'; } //--------------------------------------------------------------------------- // Follow up : mail, bons de commande, livraison, rendez-vous... //--------------------------------------------------------------------------- if ( $ss_action == 'sv' ) { - require_once NOALYSS_INCLUDE.'category_followup.inc.php'; + require_once NOALYSS_INCLUDE.'/category_followup.inc.php'; } /*---------------------------------------------------------------------- * Operation all the operation of this customer @@ -107,21 +107,21 @@ if ( $ss_action == 'sv' ) * ----------------------------------------------------------------------*/ if ( $ss_action == 'op') { - require_once NOALYSS_INCLUDE.'category_operation.inc.php'; + require_once NOALYSS_INCLUDE.'/category_operation.inc.php'; } /*------------------------------------------------------------------------- * Balance of the card *-------------------------------------------------------------------------*/ if ( $ss_action=='bal') { - require_once NOALYSS_INCLUDE.'balance_card.inc.php'; + require_once NOALYSS_INCLUDE.'/balance_card.inc.php'; } /*------------------------------------------------------------------------- * Ageing Balance of the card *-------------------------------------------------------------------------*/ if ( $ss_action=='balag') { - require_once NOALYSS_INCLUDE.'balance_card_ageing.inc.php'; + require_once NOALYSS_INCLUDE.'/balance_card_ageing.inc.php'; } /*---------------------------------------------------------------------- * All the contact @@ -161,6 +161,6 @@ if ( $ss_action == 'cn') *----------------------------------------------------------------------------*/ if ( $def==7 ) { - require_once NOALYSS_INCLUDE.'lettering.gestion.inc.php'; + require_once NOALYSS_INCLUDE.'/lettering.gestion.inc.php'; } echo '
'; \ No newline at end of file