[ux] added folds, show actual / projected qty in pos

This commit is contained in:
Rushabh Mehta
2014-08-12 15:15:39 +05:30
parent cf8bb668b3
commit ab8bde0149
23 changed files with 933 additions and 854 deletions

View File

@@ -85,6 +85,7 @@ class StatusUpdater(Document):
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