commit 49d7f178ffedac94d5e1493c6df7f9a1ce6707d3
parent 913e57f6327511bc01256bbdf8ab8ca953d28ad0
Author: Sebastian <sebasjm@gmail.com>
Date: Wed, 5 Mar 2025 11:13:43 -0300
fix #9576
Diffstat:
2 files changed, 68 insertions(+), 68 deletions(-)
diff --git a/packages/web-util/src/forms/gana/VQF_902_1_all.ts b/packages/web-util/src/forms/gana/VQF_902_1_all.ts
@@ -118,15 +118,15 @@ export function VQF_902_1_all(
return !!root && root["CUSTOMER_TYPE"] !== "NATURAL_PERSON";
},
},
- {
- id: TalerFormAttributes.VQF_902_1.CUSTOMER_NATURAL_NATIONAL_ID.id,
- label: i18n.str`Identification document`,
- type: "text",
- required: true,
- hide(value, root) {
- return !!root && root["CUSTOMER_TYPE"] !== "NATURAL_PERSON";
- },
- },
+ // {
+ // id: TalerFormAttributes.VQF_902_1.CUSTOMER_NATURAL_NATIONAL_ID.id,
+ // label: i18n.str`Identification document`,
+ // type: "text",
+ // required: true,
+ // hide(value, root) {
+ // return !!root && root["CUSTOMER_TYPE"] !== "NATURAL_PERSON";
+ // },
+ // },
{
id: TalerFormAttributes.VQF_902_1.CUSTOMER_NATURAL_NATIONAL_ID_COPY
.id,
@@ -157,15 +157,15 @@ export function VQF_902_1_all(
return !!root && root["CUSTOMER_TYPE"] !== "OPERATIONAL";
},
},
- {
- id: TalerFormAttributes.VQF_902_1.CUSTOMER_NATURAL_COMPANY_ID.id,
- label: i18n.str`Company identification document`,
- type: "text",
- required: false,
- hide(value, root) {
- return !!root && root["CUSTOMER_TYPE"] !== "OPERATIONAL";
- },
- },
+ // {
+ // id: TalerFormAttributes.VQF_902_1.CUSTOMER_NATURAL_COMPANY_ID.id,
+ // label: i18n.str`Company identification document`,
+ // type: "text",
+ // required: false,
+ // hide(value, root) {
+ // return !!root && root["CUSTOMER_TYPE"] !== "OPERATIONAL";
+ // },
+ // },
{
id: TalerFormAttributes.VQF_902_1.CUSTOMER_NATURAL_COMPANY_ID_COPY
.id,
@@ -223,15 +223,15 @@ export function VQF_902_1_all(
return !!root && root["CUSTOMER_TYPE"] !== "OPERATIONAL";
},
},
- {
- id: TalerFormAttributes.VQF_902_1.CUSTOMER_ENTITY_ID.id,
- label: i18n.str`Identification document`,
- type: "text",
- required: true,
- hide(value, root) {
- return !!root && root["CUSTOMER_TYPE"] !== "OPERATIONAL";
- },
- },
+ // {
+ // id: TalerFormAttributes.VQF_902_1.CUSTOMER_ENTITY_ID.id,
+ // label: i18n.str`Identification document`,
+ // type: "text",
+ // required: true,
+ // hide(value, root) {
+ // return !!root && root["CUSTOMER_TYPE"] !== "OPERATIONAL";
+ // },
+ // },
{
id: TalerFormAttributes.VQF_902_1.CUSTOMER_ENTITY_ID_COPY.id,
label: i18n.str`Copy of identification document`,
@@ -294,13 +294,13 @@ export function VQF_902_1_all(
type: "text",
required: true,
},
- {
- id: TalerFormAttributes.VQF_902_1_founder.FOUNDER_NATIONAL_ID
- .id,
- label: i18n.str`Identification document`,
- type: "text",
- required: true,
- },
+ // {
+ // id: TalerFormAttributes.VQF_902_1_founder.FOUNDER_NATIONAL_ID
+ // .id,
+ // label: i18n.str`Identification document`,
+ // type: "text",
+ // required: true,
+ // },
{
id: TalerFormAttributes.VQF_902_1_founder.FOUNDER_NATIONAL_COPY
.id,
diff --git a/packages/web-util/src/forms/gana/VQF_902_1_customer.ts b/packages/web-util/src/forms/gana/VQF_902_1_customer.ts
@@ -115,15 +115,15 @@ export function VQF_902_1_customer(
return !!root && root["CUSTOMER_TYPE"] !== "NATURAL";
},
},
- {
- id: TalerFormAttributes.VQF_902_1.CUSTOMER_NATURAL_NATIONAL_ID.id,
- label: i18n.str`Identification document`,
- type: "text",
- required: true,
- hide(value, root) {
- return !!root && root["CUSTOMER_TYPE"] !== "NATURAL";
- },
- },
+ // {
+ // id: TalerFormAttributes.VQF_902_1.CUSTOMER_NATURAL_NATIONAL_ID.id,
+ // label: i18n.str`Identification document`,
+ // type: "text",
+ // required: true,
+ // hide(value, root) {
+ // return !!root && root["CUSTOMER_TYPE"] !== "NATURAL";
+ // },
+ // },
{
id: TalerFormAttributes.VQF_902_1.CUSTOMER_NATURAL_NATIONAL_ID_COPY
.id,
@@ -154,15 +154,15 @@ export function VQF_902_1_customer(
return !!root && root["CUSTOMER_TYPE"] !== "NATURAL";
},
},
- {
- id: TalerFormAttributes.VQF_902_1.CUSTOMER_NATURAL_COMPANY_ID.id,
- label: i18n.str`Company identification document`,
- type: "text",
- required: false,
- hide(value, root) {
- return !!root && root["CUSTOMER_TYPE"] !== "NATURAL";
- },
- },
+ // {
+ // id: TalerFormAttributes.VQF_902_1.CUSTOMER_NATURAL_COMPANY_ID.id,
+ // label: i18n.str`Company identification document`,
+ // type: "text",
+ // required: false,
+ // hide(value, root) {
+ // return !!root && root["CUSTOMER_TYPE"] !== "NATURAL";
+ // },
+ // },
{
id: TalerFormAttributes.VQF_902_1.CUSTOMER_NATURAL_COMPANY_ID_COPY
.id,
@@ -220,15 +220,15 @@ export function VQF_902_1_customer(
return !!root && root["CUSTOMER_TYPE"] !== "OPERATIONAL";
},
},
- {
- id: TalerFormAttributes.VQF_902_1.CUSTOMER_ENTITY_ID.id,
- label: i18n.str`Identification document`,
- type: "text",
- required: true,
- hide(value, root) {
- return !!root && root["CUSTOMER_TYPE"] !== "OPERATIONAL";
- },
- },
+ // {
+ // id: TalerFormAttributes.VQF_902_1.CUSTOMER_ENTITY_ID.id,
+ // label: i18n.str`Identification document`,
+ // type: "text",
+ // required: true,
+ // hide(value, root) {
+ // return !!root && root["CUSTOMER_TYPE"] !== "OPERATIONAL";
+ // },
+ // },
{
id: TalerFormAttributes.VQF_902_1.CUSTOMER_ENTITY_ID_COPY.id,
label: i18n.str`Copy of identification document`,
@@ -291,13 +291,13 @@ export function VQF_902_1_customer(
type: "text",
required: true,
},
- {
- id: TalerFormAttributes.VQF_902_1_founder.FOUNDER_NATIONAL_ID
- .id,
- label: i18n.str`Identification document`,
- type: "text",
- required: true,
- },
+ // {
+ // id: TalerFormAttributes.VQF_902_1_founder.FOUNDER_NATIONAL_ID
+ // .id,
+ // label: i18n.str`Identification document`,
+ // type: "text",
+ // required: true,
+ // },
{
id: TalerFormAttributes.VQF_902_1_founder.FOUNDER_NATIONAL_COPY
.id,