
17 Apr
2003
17 Apr
'03
3:45 p.m.
Hello Otrs Team, one of my colleagues made a script in order to increment (minutes) "Time units (work units):" here it is: ********************************************************* var n_worktime =1 setInterval ("incTime()", 1000 * 60 ); function incTime() { n_worktime ++; document.forms.compose.TimeUnits.value = n_worktime; } ********************************************************* This must be pasted in AgentClose.dtl, AgentCompose.dtl, AgentPending.dtl and so on. maybe this will help someone. Regards Daniel Balan