
sunnavy at bestpractical
Jun 21, 2012, 1:28 PM
Post #1 of 1
(98 views)
Permalink
|
|
rt branch, 4.0/group-by-i18n-in-search-chart-page, updated. rt-4.0.6-217-g18dd7b1
|
|
The branch, 4.0/group-by-i18n-in-search-chart-page has been updated via 18dd7b1d62c74cc6f0cd189d8a1fc7ebd069575c (commit) from 7830be137a017de9f457bee2c0cfb951049f06ca (commit) Summary of changes: lib/RT/Report/Tickets.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) - Log ----------------------------------------------------------------- commit 18dd7b1d62c74cc6f0cd189d8a1fc7ebd069575c Author: sunnavy <sunnavy [at] bestpractical> Date: Fri Jun 22 04:27:29 2012 +0800 typo diff --git a/lib/RT/Report/Tickets.pm b/lib/RT/Report/Tickets.pm index 71e6127..343d14d 100644 --- a/lib/RT/Report/Tickets.pm +++ b/lib/RT/Report/Tickets.pm @@ -69,7 +69,7 @@ sub Groupings { { push @fields, $self->CurrentUser->loc($type) . ' ' - . $self->CurrentUser->loc($field), $type . '.' . $_; + . $self->CurrentUser->loc($field), $type . '.' . $field; } } ----------------------------------------------------------------------- _______________________________________________ Rt-commit mailing list Rt-commit [at] lists http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|