From ce9bc0c6ad58e4117d26a204ffc56bbcdb7fe916 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Tue, 14 Mar 2017 19:41:20 +0000
Subject: [PATCH] #3527 fix - Changes on pack list and routes

---
 securis/src/main/webapp/src/app/forms/pack.form.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/securis/src/main/webapp/src/app/forms/pack.form.html b/securis/src/main/webapp/src/app/forms/pack.form.html
index 4dc10c0..9575db2 100644
--- a/securis/src/main/webapp/src/app/forms/pack.form.html
+++ b/securis/src/main/webapp/src/app/forms/pack.form.html
@@ -44,7 +44,7 @@
 					<span i18n="field.license_preactivation"></span>
 				</md-checkbox>
 			</div>
-			<div layout="column" layout-fill flex>
+			<div layout="column" layout-fill flex *ngIf="!isNew">
 				<div layout="column" class="mat-input-container" flex>
 					<label class="mat-input-placeholder mat-float">
 						<span class="placeholder" i18n="field.status"></span>

--
Gitblit v1.3.2