Small cleanups
[fa-stable.git] / reporting / rep105.php
index 4b6a086cc55b00166070f36d650eeac56d3425d0..6b391a63c3c4c512274f0d6ac5dc2ee31a072bef 100644 (file)
@@ -96,7 +96,7 @@ function print_order_status_list()
        if ($location == null)
                $loc = _('All');
        else
-               $loc = $location;
+               $loc = get_location_name($location);
        if ($backorder == 0)
                $back = _('All Orders');
        else