Split payment for individual guests from the three dots menu creates new orders with new ids and leaves the payType empty. So it is confusing when this happens, it is hard to tell whether a new order created under the same table name or it is a split payment case
Steps to reproducs:
1. Dine in app
2. add one item to Guest 1
3. Add another item to Guest 2
4. Click on the three dots icon right next to Guest 1
5. Select Pay from the popup dialog
Results:
The same order gets split over two new orders with new ids. and the paytype of the newly created orders is left empty. Which makes it very hard to know whether this is a split payment case or a new order has been created under the same table name.
Please help, clients are confusing by this issue/