Topic: F2 - Customers; F4 - Items

the menu is not suppose to show when your press F2 and F4 from sales_order_entry.php

so customer.php replace line 22 with
page(_($help_context = "Customers"), @$_REQUEST['popup'], false, "", $js);

and items.php replace line 35 with
page($_SESSION['page_title'], @$_REQUEST['popup'], false, "", $js);

Re: F2 - Customers; F4 - Items

I wil fix this during the day.

Joe

Re: F2 - Customers; F4 - Items

Hello,

This has now been fixed. Also for Suppliers (F2 if inside Purchasing). The files have been committed to 2.4.7 stable repo.

However, I have asked Janusz to look at the width of the popup windows. Especially for Items but also for Suppleirs, if a new Supplier is selected.

Thanks @christiart for observing this.

/Joe

Re: F2 - Customers; F4 - Items

@joe I increased the width of popup windows to 1100x650 through the scripts. It seems to fit better with screen sizes and resolution this days...

Re: F2 - Customers; F4 - Items

This has been optimized and committed to 2.4.7 stable repo. Thanks for helping.

/Joe