Changed Notifications to Benachrichtigungen

Correcte getStartetWorkingTimes Functions
This commit is contained in:
2024-04-08 13:06:11 +02:00
parent e2a15644ce
commit 3a0f3f75b4
2 changed files with 2 additions and 2 deletions

View File

@@ -858,7 +858,7 @@ export const useDataStore = defineStore('data', () => {
})
const getStartedWorkingTimes = computed(() => () => {
return workingtimes.value.filter(i => !i.end)
return workingtimes.value.filter(i => !i.endDate)
})
const getStockByProductId = computed(() => (productId) => {