Roberto Sánchez
2014-01-27 c3d9abdd3cd55a12d6509ade288648c2408baeb5
securis/src/main/resources/static/js/licenses.js
....@@ -118,7 +118,8 @@
118118 $scope.isNew = true;
119119 $scope.showForm = true;
120120 $scope.pack = {
121
- num_licenses: 1,
121
+ license_preactivation: true,
122
+ num_licenses: 1,
122123 license_type_id: !$scope.refs.license_type_id || !$scope.refs.license_type_id.length ? null : $scope.refs.license_type_id[0].id,
123124 organization_id: !$scope.refs.organization_id || !$scope.refs.organization_id.length ? null : $scope.refs.organization_id[0].id
124125 }