Update pagos.js

This commit is contained in:
Naiel
2025-11-12 15:07:06 +01:00
committed by GitHub
parent 811fabfced
commit 96b3c60568

View File

@@ -366,8 +366,8 @@ PAGES.pagos = {
// Pre-fill if data provided // Pre-fill if data provided
if (prefilledData.monto) { if (prefilledData.monto) {
displayValue = prefilledData.monto.toString(); displayValue = prefilledData.monto;
displayEl.value = displayValue; document.getElementById(numpad_display).value = displayValue;
} }
if (prefilledData.tipo) { if (prefilledData.tipo) {
document.getElementById(field_tipo).value = prefilledData.tipo; document.getElementById(field_tipo).value = prefilledData.tipo;