From d3ffbdea1b30ee68023f8d51947261d498620f1d Mon Sep 17 00:00:00 2001 From: Jens Cornelsen <79703163+IB-Cornelsen@users.noreply.github.com> Date: Sat, 24 Feb 2024 14:49:42 +0100 Subject: [PATCH] Test Test --- src/components/AusweisPruefenBox.svelte | 59 +------------------------ 1 file changed, 1 insertion(+), 58 deletions(-) diff --git a/src/components/AusweisPruefenBox.svelte b/src/components/AusweisPruefenBox.svelte index a08ff2d2..f0889687 100644 --- a/src/components/AusweisPruefenBox.svelte +++ b/src/components/AusweisPruefenBox.svelte @@ -33,63 +33,6 @@ Ausweisbild, DatenBlattBild, symbolPruefung, - tooltip3Z1, - tooltip3Z2, - table3Z1, - table3Z2, - tooltip4Z1, - tooltip4Z2, - table4Z1, - table4Z2, - tooltip5Z1, - tooltip5Z2, - tooltip5Z3, - table5Z1, - table5Z2, - tooltip6Z1, - tooltip6Z2, - table6Z1, - table6Z2, - tooltip7Z1, - tooltip7Z2, - table7Z1, - table7Z2, - tooltip8Z1, - tooltip8Z2, - table8Z1, - table8Z2, - tooltip9Z1, - tooltip9Z2, - table9Z1, - table9Z2, - tooltip10Z1, - tooltip10Z2, - table10Z1, - table10Z2, - tooltip11Z1, - tooltip11Z2, - table11Z1, - table11Z2, - tooltip12Z1, - tooltip12Z2, - table12Z1, - table12Z2, - tooltip13Z1, - tooltip13Z2, - table13Z1, - table13Z2, - tooltip14Z1, - tooltip14Z2, - table14Z1, - table14Z2, - tooltip15Z1, - tooltip15Z2, - table15Z1, - table15Z2, - tooltip16Z1, - tooltip16Z2, - table16Z1, - table16Z2, zurueckGestellt, warmWasser, anteilWarmwasser, @@ -116,7 +59,7 @@ Abgeschlossen = 2; } - if (ausweis.boxpruefung) { + if (ausweis.gebaeude_stammdaten.boxpruefung) { symbolPruefung = "img/kreishaken.png"; } else { symbolPruefung = "img/kreiskreuz.png";