From d5fc9fd86d127b567ba1f07770f4d3a59fd263a5 Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 27 Apr 2020 12:26:27 +0200 Subject: [PATCH] Fix minori Aggiunti help per ddt --- modules/anagrafiche/ajax/select.php | 2 +- modules/ddt/actions.php | 2 +- modules/ddt/add.php | 1 - modules/ddt/edit.php | 12 ++++++------ 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/modules/anagrafiche/ajax/select.php b/modules/anagrafiche/ajax/select.php index b76d9d1d4..6fa86c3ef 100755 --- a/modules/anagrafiche/ajax/select.php +++ b/modules/anagrafiche/ajax/select.php @@ -144,7 +144,7 @@ switch ($resource) { $where = []; if (empty($filter)) { $where[] = 'deleted_at IS NULL'; - $where[] = "an_tipianagrafiche_anagrafiche.idtipoanagrafica IN (SELECT idtipoanagrafica FROM an_tipianagrafiche WHERE descrizione = 'Cliente' OR descrizione = 'Fornitore')"; + $where[] = "an_tipianagrafiche_anagrafiche.idtipoanagrafica IN (SELECT idtipoanagrafica FROM an_tipianagrafiche WHERE descrizione = 'Cliente' OR descrizione = 'Fornitore' OR descrizione = 'Azienda')"; } if (!empty($search)) { diff --git a/modules/ddt/actions.php b/modules/ddt/actions.php index 7ac4313fe..bb881861b 100755 --- a/modules/ddt/actions.php +++ b/modules/ddt/actions.php @@ -116,7 +116,7 @@ switch (post('op')) { // Controllo sulla presenza di DDT con lo stesso numero secondario $direzione = $ddt->direzione; - if ($direzione == 'uscita') { + if ($direzione == 'uscita' and !empty($numero_esterno)) { $count = DDT::where('numero_esterno', $numero_esterno) ->where('id', '!=', $id_record) ->where('idanagrafica', '=', $id_anagrafica) diff --git a/modules/ddt/add.php b/modules/ddt/add.php index a9bfe8b40..0536e4216 100755 --- a/modules/ddt/add.php +++ b/modules/ddt/add.php @@ -34,7 +34,6 @@ $id_anagrafica = !empty(get('idanagrafica')) ? get('idanagrafica') : '';
{[ "type": "date", "label": "", "name": "data", "required": 1, "value": "-now-" ]}
-
{[ "type": "select", "label": "", "name": "idanagrafica", "id": "idanagrafica_add", "required": 1, "value": "", "ajax-source": "clienti_fornitori", "icon-after": "add||tipoanagrafica=" ]}
diff --git a/modules/ddt/edit.php b/modules/ddt/edit.php index 4d1106023..f333267ae 100755 --- a/modules/ddt/edit.php +++ b/modules/ddt/edit.php @@ -108,28 +108,28 @@ $_SESSION['superselect']['idsede_destinazione'] = $record['idsede_destinazione']
- {[ "type": "select", "label": "", "name": "idanagrafica", "required": 1, "value": "$idanagrafica$", "ajax-source": "clienti_fornitori" ]} + {[ "type": "select", "label": "", "name": "idanagrafica", "required": 1, "value": "$idanagrafica$", "ajax-source": "clienti_fornitori" ]}
- {[ "type": "select", "label": "", "name": "idsede_partenza", "ajax-source": "sedi_azienda", "value": "$idsede_partenza$", "readonly": "" ]} + {[ "type": "select", "label": "", "name": "idsede_partenza", "ajax-source": "sedi_azienda", "value": "$idsede_partenza$", "readonly": "", "help": "" ]}
- {[ "type": "select", "label": "", "name": "idsede_destinazione", "ajax-source": "sedi", "value": "$idsede_destinazione$" ]} + {[ "type": "select", "label": "", "name": "idsede_destinazione", "ajax-source": "sedi", "value": "$idsede_destinazione$", "help": "" ]}
- {[ "type": "select", "label": "", "name": "idsede_partenza", "ajax-source": "sedi", "value": "$idsede_partenza$" ]} + {[ "type": "select", "label": "", "name": "idsede_partenza", "ajax-source": "sedi", "value": "$idsede_partenza$", "help": "" ]}
- {[ "type": "select", "label": "", "name": "idsede_destinazione", "ajax-source": "sedi_azienda", "value": "$idsede_destinazione$" ]} + {[ "type": "select", "label": "", "name": "idsede_destinazione", "ajax-source": "sedi_azienda", "value": "$idsede_destinazione$", "help": "" ]}
0)'; $ordini = $dbo->fetchArray($ordini_query)[0]['tot']; - + echo ' '.tr('Ordine').'