name=($p_name==null)?$this->name:$p_name;
$this->value=($p_value==null)?$this->value:$p_value;
if ( $this->readOnly==true) return $this->display();
$r=sprintf('Tva ',
$this->name,
$this->name,
$this->value,
$this->label,
$this->name);
$r.=sprintf("",
dossier::id(),$this->name);
if ( $this->table == 1 ) $r=td($r);
return $r;
}
/*!\brief print in html the readonly value of the widget*/
public function display()
{
throw new Exception ("Pas de function display pour la TVA",1);
}
static public function test_me()
{
}
}