show_document.php : add security
acc_ledger.js : move get_predef.php to include/ajax_up_predef.php renaming files
This commit is contained in:
parent
8110fa8042
commit
60bca3f503
6 changed files with 7 additions and 69 deletions
|
|
@ -32,10 +32,10 @@ function update_predef(p_type,p_direct)
|
|||
{
|
||||
var jrn=g("p_jrn").value;
|
||||
var dossier=g("gDossier").value;
|
||||
var querystring='gDossier='+dossier+'&l='+jrn+'&t='+p_type+'&d='+p_direct;
|
||||
var querystring='gDossier='+dossier+'&l='+jrn+'&t='+p_type+'&d='+p_direct+"&op=up_predef";
|
||||
g("p_jrn_predef").value=jrn;
|
||||
var action=new Ajax.Request(
|
||||
"get_predef.php",
|
||||
"ajax_misc.php",
|
||||
{
|
||||
method:'get',
|
||||
parameters:querystring,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue