This commit is contained in:
Peter Maquiran
2023-02-02 17:14:23 +01:00
parent 0036ce6ab2
commit bcb7da4223
13 changed files with 66 additions and 41 deletions
@@ -90,6 +90,8 @@ export class ExpedienteDetailPage implements OnInit {
private userAuth: AuthService,
) {
this.loggeduser = SessionStore.user
console.log('SessionStore', SessionStore)
this.activatedRoute.paramMap.subscribe(params => {
if (params["params"].SerialNumber) {
this.serialNumber = params["params"].SerialNumber;