Subversion Repositories SmartDukaan

Rev

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

Rev 31623 Rev 31624
Line 340... Line 340...
340
				}
340
				}
341
				if (featureMap.containsKey(item.getCatalogItemId())
341
				if (featureMap.containsKey(item.getCatalogItemId())
342
						&& featureMap.get(item.getCatalogItemId()) != null) {
342
						&& featureMap.get(item.getCatalogItemId()) != null) {
343
					catalogObj.put("feature", featureMap.get(item.getCatalogItemId()));
343
					catalogObj.put("feature", featureMap.get(item.getCatalogItemId()));
344
 
344
 
345
					catalogObj.put("categoryId",
-
 
346
							CATEGORY_MASTER.contains(item.getCategoryId()) ? item.getCategoryId() : 6);
-
 
347
 
345
					
348
				}
346
				}
-
 
347
				
-
 
348
				catalogObj.put("categoryId",
-
 
349
						CATEGORY_MASTER.contains(item.getCategoryId()) ? item.getCategoryId() : 6);
-
 
350
 
349
 
351
 
350
				if (item.getCategoryId() == 10006) {
352
				if (item.getCategoryId() == 10006) {
351
					catalogObj.put("categoryId", 3);
353
					catalogObj.put("categoryId", 3);
352
				}
354
				}
353
				catalogObj.put("subCategoryId", item.getCategoryId());
355
				catalogObj.put("subCategoryId", item.getCategoryId());