diff --git a/include/class_inum.php b/include/class_inum.php index 1ba06aaf9..d81607d95 100644 --- a/include/class_inum.php +++ b/include/class_inum.php @@ -42,7 +42,6 @@ class INum extends IText /*!\brief print in html the readonly value of the widget*/ public function display() { - $this->size=9; $readonly=" readonly "; $style='style="border:solid 1px blue;color:black;background:#EDEDED;text-align:right"'; $this->value=str_replace('"','',$this->value);