From 5bca981010fda3feb3629a7bbc449cdc9e4ecaa3 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 25 May 2009 13:49:06 +0000 Subject: [PATCH] Small change --- reporting/rep303.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reporting/rep303.php b/reporting/rep303.php index 20e2d17e..4cf207ad 100644 --- a/reporting/rep303.php +++ b/reporting/rep303.php @@ -91,13 +91,13 @@ function print_stock_check() if ($check) { $cols = array(0, 100, 250, 295, 345, 390, 445, 515); - $headers = array(_('Category'), _('Description'), _('Quantity'), _('Check'), _('Demand'), _('Shortage'), _('On Order')); + $headers = array(_('Stock ID'), _('Description'), _('Quantity'), _('Check'), _('Demand'), _('Shortage'), _('On Order')); $aligns = array('left', 'left', 'right', 'right', 'right', 'right', 'right'); } else { $cols = array(0, 100, 250, 315, 380, 445, 515); - $headers = array(_('Category'), _('Description'), _('Quantity'), _('Demand'), _('Shortage'), _('On Order')); + $headers = array(_('Stock ID'), _('Description'), _('Quantity'), _('Demand'), _('Shortage'), _('On Order')); $aligns = array('left', 'left', 'right', 'right', 'right', 'right'); } -- 2.30.2