From b97d181050df39e58ec399b43e12d4b56da4a8be Mon Sep 17 00:00:00 2001 From: Dasc3er Date: Tue, 8 Sep 2020 11:45:52 +0200 Subject: [PATCH] Fix minori --- modules/fatture/edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/fatture/edit.php b/modules/fatture/edit.php index bffdd1caf..9b6a65373 100755 --- a/modules/fatture/edit.php +++ b/modules/fatture/edit.php @@ -186,7 +186,7 @@ elseif ($record['stato'] == 'Bozza') { ?>
> - {[ "type": "select", "label": "", "name": "codice_stato_fe", "required": 0, "values": "query=SELECT codice as id, CONCAT_WS(' - ',codice,descrizione) as text FROM fe_stati_documento", "value": "$codice_stato_fe$", "disabled": , "class": "unblockable", "help": "" ]} + {[ "type": "select", "label": "", "name": "codice_stato_fe", "required": 0, "values": "query=SELECT codice as id, CONCAT_WS(' - ',codice,descrizione) as text FROM fe_stati_documento", "value": "$codice_stato_fe$", "disabled": , "class": "unblockable", "help": "" ]}