TVA
=== The select button for VAT has been replaced by a Ipopup, in all the ledgers + gestion
This commit is contained in:
parent
5e38098c6c
commit
f73ff75210
12 changed files with 171 additions and 30 deletions
|
|
@ -299,6 +299,8 @@ function popup_select_tva(obj) {
|
|||
var queryString="PHPSESSID="+obj.phpsessid+"&gDossier="+obj.gDossier+"&op=dsp_tva"+"&ctl="+obj.ctl+'&popup='+obj.popup;
|
||||
if ( obj.jcode )
|
||||
queryString+='&code='+obj.jcode;
|
||||
if (obj.compute)
|
||||
queryString+='&compute='+obj.compute;
|
||||
var action = new Ajax.Request(
|
||||
"ajax_misc.php" ,
|
||||
{ method:'get',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue