protected function buildWhere() {
		parent::buildFilter();
		if ($this->filters->getSize() == 0) {
			$this->_selectBuilder->where->add('gu.'.Gpf_Db_Table_Users::STATUS, '=', Pap_Common_Constants::STATUS_APPROVED);
		}
        $this->moveTransactionsConditionsToSubselect();
	}