diff options
Diffstat (limited to 'httemplate/edit/rate.cgi')
-rw-r--r-- | httemplate/edit/rate.cgi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/httemplate/edit/rate.cgi b/httemplate/edit/rate.cgi index 5bfc108c1..c0e8d93f0 100644 --- a/httemplate/edit/rate.cgi +++ b/httemplate/edit/rate.cgi @@ -24,8 +24,15 @@ empty_label => '(global)', &> +% if ( $rate->agent_rateid ) { + <TR> + <TH ALIGN="right">Legacy #</TH> + <TD><% $rate->agent_rateid |h %></TD> + </TR> +% } + <TR> - <TD>Rate plan</TD> + <TH>Rate plan</TH> <TD><INPUT TYPE="text" NAME="ratename" SIZE=32 VALUE="<% $rate->ratename %>"></TD> </TR> </TABLE> |