From 23934f080a5cade3f4b5a443f3e530c4a7734217 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 20 Mar 2007 18:49:44 +0000 Subject: [PATCH] - Fix the report selector for browers that can't seem to do javascript --- admin/reports.inc.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/admin/reports.inc.php b/admin/reports.inc.php index f0de589a..f844b922 100644 --- a/admin/reports.inc.php +++ b/admin/reports.inc.php @@ -79,6 +79,17 @@ LRP 180 99765 5967 4 1 3/4 x 1/2 80 */ 'rows' => 1, ); + $stock['5961'] = array('name' => 'Avery 5961, G&T 99189', + 'page_width' => 8.5, + 'page_height' => 11, + 'label_width' => 4, + 'x_spacing' => 0.08, + 'cols' => 2, + 'label_height' => 1, + 'y_spacing' => 0.08, + 'rows' => 10, + ); + $stock['5964'] = array('name' => 'Avery 5964, G&T 99763', 'page_width' => 8.5, 'page_height' => 11,