rsanchez
2015-10-22 e2c2a47ec8802c006e6932cfe8229ef5caff9d0a
securis/src/main/java/net/curisit/securis/services/LicenseResource.java
....@@ -486,6 +486,9 @@
486486 currentLicense.setComments(lic.getComments());
487487 currentLicense.setFullName(lic.getFullName());
488488 currentLicense.setEmail(lic.getEmail());
489
+ if (currentLicense.getActivationCode() == null) {
490
+ currentLicense.setActivationCode(lic.getActivationCode());
491
+ }
489492
490493 if (currentLicense.getStatus() == LicenseStatus.CREATED && !ObjectUtils.equals(currentLicense.getReqDataHash(), lic.getReqDataHash())) {
491494 if (lic.getRequestData() != null) {