From 32b4c40e1105e012ca07c702fa131351420ac54a Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Mon, 12 Jan 2026 19:40:32 +0100 Subject: [PATCH] Fix #1 --- frontend/stores/data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/stores/data.js b/frontend/stores/data.js index a28952b..b311193 100644 --- a/frontend/stores/data.js +++ b/frontend/stores/data.js @@ -2499,8 +2499,8 @@ export const useDataStore = defineStore('data', () => { component: vehicle, inputType: "select", selectDataType: "vehicles", - selectOptionAttribute: "licensePlate", - selectSearchAttributes: ['licensePlate'], + selectOptionAttribute: "license_plate", + selectSearchAttributes: ['license_plate','vin'], }, { key: "inventoryitem",