Added missing due date on direct invoice entry.
[fa-stable.git] / reporting / rep105.php
index e0dd503637cd407d4acce43c597582fb9074fe80..ad6e6ce4628f9b8d270c949b20613b1c2366f59f 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