This commit is contained in:
Peter Maquiran
2022-04-29 15:31:27 +01:00
parent b2d141c709
commit 7862cfb1df
6 changed files with 192 additions and 18 deletions
@@ -119,6 +119,7 @@ export class ExpedienteDetailPage implements OnInit {
this.sqliteservice.updateProcess(res)
}
}
getFromDB() {
if (this.platform.is('desktop') || this.platform.is('mobileweb')) {
this.storage.get('expediente_details').then((process) => {