3 changed files with 20 additions and 2 deletions
@ -0,0 +1,13 @@
@@ -0,0 +1,13 @@
|
||||
<script> |
||||
import { t } from '../../translations.svelte.js'; |
||||
import { useTinyRouter } from 'svelte-tiny-router'; |
||||
|
||||
let router = useTinyRouter(); |
||||
let company_id = router.query.company; |
||||
|
||||
</script> |
||||
|
||||
<fieldset> |
||||
<legend>{t('document.add_new')}</legend> |
||||
Company: {company_id} |
||||
</fieldset> |
||||
Loading…
Reference in new issue