Merge pull request #41504 from deepeshgarg007/pos_error_message

fix: Unable to add items in POS Invoice
This commit is contained in:
Deepesh Garg
2024-05-16 19:31:53 +05:30
committed by GitHub

View File

@@ -694,7 +694,7 @@ erpnext.PointOfSale.Controller = class {
const is_stock_item = resp[1];
frappe.dom.unfreeze();
const bold_uom = item_row.stock_uom.bold();
const bold_uom = item_row.uom.bold();
const bold_item_code = item_row.item_code.bold();
const bold_warehouse = warehouse.bold();
const bold_available_qty = available_qty.toString().bold();