Subversion Repositories SmartDukaan

Rev

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

Rev 27532 Rev 27533
Line 120... Line 120...
120
		doPostAjaxRequestWithJsonHandler(context+"/scanSerialized", postData, function(response){
120
		doPostAjaxRequestWithJsonHandler(context+"/scanSerialized", postData, function(response){
121
			bootbox.alert("Purchase booked successfully", function() {
121
			bootbox.alert("Purchase booked successfully", function() {
122
				if(typeof loaderDialogObj!="undefined")
122
				if(typeof loaderDialogObj!="undefined")
123
					loaderDialogObj.modal('hide');
123
					loaderDialogObj.modal('hide');
124
				$('#scanModel').modal('hide');
124
				$('#scanModel').modal('hide');
-
 
125
				$('.modal-backdrop.in').hide();
125
				$("#purchase-reference-submit-button").click();
126
				$("#purchase-reference-submit-button").click();
126
			});
127
			});
127
		});
128
		});
128
		return false;
129
		return false;
129
	});
130
	});