===
The select button for VAT has been replaced by a Ipopup, in all the ledgers + gestion
This commit is contained in:
Dany De Bontridder 2010-04-24 19:14:25 +00:00
parent 5e38098c6c
commit f73ff75210
12 changed files with 171 additions and 30 deletions

View file

@ -30,6 +30,11 @@
*
*/
echo js_include('gestion.js');
require_once('class_itva_popup.php');
$pop_tva=new IPopup('popup_tva');
$pop_tva->title=_('Choix TVA');
$pop_tva->value='';
echo $pop_tva->input();
$supl_hidden='';
if( isset($_REQUEST['sc']))