Subversion Repositories SmartDukaan

Rev

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

Rev 32439 Rev 32459
Line 176... Line 176...
176
 
176
 
177
			doPostAjaxRequestHandler(context + "/unholdOrder?transactionId="
177
			doPostAjaxRequestHandler(context + "/unholdOrder?transactionId="
178
				+ transactionId, function(response) {
178
				+ transactionId, function(response) {
179
					if (response == 'true') {
179
					if (response == 'true') {
180
						alert("unhold successfully");
180
						alert("unhold successfully");
181
						loadSanctionHoldOrder("main-content");
181
						loadSanctionUnholdOrder("main-content");
182
					}
182
					}
183
 
183
 
184
				});
184
				});
185
		}
185
		}
186
 
186