mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-03-12 01:00:13 +01:00
Fix minore importFE
This commit is contained in:
parent
c8ed7d874f
commit
a320b680e9
@ -63,8 +63,6 @@ function compile(btn) {
|
|||||||
$("#id_tipo").selectSet(response.id_tipo);
|
$("#id_tipo").selectSet(response.id_tipo);
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#pagamento").selectSetNew(response.pagamento.id, response.pagamento.descrizione);
|
|
||||||
|
|
||||||
$("select[name^=iva]").each(function(){
|
$("select[name^=iva]").each(function(){
|
||||||
var aliquota = $(this).closest("tr").find("[id^=aliquota]").text();
|
var aliquota = $(this).closest("tr").find("[id^=aliquota]").text();
|
||||||
if (response.iva[aliquota] !== undefined && !$(this).val()){
|
if (response.iva[aliquota] !== undefined && !$(this).val()){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user