1 (edited by cristiart 03/08/2020 06:31:17 am)

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();

Re: remember customer selected in sales_orders_view.php

Thanks, I will look into it.

Joe

Re: remember customer selected in sales_orders_view.php

Looks like we don't need to get global customer id for sales orders view page.  We need to get the customer id for the same sales order. Not the global customer id.

Subscription service based on FA
HRM CRM POS batch Themes

Re: remember customer selected in sales_orders_view.php

Yes, I agree with @kvvaradha.

Whenever you like to see a sales order view, the customer id is added to the parameter line. So we really don't need anything changed here.
Tell me if I have misunderstood the question.

/joe