Subversion Repositories SmartDukaan

Rev

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

Rev 5521 Rev 5791
Line 863... Line 863...
863
                    "sSwfPath" : "swf/copy_cvs_xls_pdf.swf"
863
                    "sSwfPath" : "swf/copy_cvs_xls_pdf.swf"
864
                },
864
                },
865
            });
865
            });
866
		}
866
		}
867
	});
867
	});
-
 
868
}
-
 
869
	
-
 
870
function extendExpiryDate(domId, orderId, pickupExtension) {
-
 
871
    $.ajax({
-
 
872
        type : "POST",
-
 
873
        url : "/crm/tickets!extendExpiry?orderId=" + orderId + "&pickupExtension=" + pickupExtension,
-
 
874
        success : function(response) {
-
 
875
            $('#' + domId).html(response);
-
 
876
        }
-
 
877
    });
868
}
878
}
869
879