mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 11:15:58 +00:00
changeable frontend invoicing currency
This commit is contained in:
@@ -72,6 +72,9 @@
|
||||
legal: {!! $legal ?? 'undefined' !!},
|
||||
|
||||
installation: '{{ $installation ?? 'initial' }}',
|
||||
|
||||
// oasis
|
||||
invoicingCurrency: '{{ config('vuefilemanager-invoicing.currency') ?? 'EUR' }}',
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user