Skip to content

Commit

Permalink
fix: task showing limit in customer portal
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihantra-Patel authored Nov 7, 2024
1 parent e14a8f7 commit 2b780f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/templates/pages/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_tasks(project, start=0, search=None, item_status=None):
"parent_task",
],
limit_start=start,
limit_page_length=10,
limit_page_length=100,
)
task_nest = []
for task in tasks:
Expand Down

0 comments on commit 2b780f6

Please sign in to comment.