Small change
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 25 May 2009 13:49:06 +0000 (13:49 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 25 May 2009 13:49:06 +0000 (13:49 +0000)
reporting/rep303.php

index 20e2d17ea86be309ec2730d0430f0a344e78f172..4cf207ada706124f43cd2344bf92a6e5ccfe09d6 100644 (file)
@@ -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');
        }