From 83426e0676cfb0c314ae405cbedce0a3f503c4bb Mon Sep 17 00:00:00 2001
From: Elsio Sanchez <45974454+elsiosanchez@users.noreply.github.com>
Date: Tue, 12 Jan 2021 17:29:02 -0400
Subject: [PATCH] add quantityAvailable (#566)
* add quantityAvailable
* add formatQuantity
* minimal change
---
.../ADempiere/Form/ProductInfo/productList.vue | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/components/ADempiere/Form/ProductInfo/productList.vue b/src/components/ADempiere/Form/ProductInfo/productList.vue
index 240694ed..d9d381cc 100644
--- a/src/components/ADempiere/Form/ProductInfo/productList.vue
+++ b/src/components/ADempiere/Form/ProductInfo/productList.vue
@@ -59,6 +59,15 @@
{{ formatQuantity(scope.row.quantityOnHand) }}
+
+
+ {{ formatQuantity(scope.row.quantityAvailable) }}
+
+