Bug : fix : ITVA does not change the label
This commit is contained in:
parent
451b9cb7c2
commit
b73742401d
3 changed files with 7 additions and 4 deletions
|
|
@ -145,7 +145,7 @@ class ITva_Popup extends HtmlInput
|
|||
list="dl_tva_%s" autocomplete="off">';
|
||||
$r = sprintf($str, $this->name, $this->value, $this->id, _("C.TVA"),$this->js, $strAttribut,$this->id);
|
||||
$r.=$code;
|
||||
$r.=$this->make_datalist();
|
||||
|
||||
if ($this->in_table)
|
||||
$table = '<table>' . '<tr>' . td($r);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue