Fixed: Tooltip of geaenderte LA will show up now

This commit is contained in:
Cris
2019-10-28 16:26:38 +01:00
committed by hainberg
parent 720f117312
commit ab947cf5f1
@@ -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)
{