Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 431 Rev 596
Line 32... Line 32...
32
	private static String lienEfloreBaseUrl;
32
	private static String lienEfloreBaseUrl;
Line 33... Line 33...
33
	
33
	
Line 34... Line 34...
34
	private static String refTax;
34
	private static String refTax;
-
 
35
	
-
 
36
	private static String refTaxVersion;
Line 35... Line 37...
35
	
37
	
36
	private static String refTaxVersion;
38
	private static String licence ="";
37
 
39
 
38
	/**
40
	/**
Line 70... Line 72...
70
			refTax = Dictionary.getDictionary("configuration").get(
72
			refTax = Dictionary.getDictionary("configuration").get(
71
			"refTax");
73
			"refTax");
Line 72... Line 74...
72
			
74
			
73
			refTaxVersion = Dictionary.getDictionary("configuration").get(
75
			refTaxVersion = Dictionary.getDictionary("configuration").get(
-
 
76
			"refTaxVersion");
-
 
77
			
74
			"refTaxVersion");
78
			//licence = Dictionary.getDictionary("configuration").get("licence");
Line 75... Line 79...
75
	}
79
	}
76
 
80
 
77
	/**
81
	/**
Line 149... Line 153...
149
	
153
	
150
	public static String getRefTaxVersion() {
154
	public static String getRefTaxVersion() {
Line 151... Line 155...
151
		return refTaxVersion;
155
		return refTaxVersion;
-
 
156
		
-
 
157
	}
-
 
158
	
-
 
159
	public static String getLicence() {
152
		
160
		return licence;