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();