X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep105.php;h=ad6e6ce4628f9b8d270c949b20613b1c2366f59f;hb=9af96a2e461b905dbb20f2b87ffb5c28f9b3461c;hp=e0dd503637cd407d4acce43c597582fb9074fe80;hpb=b37623cf1de2cfce6825744557d76475f002321f;p=fa-stable.git diff --git a/reporting/rep105.php b/reporting/rep105.php index e0dd5036..ad6e6ce4 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