diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-08-25 21:18:46 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-08-25 21:18:46 -0700 |
commit | 0cd16691f5919a6e63bc99b409e56f5517d07e80 (patch) | |
tree | 69b685b4f597544829ec79eb1264c03541c35da6 /FS | |
parent | c54bf9bd1bfcdc57ad2dd68a12d90968a15fbe4c (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.pm | 2 |
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>'. |