From: Joe Hunt Date: Mon, 25 May 2009 13:49:06 +0000 (+0000) Subject: Small change X-Git-Tag: 2.3-final~1243 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=5bca981010fda3feb3629a7bbc449cdc9e4ecaa3;p=fa-stable.git Small change --- 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'); }