[FIX] point_of_sale: ensure that there is always an order creation_date
Introduced by e9b1254a. This commit made sense but there are certain POS modules that send the order to the backend before validation and thus depend on there always being a creation date, even if the order has not been validated yet. This ensures that we don't end up with an undefined creation_date in the backend. opw-680590
Loading
Please register or sign in to comment