[Rt-commit] [rtir] 04/10: Show constituency on incident display

Jesse Vincent jesse at bestpractical.com
Thu Feb 26 19:25:35 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 69bd0295a2a7f7d5e205e608972a4ba6949adbd4
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Thu Feb 26 15:22:20 2015 -0800

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

diff --git a/html/RTIR/Incident/Display.html b/html/RTIR/Incident/Display.html
index bc986ab..6beb851 100644
--- a/html/RTIR/Incident/Display.html
+++ b/html/RTIR/Incident/Display.html
@@ -63,6 +63,16 @@
 &>
 
 <table>
+  
+% if (my $constituency = $TicketObj->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" colspan="2">

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


More information about the rt-commit mailing list