Subversion Repositories SmartDukaan

Rev

Rev 36746 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36746 Rev 36776
Line 235... Line 235...
235
					var closingDate = $('.closingDate').val();
235
					var closingDate = $('.closingDate').val();
236
					if (closingDate == "") {
236
					if (closingDate == "") {
237
						alert("Closing date is required");
237
						alert("Closing date is required");
238
						return;
238
						return;
239
					}
239
					}
240
					window.location.href = context + "/account/closing-statements?closingDate=" + closingDate + "&q=" + new Date().getTime();
240
					window.location.href = context + "/account/reco?closingDate=" + closingDate + "&q=" + new Date().getTime();
241
				}
241
				}
242
		);
242
		);
243
		getPartnerAheadOptions($("#partnerId"),function(selectedPartner){
243
		getPartnerAheadOptions($("#partnerId"),function(selectedPartner){
244
			fofoId = selectedPartner.partnerId;
244
			fofoId = selectedPartner.partnerId;
245
			$("#walletRanges").focus();
245
			$("#walletRanges").focus();