fix(pos/invoicing): fix unclosed template literal in invoicing.js and bump cache version

This commit is contained in:
2026-06-14 09:40:19 +00:00
parent 8796cadb56
commit 5e9ac57f08
2 changed files with 2 additions and 1 deletions

View File

@@ -340,6 +340,7 @@ const Invoicing = (() => {
<a class="btn btn--ghost btn--sm" href="${API}/facturapi/download/${item.id}/pdf" target="_blank">Descargar PDF</a>
</div>
` : ''}
`;
}
// Wire the cancel button inside modal footer