YA pg7.3 fix
authorivan <ivan>
Fri, 18 Apr 2003 03:29:24 +0000 (03:29 +0000)
committerivan <ivan>
Fri, 18 Apr 2003 03:29:24 +0000 (03:29 +0000)
httemplate/view/svc_acct.cgi

index 2e324c1..f04e471 100755 (executable)
@@ -1,4 +1,4 @@
-<!-- mason kludge -->
+<-- mason kludge -->
 <%
 
 my $conf = new FS::Conf;
@@ -140,7 +140,9 @@ if ( $conf->exists('security_phrase') ) {
         $svc_acct->sec_phrase. '</TD></TR>';
 }
 
-my $svc_acct_pop = qsearchs('svc_acct_pop',{'popnum'=>$svc_acct->popnum});
+my $svc_acct_pop = $svc_acct->popnum
+                     ? qsearchs('svc_acct_pop',{'popnum'=>$svc_acct->popnum})
+                     : '';
 print "<TR><TD ALIGN=\"right\">Access number</TD>".
       "<TD BGCOLOR=\"#ffffff\">". $svc_acct_pop->text. '</TD></TR>'
   if $svc_acct_pop;