1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-18 12:30:35 +01:00

Fix selezione Preventivo in Attività

This commit is contained in:
Dasc3er 2021-08-06 15:27:36 +02:00
parent f9d002ab1a
commit 026b517845

View File

@ -695,7 +695,7 @@ $(document).ready(function() {
ordine.getElement().selectReset();
// Impostazione del tipo intervento da preventivo
var data = (this).selectData()
var data = $(this).selectData()
if (data.idtipointervento) {
input("idtipointervento").getElement()
.selectSet(data.idtipointervento);