diff options
author | Mark Wells <mark@freeside.biz> | 2012-12-20 11:50:46 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-12-20 11:50:46 -0800 |
commit | 452da5c4005c7dccc504db38578b9af2227d6e15 (patch) | |
tree | e27ec48a558d38072797e7df61e23a9ac4889bd2 /FS | |
parent | 9ff8902948074943f59ebad50842253574c45af2 (diff) |
improve display of ticket service links, #17067
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 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; |