summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorivan <ivan>2011-05-02 16:26:56 +0000
committerivan <ivan>2011-05-02 16:26:56 +0000
commitfc96b049bbe12419527b2a6ab822df05e974cec2 (patch)
treeda85be47f561439c67d00220e5af2bac10c9c849 /httemplate/search
parentb09958bc22d82835c95967c03f8e3f4b79ba6e8f (diff)
lastapp searching, RT#12181
Diffstat (limited to 'httemplate/search')
-rw-r--r--httemplate/search/report_cdr.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/search/report_cdr.html b/httemplate/search/report_cdr.html
index 04cd4178e..10ab21841 100644
--- a/httemplate/search/report_cdr.html
+++ b/httemplate/search/report_cdr.html
@@ -70,16 +70,16 @@
</TR>
<TR>
- <TD ALIGN="right">Last Application: </TD>
+ <TD ALIGN="right">Charged Party or Source #: </TD>
<TD>
- <INPUT TYPE="text" NAME="lastapp" VALUE="" >
+ <INPUT TYPE="text" NAME="charged_party_or_src" VALUE="<% join(',', @charged_party_or_src ) |h %>" >
</TD>
</TR>
<TR>
- <TD ALIGN="right">Freeside service #: </TD>
+ <TD ALIGN="right">Last Application: </TD>
<TD>
- <INPUT TYPE="text" NAME="svcnum" VALUE="<% join(',', @svcnum ) %>" >
+ <INPUT TYPE="text" NAME="lastapp" VALUE="" >
</TD>
</TR>