diff --git a/src/components/ProductListItem.vue b/src/components/ProductListItem.vue index 630ba2a45..a502cb29e 100644 --- a/src/components/ProductListItem.vue +++ b/src/components/ProductListItem.vue @@ -9,6 +9,11 @@
+ + + + +
{{ translate("on hand", { count: getProductStock(item.productId).quantityOnHandTotal ?? '0' }) }} @@ -21,24 +26,49 @@
+ + +