bug attribut fiche : add blank : label
This commit is contained in:
parent
a12e607ca0
commit
9d6409c8d2
1 changed files with 1 additions and 0 deletions
|
|
@ -510,6 +510,7 @@ class Fiche
|
|||
case 'select':
|
||||
$w=new ISelect("av_text".$attr->ad_id);
|
||||
$w->value=$this->cn->make_array($attr->ad_extra);
|
||||
unset($w->label);
|
||||
break;
|
||||
case 'card':
|
||||
$w=new ICard("av_text".$attr->ad_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue