Merge pull request #6444 from rohitwaghchaure/supplier_status_issue
[fix] Supplier status stuck at Open forever
This commit is contained in:
commit
4ed0653c7f
@ -55,7 +55,6 @@ def notify_status(doc, method=None):
|
|||||||
if party.status == 'Open':
|
if party.status == 'Open':
|
||||||
# may be open elsewhere, check
|
# may be open elsewhere, check
|
||||||
# default status
|
# default status
|
||||||
party.status = status
|
|
||||||
update_status(party)
|
update_status(party)
|
||||||
|
|
||||||
party.update_modified()
|
party.update_modified()
|
||||||
|
|||||||
@ -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_24.map_customer_address_to_shipping_address_on_po
|
||||||
erpnext.patches.v6_27.fix_recurring_order_status
|
erpnext.patches.v6_27.fix_recurring_order_status
|
||||||
erpnext.patches.v6_20x.update_product_bundle_description
|
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.update_item_projected
|
||||||
erpnext.patches.v7_0.remove_features_setup
|
erpnext.patches.v7_0.remove_features_setup
|
||||||
erpnext.patches.v7_0.update_home_page
|
erpnext.patches.v7_0.update_home_page
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user