open_workshop/static
matthias.lotz 7455e57481 [FIX] open_workshop: ensure ProductScreen context for new POS orders
When adding a new order via the customer sidebar, the ProductScreen
was not explicitly activated. As a result, the screen_data context
expected by pos_time_based_products was missing, and no play button
was shown for time-based products.

This patch explicitly calls `this.pos.showScreen("ProductScreen")`
after creating a new order to restore compatibility with third-party
POS components that rely on the current screen state.
2025-06-04 19:50:46 +02:00
..
src [FIX] open_workshop: ensure ProductScreen context for new POS orders 2025-06-04 19:50:46 +02:00