Displaying 1 result from an estimated 1 matches for "showbooking".
2006 Feb 08
1
Weird validation issue
...ded = true
        end
        if @note.save
          @camper.add_note(@note)
        end
        if !camper_added
          @camper.destroy
          flash[:warning] = ''Camper could not be added to the booking:
'' + particular_error
          redirect_to :action => ''showbooking'', :id => @booking
        elsif @camper.child? and !(@camper.booking.nil? or
@camper.booking.camp.camptype == Camptype.find(:first, :conditions =>
[ ''name = ?'', ''Parenting Camp'']) or @camper.booking.camp.camptype ==
Camptype.find(:first, :condition...