1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-25 15:22:24 +01:00

Fix plugin listino clienti

This commit is contained in:
valentina 2024-07-08 15:55:05 +02:00
parent 2b733bd440
commit 2aac565bee

View File

@ -141,7 +141,7 @@ function gestionePrezzi(id_anagrafica, direzione) {
}
function aggiungiPrezzi(button, is_uscita) {
let card = $(button).closest(".box");
let card = $(button).closest(".card");
let direzione = is_uscita ? "uscita" : "entrata";
let id_anagrafica = card.find("select").val();