summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-12-20 12:06:26 -0800
committerIvan Kohler <ivan@freeside.biz>2012-12-20 12:06:26 -0800
commitef644359f646efb69ecb4c74d55fee05107dad11 (patch)
tree01b30c290b309d0fe101ee9fef0ac71aee3eeb20 /FS
parent825e0f0fdb1fb45c8b9523e795da816773f04295 (diff)
parent452da5c4005c7dccc504db38578b9af2227d6e15 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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;