Skip to content

Commit

Permalink
fix: task showing limit in customer portal (#44003)
Browse files Browse the repository at this point in the history
(cherry picked from commit 44832c3)
  • Loading branch information
Nihantra-Patel authored and mergify[bot] committed Nov 7, 2024
1 parent 478b49c commit f488264
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 f488264

Please sign in to comment.