Subversion Repositories SmartDukaan

Rev

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

Rev 11970 Rev 11972
Line 419... Line 419...
419
                    	}
419
                    	}
420
            		} catch (Exception e1) {
420
            		} catch (Exception e1) {
421
            			log.warn("Unable to get items by catalog id", e1);
421
            			log.warn("Unable to get items by catalog id", e1);
422
            			redirectUrl = "/";
422
            			redirectUrl = "/";
423
            		}
423
            		}
-
 
424
            		items = new ArrayList<Long>();
-
 
425
            		for(ItemText itemText : itemTexts) {
-
 
426
                		items.add(itemText.getItemId());
-
 
427
                	}
424
            	}
428
            	}
425
            	firstItem = items.get(0);
429
            	firstItem = items.get(0);
426
            	entityLogisticsEstimation = new Gson().toJson(items);
430
            	entityLogisticsEstimation = new Gson().toJson(items);
427
            	return;
431
            	return;
428
            }
432
            }