securis/src/main/resources/static/js/licenses.js
.. .. @@ -118,7 +118,8 @@ 118 118 $scope.isNew = true; 119 119 $scope.showForm = true; 120 120 $scope.pack = { 121 - num_licenses: 1,121 + license_preactivation: true,122 + num_licenses: 1,122 123 license_type_id: !$scope.refs.license_type_id || !$scope.refs.license_type_id.length ? null : $scope.refs.license_type_id[0].id, 123 124 organization_id: !$scope.refs.organization_id || !$scope.refs.organization_id.length ? null : $scope.refs.organization_id[0].id 124 125 }