portal invoice show template fixed

This commit is contained in:
Cüneyt Şentürk 2021-01-12 22:40:26 +03:00
parent 968c2b958c
commit 560ccac78c

View File

@ -80,6 +80,7 @@
<x-documents.show.document
type="invoice"
:document="$invoice"
document-template="{{ setting('invoice.template', 'default') }}"
/>
@endsection