Fix visualizzazione informazioni guadagno righe

This commit is contained in:
Luca 2020-11-10 17:36:34 +01:00
parent d88eff81ce
commit c7df6f1999
1 changed files with 3 additions and 1 deletions

View File

@ -84,7 +84,9 @@ if ($options['dir'] == 'entrata') {
}
}
aggiorna_guadagno();
$("#modals > div").on("shown.bs.modal", function () {
aggiorna_guadagno();
});
$("#prezzo_unitario").keyup(aggiorna_guadagno);
$("#costo_unitario").keyup(aggiorna_guadagno);