commit | 7b34ebe89d35d2a506af965d1d977b0e47b2371a | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Wed Jan 07 15:41:32 2015 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Wed Jan 07 15:41:47 2015 +0530 |
tree | e398b4509c19efeb94b4ab34ddb5f90774cc2915 | |
parent | 738d4ef5c8202f02fe7d6bb4c85f65c7bdb06940 [diff] |
[minor] Translated status change comment
diff --git a/erpnext/controllers/status_updater.py b/erpnext/controllers/status_updater.py index 2c710e6..c76ec1c 100644 --- a/erpnext/controllers/status_updater.py +++ b/erpnext/controllers/status_updater.py
@@ -67,7 +67,7 @@ break if self.status != _status: - self.add_comment("Label", self.status) + self.add_comment("Label", _(self.status)) if update: frappe.db.set_value(self.doctype, self.name, "status", self.status)