phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5115 - phpcompta/tags/rel650/html


From: phpcompta-dev
Subject: [Phpcompta-dev] r5115 - phpcompta/tags/rel650/html
Date: Tue, 18 Sep 2012 23:37:03 +0200 (CEST)

Author: danydb
Date: 2012-09-18 23:37:02 +0200 (Tue, 18 Sep 2012)
New Revision: 5115

Modified:
   phpcompta/tags/rel650/html/ajax_poste.php
Log:
probl?\195?\168me quand utilisateur est administrateur global, impossible de 
voir les postes comptables

Modified: phpcompta/tags/rel650/html/ajax_poste.php
===================================================================
--- phpcompta/tags/rel650/html/ajax_poste.php   2012-09-17 19:13:43 UTC (rev 
5114)
+++ phpcompta/tags/rel650/html/ajax_poste.php   2012-09-18 21:37:02 UTC (rev 
5115)
@@ -62,7 +62,7 @@
 global $g_user;
 $g_user=new User($cn);
 $g_user->Check();
-if  ($g_user->get_folder_access(dossier::id()) == 'X') exit();
+if  ($g_user->check_dossier(dossier::id()) == 'X') exit();
 $xml="";
 
 switch ($op)



---
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]