Update pagos.js

This commit is contained in:
Naiel
2025-12-13 12:24:00 +01:00
committed by GitHub
parent 9b0d33710f
commit 0eb519dea4

View File

@@ -257,6 +257,7 @@ PAGES.pagos = {
}
var tipo = document.getElementById(field_tipo).value;
var metodo = document.getElementById(field_metodo).value;
if (tipo === "Transferencia") {
var personaDestinoId = document.getElementById(
field_persona_destino