New: Gestion des taux de tva en base dans llx_c_tva

This commit is contained in:
Laurent Destailleur 2005-08-20 19:12:36 +00:00
parent db0a7ea03b
commit 9ce6361d28

View File

@ -942,11 +942,11 @@ class Form
else
{
$txtva[0] = '19.6';
$libtva[0] = '19.6';
$libtva[0] = '19.6%';
$txtva[1] = '5.5';
$libtva[1] = '5.5';
$libtva[1] = '5.5%';
$txtva[2] = '0';
$libtva[2] = '0';
$libtva[2] = '0%';
}
if ($defaulttx == '')
@ -966,7 +966,7 @@ class Form
{
print ' selected="true"';
}
print '>'.$libtva[$i].'%</option>';
print '>'.$libtva[$i].'</option>';
}
print '</select>';
}