[otrs-cvs] otrs/Kernel/Modules AgentStats.pm,1.26,1.27
cvs-log at otrs.org
cvs-log at otrs.org
Fri Apr 13 06:31:08 GMT 2007
Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv24541/Kernel/Modules
Modified Files:
AgentStats.pm
Log Message:
Fixed select field problem if you use a select field to restrict the stats.
Author: tr
Index: AgentStats.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentStats.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** AgentStats.pm 13 Feb 2007 09:54:41 -0000 1.26
--- AgentStats.pm 13 Apr 2007 06:31:03 -0000 1.27
***************
*** 404,408 ****
$BlockData{SelectField} = $Self->{LayoutObject}->OptionStrgHashRef(
Data => \%ValueHash,
! Name => $ObjectAttribute->{Element},
LanguageTranslation => $ObjectAttribute->{LanguageTranslation},
);
--- 404,408 ----
$BlockData{SelectField} = $Self->{LayoutObject}->OptionStrgHashRef(
Data => \%ValueHash,
! Name => $Use . $ObjectAttribute->{Element},
LanguageTranslation => $ObjectAttribute->{LanguageTranslation},
);
More information about the cvs-log
mailing list