Merge pull request #2243 from CihanSenturk/master
wizard company country dropdown options issue
This commit is contained in:
commit
0a4e066451
@ -7,6 +7,7 @@
|
||||
<script type="text/javascript">
|
||||
var wizard_translations = {!! json_encode($translations) !!};
|
||||
var wizard_company = {!! json_encode($company) !!};
|
||||
var wizard_country = {!! json_encode(trans('countries')) !!};
|
||||
var wizard_currencies = {!! json_encode($currencies) !!};
|
||||
var wizard_currency_codes = {!! json_encode($currency_codes) !!};
|
||||
var wizard_taxes = {!! json_encode($taxes) !!};
|
||||
|
Loading…
x
Reference in New Issue
Block a user