Update pagos.js
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user