diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-08-26 01:09:20 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-08-26 01:09:20 -0700 |
| commit | eedfe58ba50912dbfb490aa47930bbc0ab9e3ac9 (patch) | |
| tree | bd929f854b0de3dcd4a950716e7ac4db4183caed /httemplate/view | |
| parent | 8bdf1185af6956707e1da314422613cf0deea3a0 (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.html | 2 |
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 f0ece9884..1c8db15f4 100644 --- a/httemplate/view/cust_main/packages/package.html +++ b/httemplate/view/cust_main/packages/package.html @@ -107,7 +107,7 @@ % if ( $cust_pkg->salesnum ) { % $change_sales_label = 'change'; <% mt('Sales Person:') |h %> - <B><% $cust_pkg->salesperson %></B> + <B><% $cust_pkg->salesperson |h %></B> % } % if ( $curuser->access_right('Change customer package') |
