summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-12-20 11:50:46 -0800
committerMark Wells <mark@freeside.biz>2012-12-20 11:50:46 -0800
commit452da5c4005c7dccc504db38578b9af2227d6e15 (patch)
treee27ec48a558d38072797e7df61e23a9ac4889bd2 /FS
parent9ff8902948074943f59ebad50842253574c45af2 (diff)
improve display of ticket service links, #17067
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 e4b5421a2..ae0a4211b 100644
--- a/FS/FS/UI/Web/small_custview.pm
+++ b/FS/FS/UI/Web/small_custview.pm
@@ -29,7 +29,7 @@ sub small_custview {
: qsearchs('cust_main', { 'custnum' => $arg } )
or die "unknown custnum $arg";
- my $html = '<DIV ID="fs_small_custview">';
+ my $html = '<DIV ID="fs_small_custview" CLASS="small_custview">';
$html = qq!View <A HREF="$url?! . $cust_main->custnum . '">'
if $url;