Subversion Repositories SmartDukaan

Rev

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

Rev 9712 Rev 9714
Line 514... Line 514...
514
 
514
 
515
function changeEstimate(item_id)	{
515
function changeEstimate(item_id)	{
516
	if(item_id == null )	{
516
	if(item_id == null )	{
517
		$("#cartDetail tbody tr").each(function(index, item){
517
		$("#cartDetail tbody tr").each(function(index, item){
518
			var itemId = $(item).attr("id");
518
			var itemId = $(item).attr("id");
519
			changeEstimate(itemId);
519
			if(itemId.length != "0") changeEstimate(itemId);
520
		});
520
		});
521
		
521
		
522
	} else	{
522
	} else	{
523
		jQuery.ajax({
523
		jQuery.ajax({
524
			type: "GET",
524
			type: "GET",