Subversion Repositories SmartDukaan

Rev

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

Rev 28383 Rev 28384
Line 50... Line 50...
50
				alert("please select date")
50
				alert("please select date")
51
				return false;
51
				return false;
52
			}
52
			}
53
 
53
 
54
			doGetAjaxRequestHandler(context
54
			doGetAjaxRequestHandler(context
55
				+ "/getAllOrdersByStatus?&date=" + date, function(
55
				+ "/getAllOrdersByStatus?status=" + status + "&date=" + date, function(
56
					response) {
56
					response) {
57
				$('.order-item-detail').html(response);
57
				$('.order-item-detail').html(response);
58
			});
58
			});
59
		});
59
		});
60
 
60