From 7385be6218ae58646c53108aa5e27cfa2803f6b9 Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Thu, 15 Feb 2024 17:47:17 +0100 Subject: [PATCH] Fix aggiunta conto in partitario --- modules/partitario/add_conto.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/modules/partitario/add_conto.php b/modules/partitario/add_conto.php index 1190181d6..41d73b275 100755 --- a/modules/partitario/add_conto.php +++ b/modules/partitario/add_conto.php @@ -38,11 +38,12 @@ $lvl = get('lvl');
{[ "type": "text", "label": "", "name": "descrizione", "required": 1 ]}
- -
- {[ "type": "number", "decimals": 0, "label": "", "name": "percentuale_deducibile", "value": "", "icon-after": "", "max-value": "100", "min-value": "0" ]} -
- +
+ {[ "type": "number", "decimals": 0, "label": "", "name": "percentuale_deducibile", "value": "", "icon-after": "", "max-value": "100", "min-value": "0" ]} +
+
+ {[ "type": "select", "label": "", "name": "dir", "value": "", "values": "list=\"entrata\":\"Ricavo\", \"uscita\":\"Costo\", \"entrata/uscita\":\"Ricavo e Costo\", \"\": \"Non usare\"" ]} +