From 4514627ec0d59ad62a0fbfe08d9d253188fd7cba Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Thu, 9 Oct 2025 18:29:07 +0200 Subject: [PATCH] Fixed Wrong Bic Key --- stores/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stores/data.js b/stores/data.js index 554177b..264537a 100644 --- a/stores/data.js +++ b/stores/data.js @@ -748,7 +748,7 @@ export const useDataStore = defineStore('data', () => { inputType: "text", inputColumn: "Abrechnung" },{ - key: 'bankinBIC', + key: 'bankingBIC', label: "BIC", inputType: "text", inputColumn: "Abrechnung"