Changed Notifications to Benachrichtigungen
Correcte getStartetWorkingTimes Functions
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user