Update metodos.js

This commit is contained in:
Marcelo Sanchez 2026-01-29 16:40:07 -05:00
parent eb8ded0312
commit 51e83026d4

View File

@ -693,7 +693,7 @@ async function Func_MiTasaRecoleccionBasura(agent, req, res, lery = 1, data = nu
let suma = 0;
msger = msger + '\n🏠 Contrato *' + elem_legio.numero_contrato + '* (' + funcion.conver_capitalice(elem_legio.direccion) + ') \n';
msger = msger + '\nValores emitidos - 2025 \n';
msger = msger + 'Valores emitidos - 2025 \n';
elem_legio.facturas_usadas_para_promedio.forEach(elem_omega => {
if (elem_omega.estado_proceso == 'GENERADA POR CNEL') {
msger = msger + '🚛 ' + elem_omega.mes + ' : *$' + elem_omega.monto_total + '*\n';