Compare commits

..

No commits in common. '8b9c956d32f67cfa6ea897061b2c98b38b78d6b7' and 'd8d5e88ed5dfc97159cf9eeb6de199755c7b9c66' have entirely different histories.

@ -177,7 +177,7 @@ async function getActualDataAndFillView(monat = currentDate.getMonth(), jahr = c
});
// Filter funktion aufrufen und entsprechend mit dem aktuellen Datum füllen
const filteredEntries = await filterEntriesByMonthYear(monat === 12 ? 1 : monat + 1, monat + 1 >= 9 ? jahr + 1 : jahr);
const filteredEntries = await filterEntriesByMonthYear(monat === 12 ? 1 : monat + 1, jahr);
// Tabelle mit den aktuellen informationen füllen (funktion triggern und Daten übergeben)
fillTableWithEntries(filteredEntries)

Loading…
Cancel
Save

Powered by TurnKey Linux.