Order sent to P3
${ticket.printTotal()}
Thank you.
Printer 3
Order : ${ticket.getPickupId()}
Date:${ticket.printDate()}
Sent from: ${ticket.getHost()}
Server:${ticket.printUser()}
#if ($ticket.getCustomer())
Customer:${ticket.getCustomer().getName()}
Account #:${ticket.getCustomer().getTaxid()}
#end
#if (${tickettext.place} != ${place})
Table:${place}
#end
Item
------------------------------------------
#foreach ($ticketline in $ticket.getLines())
#if($ticketline.printPrinter().equals("3"))
#if($ticketline.getProperty("ticket.updated").equals("true"))
#if ($ticketline.isProductCom())
--${ticketline.printName()}
#else
${ticketline.printMultiply()}x
${ticketline.printName()}
#end
#if ($ticketline.productAttSetInstId)
${ticketline.productAttSetInstDesc}
#end
${ticketline.setProperty("ticket.updated", "false")}
#end
#end
#end