diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-12-20 12:06:26 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-12-20 12:06:26 -0800 |
commit | ef644359f646efb69ecb4c74d55fee05107dad11 (patch) | |
tree | 01b30c290b309d0fe101ee9fef0ac71aee3eeb20 /FS | |
parent | 825e0f0fdb1fb45c8b9523e795da816773f04295 (diff) | |
parent | 452da5c4005c7dccc504db38578b9af2227d6e15 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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; |