implemented storing of customer settings when sending document
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user