Add employee active flag
This commit is contained in:
Vendored
+1
@@ -389,6 +389,7 @@ class AgrarmonitorConnector {
|
||||
nummer: cells[0]?.textContent?.trim() ?? '',
|
||||
nachname: cells[1]?.textContent?.trim() ?? '',
|
||||
vorname: cells[2]?.textContent?.trim() ?? '',
|
||||
aktiv: Boolean(row.querySelector('td.toggle .fa-check, td.toggle .text-green')),
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user