From 6774260322e67b420ecc827622ee58f134384af7 Mon Sep 17 00:00:00 2001 From: Ashkar Date: Thu, 3 Apr 2025 20:34:05 +0530 Subject: [PATCH] feat: pos cutomise --- posnext/public/js/pos_item_selector.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posnext/public/js/pos_item_selector.js b/posnext/public/js/pos_item_selector.js index e724649..6053dda 100644 --- a/posnext/public/js/pos_item_selector.js +++ b/posnext/public/js/pos_item_selector.js @@ -416,7 +416,7 @@ posnext.PointOfSale.ItemSelector = class {
${format_currency(item_data.price_list_rate, currency)}
${item_data.actual_qty || 0}
-
${item_data.batch_no || 0}
+ ` } else { @@ -426,7 +426,7 @@ posnext.PointOfSale.ItemSelector = class {
${format_currency(item_data.price_list_rate, currency)}
${item_data.actual_qty || 0}
-
${item_data.batch_no || 0}
+ ` }