[Rt-commit] r5036 - in rtir/branches/1.9-EXPERIMENTAL:
html/RTIR/Report
ruz at bestpractical.com
ruz at bestpractical.com
Mon Apr 17 09:02:10 EDT 2006
Author: ruz
Date: Mon Apr 17 09:02:09 2006
New Revision: 5036
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Report/BulkReject.html
Log:
r1304 at cubic-pc: cubic | 2006-04-17 16:01:47 +0400
* return to RTIR's home page from Bulk
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Report/BulkReject.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Report/BulkReject.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Report/BulkReject.html Mon Apr 17 09:02:09 2006
@@ -126,17 +126,7 @@
$session{'tickets'}->RedoSearch;
if( $BulkRejectAndReturn ) {
- return $m->comp(
- '/RTIR/Search/Results.html',
- Queue => $Queue,
- Query => $Query,
- Format => $Format,
- Rows => $Rows,
- OrderBy => $OrderBy,
- Order => $Order,
- Page => $Page,
- results => \@results,
- );
+ return $m->comp( '/RTIR/index.html', results => \@results );
}
}
More information about the Rt-commit
mailing list