mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 16:56:57 +00:00
The indicator displaying if a material request item has been ordered or not (green/orange) used the wrong quantity field for determining the status. The qty field is not in stock uom while the ordered_qty field is. Now, the stock_qty field is used for correct comparison with ordered_qty.