@@ -210,4 +210,5 @@ const filterOptions = {
es:
In case of a company succession, specify the grantor company: En el caso de que haya habido una sucesiĆ³n de empresa, indicar la empresa cedente
+ Comercial name: Nombre comercial
diff --git a/src/pages/Customer/Card/CustomerBillingData.vue b/src/pages/Customer/Card/CustomerBillingData.vue
index 1e794c9df..e1b126195 100644
--- a/src/pages/Customer/Card/CustomerBillingData.vue
+++ b/src/pages/Customer/Card/CustomerBillingData.vue
@@ -24,8 +24,9 @@ const filter = {
limit: 30,
};
-const getBankEntities = () => {
+const getBankEntities = (data, formData) => {
bankEntitiesRef.value.fetch();
+ formData.bankEntityFk = Number(data.id);
};
@@ -89,7 +90,9 @@ const getBankEntities = () => {
v-model="data.bankEntityFk"
>
-
+
diff --git a/src/pages/Customer/Card/CustomerWebPayment.vue b/src/pages/Customer/Card/CustomerWebPayment.vue
index fd9062c38..6fba29499 100644
--- a/src/pages/Customer/Card/CustomerWebPayment.vue
+++ b/src/pages/Customer/Card/CustomerWebPayment.vue
@@ -1,8 +1,10 @@
- (rows = data)"
- auto-load
- ref="clientsTransactionsRef"
- url="clients/transactions"
- />
-
{
-
+