diff options
| author | Mark Wells <mark@freeside.biz> | 2012-02-28 16:16:45 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-02-28 16:16:45 -0800 |
| commit | a418fce5ab016bebfe456f1fa50053452006c422 (patch) | |
| tree | 035b86d0af0866c7abe66494980c62e73f688a7e /httemplate/elements/tr-coords.html | |
| parent | 6a5aab7d3e62f6e13a694db1f4876d6f830d27b5 (diff) | |
directions to customer address, #16585
Diffstat (limited to 'httemplate/elements/tr-coords.html')
| -rw-r--r-- | httemplate/elements/tr-coords.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/tr-coords.html b/httemplate/elements/tr-coords.html index 5539f565e..3248dc2de 100644 --- a/httemplate/elements/tr-coords.html +++ b/httemplate/elements/tr-coords.html @@ -4,11 +4,11 @@ <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> - <& /elements/coord-links.html, $latitude, $longitude, $name &> + <& /elements/coord-links.html, @_ &> </TD> </TR> <%init> -my ($latitude, $longitude, $name) = @_; +my ($latitude, $longitude, $name, $agentnum) = @_; </%init> |
