[Rt-commit] [rtir] 02/10: Show constituency on RTIR ticket display

Jesse Vincent jesse at bestpractical.com
Thu Feb 26 19:25:34 EST 2015


This is an automated email from the git hooks/post-receive script.

jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.

commit bee17a7d37ba1902de144a0b7a7bfbea0d8140e9
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Thu Feb 26 15:19:16 2015 -0800

    Show constituency on RTIR ticket display
---
 html/RTIR/Display.html | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/html/RTIR/Display.html b/html/RTIR/Display.html
index d819b69..13dce57 100644
--- a/html/RTIR/Display.html
+++ b/html/RTIR/Display.html
@@ -66,6 +66,16 @@
     class => 'ticket-info-basics',
 &>
 <table>
+% if (my $constituency = $Ticket->QueueObj->FirstCustomFieldValue('RTIR Constituency') ) {
+  <tr>
+    <td class="label"><% loc("Constituency") %>:</td>
+    <td class="value">
+      <% $constituency %>
+    </td>
+  </tr>
+  <tr>
+
+% }
   <tr>
     <td class="label"><% loc("Status") %>:</td>
     <td class="value">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list