From 544c6f458055b3547874c5fb1c11ffd874c36add Mon Sep 17 00:00:00 2001 From: james Date: Thu, 20 Nov 2008 18:21:56 +0000 Subject: [PATCH] Allow upscaling widths as well as downscaling widths if they select "scale column widths to fit page width" --- admin/reports.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/reports.inc.php b/admin/reports.inc.php index 60d658b3..f7749692 100644 --- a/admin/reports.inc.php +++ b/admin/reports.inc.php @@ -584,7 +584,7 @@ foreach($report_stock as $n=>$v) { /* Determine the scale factor (use the label width so * we can enforce margins) */ - if($report['option']['fit_columns'] == 'yes' && $total_width > $label_stock['label_width']) { + if($report['option']['fit_columns'] == 'yes') { // && $total_width > $label_stock['label_width']) { $static_width = $total_width - $scale_width; $scale_factor = ($label_stock['label_width'] - $static_width) / $scale_width; //echo "$scale_factor;