Subversion Repositories SmartDukaan

Rev

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

Rev 28903 Rev 30599
Line 110... Line 110...
110
					itemId:currentItem.itemId,
110
					itemId:currentItem.itemId,
111
					dp:parseFloat(newDp),
111
					dp:parseFloat(newDp),
112
					tp:parseFloat(newTp),
112
					tp:parseFloat(newTp),
113
					mop:parseFloat(newMop),
113
					mop:parseFloat(newMop),
114
					allColors:true,
114
					allColors:true,
115
					affectedDate:startDate
115
					affectedDate: getDatesFromPicker($('#affectedDate')).startDate
116
			}
116
			}
117
			doPostAjaxRequestWithJsonHandler(
117
			doPostAjaxRequestWithJsonHandler(
118
					context+"/priceDrop", JSON.stringify(obj),
118
					context+"/priceDrop", JSON.stringify(obj),
119
					function(response) {
119
					function(response) {
120
						if (response == 'true') {
120
						if (response == 'true') {