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 2 additions and 2 deletions
Showing only changes of commit 06fa4aebc5 - Show all commits

View File

@ -134,10 +134,10 @@ const openCreateInvoiceModal = () => {
<template #st-actions>
<QBtn
@click="openPdf()"
class="q-mr-xl"
class="q-mr-md"
color="primary"
icon="cloud_download"
:disable="selectedCards.size === 0"
:label="t('globals.download')"
>
<QTooltip>{{ t('downloadPdf') }}</QTooltip>
</QBtn>