diff options
| author | Mark Wells <mark@freeside.biz> | 2013-09-03 12:47:33 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-09-03 12:47:33 -0700 |
| commit | aae697565c071b2880d0106b00a4a01d0ddab7bf (patch) | |
| tree | d460784433d2b5a69101d02d8a446244a5452f33 /httemplate/search/477partIIA.html | |
| parent | 35d24c449337f95d0e2174cbed55b53eb6c32ca2 (diff) | |
477 report: state percentages to 3 decimal places, #24834
Diffstat (limited to 'httemplate/search/477partIIA.html')
| -rwxr-xr-x | httemplate/search/477partIIA.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/477partIIA.html b/httemplate/search/477partIIA.html index 95c00a3e0..907a176e5 100755 --- a/httemplate/search/477partIIA.html +++ b/httemplate/search/477partIIA.html @@ -104,7 +104,7 @@ if ( $total_lines > 0 ) { foreach (@row_conds) { my $sql = $query_ds0 . $_; my $lines = FS::Record->scalar_sql($sql); - my $percent = sprintf('%.2f', 100 * $lines / $total_lines); + my $percent = sprintf('%.3f', 100 * $lines / $total_lines); push @{ $data[0] }, $percent; } } |
