feature/InvoicesOutCorrections #232

Merged
jsegarra merged 25 commits from :feature/InvoicesOutCorrections into dev 2024-03-20 13:34:35 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4b860e0583 - Show all commits

View File

@ -158,7 +158,7 @@ const openPdf = () => {
>
<template #list-items>
<VnLv
:label="t('invoiceOut.list.amount')"
:label="t('invoiceOut.list.issued')"
:value="toDate(row.issued)"
/>
<VnLv