From 38d54900889c607a9789be36bd24d257497ad4f3 Mon Sep 17 00:00:00 2001 From: Luca Date: Tue, 13 Nov 2018 16:02:44 +0100 Subject: [PATCH] Update modules/interventi/add.php --- modules/interventi/add.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/modules/interventi/add.php b/modules/interventi/add.php index ffbb648d1..64aa45b96 100644 --- a/modules/interventi/add.php +++ b/modules/interventi/add.php @@ -409,7 +409,7 @@ if (!empty($id_intervento)) { if($(this).val()){ //TODO: disattivato perché genera problemi con il change successivo di iditpointervento per il tempo standard* - $('#bs-popup #idtipointervento').selectSetNew($(this).selectData().idtipointervento, $(this).selectData().idtipointervento_descrizione); + //$('#bs-popup #idtipointervento').selectSetNew($(this).selectData().idtipointervento, $(this).selectData().idtipointervento_descrizione); } }); @@ -430,13 +430,15 @@ if (!empty($id_intervento)) { // tempo standard* $('#bs-popup #idtipointervento').change( function(){ - if ( (($(this).selectData().tempo_standard)>0) && ('' == '')){ - tempo_standard = $(this).selectData().tempo_standard; - data = moment($('#bs-popup #orario_inizio').val(), globals.timestampFormat); + if ( (($(this).selectData().tempo_standard)>0) && ('' == '')){ + tempo_standard = $(this).selectData().tempo_standard; + + data = moment($('#bs-popup #orario_inizio').val(), globals.timestampFormat); orario_fine = data.add(tempo_standard, 'hours'); $('#bs-popup #orario_fine').val(orario_fine.format(globals.timestampFormat)); } + }); $('#bs-popup #idtecnico').change( function(){