X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-coords.html;h=3248dc2dea4b4f4e9ca530dd06f192a598e242d6;hb=881215feafc01aeee19864c39f0d98d3d6909e65;hp=5539f565e161680c80feb34ccb194bccce4a0fc8;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924;p=freeside.git 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 @@ <% $latitude %>  <% mt('Longitude') |h %> <% $longitude %> - <& /elements/coord-links.html, $latitude, $longitude, $name &> + <& /elements/coord-links.html, @_ &> <%init> -my ($latitude, $longitude, $name) = @_; +my ($latitude, $longitude, $name, $agentnum) = @_;