summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-08-26 01:09:28 -0700
committerIvan Kohler <ivan@freeside.biz>2013-08-26 01:09:28 -0700
commit41592b95d0f43281a84db45e2aea24c708a96f76 (patch)
treecd114331cf52b9124723928dfa55ba3f219e56e2 /httemplate/view
parent0cd16691f5919a6e63bc99b409e56f5517d07e80 (diff)
continue sales person work: customer and package selection, commissions, reporting. RT#23402
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/packages/package.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html
index b29fedcbd..df804b829 100644
--- a/httemplate/view/cust_main/packages/package.html
+++ b/httemplate/view/cust_main/packages/package.html
@@ -115,7 +115,7 @@
% if ( $cust_pkg->salesnum ) {
% $change_sales_label = 'change';
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<% mt('Sales Person:') |h %>
- <B><% $cust_pkg->salesperson %></B>
+ <B><% $cust_pkg->salesperson |h %></B>
% }
% if ( $curuser->access_right('Change customer package')