Subversion Repositories SmartDukaan

Rev

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

Rev 7730 Rev 7732
Line 1002... Line 1002...
1002
}
1002
}
1003
 
1003
 
1004
function convertStoreToNormal(orderId) {
1004
function convertStoreToNormal(orderId) {
1005
	$.ajax({
1005
	$.ajax({
1006
        type : "POST",
1006
        type : "POST",
1007
        url : "/crm/user-order-info!convertStoreToNormal?orderId=" + rechargeOrderId,
1007
        url : "/crm/user-order-info!convertStoreToNormal?orderId=" + orderId,
1008
        success : function() {
1008
        success : function() {
1009
        	location.reload();
1009
        	location.reload();
1010
        },
1010
        },
1011
        error: function() {
1011
        error: function() {
1012
        	location.reload();
1012
        	location.reload();