noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 01/02: Bug in path


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/02: Bug in path
Date: Thu, 13 Aug 2015 20:00:47 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 930b157cc6b0fc8a4be73f235cc162105a3db8e9
Author: Dany De Bontridder <address@hidden>
Date:   Thu Aug 13 21:52:18 2015 +0200

    Bug in path
---
 include/category_card.inc.php |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/category_card.inc.php b/include/category_card.inc.php
index 37dda9e..796a30d 100644
--- a/include/category_card.inc.php
+++ b/include/category_card.inc.php
@@ -92,14 +92,14 @@ echo '<div class="myfieldset">';
 //---------------------------------------------------------------------------
 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 '</div>';
\ No newline at end of file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]