mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-04 17:57:48 +01:00
Update articolo.php
This commit is contained in:
parent
21005e4e88
commit
bc01b81ef3
@ -116,14 +116,7 @@ $(document).ready(function () {
|
||||
});
|
||||
|
||||
$("#tipo_sconto").on("change", function() {
|
||||
let $data = $("#idarticolo").selectData();
|
||||
ottieniScontiArticolo($data.id).then(function() {
|
||||
if ($("#sconto").val().toEnglish() === 0){
|
||||
aggiornaScontoArticolo();
|
||||
} else {
|
||||
verificaScontoArticolo();
|
||||
}
|
||||
});
|
||||
verificaScontoArticolo();
|
||||
});
|
||||
|
||||
$("#idarticolo").on("change", function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user