mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
patch to set user type as System User if user has a role and if previous user type is Partner
This commit is contained in:
@@ -217,5 +217,6 @@ patch_list = [
|
||||
"execute:webnotes.bean('Global Defaults').save()",
|
||||
"patches.march_2013.p07_update_project_in_stock_ledger",
|
||||
"execute:webnotes.bean('Style Settings').save() #2013-03-25",
|
||||
"execute:webnotes.conn.set_value('Email Settings', None, 'send_print_in_body_and_attachment', 1)"
|
||||
"execute:webnotes.conn.set_value('Email Settings', None, 'send_print_in_body_and_attachment', 1)",
|
||||
"patches.march_2013.p09_unset_user_type_partner",
|
||||
]
|
||||
Reference in New Issue
Block a user