From ab947cf5f1a85df9b4fec34c1750548a2e8ebacf Mon Sep 17 00:00:00 2001 From: Cris Date: Mon, 28 Oct 2019 16:26:38 +0100 Subject: [PATCH] Fixed: Tooltip of geaenderte LA will show up now --- application/views/lehre/lehrauftrag/acceptLehrauftrag.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/views/lehre/lehrauftrag/acceptLehrauftrag.php b/application/views/lehre/lehrauftrag/acceptLehrauftrag.php index 4a261097a..d4c25f878 100644 --- a/application/views/lehre/lehrauftrag/acceptLehrauftrag.php +++ b/application/views/lehre/lehrauftrag/acceptLehrauftrag.php @@ -189,7 +189,6 @@ $this->load->view( if (bestellt != null && (betrag != vertrag_betrag)) { cell.getElement().classList.add('bg-warning'); // geaenderte - row.getElement().style["pointerEvents"] = "none"; } else if(bestellt != null && erteilt != null && akzeptiert == null) {