implemented storing of customer settings when sending document

This commit is contained in:
2025-07-17 23:24:57 +02:00
parent 763e5b447b
commit 67cb0b61b6
6 changed files with 55 additions and 32 deletions

View File

@@ -67,5 +67,6 @@
</fieldset>
<fieldset>
<legend>{t('actions')}</legend>
<button onclick={() => router.navigate(`/document/${id}/view`)}>{t('abort')}</button>
<button onclick={doSend}>{t('do_send')}</button>
</fieldset>