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
|
|
@ -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']))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue