1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-23 12:29:58 +01:00

Fix minore importFE

This commit is contained in:
MatteoPistorello 2022-04-04 10:20:14 +02:00
parent c8ed7d874f
commit a320b680e9

View File

@ -62,8 +62,6 @@ function compile(btn) {
if(!$("#id_tipo").val()) {
$("#id_tipo").selectSet(response.id_tipo);
}
$("#pagamento").selectSetNew(response.pagamento.id, response.pagamento.descrizione);
$("select[name^=iva]").each(function(){
var aliquota = $(this).closest("tr").find("[id^=aliquota]").text();