Timesheet error in new update!

After bench updating,
erpnext 15.33.5
frappe 15.39.0

Getting error in Timesheet. On load Timesheet form showing this error in Browser console,

RangeError: Maximum call stack size exceeded
at GridRow.evaluate_depends_on_value (grid_row.js:759:12)
at GridRow.set_dependant_property (grid_row.js:737:24)
at grid_row.js:1443:10
at Array.forEach ()
at GridRow.refresh_field (grid_row.js:1436:29)
at grid_row.js:1444:10
at Array.forEach ()
at GridRow.refresh_field (grid_row.js:1436:29)
at grid_row.js:1444:10
at Array.forEach ()

What to do?

1 Like

@Lone_Wolf Infinite Loop in Form Load With Table Fields and mandatory_depends_on/read_only_depends_on · Issue #27479 · frappe/frappe · GitHub

Temporary solution: Until the new update comes, you can use this.

2 Likes