summaryrefslogtreecommitdiff
path: root/httemplate/view/prospect_main.html
diff options
context:
space:
mode:
authorivan <ivan>2011-12-13 05:10:23 +0000
committerivan <ivan>2011-12-13 05:10:23 +0000
commitb429a422185206c645c84ec1c3540494d336b943 (patch)
treeb08fba0581e3569b2cf1e9bce5a8172c6921497c /httemplate/view/prospect_main.html
parentb0329dafd35e0296ec61fef4c35a687ff8866764 (diff)
add latitude/longitude to prospects, customers and package locations, RT#15539
Diffstat (limited to 'httemplate/view/prospect_main.html')
-rw-r--r--httemplate/view/prospect_main.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/httemplate/view/prospect_main.html b/httemplate/view/prospect_main.html
index d92d27097..1c8195672 100644
--- a/httemplate/view/prospect_main.html
+++ b/httemplate/view/prospect_main.html
@@ -51,7 +51,13 @@
)
%>
</TD>
- </TR>
+ </TR>
+% if ( $cust_location->latitude && $cust_location->longitude ) {
+ <& /elements/tr-coords.html, $cust_location->latitude,
+ $cust_location->longitude,
+ $prospect_main->name,
+ &>
+% }
% }
</TABLE>