diff --git a/src/components/ProductListItem.vue b/src/components/ProductListItem.vue index 8ee26f5e2..9557d54e6 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 @@
+ + +