! -> Note
$ -> Affected files
+10-Mar-2010 Joe Hunt
+! Print full Location name on reports
+$ /reporting/rep105.php
+ /reporting/rep301.php
+ /reporting/rep302.php
+ /reporting/rep303.php
+
07-Mar-2010 Joe Hunt
# Bug in ui_lists.inc, systypes_list_row, too many parameters in
call to systypes_list_cells
if ($location == null)
$loc = _('All');
else
- $loc = $location;
+ $loc = get_location_name($location);
if ($backorder == 0)
$back = _('All Orders');
else
if ($location == 'all')
$loc = _('All');
else
- $loc = $location;
+ $loc = get_location_name($location);
$cols = array(0, 100, 250, 350, 450, 515);
if ($location == 'all')
$loc = _('All');
else
- $loc = $location;
+ $loc = get_location_name($location);
$cols = array(0, 50, 150, 180, 210, 240, 270, 300, 330, 390, 435, 480, 525);
function print_stock_check()
{
- global $comp_path, $path_to_root, $pic_height, $pic_width;
+ global $comp_path, $path_to_root, $pic_height;
$category = $_POST['PARAM_0'];
$location = $_POST['PARAM_1'];
if ($location == 'all')
$loc = _('All');
else
- $loc = $location;
+ $loc = get_location_name($location);
if ($shortage)
{
$short = _('Yes');