mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Fixed product edit page stock journal button link (fixes #1867)
This commit is contained in:
parent
6ad761e067
commit
c4388a6f8f
@ -29,7 +29,7 @@
|
||||
{{ $__t('Stock entries') }}
|
||||
</a>
|
||||
<a class="btn btn-outline-secondary m-1 mt-md-0 mb-md-0 float-right show-as-dialog-link"
|
||||
href="{{ $U('/stockentries?embedded&product=') }}{{ $product->id }}">
|
||||
href="{{ $U('/stockjournal?embedded&product=') }}{{ $product->id }}">
|
||||
{{ $__t('Stock journal') }}
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user