Subversion Repositories SmartDukaan

Rev

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

Rev 12070 Rev 12071
Line 395... Line 395...
395
			dealLeft = itemp.dealPojo.dealText
395
			dealLeft = itemp.dealPojo.dealText
396
		}
396
		}
397
		
397
		
398
		var html = [];
398
		var html = [];
399
		html.push('<div>');
399
		html.push('<div>');
400
		html.push('<div class="left rupeeimage"></div><span class="bold" style="text-decoration:line-through;font-size:14px;">'+ itemp.mrp +'</span>');
400
		html.push('<div class="left rupeeimage"></div><span class="bold" style="text-decoration:line-through;font-size:14px;padding-right:4px">'+ itemp.mrp +'</span>');
401
		if(itemp.mrp!=itemp.sellingPrice) {
401
		if(itemp.mrp!=itemp.sellingPrice) {
402
			html.push('<span class="bold" style="text-decoration:line-through;font-size:14px;"> '+ itemp.sellingPrice +' </span>');
402
			html.push('<span class="bold" style="text-decoration:line-through;font-size:14px;padding-right:4px">'+ itemp.sellingPrice +' </span>');
403
		}
403
		}
404
		if(typeof dealRight != "undefined" && dealRight != ''){
404
		if(typeof dealRight != "undefined" && dealRight != ''){
405
			html.push('<span style="font-weight:bold;padding-bottom:3px;text-decoration:line-through;"> ' + dealRight +'</span>');
405
			html.push('<span style="font-weight:bold;padding-bottom:3px;text-decoration:line-through;"> ' + dealRight +'</span>');
406
		}
406
		}
407
		html.push('</div>');
407
		html.push('</div>');