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}
+ ` }