[Rt-commit] r9803 - rtir/branches/2.3-EXPERIMENTAL/html/RTIR
ruz at bestpractical.com
ruz at bestpractical.com
Mon Dec 3 10:43:49 EST 2007
Author: ruz
Date: Mon Dec 3 10:43:49 2007
New Revision: 9803
Modified:
rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Forward.html
Log:
* fix Forward tab in RTIR
Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Forward.html
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Forward.html (original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Forward.html Mon Dec 3 10:43:49 2007
@@ -2,9 +2,13 @@
<& "/RTIR/". $Type ."/Elements/Tabs",
Title => $Title,
- TicketObj => $TicketObj,
- current_tab => 'RTIR/Display.html?id='. $TicketObj->id,
- current_subtab => 'RTIR/Display.html?id='. $TicketObj->id,
+ Ticket => $TicketObj,
+ current_tab => 'RTIR/Display.html?id='. $id,
+ appendtabs => { _ZF => {
+ title => loc( 'Forward transaction #[_1]', $QuoteTransaction ),
+ path => 'RTIR/Forward.html?id='. $id .'&QuoteTransaction='. $QuoteTransaction,
+ } },
+ current_subtab => 'RTIR/Forward.html?id='. $id .'&QuoteTransaction='. $QuoteTransaction,
&>
<& /Elements/ListActions, actions => \@results &>
More information about the Rt-commit
mailing list