From f65d7e5b277b23798151e8cbebdfb2d8b331efb0 Mon Sep 17 00:00:00 2001 From: Ashish kumar Date: Fri, 12 Jan 2024 09:03:40 +0000 Subject: [PATCH] Highlighted the name of product when quantity is less --- .../wwwroot/admin/stock/stock-form.html | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/Modules/SimplCommerce.Module.Inventory/wwwroot/admin/stock/stock-form.html b/src/Modules/SimplCommerce.Module.Inventory/wwwroot/admin/stock/stock-form.html index 6b4db26aac..0eaf58bb5f 100644 --- a/src/Modules/SimplCommerce.Module.Inventory/wwwroot/admin/stock/stock-form.html +++ b/src/Modules/SimplCommerce.Module.Inventory/wwwroot/admin/stock/stock-form.html @@ -46,22 +46,22 @@

{{::vm.translate.get('Stock management for warehouse')}} {{ vm.selec {{vm.tableStateRef.pagination.totalItemCount | number:0}} {{::vm.translate.get('records found')}} - - - {{item.productName}} - {{item.productSku}} - {{item.quantity}} - - - - - - - - {{::vm.translate.get('View History')}} - - - + + + {{item.productName}} + {{item.productSku}} + {{item.quantity}} + + + + + + + + {{::vm.translate.get('View History')}} + + + Loading ...