mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-05 02:07:40 +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() {
|
$("#tipo_sconto").on("change", function() {
|
||||||
let $data = $("#idarticolo").selectData();
|
verificaScontoArticolo();
|
||||||
ottieniScontiArticolo($data.id).then(function() {
|
|
||||||
if ($("#sconto").val().toEnglish() === 0){
|
|
||||||
aggiornaScontoArticolo();
|
|
||||||
} else {
|
|
||||||
verificaScontoArticolo();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#idarticolo").on("change", function() {
|
$("#idarticolo").on("change", function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user