fix for correct radacct column names
[freeside.git] / httemplate / edit / svc_acct_pop.cgi
index 97d42f5..399502a 100755 (executable)
@@ -1,3 +1,4 @@
+<!-- mason kludge -->
 <%
 
 my $svc_acct_pop;
@@ -16,9 +17,9 @@ my $action = $svc_acct_pop->popnum ? 'Edit' : 'Add';
 my $hashref = $svc_acct_pop->hashref;
 
 my $p1 = popurl(1);
-print header("$action POP", menubar(
+print header("$action Access Number", menubar(
   'Main Menu' => popurl(2),
-  'View all POPs' => popurl(2). "browse/svc_acct_pop.cgi",
+  'View all Access Numbers' => popurl(2). "browse/svc_acct_pop.cgi",
 ));
 
 print qq!<FONT SIZE="+1" COLOR="#ff0000">Error: !, $cgi->param('error'),
@@ -43,7 +44,7 @@ Local     <INPUT TYPE="text" NAME="loc" SIZE=5 MAXLENGTH=4 VALUE="$hashref->{loc
 END
 
 print qq!<BR><INPUT TYPE="submit" VALUE="!,
-      $hashref->{popnum} ? "Apply changes" : "Add POP",
+      $hashref->{popnum} ? "Apply changes" : "Add Access Number",
       qq!">!;
 
 print <<END;