securis/src/main/java/net/curisit/securis/services/PackResource.java
.. .. @@ -192,6 +192,7 @@ 192 192 return Response.status(Status.NOT_FOUND).header(DefaultExceptionHandler.ERROR_MESSAGE_HEADER, "Pack license type not found with ID: " + pack.getLicTypeId()).build(); 193 193 } 194 194 } 195 + currentPack.setLicensePreactivation(pack.isLicensePreactivation());195 196 currentPack.setLicenseType(lt); 196 197 currentPack.setOrganization(org); 197 198 currentPack.setCode(pack.getCode());