Subversion Repositories SmartDukaan

Rev

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

Rev 5889 Rev 6021
Line 241... Line 241...
241
			});
241
			});
242
	    }
242
	    }
243
	});
243
	});
244
}
244
}
245
function onColorSelectorChange(itemid){
245
function onColorSelectorChange(itemid){
-
 
246
	if($('#sp').length>0){
246
	$('#sp').html(PARAMETERS[itemid].SP);
247
		$('#sp').html(PARAMETERS[itemid].SP);
247
	$('#mrp').html(PARAMETERS[itemid].MRP);
248
		$('#mrp').html(PARAMETERS[itemid].MRP);
248
	$('#saving').html(PARAMETERS[itemid].SAVING);
249
		$('#saving').html(PARAMETERS[itemid].SAVING);
249
	$("#item_id").val(itemid);
250
		$("#item_id").val(itemid);
-
 
251
	}
250
	updateEstimate(itemid);
252
	updateEstimate(itemid);
251
}
253
}
252
254