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;