This commit was manufactured by cvs2svn to create tag 'freeside_2_1_0'.
[freeside.git] / httemplate / edit / rate.cgi
index 13717dc..75c7143 100644 (file)
@@ -22,14 +22,8 @@ Rate plan
 <INPUT NAME="submit" TYPE="button" VALUE="<% 
   $rate->ratenum ? "Apply changes" : "Add rate plan"
 %>" onClick="document.OneTrueForm.submit.disabled=true; process();">
-</FORM>
 
-% if($rate->ratenum) {
-<BR><BR><FONT SIZE="+2">Rates in this plan</FONT>
-<% include('/edit/elements/rate_detail.html',
-            'ratenum' => $rate->ratenum
-) %>
-% }
+</FORM>
 
 <% include('/elements/footer.html') %>