rsanchez
2017-04-18 dc7dceb37a917f394e1e1020882dcc5a4e0e9d7c
securis/src/main/webapp/src/app/forms/license.form.component.ts
....@@ -130,6 +130,15 @@
130130 },
131131 err => console.error(err)
132132 );
133
+ if (this.isNew) {
134
+ this.packs.nextLicCode(packId).subscribe(
135
+ code => {
136
+ this.data.code = code;
137
+ },
138
+ err => console.error(err)
139
+ );
140
+ }
141
+
133142 });
134143 }
135144 }