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/forms/pack.form.component.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/securis/src/main/webapp/src/app/forms/pack.form.component.ts b/securis/src/main/webapp/src/app/forms/pack.form.component.ts
index 53858be..0453223 100644
--- a/securis/src/main/webapp/src/app/forms/pack.form.component.ts
+++ b/securis/src/main/webapp/src/app/forms/pack.form.component.ts
@@ -80,7 +80,7 @@
           }
         );
   }
-  
+
   changeLicType(event) {
     this.licenseTypes.get(this.data.license_type_id)
         .map(lt_data => lt_data.metadata)

--
Gitblit v1.3.2