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:
parent
f9d002ab1a
commit
026b517845
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user