[ux] added folds, show actual / projected qty in pos
diff --git a/erpnext/controllers/status_updater.py b/erpnext/controllers/status_updater.py
index 6a2dce0..1c5aaa0 100644
--- a/erpnext/controllers/status_updater.py
+++ b/erpnext/controllers/status_updater.py
@@ -85,6 +85,7 @@
 
 			if update:
 				frappe.db.set_value(self.doctype, self.name, "status", self.status)
+				self.add_comment("Label", self.status)
 
 	def on_communication(self):
 		if not self.get("communications"): return