Subversion Repositories SmartDukaan

Rev

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

Rev 24184 Rev 24185
Line 955... Line 955...
955
			Cell cellBusinessManager = row.createCell(cellnum++);
955
			Cell cellBusinessManager = row.createCell(cellnum++);
956
			if (targetIdAndCustomRetailerMap.get(targetId) != null) {
956
			if (targetIdAndCustomRetailerMap.get(targetId) != null) {
957
				if (targetIdAndCustomRetailerMap.get(targetId).equals("Kamal")) {
957
				if (targetIdAndCustomRetailerMap.get(targetId).equals("Kamal")) {
958
					cellBusinessManager.setCellValue("Mohinder");
958
					cellBusinessManager.setCellValue("Mohinder");
959
				} else {
959
				} else {
960
					cellBusinessManager.setCellValue((RichTextString) targetIdAndCustomRetailerMap.get(targetId));
960
					cellBusinessManager.setCellValue(targetIdAndCustomRetailerMap.get(targetId).getBusinessName());
961
				}
961
				}
962
			} else {
962
			} else {
963
				cellBusinessManager.setCellValue("-");
963
				cellBusinessManager.setCellValue("-");
964
			}
964
			}
965
			Cell cellAssistantManager = row.createCell(cellnum++);
965
			Cell cellAssistantManager = row.createCell(cellnum++);