commit 1ff69d2c15e57a3c95c5e2587e59a6b6ac130f3a
parent c25f74d89a189345e05ac0073a24b896a5de47c2
Author: Florian Dold <florian@dold.me>
Date: Tue, 25 Mar 2025 02:47:16 +0100
form tweaks
Diffstat:
2 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/packages/web-util/src/forms/gana/VQF_902_11.ts b/packages/web-util/src/forms/gana/VQF_902_11.ts
@@ -47,8 +47,8 @@ export function VQF_902_11(
title: i18n.str`The contracting partner hereby declares that:`,
fields: [
{
- id: TalerFormAttributes.CONTROLLING_ENTITY_LEVEL,
- label: i18n.str`Controlling entity reason:`,
+ id: TalerFormAttributes.CONTROL_REASON,
+ label: i18n.str`Reason for control`,
type: "choiceStacked",
choices: [
{
diff --git a/packages/web-util/src/forms/gana/taler_form_attributes.ts b/packages/web-util/src/forms/gana/taler_form_attributes.ts
@@ -558,15 +558,9 @@ export const TalerFormAttributes = {
/**
* Description:
*
- * GANA Type: Paragraph
- */
- CONTROLLING_ENTITY_CONTRACTING_PARTNER: "CONTROLLING_ENTITY_CONTRACTING_PARTNER" as UIHandlerId,
- /**
- * Description:
- *
* GANA Type: '25_MORE_RIGHTS' | 'OTHER_WAY' | 'DIRECTOR'
*/
- CONTROLLING_ENTITY_LEVEL: "CONTROLLING_ENTITY_LEVEL" as UIHandlerId,
+ CONTROL_REASON: "CONTROL_REASON" as UIHandlerId,
/**
* Description: Is a third person the beneficial owner of the assets?
*