bug attribut fiche :update fiche : extra

This commit is contained in:
Dany De Bontridder 2012-01-06 13:08:33 +00:00
parent 9e656f34ed
commit a12e607ca0

View file

@ -169,6 +169,7 @@ class Fiche
$t->av_text=$row['ad_value'];
$t->ad_type=$row['ad_type'];
$t->ad_size=$row['ad_size'];
$t->ad_extra=$row['ad_extra'];
$t->jnt_order=$row['jnt_order'];
$this->attribut[$i]=$t;
}