diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-11-20 01:45:20 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-11-20 01:45:20 -0800 |
| commit | 4ed0a352b2319c2fc14ee7af09a21caf727e7b12 (patch) | |
| tree | 0ddcc1a2eb26483bfec073fc0d1826574ba90a95 /httemplate | |
| parent | 3cd4fcd5ba52826336c727b855ac12a6407a4b35 (diff) | |
creating address-less free customers, RT#24968
Diffstat (limited to 'httemplate')
| -rw-r--r-- | httemplate/view/cust_main/contacts.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index 294b7babb..44445356c 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -49,7 +49,9 @@ </TR> % } % } -% # now the actual address + + +% if ( $location ) { # now the actual address <TR> <TD ALIGN="right"><% mt('Address') |h %></TD> <TD COLSPAN=7 BGCOLOR="#ffffff"><% $location->address1 |h %></TD> @@ -92,6 +94,8 @@ &> % } <& /elements/tr-censustract.html, $location &> + +% } % if ( $this eq 'bill' ) { % # billing contact phone numbers |
