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
if (prefilledData.monto) {
displayValue = prefilledData.monto.toString();
displayEl.value = displayValue;
displayValue = prefilledData.monto;
document.getElementById(numpad_display).value = displayValue;
}
if (prefilledData.tipo) {
document.getElementById(field_tipo).value = prefilledData.tipo;