Bug : fix : ITVA does not change the label

This commit is contained in:
sparkyx 2024-08-09 08:31:44 +02:00
parent 451b9cb7c2
commit b73742401d
3 changed files with 7 additions and 4 deletions

View file

@ -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);