Fixed product edit page stock journal button link (fixes #1867)

This commit is contained in:
Bernd Bestel 2022-04-21 19:34:08 +02:00
parent 6ad761e067
commit c4388a6f8f
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -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>