changeable frontend invoicing currency

This commit is contained in:
Peter Papp
2021-05-21 10:04:37 +02:00
parent c760116cbf
commit 31954767b7
4 changed files with 126 additions and 93 deletions
+3
View File
@@ -72,6 +72,9 @@
legal: {!! $legal ?? 'undefined' !!},
installation: '{{ $installation ?? 'initial' }}',
// oasis
invoicingCurrency: '{{ config('vuefilemanager-invoicing.currency') ?? 'EUR' }}',
}
</script>