mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 04:15:10 +00:00
Profile -> User
This commit is contained in:
@@ -39,7 +39,7 @@ class DocType(DocListController):
|
||||
self.validate_duplicate_user_id()
|
||||
|
||||
def on_update(self):
|
||||
if self.doc.user_id and frappe.db.get_value("Profile", self.doc.user_id, 'docstatus') == 0:
|
||||
if self.doc.user_id and frappe.db.get_value("User", self.doc.user_id, 'docstatus') == 0:
|
||||
self.restrict_user()
|
||||
self.update_user_default()
|
||||
self.update_user()
|
||||
|
||||
Reference in New Issue
Block a user