def update
      @bill = Bill.find(params[:id])
      
      if @bill.update_attributes(bill_params)
        flash[:notice]=t('bill_updated')