mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Fix error template.index is undefined in timesheet
This commit is contained in:
@@ -41,7 +41,7 @@ class TimesheetApp extends EgwApp
|
||||
// call parent
|
||||
super.et2_ready(et2, name);
|
||||
|
||||
if (typeof et2.templates['timesheet.index'] != "undefined")
|
||||
if (name == 'timesheet.index')
|
||||
{
|
||||
this.filter_change();
|
||||
this.filter2_change();
|
||||
|
Reference in New Issue
Block a user