mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
modif assuj tva
This commit is contained in:
@@ -805,7 +805,7 @@ class Form
|
||||
* \param selected Id du type de paiement pr<70>s<EFBFBD>lectionn<6E>
|
||||
* \param htmlname Nom de la zone select
|
||||
*/
|
||||
function select_assujetti_tva($selected='',$htmlname='condid')
|
||||
function select_assujetti_tva($selected='',$htmlname='')
|
||||
{
|
||||
global $langs;
|
||||
print '<select class="flat" name="'.$htmlname.'">';
|
||||
@@ -1280,7 +1280,7 @@ class Form
|
||||
}
|
||||
else
|
||||
{
|
||||
if ($selected)
|
||||
if ($selected != "")
|
||||
{
|
||||
print $options[$selected];
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user