Subversion Repositories SmartDukaan

Rev

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

Rev 29764 Rev 29779
Line 168... Line 168...
168
							doPostAjaxRequestWithJsonHandler(context + "/addPartnerServiceNotavailable",
168
							doPostAjaxRequestWithJsonHandler(context + "/addPartnerServiceNotavailable",
169
									JSON.stringify(params), function(response) {
169
									JSON.stringify(params), function(response) {
170
										alert("Successfully Marked NA");
170
										alert("Successfully Marked NA");
171
										row.html(response);
171
										row.html(response);
172
										
172
										
173
									});b  
173
									});
174
					}
174
					}
175
				}
175
				}
176
			}
176
			}
177
		});
177
		});
178
	});
178
	});