Fix last small bug for printing
This commit is contained in:
parent
e69411f25f
commit
b809cacbb6
3 changed files with 6 additions and 6 deletions
|
|
@ -65,7 +65,7 @@ $g_user->Check();
|
|||
$g_user->check_dossier($gDossier);
|
||||
|
||||
// Security
|
||||
if ($g_user->check_jrn($jrn_id) == 'X') {
|
||||
if ($jrn_id != 0 && $g_user->check_jrn($jrn_id) == 'X') {
|
||||
/* Cannot Access */
|
||||
NoAccess();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue