Subversion Repositories SmartDukaan

Rev

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

Rev 32344 Rev 32590
Line 859... Line 859...
859
                            if (item.getCategoryId() == 10020) {
859
                            if (item.getCategoryId() == 10020) {
860
                                fdi.setMinBuyQuantity(5);
860
                                fdi.setMinBuyQuantity(5);
861
                            }
861
                            }
862
                        }
862
                        }
863
                        fdi.setQuantityStep(1);
863
                        fdi.setQuantityStep(1);
864
                        fdi.setMaxQuantity(Math.min(fdi.getAvailability(), 100));
864
                        fdi.setMaxQuantity(Math.min(fdi.getAvailability(), 400));
865
                        fofoAvailabilityInfoMap.put(itemId, fdi);
865
                        fofoAvailabilityInfoMap.put(itemId, fdi);
866
                    }
866
                    }
867
                }
867
                }
868
                if (fdiAnyColour != null) {
868
                if (fdiAnyColour != null) {
869
                    fdiAnyColour.setColorClass(modelColorClass);
869
                    fdiAnyColour.setColorClass(modelColorClass);