Correccion de errores

This commit is contained in:
2026-08-05 10:16:57 -05:00
parent 519cd619ec
commit 3b571aa5ee
3 changed files with 3 additions and 1 deletions
+2
View File
@@ -41,6 +41,8 @@ document.addEventListener('DOMContentLoaded', function () {
let configuracionGlobal = {};
const API_URL = '/api';
function formatearPesosSinDecimales(valor) {
const numero = Number(valor);
if (isNaN(numero)) return '';