Subversion Repositories SmartDukaan

Rev

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

Rev 19950 Rev 19957
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);