Update manuel
Extension are now shown as menu Fix bug with Acc_Ledger::get_operation for the periode Historic of operation show the requested periode Bug in patch : version 9.0 the "similar to" clause failed in trigger on pcmn Bug in patch : renumbering of operation doesn't work with data before 1/1/2010
This commit is contained in:
parent
8f6a9ba082
commit
b43f91a6fc
9 changed files with 58 additions and 49 deletions
|
|
@ -34,9 +34,9 @@ $cn=new Database($gDossier);
|
|||
|
||||
$user=new User($cn);
|
||||
$user->Check();
|
||||
$act=$user->check_dossier($gDossier);
|
||||
$action=$user->check_dossier($gDossier);
|
||||
|
||||
if ( $act=='X' || ! isset($_GET['act']) || $user->check_print($_GET['act'])==0 )
|
||||
if ( $action=='X' || ! isset($_GET['act']) || $user->check_print($_GET['act'])==0 )
|
||||
{
|
||||
echo alert('Accès interdit');
|
||||
redirect("do.php?".dossier::get());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue