phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4820 - phpcompta/tags/rel601/html


From: phpcompta-dev
Subject: [Phpcompta-dev] r4820 - phpcompta/tags/rel601/html
Date: Tue, 1 May 2012 16:53:47 +0200 (CEST)

Author: danydb
Date: 2012-05-01 16:53:46 +0200 (Tue, 01 May 2012)
New Revision: 4820

Modified:
   phpcompta/tags/rel601/html/ajax_card.php
Log:
cosmetic  : message d'erreur quand on veut ajouter une fiche dans 
cat?\195?\169gorie non existante

Modified: phpcompta/tags/rel601/html/ajax_card.php
===================================================================
--- phpcompta/tags/rel601/html/ajax_card.php    2012-05-01 14:53:12 UTC (rev 
4819)
+++ phpcompta/tags/rel601/html/ajax_card.php    2012-05-01 14:53:46 UTC (rev 
4820)
@@ -252,7 +252,7 @@
     {
         $html.=_("Aucune catégorie de fiche ne correspondant à".
                 " votre demande");
-        $html.=$sql;
+               if ( DEBUG )        $html.=$sql;
     }
     else
     {
@@ -396,6 +396,9 @@
             $msg=_(' d\'administration');
             $base='';
             break;
+               case FICHE_TYPE_CONTACT:
+                       $msg=(' de contacts');
+                       $base='';
         }
 
         $html='';



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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