Correct serialNumber

This commit is contained in:
tiago.kayaya
2021-02-10 18:34:46 +01:00
parent 2d5bfbc524
commit 0ab08473ba
16 changed files with 20 additions and 22 deletions
+2 -1
View File
@@ -282,7 +282,8 @@ export class EventsPage implements OnInit {
}
async viewExpedientDetail(serialNumber:any) {
console.log(this.profile);
/* console.log(this.profile);
console.log(serialNumber); */
const modal = await this.modalController.create({
component: ExpedienteDetailPage,