Subversion Repositories SmartDukaan

Rev

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

Rev 8100 Rev 8101
Line 280... Line 280...
280
		logger.info("Order Source Value........."+order.getSource());
280
		logger.info("Order Source Value........."+order.getSource());
281
		if(order.getSource() == OrderSource.STORE.getValue()){
281
		if(order.getSource() == OrderSource.STORE.getValue()){
282
			
282
			
283
			
283
			
284
		}else{
284
		}else{
285
			logoPath = InvoiceGenerationService.class.getResource("/logo.jpg").getPath();
285
			logoPath = InvoiceGenerationService.class.getResource("/logo.png").getPath();
286
			logger.info("Logo Path........."+logoPath);
286
			logger.info("Logo Path........."+logoPath);
287
			
287
			
288
			try {
288
			try {
289
				logo = Image.getInstance(logoPath);
289
				logo = Image.getInstance(logoPath);
290
			} catch (Exception e) {
290
			} catch (Exception e) {