Topic: remember customer selected in sales_orders_view.php
I'm not sure if this is intentionally omitted but in order to be consistent with the rest of the pages this should be included in sales_orders_view.php as well.
if (!isset($_POST['customer_id']))
$_POST['customer_id'] = get_global_customer();