diff options
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 1 | ||||
-rw-r--r-- | httemplate/elements/tr-coords.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 5f6921c36..7d5d4f398 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -127,6 +127,7 @@ $report_customers{'Advanced customer reports'} = [ $fsurl. 'search/report_cust_m if ( $curuser->access_right('List contacts') ) { $report_customers{'separator'} = ''; $report_customers{'Customer contacts'} = [ $fsurl. 'search/report_contact.html?link=cust_main' ]; + $report_customers{'Customer stored payment information'} = [ $fsurl. 'search/report_cust_payby.html' ]; } tie my %report_invoices_open, 'Tie::IxHash', diff --git a/httemplate/elements/tr-coords.html b/httemplate/elements/tr-coords.html index 3248dc2de..5ac5ed4e4 100644 --- a/httemplate/elements/tr-coords.html +++ b/httemplate/elements/tr-coords.html @@ -1,6 +1,6 @@ <TR> <TD ALIGN="right"><% mt('Latitude') |h %></TD> - <TD COLSPAN=5> + <TD COLSPAN=7> <FONT STYLE="background-color: #ffffff; border: 1px solid #ffffff"><% $latitude %></FONT> <% mt('Longitude') |h %> <FONT STYLE="background-color: #ffffff; border: 1px solid #ffffff"><% $longitude %></FONT> |