Added CustomerRef to HistoryItemGen

This commit is contained in:
2025-01-10 14:15:22 +01:00
parent 423733967e
commit 8a00dffce0

View File

@@ -2065,6 +2065,8 @@ export const useDataStore = defineStore('data', () => {
name = "Wöchentliche Arbeitstage" name = "Wöchentliche Arbeitstage"
} else if(key === "weeklyWorkingHours") { } else if(key === "weeklyWorkingHours") {
name = "Wöchentliche Arbeitszeit" name = "Wöchentliche Arbeitszeit"
} else if(key === "customerRef") {
name = "Referenz des Kunden"
} else if(key === "licensePlate") { } else if(key === "licensePlate") {
name = "Kennzeichen" name = "Kennzeichen"
}else if(key === "tankSize") { }else if(key === "tankSize") {