noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 39/54: Bug with p_jrn


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 39/54: Bug with p_jrn
Date: Sat, 11 Jul 2020 13:26:57 -0400 (EDT)

sparkyx pushed a commit to annotated tag entreprise-0500
in repository noalyss.

commit 77223e414d06454bca8c29b8582849ceb74e0904
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Fri Oct 11 19:33:02 2019 +0200

    Bug with p_jrn
---
 include/compta_ven.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/compta_ven.inc.php b/include/compta_ven.inc.php
index aee9839..bd3f9c1 100644
--- a/include/compta_ven.inc.php
+++ b/include/compta_ven.inc.php
@@ -48,7 +48,7 @@ $p_msg="";
 
     // Check privilege
     if ( isset($_REQUEST['p_jrn']) &&
-            $g_user->check_jrn($http->post("p_jrn","number")) != 'W' )
+            $g_user->check_jrn($http->request("p_jrn","number")) != 'W' )
     {
 
         NoAccess();



reply via email to

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