From 122a52f18edc315e324bdd946bfb6c84b27150c3 Mon Sep 17 00:00:00 2001 From: alexm Date: Tue, 6 May 2025 11:08:59 +0200 Subject: [PATCH] feat: change bank entity select option label from name to bic --- src/pages/Customer/Card/CustomerBillingData.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Customer/Card/CustomerBillingData.vue b/src/pages/Customer/Card/CustomerBillingData.vue index e4b6f8365..751e91a40 100644 --- a/src/pages/Customer/Card/CustomerBillingData.vue +++ b/src/pages/Customer/Card/CustomerBillingData.vue @@ -58,7 +58,7 @@ const getBankEntities = (data, formData) => { :acls="[{ model: 'BankEntity', props: '*', accessType: 'WRITE' }]" :rules="validate('Worker.bankEntity')" hide-selected - option-label="name" + option-label="bic" option-value="id" v-model="data.bankEntityFk" >