Merge branch 'main' into fix/sk-7/bugs

This commit is contained in:
amazuecos
2025-03-31 00:19:12 +02:00
12 changed files with 375 additions and 140 deletions

View File

@ -65,7 +65,7 @@ export const toastPresupuestoSummary = (value, target = 'body') => {
html: `
<div class="d-flex flex-column p-0 m-0">
<p class="m-0">Total presupuesto</p>
<span class="badge badge-label-primary fs-small">${value}</span>
<span class="badge badge-label-primary fs-small autonumeric-resumen-currency">${value}</span>
</div>`,
customClass: {
popup: 'bg-primary text-white',