Subversion Repositories SmartDukaan

Rev

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

Rev 6720 Rev 7034
Line 291... Line 291...
291
				
291
				
292
			} else	{
292
			} else	{
293
				irDataXMLSnippets.add(this.xmlIndentation[2] + "<ProductPrice>" + minPrice + "</ProductPrice>");
293
				irDataXMLSnippets.add(this.xmlIndentation[2] + "<ProductPrice>" + minPrice + "</ProductPrice>");
294
			}
294
			}
295
			
295
			
-
 
296
			if (StringUtils.isNotEmpty(firstItem.getBestDealText())) {
-
 
297
				irDataXMLSnippets.add(this.xmlIndentation[2] + "<DealText>" + minPrice + "</DealText>");
-
 
298
			}
-
 
299
			
296
			irDataXMLSnippets.add(this.xmlIndentation[2] + "<ProductMRP>" + getMinMRP(items) + "</ProductMRP>");
300
			irDataXMLSnippets.add(this.xmlIndentation[2] + "<ProductMRP>" + getMinMRP(items) + "</ProductMRP>");
297
			
301
			
298
			LogisticsInfo logisticsInfo = null;
302
			LogisticsInfo logisticsInfo = null;
299
			if(prod_client != null){
303
			if(prod_client != null){
300
				try {
304
				try {