This commit is contained in:
Dwi Swandhana
2026-07-19 21:16:52 +07:00
parent 92117e3320
commit 5e097c1abc
+3 -3
View File
@@ -4948,9 +4948,9 @@
});
}
function openlamanekpertise(dlp, nofoto, idne){
dlp = dlp || document.getElementById('dlp').value;
nofoto = nofoto || document.getElementById('nofoto').value;
idne = idne || document.getElementById('periksa_id').value;
dlp = dlp || document.getElementById('dlp').value;
nofoto = nofoto || document.getElementById('nofoto').value;
idne = idne || document.getElementById('periksa_id').value;
$('#dlp').val(dlp);
$('#nofoto').val(nofoto);
$('#periksa_id').val(idne);