From b2382c0b8e2fa177aa5deafe90463a7333d9f51c Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Thu, 22 Sep 2016 18:45:06 +0530 Subject: [PATCH] [fix] Supplier status stuck at Open forever --- erpnext/accounts/party_status.py | 1 - erpnext/patches.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/accounts/party_status.py b/erpnext/accounts/party_status.py index 68b48184e7..6d9efb190b 100644 --- a/erpnext/accounts/party_status.py +++ b/erpnext/accounts/party_status.py @@ -55,7 +55,6 @@ def notify_status(doc, method=None): if party.status == 'Open': # may be open elsewhere, check # default status - party.status = status update_status(party) party.update_modified() diff --git a/erpnext/patches.txt b/erpnext/patches.txt index 303cc400ba..bd7d9a49fa 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -266,7 +266,7 @@ erpnext.patches.v6_20x.remove_fiscal_year_from_holiday_list erpnext.patches.v6_24.map_customer_address_to_shipping_address_on_po erpnext.patches.v6_27.fix_recurring_order_status erpnext.patches.v6_20x.update_product_bundle_description -erpnext.patches.v7_0.update_party_status +erpnext.patches.v7_0.update_party_status #2016-09-22 erpnext.patches.v7_0.update_item_projected erpnext.patches.v7_0.remove_features_setup erpnext.patches.v7_0.update_home_page