FIX : problem with VAT SELECT: cannot update the right DOMID

This commit is contained in:
sparkyx 2025-11-22 08:40:33 +01:00
parent 71f8a7fc82
commit 3716395a8e
5 changed files with 29 additions and 11 deletions

View file

@ -61,6 +61,7 @@ class ITva_Popup extends HtmlInput
$this->button = true;
$this->in_table = false;
$this->value = $p_value;
if ($p_id =="") $p_id= uniqid ("vat");
$this->id = $p_id;
$this->filter = 'none';
}