Subversion Repositories SmartDukaan

Rev

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

Rev 17461 Rev 17656
Line 387... Line 387...
387
			// echo "total credit",$total_credited_amount;
387
			// echo "total credit",$total_credited_amount;
388
			// echo $url;
388
			// echo $url;
389
		}
389
		}
390
		
390
		
391
		ksort($creditKeyArray);
391
		ksort($creditKeyArray);
392
		$this->set(compact('getcredited','creditedFortnight','creditKeyArray','total_credited_amount', 'creditedOrders'));
392
		$this->set(compact('getcredited','creditedFortnight','creditKeyArray','total_credited_amount', 'creditedOrders', 'pendingAmount', 'pendingOrders','approvedAmount', 'approvedOrders'));
393
 
393
 
394
	}
394
	}
395
 
395
 
396
/*
396
/*
397
	public function index() {
397
	public function index() {