stock entries button on product card (#1079)

This commit is contained in:
kriddles
2020-10-20 13:14:25 -05:00
committed by GitHub
parent 57aa6499eb
commit ff254f8db2
2 changed files with 9 additions and 0 deletions

View File

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