[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/02: Bug with p_jrn
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 01/02: Bug with p_jrn |
Date: |
Fri, 11 Oct 2019 13:39:44 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 722d4b11a01a2c7ed8340f341a8d5f082d4a047b
Author: Dany De Bontridder <address@hidden>
Date: 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();