diff --git a/plugins/importFE/buttons.php b/plugins/importFE/buttons.php index 67910eef7..30c5108be 100755 --- a/plugins/importFE/buttons.php +++ b/plugins/importFE/buttons.php @@ -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();