summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-08-25 21:18:46 -0700
committerIvan Kohler <ivan@freeside.biz>2013-08-25 21:18:46 -0700
commit0cd16691f5919a6e63bc99b409e56f5517d07e80 (patch)
tree69b685b4f597544829ec79eb1264c03541c35da6 /FS
parentc54bf9bd1bfcdc57ad2dd68a12d90968a15fbe4c (diff)
continue sales person work: customer and package selection, commissions, reporting. RT#23402
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/UI/Web/small_custview.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/UI/Web/small_custview.pm b/FS/FS/UI/Web/small_custview.pm
index ae0a4211b..4d7051939 100644
--- a/FS/FS/UI/Web/small_custview.pm
+++ b/FS/FS/UI/Web/small_custview.pm
@@ -31,7 +31,7 @@ sub small_custview {
my $html = '<DIV ID="fs_small_custview" CLASS="small_custview">';
- $html = qq!View <A HREF="$url?! . $cust_main->custnum . '">'
+ $html = qq!<A HREF="$url?! . $cust_main->custnum . '">'
if $url;
$html .= 'Customer #<B>'. $cust_main->display_custnum. '</B></A>'.