Subversion Repositories SmartDukaan

Rev

Rev 20102 | Rev 20274 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20102 Rev 20140
Line 16... Line 16...
16
	public $components = array('Paginator');
16
	public $components = array('Paginator');
17
 
17
 
18
	public function beforeFilter() {		
18
	public function beforeFilter() {		
19
		parent::beforeFilter();
19
		parent::beforeFilter();
20
// 		$this->Auth->allow('add','mine','pendingcashbacks','all');
20
// 		$this->Auth->allow('add','mine','pendingcashbacks','all');
-
 
21
		$this->Auth->allow('add','all');
21
		$this->apihost = Configure::read('pythonapihost');
22
		$this->apihost = Configure::read('pythonapihost');
22
	}
23
	}
23
	
24
	
24
	
25
	
25
	public function getOrderFilters($type='user') {
26
	public function getOrderFilters($type='user') {