| Line 158... |
Line 158... |
| 158 |
private CatalogClient ctsc = null;
|
158 |
private CatalogClient ctsc = null;
|
| 159 |
private UserClient usc = null;
|
159 |
private UserClient usc = null;
|
| 160 |
|
160 |
|
| 161 |
private static Locale indianLocale = new Locale("en", "IN");
|
161 |
private static Locale indianLocale = new Locale("en", "IN");
|
| 162 |
private static String SORPL = "Spice Online Retail Pvt Ltd";
|
162 |
private static String SORPL = "Spice Online Retail Pvt Ltd";
|
| 163 |
private static String NEWCOMP = "New Spice Online Retail Pvt Ltd";
|
163 |
private static String NEWCOMP = "Spice & Online Retail Pvt Ltd";
|
| 164 |
private DecimalFormat amountFormat = new DecimalFormat("#,##0.00");
|
164 |
private DecimalFormat amountFormat = new DecimalFormat("#,##0.00");
|
| 165 |
private DecimalFormat weightFormat = new DecimalFormat("#0.000");
|
165 |
private DecimalFormat weightFormat = new DecimalFormat("#0.000");
|
| 166 |
|
166 |
|
| 167 |
//Start:-Added By Manish Sharma for FedEx Integration - Shipment Creation on 21-Aug-2013
|
167 |
//Start:-Added By Manish Sharma for FedEx Integration - Shipment Creation on 21-Aug-2013
|
| 168 |
private static final Font helvetica6 = FontFactory.getFont(FontFactory.HELVETICA, 6);
|
168 |
private static final Font helvetica6 = FontFactory.getFont(FontFactory.HELVETICA, 6);
|