@Jesse it works great!, anyway I realized that in my restaurant, when I select a customer it means its an order To Go, so I need to use something like this:
<J00> ['{ENTITY NAME:Customer}' == '' ? 'Dine In' : 'To Go']
But this ternary doesnt works, it prints out:
’ A a r o n R o d r i g u e z ’ = = ’ ’ ? ’ Dine In’ : ’ To Go ’
any ideas?, maybe I have to make something like this thread:
So if it has a customer assigned this designates it as To Go? You do not assign customers otherwise?
EDIT: Nevermind I see you already said this. My restaurant operates like this as well. I use Ticket State and it automatically changes State when Customer Entity is assigned. I use Entity Updated rule to capture it. This can also swap price lists for entire order using Change Price List Action
Basically when a Customer Entity is added to a ticket it changes Ticket State to Takeaway or To-Go…