mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
stock entries button on product card (#1079)
This commit is contained in:
@@ -20,6 +20,13 @@
|
||||
title="{{ $__t('Stock journal for this product') }}">
|
||||
<i class="fas fa-file-alt"></i>
|
||||
</a>
|
||||
<a id="productcard-product-stock-button"
|
||||
class="btn btn-sm btn-outline-info py-0 float-right disabled"
|
||||
href="#"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Stock entries for this product') }}">
|
||||
<i class="fas fa-boxes"></i>
|
||||
</a>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<h3><span id="productcard-product-name"></span></h3>
|
||||
|
Reference in New Issue
Block a user