add latitude/longitude to prospects, customers and package locations, RT#15539
[freeside.git] / httemplate / view / prospect_main.html
index d92d270..1c81956 100644 (file)
            )
         %>
       </TD>
-  </TR>
+    </TR>
+%   if ( $cust_location->latitude && $cust_location->longitude ) {
+      <& /elements/tr-coords.html, $cust_location->latitude,
+                                   $cust_location->longitude,
+                                   $prospect_main->name,
+      &>
+%   }
 % }
 
 </TABLE>