Merge branch 'master' of git.freeside.biz:/home/git/freeside
authorIvan Kohler <ivan@freeside.biz>
Sun, 17 Aug 2014 22:38:22 +0000 (15:38 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 17 Aug 2014 22:38:22 +0000 (15:38 -0700)
1  2 
httemplate/view/cust_main/packages/contact.html

            (&nbsp;<%pkg_detach_link($cust_pkg)%>&nbsp;)
          </FONT>
  %    }
+     <BR>
  % } elsif ( $show_contact_link && ! $opt{no_links} ) {
      <FONT SIZE=-1>
        (&nbsp;<%pkg_add_contact_link($cust_pkg)%>&nbsp;)
      </FONT>
+     <BR>
  % }
  <%init>
  
 -my $conf = new FS::Conf;
  my %opt = @_;
  
  my $cust_pkg       = $opt{'cust_pkg'};