diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2014-08-17 15:38:22 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2014-08-17 15:38:22 -0700 |
| commit | a618055d3a8cfc55a449847b433dcdc85df92bcd (patch) | |
| tree | b97040ca60379c2e8de10a8d9884dae1e80b3beb /httemplate/view/cust_main/packages/contact.html | |
| parent | 601432ca6836e10cc4e15b1c055d77ff7f4a0540 (diff) | |
| parent | d87c9f804b0cb7b6798bf770f753fb83022f5e6a (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/view/cust_main/packages/contact.html')
| -rw-r--r-- | httemplate/view/cust_main/packages/contact.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages/contact.html b/httemplate/view/cust_main/packages/contact.html index 151da01aa..88f8afb4c 100644 --- a/httemplate/view/cust_main/packages/contact.html +++ b/httemplate/view/cust_main/packages/contact.html @@ -10,10 +10,12 @@ ( <%pkg_detach_link($cust_pkg)%> ) </FONT> % } + <BR> % } elsif ( $show_contact_link && ! $opt{no_links} ) { <FONT SIZE=-1> ( <%pkg_add_contact_link($cust_pkg)%> ) </FONT> + <BR> % } <%init> |
