Roberto Sánchez
2014-01-27 c3d9abdd3cd55a12d6509ade288648c2408baeb5
securis/src/main/java/net/curisit/securis/services/PackResource.java
....@@ -192,6 +192,7 @@
192192 return Response.status(Status.NOT_FOUND).header(DefaultExceptionHandler.ERROR_MESSAGE_HEADER, "Pack license type not found with ID: " + pack.getLicTypeId()).build();
193193 }
194194 }
195
+ currentPack.setLicensePreactivation(pack.isLicensePreactivation());
195196 currentPack.setLicenseType(lt);
196197 currentPack.setOrganization(org);
197198 currentPack.setCode(pack.getCode());