Subversion Repositories SmartDukaan

Rev

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

Rev 9283 Rev 9313
Line 261... Line 261...
261
            }
261
            }
262
        }
262
        }
263
        getHtmlFromVelocity(filenames,exportPath,context,catalogId);
263
        getHtmlFromVelocity(filenames,exportPath,context,catalogId);
264
        
264
        
265
        //Update catalogInfo to catalog
265
        //Update catalogInfo to catalog
266
        creator.updateCatalogInfo(catalogId, minPriceItem.getSellingPrice(), minPriceItem.getMrp(), offerText, emiString!=null?Double.parseDouble(emiString):null, itemPojos);
266
        creator.updateCatalogInfo(catalogId, offerText, itemPojos);
267
        return minPriceItem.getSellingPrice();
267
        return minPriceItem.getSellingPrice();
268
    }
268
    }
269
    
269
    
270
    private static String getEMI(double sellingPrice) {
270
    private static String getEMI(double sellingPrice) {
271
        String returnString = null;
271
        String returnString = null;