1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-17 03:51:06 +01:00

Fix minore piani sconto

This commit is contained in:
MatteoPistorello 2022-03-16 17:55:13 +01:00
parent 95d4d225c9
commit 768a9987da

View File

@ -142,7 +142,6 @@ $("#idarticolo").on("change", function() {
$("#prezzivendita").html(""); $("#prezzivendita").html("");
$("#prezziacquisto").html(""); $("#prezziacquisto").html("");
$("#prezzo_unitario").val(""); $("#prezzo_unitario").val("");
$("#sconto").val("");
} }
if (!$(this).val()) { if (!$(this).val()) {