From 89f074052c2112309c5ddd57f26c18bfa4aadb65 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 13 Dec 2007 17:03:35 +0000 Subject: [PATCH] correct & combine same-size label templates --- admin/reports.inc.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/admin/reports.inc.php b/admin/reports.inc.php index 70d8becf..707e57d0 100644 --- a/admin/reports.inc.php +++ b/admin/reports.inc.php @@ -126,7 +126,7 @@ LRP 180 99765 5967 4 1 3/4 x 1/2 80 */ 'rows' => 1, ); - $report_stock['5161'] = array('name' => 'Avery 5161 (1"x4")', + $report_stock['5161'] = array('name' => 'Avery 5161/5261/5961/8161, G&T 99189 (1"x4")', 'page_width' => 8.5, 'page_height' => 11, 'label_width' => 4, @@ -137,7 +137,7 @@ LRP 180 99765 5967 4 1 3/4 x 1/2 80 */ 'rows' => 10, ); - $report_stock['5162'] = array('name' => 'Avery 5162 (1 1/3"x4")', + $report_stock['5162'] = array('name' => 'Avery 5162/5262/5962/8162/8462, G&T 99190 (1 1/3"x4")', 'page_width' => 8.5, 'page_height' => 11, 'label_width' => 4, @@ -147,7 +147,7 @@ LRP 180 99765 5967 4 1 3/4 x 1/2 80 */ 'y_spacing' => 0.00, 'rows' => 7, ); - $report_stock['5163'] = array('name' => 'Avery 5163 (2"x4")', + $report_stock['5163'] = array('name' => 'Avery 5163/5263/5963/8163/8463, G&T 99181 (2"x4")', 'page_width' => 8.5, 'page_height' => 11, 'label_width' => 4, @@ -158,6 +158,7 @@ LRP 180 99765 5967 4 1 3/4 x 1/2 80 */ 'rows' => 5, ); +/* This is combined with 5161 $report_stock['5961'] = array('name' => 'Avery 5961, G&T 99189 (1"x4")', 'page_width' => 8.5, 'page_height' => 11, @@ -168,8 +169,9 @@ LRP 180 99765 5967 4 1 3/4 x 1/2 80 */ 'y_spacing' => 0.08, 'rows' => 10, ); +*/ - $report_stock['5964'] = array('name' => 'Avery 5964, G&T 99763 (4"x3 1/3")', + $report_stock['5164'] = array('name' => 'Avery 5164/5264/8164, G&T 99763 (4"x3 1/3")', 'page_width' => 8.5, 'page_height' => 11, 'label_width' => 4,