/
[In-Commerce] Not all selected orders are printed [5.2.1]
[In-Commerce] Not all selected orders are printed [5.2.1]
When order list has non-default sorting (not by "OrderDate DESC
") and we're trying to print orders using Print
button on toolbar, then only several of selected orders are printed:
This is happening because when printing orders we're using default sorting, which causes not all orders, that are selected, being printed for cases, when there more than 1 page of orders.
Solution
Don't apply pagination imposed restrictions in the ord:OnLoadSelected
event.