Sent!
${ticket.printTotal()}
Thank you
ORDER
#if (${tickettext.place} != ${place})
Table:
${place}
#end
Server:
${ticket.printUser()}
Date:
${ticket.printDate()}
Receipt:
${ticket.printId()}
#if ($ticket.getCustomer())
Customer:
${ticket.getCustomer().getName()}
Account #:
${ticket.getCustomer().getTaxid()}
#end
Item
------------------------------------------
#foreach ($ticketline in $ticket.getLines())
#if(($ticketline.printPrinter()) && ($ticketline.getProperty("sendstatus").equals("No")))
${ticketline.printMultiply()}x
#if ($ticketline.isProductCom())
--${ticketline.printName()}
#else
${ticketline.printName()}
#end
#if ($ticketline.productAttSetInstId)
${ticketline.productAttSetInstDesc}
#end
#end
#end
------------------------------------------