refs #1985 fixed defined url company_id and fixed module category page..

This commit is contained in:
Cüneyt Şentürk
2021-04-19 19:23:11 +03:00
parent 0dc2b362c0
commit a22a624f1e
8 changed files with 8 additions and 8 deletions

View File

@ -31,7 +31,7 @@
@stack('stylesheet')
<script type="text/javascript"><!--
var url = '{{ url("/") }}';
var url = '{{ url("/" . company_id()) }}';
var app_home = '{{ route("apps.home.index") }}';
var app_url = '{{ config("app.url") }}';
var aka_currency = {!! !empty($currency) ? $currency : 'false' !!};