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\"" ]} +