Task #4359 : Fix problem in annulation.php
This commit is contained in:
parent
718ddc351a
commit
ff2fc65106
3 changed files with 7 additions and 9 deletions
|
|
@ -405,8 +405,8 @@ function ListJrn($p_cn,$p_jrn,$p_where="",$p_array=null)
|
|||
// TODO Add print
|
||||
$r.="<TD>";
|
||||
// cancel operation
|
||||
$r.=sprintf('<input TYPE="BUTTON" VALUE="%s" onClick="cancelOperation(\'%s\',\'%s\')">',
|
||||
"Annuler",$row['jr_grpt_id'],$l_sessid);
|
||||
$r.=sprintf('<input TYPE="BUTTON" VALUE="%s" onClick="cancelOperation(\'%s\',\'%s\',\'%s\')">',
|
||||
"Annuler",$row['jr_grpt_id'],$l_sessid,$p_jrn);
|
||||
$r.="</TD>";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue