This commit is contained in:
tiago.kayaya
2021-02-10 13:51:39 +01:00
parent 418a0da867
commit df11afd09e
3 changed files with 13 additions and 17 deletions
@@ -36,8 +36,8 @@ export class ExpedienteDetailPage implements OnInit {
private modalController: ModalController,
private navParams: NavParams,
private alertService: AlertService) {
this,this.serialnumber = this.navParams.get('serialNumber');
this,this.profile = this.navParams.get('profile');
this.serialnumber = this.navParams.get('serialNumber');
this.profile = this.navParams.get('profile');
}
ngOnInit() {