mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-19 04:50:42 +01:00
Stile del codice
This commit is contained in:
parent
dcf69559b0
commit
fd0732d138
@ -297,16 +297,11 @@ if (empty($id_intervento)) {
|
|||||||
|
|
||||||
}, function(){
|
}, function(){
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function deselezionaTutto(){
|
function deselezionaTutto(){
|
||||||
|
|
||||||
input("tecnici_assegnati").getElement().selectReset();
|
input("tecnici_assegnati").getElement().selectReset();
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>';
|
</script>';
|
||||||
|
@ -20,7 +20,7 @@ UPDATE `co_pianodeiconti2` SET `idpianodeiconti1` = 1 WHERE `descrizione` = 'Con
|
|||||||
ALTER TABLE `mg_articoli` ADD `qta_multipla` DECIMAL(15,6) NOT NULL DEFAULT '0' AFTER `threshold_qta`;
|
ALTER TABLE `mg_articoli` ADD `qta_multipla` DECIMAL(15,6) NOT NULL DEFAULT '0' AFTER `threshold_qta`;
|
||||||
|
|
||||||
-- Correzione riferimenti Articoli Interventi per Fatture
|
-- Correzione riferimenti Articoli Interventi per Fatture
|
||||||
UPDATE co_righe_documenti SET co_righe_documenti.original_id = (SELECT id FROM in_righe_interventi WHERE co_righe_documenti.original_id = in_righe_interventi.old_id) WHERE co_righe_documenti.original_type = 'Modules\\Interventi\\Components\\Articolo';
|
UPDATE `co_righe_documenti` SET `co_righe_documenti`.`original_id` = (SELECT `id` FROM `in_righe_interventi` WHERE `co_righe_documenti`.`original_id` = `in_righe_interventi`.`old_id`) WHERE `co_righe_documenti`.`original_type` = 'Modules\\Interventi\\Components\\Articolo';
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Aggiornamento dati Interventi per Fatture
|
-- Aggiornamento dati Interventi per Fatture
|
||||||
|
Loading…
x
Reference in New Issue
Block a user