From 3f6e91cbaf57d1d0c69ab30fee369ef4f0dbe2bf Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Tue, 14 Mar 2017 15:38:16 +0000
Subject: [PATCH] #3527 fix - Fixing pack form

---
 securis/src/main/webapp/src/app/resources/licenses.ts |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/securis/src/main/webapp/src/app/resources/licenses.ts b/securis/src/main/webapp/src/app/resources/licenses.ts
index 2cab46d..74404b8 100644
--- a/securis/src/main/webapp/src/app/resources/licenses.ts
+++ b/securis/src/main/webapp/src/app/resources/licenses.ts
@@ -39,16 +39,6 @@
 	CANCELLED: 'CA'
 }
 
-export const LIC_STATUSES = {
-	'CR': 'Created',
-	'AC': 'Active',
-	'PA': 'Pre-active',
-	'RE': 'Requested',
-	'EX': 'Expired',
-	'BL': 'Blocked',
-	'CA': 'Cancelled'
-};
-
 /**
  * These transitions could be get from server, class License.Status, but
  * we copy them for simplicity, this info won't change easily

--
Gitblit v1.3.2