commit | 20fa996dfa2ebbe79d8a5076426a787d8f55169a | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Mon Sep 29 13:58:40 2014 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Mon Sep 29 13:58:40 2014 +0530 |
tree | 9b6808f364523f897719104802c54eaa918cd32e | |
parent | 39764685f0934d674b526807030a768653dd0e2b [diff] |
[fix] quotation status
diff --git a/erpnext/controllers/status_updater.py b/erpnext/controllers/status_updater.py index 20b5057..a194538 100644 --- a/erpnext/controllers/status_updater.py +++ b/erpnext/controllers/status_updater.py
@@ -26,7 +26,6 @@ ["Ordered", "has_sales_order"], ["Replied", "communication_sent"], ["Cancelled", "eval:self.docstatus==2"], - ["Open", "communication_received"], ], "Sales Order": [ ["Draft", None],