--- trunk/lib/App/RoomReservation/Reservation.pm 2009/07/02 16:53:39 1161 +++ trunk/lib/App/RoomReservation/Reservation.pm 2009/07/02 17:49:04 1162 @@ -61,7 +61,7 @@ has mobitel => ( is => 'rw', isa => 'Str', - required => 1, + default => '', # FIXME without this we get undef in form ); has email => (