Merge branch 'develop' into fix-userprofile-with-postgres
This commit is contained in:
commit
45c80669bc
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ from frappe.utils import add_user_info, format_duration
|
|||
@frappe.read_only()
|
||||
def get():
|
||||
args = get_form_params()
|
||||
# If virtual doctype get data from controller het_list method
|
||||
# If virtual doctype, get data from controller get_list method
|
||||
if is_virtual_doctype(args.doctype):
|
||||
controller = get_controller(args.doctype)
|
||||
data = compress(controller.get_list(args))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue