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

@ -13,7 +13,7 @@
:value="'{{ request('category') }}'"
@change="onChangeCategory($event)"
></akaunting-select>
{{ Form::hidden('category_page', url("apps/categories"), ['id' => 'category_page']) }}
{{ Form::hidden('category_page', url(company_id() . "/apps/categories"), ['id' => 'category_page']) }}
</div>
<div class="vr d-none d-sm-block"></div>