From 47c66186a33c02b84b111c4914658655ebe92f91 Mon Sep 17 00:00:00 2001 From: Dasc3er Date: Fri, 16 Oct 2020 18:17:20 +0200 Subject: [PATCH] Correzioni minori --- modules/fatture/edit.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/fatture/edit.php b/modules/fatture/edit.php index 1832edc8f..b667154ac 100755 --- a/modules/fatture/edit.php +++ b/modules/fatture/edit.php @@ -175,7 +175,7 @@ elseif ($record['stato'] == 'Bozza') { ?>
> - {[ "type": "date", "label": "", "name": "data_registrazione", "required": 0, "value": "$data_registrazione$", "help": "" ]} + {[ "type": "date", "label": "", "name": "data_registrazione", "value": "$data_registrazione$", "help": "" ]}
@@ -188,7 +188,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", "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": "idanagrafica", "required": 1, "ajax-source": "clienti","select-options": $record['idanagrafica']]); ?>, "help": "fetchOne('SELECT ragione_sociale FROM an_anagrafiche WHERE idanagrafica = '.prepare(setting('Azienda predefinita')))['ragione_sociale']); ?>", "value": "$idanagrafica$" ]} + {[ "type": "select", "label": "", "name": "idanagrafica", "required": 1, "ajax-source": "clienti", "help": "fetchOne('SELECT ragione_sociale FROM an_anagrafiche WHERE idanagrafica = '.prepare(setting('Azienda predefinita')))['ragione_sociale']); ?>", "value": "$idanagrafica$" ]}