From 722d4b11a01a2c7ed8340f341a8d5f082d4a047b Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 11 Oct 2019 19:33:02 +0200 Subject: [PATCH] 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 aee9839a7..bd3f9c1a1 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();