Subversion Repositories SmartDukaan

Rev

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

Rev 28908 Rev 28940
Line 319... Line 319...
319
		}
319
		}
320
 
320
 
321
	});
321
	});
322
 
322
 
323
 
323
 
-
 
324
	$(document).on('click', ".noticPartneronboarding", function() {
-
 
325
		var id = $(this).data('id');
-
 
326
		console.log(id);
-
 
327
		if (confirm("Are you sure you want to Notice Isssue this Partner") == true) {
-
 
328
			doPostAjaxRequestHandler(context + "/partnerOnboardingNotice?id=" + id,
-
 
329
				function(response) {
-
 
330
 
-
 
331
					console.log("reponse" + response);
-
 
332
					if (response == 'true') {
-
 
333
						alert("successfully Done");
-
 
334
						
-
 
335
						
-
 
336
						panelListing("main-content");
-
 
337
					}
-
 
338
				});
-
 
339
		}		
-
 
340
	});
-
 
341
	
-
 
342
	
324
	
343
	
325
	$(document).on('click', ".holdPartnerOnboarding", function() {
344
	$(document).on('click', ".holdPartnerOnboarding", function() {
326
		var id = $(this).data('id');
345
		var id = $(this).data('id');
327
		console.log(id);
346
		console.log(id);
328
		if (confirm("Are you sure you want to hold this Partner") == true) {
347
		if (confirm("Are you sure you want to hold this Partner") == true) {