display spam status on account view, RT#15987
[freeside.git] / httemplate / view / svc_acct.cgi
index f8a4c1f..441e494 100755 (executable)
@@ -1,6 +1,6 @@
 % if ( $custnum ) { 
 
-  <& /elements/header.html, emt("View [_1] account",$svc) &>
+  <& /elements/header.html, mt("View [_1] account",$svc) &>
   <& /elements/small_custview.html, $custnum, '', 1,
      "${p}view/cust_main.cgi" &> 
   <BR>
@@ -15,7 +15,7 @@
   }
   </SCRIPT>
   
-  <& /elements/header.html, emt('View account'), menubar(
+  <& /elements/header.html, mt('View account'), menubar(
     emt("Cancel this (unaudited) account") =>
             "javascript:areyousure(\'${p}misc/cancel-unaudited.cgi?$svcnum\')",
   ) &>
@@ -71,6 +71,8 @@
 <BR><BR>
 % }
 
+<& elements/svc_export_status.html, $svc_acct &>
+
 <& elements/svc_export_settings.html, $svc_acct &>
 
 <% joblisting({'svcnum'=>$svcnum}, 1) %>