X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep105.php;h=6b391a63c3c4c512274f0d6ac5dc2ee31a072bef;hb=6f8094c63f914fce9fcfd02780c452d712a2dba3;hp=4b6a086cc55b00166070f36d650eeac56d3425d0;hpb=ebc600101ceab69c06eac4b1bd4d1782af45de05;p=fa-stable.git diff --git a/reporting/rep105.php b/reporting/rep105.php index 4b6a086c..6b391a63 100644 --- a/reporting/rep105.php +++ b/reporting/rep105.php @@ -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