securis/src/main/java/net/curisit/securis/services/helpers/LicenseHelper.java
.. .. @@ -45,7 +45,7 @@ 45 45 LicenseHistory lh = new LicenseHistory(); 46 46 lh.setLicense(lic); 47 47 lh.setUser(user); 48 - lh.setTimestamp(new Date());48 + lh.setCreationTimestamp(new Date());49 49 lh.setAction(action); 50 50 lh.setComments(comments); 51 51 return lh;