mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 19:16:37 +00:00
Fixed productcard aggregated amount was in wrong line
This commit is contained in:
@@ -39,13 +39,13 @@
|
|||||||
<strong>{{ $__t('Stock amount') }}:</strong> <span id="productcard-product-stock-amount"
|
<strong>{{ $__t('Stock amount') }}:</strong> <span id="productcard-product-stock-amount"
|
||||||
class="locale-number locale-number-quantity-amount"></span> <span id="productcard-product-stock-qu-name"></span>
|
class="locale-number locale-number-quantity-amount"></span> <span id="productcard-product-stock-qu-name"></span>
|
||||||
<span id="productcard-product-stock-opened-amount"
|
<span id="productcard-product-stock-opened-amount"
|
||||||
class="small font-italic locale-number locale-number-quantity-amount"></span><br>
|
class="small font-italic locale-number locale-number-quantity-amount"></span>
|
||||||
<strong>{{ $__t('Stock value') }}:</strong> <span id="productcard-product-stock-value"
|
|
||||||
class="locale-number locale-number-currency"></span>
|
|
||||||
<span id="productcard-aggregated-amounts"
|
<span id="productcard-aggregated-amounts"
|
||||||
class="pl-2 text-secondary d-none"><i class="fas fa-custom-sigma-sign"></i> <span id="productcard-product-stock-amount-aggregated"
|
class="pl-2 text-secondary d-none"><i class="fas fa-custom-sigma-sign"></i> <span id="productcard-product-stock-amount-aggregated"
|
||||||
class="locale-number locale-number-quantity-amount"></span> <span id="productcard-product-stock-qu-name-aggregated"></span> <span id="productcard-product-stock-opened-amount-aggregated locale-number locale-number-quantity-amount"
|
class="locale-number locale-number-quantity-amount"></span> <span id="productcard-product-stock-qu-name-aggregated"></span> <span id="productcard-product-stock-opened-amount-aggregated locale-number locale-number-quantity-amount"
|
||||||
class="small font-italic"></span></span><br>
|
class="small font-italic"></span></span><br>
|
||||||
|
<strong>{{ $__t('Stock value') }}:</strong> <span id="productcard-product-stock-value"
|
||||||
|
class="locale-number locale-number-currency"></span><br>
|
||||||
@if(GROCY_FEATURE_FLAG_STOCK_LOCATION_TRACKING)<strong>{{ $__t('Default location') }}:</strong> <span id="productcard-product-location"></span><br>@endif
|
@if(GROCY_FEATURE_FLAG_STOCK_LOCATION_TRACKING)<strong>{{ $__t('Default location') }}:</strong> <span id="productcard-product-location"></span><br>@endif
|
||||||
<strong>{{ $__t('Last purchased') }}:</strong> <span id="productcard-product-last-purchased"></span> <time id="productcard-product-last-purchased-timeago"
|
<strong>{{ $__t('Last purchased') }}:</strong> <span id="productcard-product-last-purchased"></span> <time id="productcard-product-last-purchased-timeago"
|
||||||
class="timeago timeago-contextual"></time><br>
|
class="timeago timeago-contextual"></time><br>
|
||||||
|
Reference in New Issue
Block a user