Fix security problem when seeing object
This commit is contained in:
parent
32f2ed8693
commit
9680338daa
3 changed files with 7 additions and 3 deletions
|
|
@ -923,7 +923,7 @@ av_text1=>'name'
|
|||
return;
|
||||
}
|
||||
$user=new User($this->cn);
|
||||
$filter_sql=$user->get_ledger_sql('ALL',1);
|
||||
$filter_sql=$user->get_ledger_sql('ALL',3);
|
||||
|
||||
$qcode=$this->strAttribut(ATTR_DEF_QUICKCODE);
|
||||
$Res=$this->cn->exec_sql("select distinct j_date,to_char(j_date,'DD.MM.YYYY') as j_date_fmt,j_qcode,".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue