add latitude/longitude to prospects, customers and package locations, RT#15539
[freeside.git] / httemplate / elements / popup_link.html
index fbb6ce3..e5f8c61 100644 (file)
@@ -46,6 +46,7 @@ if (ref($_[0]) eq 'HASH') {
 }
 
 my $label = $params->{'label'};
+$label =~ s/ / /g;
 my $onclick = include('/elements/popup_link_onclick.html', $params);
 
 </%init>