Added buildable qty

The field indicates how many can be built.
diff --git a/erpnext/manufacturing/report/production_order_stock_report/production_order_stock_report.py b/erpnext/manufacturing/report/production_order_stock_report/production_order_stock_report.py
index eff0168..5c3bd78 100644
--- a/erpnext/manufacturing/report/production_order_stock_report/production_order_stock_report.py
+++ b/erpnext/manufacturing/report/production_order_stock_report/production_order_stock_report.py
@@ -116,11 +116,17 @@
 		"options": "",
 		"width": 135
 	}, {
-		"fieldname": "ready_to_build",
-		"label": "Can Start?",
+		"fieldname": "buildable_qty",
+		"label": "Buildable Qty",
 		"fieldtype": "Data",
 		"options": "",
-		"width": 75
+		"width": 100
+	}, {
+		"fieldname": "ready_to_build",
+		"label": "Can Build All",
+		"fieldtype": "Data",
+		"options": "",
+		"width": 90
 	}]
 
 	return columns