Subversion Repositories SmartDukaan

Rev

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

Rev 16983 Rev 17104
Line 187... Line 187...
187
 
187
 
188
			$url = $this->apihost.'appUserBatchDrillDown/'.$userId.'/'.$value['fortnightOfYear'].'/'.$value['yearVal'];
188
			$url = $this->apihost.'appUserBatchDrillDown/'.$userId.'/'.$value['fortnightOfYear'].'/'.$value['yearVal'];
189
			$creditedFortnight[$value['fortnightOfYear']] = $this->make_request($url,null);
189
			$creditedFortnight[$value['fortnightOfYear']] = $this->make_request($url,null);
190
 
190
 
191
			$creditValueArray['amount'] = $value['amount'];
191
			$creditValueArray['amount'] = $value['amount'];
192
			$total_credited_amount = $total_credited_amount + $value['amount'];
192
			// $total_credited_amount = $total_credited_amount + $value['amount'];
193
			$creditValueArray['type'] = 'App';
193
			$creditValueArray['type'] = 'App';
194
			$creditValueArray['fortbatchid'] = $value['fortnightOfYear'];
194
			$creditValueArray['fortbatchid'] = $value['fortnightOfYear'];
195
			$creditKeyArray[$value['creditedDate']] = $creditValueArray;
195
			$creditKeyArray[$value['creditedDate']] = $creditValueArray;
196
			// echo $url;
196
			// echo $url;
197
		}
197
		}