|
|
@@ -38,7 +38,6 @@ export class AssignProductComponent implements OnInit { |
|
|
if (this.partnerProduct !== undefined) { |
|
|
if (this.partnerProduct !== undefined) { |
|
|
this.form = FormGroupInitializer.initFormGroup(partnerProductForm, this.partnerProduct); |
|
|
this.form = FormGroupInitializer.initFormGroup(partnerProductForm, this.partnerProduct); |
|
|
} |
|
|
} |
|
|
console.log(this.contactPartnerProduct); |
|
|
|
|
|
if (this.contactPartnerProduct !== undefined) { |
|
|
if (this.contactPartnerProduct !== undefined) { |
|
|
this.form = FormGroupInitializer.initFormGroup(contactPartnerProductForm, this.contactPartnerProduct); |
|
|
this.form = FormGroupInitializer.initFormGroup(contactPartnerProductForm, this.contactPartnerProduct); |
|
|
} |
|
|
} |
|
|
|