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:
parent
c8ed7d874f
commit
a320b680e9
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user