Subversion Repositories SmartDukaan

Rev

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

Rev 28982 Rev 28983
Line 520... Line 520...
520
		if (partnerOnBoardingPanel != null) {
520
		if (partnerOnBoardingPanel != null) {
521
 
521
 
522
			status = storeTimelineTatService.getTimelineCompleted(partnerOnBoardingPanel.getId());
522
			status = storeTimelineTatService.getTimelineCompleted(partnerOnBoardingPanel.getId());
523
		}
523
		}
524
 
524
 
-
 
525
		LOGGER.info("status" + status);
-
 
526
 
525
		return responseSender.ok(status);
527
		return responseSender.ok(status);
526
 
528
 
527
	}
529
	}
528
}
530
}