summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/packages/location.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-02-28 16:17:59 -0800
committerMark Wells <mark@freeside.biz>2012-02-28 16:17:59 -0800
commitd5cdad7fae9c5e45701a7e83abeb903d31b7983f (patch)
tree24b8a0915a5c7e613a5f117db24c6b5320bef2b4 /httemplate/view/cust_main/packages/location.html
parent2bfe8d56f1dbf342cb5fac8187953cdb08b9d4cd (diff)
directions to customer address, #16585
Diffstat (limited to 'httemplate/view/cust_main/packages/location.html')
-rw-r--r--httemplate/view/cust_main/packages/location.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/location.html b/httemplate/view/cust_main/packages/location.html
index 1bfca00f2..34e3a64c3 100644
--- a/httemplate/view/cust_main/packages/location.html
+++ b/httemplate/view/cust_main/packages/location.html
@@ -18,7 +18,8 @@
<& /elements/coord-links.html,
$loc->latitude,
$loc->longitude,
- $opt{'cust_main'}->name_short. ': '. $opt{'part_pkg'}->pkg
+ $opt{'cust_main'}->name_short. ': '. $opt{'part_pkg'}->pkg,
+ $opt{'cust_main'}->agentnum,
&>
</FONT>
% }